diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f673a71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/README.md b/README.md index 4c68eb2..11fc804 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
-# ✨ 洛曦 项目模板 ✨ +# ✨ 洛曦 官方网站 ✨ [![][python]][python] [![][github-release-shield]][github-release-link] @@ -18,19 +18,6 @@
-## 前言 - - -## 环境 - -python: 3.10 - -## 安装 - -安装依赖:`pip install -r requirements.txt` - -## 运行 - ## 💡 提问的智慧 diff --git a/css/mobile.css b/css/mobile.css new file mode 100644 index 0000000..458bf3f --- /dev/null +++ b/css/mobile.css @@ -0,0 +1,136 @@ +@media screen and (max-width: 768px) { + .container { + height: 100vh; /* 将高度固定为视口高度 */ + overflow-y: auto; /* 允许垂直滚动 */ + } + + header { + flex-direction: row; + padding: 20px 0; + } + + .logo, .menu, .socialIcon, .cart { + margin-bottom: 10px; + } + + .menu ul { + flex-direction: column; + align-items: center; + } + + .menu ul li { + margin: 10px 0; + } + + .slideContent { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100%; + padding: 20px; + } + + .slideContent .titleName { + position: relative; + top: 0; + left: 0; + transform: none; + font-size: 2.5rem; + margin-bottom: 20px; + } + + .imgCon { + position: relative; + top: 0; + left: 0; + transform: none; + width: 80%; + max-width: 300px; + margin-bottom: 20px; + } + + .imgCon img { + width: 100%; + } + + .shadow { + display: none; + } + + .productInfo { + position: relative; + left: 0; + top: 0; + transform: none; + width: 100%; + } + + .productDetils { + width: 100%; + height: auto; + max-height: 150px; + } + + .productDetils .info h2 { + font-size: 1.5rem; + } + + .productDetils .info p { + font-size: 0.9rem; + line-height: 1.4; + } + + .buybox { + position: relative; + left: 0; + top: 0; + margin-top: 20px; + } + + .arrow { + display: block; + top: auto; + bottom: 20px; + width: 40px; + height: 40px; + border: none; + background-color: rgba(255, 255, 255, 0.5); + border-radius: 50%; + } + + .swiper { + height: 100%; /* 确保 swiper 占满整个容器 */ + } + + .swiper-slide { + height: 100%; /* 确保每个 slide 占满整个 swiper */ + } + + .swiper-button-next { + right: 20px; + } + + .swiper-button-prev { + left: 20px; + } + + .swiper-button-next::after, + .swiper-button-prev::after { + font-size: 18px; + } +} + +.productDetils::-webkit-scrollbar { + width: 6px; +} + +.productDetils::-webkit-scrollbar-track { + background: rgba(255, 255, 255, 0.1); +} + +.productDetils::-webkit-scrollbar-thumb { + background: rgba(255, 255, 255, 0.3); + border-radius: 3px; +} + diff --git a/fontawesome-5.15.4/LICENSE.txt b/fontawesome-5.15.4/LICENSE.txt new file mode 100644 index 0000000..f31bef9 --- /dev/null +++ b/fontawesome-5.15.4/LICENSE.txt @@ -0,0 +1,34 @@ +Font Awesome Free License +------------------------- + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) +In the Font Awesome Free download, the CC BY 4.0 license applies to all icons +packaged as SVG and JS file types. + +# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +# Code: MIT License (https://opensource.org/licenses/MIT) +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +# Attribution +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +# Brand Icons +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff --git a/fontawesome-5.15.4/css/all.css b/fontawesome-5.15.4/css/all.css new file mode 100644 index 0000000..d9ade75 --- /dev/null +++ b/fontawesome-5.15.4/css/all.css @@ -0,0 +1,4616 @@ +/*! + * 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, +.fas, +.far, +.fal, +.fad, +.fab { + -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: 0.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: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.fa-pull-left { + float: left; } + +.fa-pull-right { + float: right; } + +.fa.fa-pull-left, +.fas.fa-pull-left, +.far.fa-pull-left, +.fal.fa-pull-left, +.fab.fa-pull-left { + margin-right: .3em; } + +.fa.fa-pull-right, +.fas.fa-pull-right, +.far.fa-pull-right, +.fal.fa-pull-right, +.fab.fa-pull-right { + margin-left: .3em; } + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.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: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-flip-both { + -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; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.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-weight: 400; } +@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; } +@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; } diff --git a/fontawesome-5.15.4/css/all.min.css b/fontawesome-5.15.4/css/all.min.css new file mode 100644 index 0000000..ac76ff1 --- /dev/null +++ b/fontawesome-5.15.4/css/all.min.css @@ -0,0 +1,5 @@ +/*! + * 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-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/fontawesome-5.15.4/css/brands.css b/fontawesome-5.15.4/css/brands.css new file mode 100644 index 0000000..9246317 --- /dev/null +++ b/fontawesome-5.15.4/css/brands.css @@ -0,0 +1,15 @@ +/*! + * 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; } diff --git a/fontawesome-5.15.4/css/brands.min.css b/fontawesome-5.15.4/css/brands.min.css new file mode 100644 index 0000000..bdd4a24 --- /dev/null +++ b/fontawesome-5.15.4/css/brands.min.css @@ -0,0 +1,5 @@ +/*! + * 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/fontawesome-5.15.4/css/fontawesome.css b/fontawesome-5.15.4/css/fontawesome.css new file mode 100644 index 0000000..74de602 --- /dev/null +++ b/fontawesome-5.15.4/css/fontawesome.css @@ -0,0 +1,4582 @@ +/*! + * 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, +.fas, +.far, +.fal, +.fad, +.fab { + -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: 0.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: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.fa-pull-left { + float: left; } + +.fa-pull-right { + float: right; } + +.fa.fa-pull-left, +.fas.fa-pull-left, +.far.fa-pull-left, +.fal.fa-pull-left, +.fab.fa-pull-left { + margin-right: .3em; } + +.fa.fa-pull-right, +.fas.fa-pull-right, +.far.fa-pull-right, +.fal.fa-pull-right, +.fab.fa-pull-right { + margin-left: .3em; } + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.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: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-flip-both { + -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; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.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; } diff --git a/fontawesome-5.15.4/css/fontawesome.min.css b/fontawesome-5.15.4/css/fontawesome.min.css new file mode 100644 index 0000000..bec9b39 --- /dev/null +++ b/fontawesome-5.15.4/css/fontawesome.min.css @@ -0,0 +1,5 @@ +/*! + * 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-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/fontawesome-5.15.4/css/regular.css b/fontawesome-5.15.4/css/regular.css new file mode 100644 index 0000000..6f45057 --- /dev/null +++ b/fontawesome-5.15.4/css/regular.css @@ -0,0 +1,15 @@ +/*! + * 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; } diff --git a/fontawesome-5.15.4/css/regular.min.css b/fontawesome-5.15.4/css/regular.min.css new file mode 100644 index 0000000..21881d5 --- /dev/null +++ b/fontawesome-5.15.4/css/regular.min.css @@ -0,0 +1,5 @@ +/*! + * 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/fontawesome-5.15.4/css/solid.css b/fontawesome-5.15.4/css/solid.css new file mode 100644 index 0000000..604e755 --- /dev/null +++ b/fontawesome-5.15.4/css/solid.css @@ -0,0 +1,16 @@ +/*! + * 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; } diff --git a/fontawesome-5.15.4/css/solid.min.css b/fontawesome-5.15.4/css/solid.min.css new file mode 100644 index 0000000..acdb46d --- /dev/null +++ b/fontawesome-5.15.4/css/solid.min.css @@ -0,0 +1,5 @@ +/*! + * 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/fontawesome-5.15.4/css/svg-with-js.css b/fontawesome-5.15.4/css/svg-with-js.css new file mode 100644 index 0000000..45f33e5 --- /dev/null +++ b/fontawesome-5.15.4/css/svg-with-js.css @@ -0,0 +1,371 @@ +/*! + * 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 { + overflow: visible; } + +.svg-inline--fa { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; } + .svg-inline--fa.fa-lg { + vertical-align: -.225em; } + .svg-inline--fa.fa-w-1 { + width: 0.0625em; } + .svg-inline--fa.fa-w-2 { + width: 0.125em; } + .svg-inline--fa.fa-w-3 { + width: 0.1875em; } + .svg-inline--fa.fa-w-4 { + width: 0.25em; } + .svg-inline--fa.fa-w-5 { + width: 0.3125em; } + .svg-inline--fa.fa-w-6 { + width: 0.375em; } + .svg-inline--fa.fa-w-7 { + width: 0.4375em; } + .svg-inline--fa.fa-w-8 { + width: 0.5em; } + .svg-inline--fa.fa-w-9 { + width: 0.5625em; } + .svg-inline--fa.fa-w-10 { + width: 0.625em; } + .svg-inline--fa.fa-w-11 { + width: 0.6875em; } + .svg-inline--fa.fa-w-12 { + width: 0.75em; } + .svg-inline--fa.fa-w-13 { + width: 0.8125em; } + .svg-inline--fa.fa-w-14 { + width: 0.875em; } + .svg-inline--fa.fa-w-15 { + width: 0.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-text, .fa-layers-counter { + 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(0.25); + transform: scale(0.25); + -webkit-transform-origin: top right; + transform-origin: top right; } + +.fa-layers-bottom-right { + bottom: 0; + right: 0; + top: auto; + -webkit-transform: scale(0.25); + transform: scale(0.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(0.25); + transform: scale(0.25); + -webkit-transform-origin: bottom left; + transform-origin: bottom left; } + +.fa-layers-top-right { + right: 0; + top: 0; + -webkit-transform: scale(0.25); + transform: scale(0.25); + -webkit-transform-origin: top right; + transform-origin: top right; } + +.fa-layers-top-left { + left: 0; + right: auto; + top: 0; + -webkit-transform: scale(0.25); + transform: scale(0.25); + -webkit-transform-origin: top left; + transform-origin: top left; } + +.fa-lg { + font-size: 1.33333em; + line-height: 0.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: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.fa-pull-left { + float: left; } + +.fa-pull-right { + float: right; } + +.fa.fa-pull-left, +.fas.fa-pull-left, +.far.fa-pull-left, +.fal.fa-pull-left, +.fab.fa-pull-left { + margin-right: .3em; } + +.fa.fa-pull-right, +.fas.fa-pull-right, +.far.fa-pull-right, +.fal.fa-pull-right, +.fab.fa-pull-right { + margin-left: .3em; } + +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; } + +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.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: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-flip-both { + -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); + opacity: 0.4; + opacity: var(--fa-secondary-opacity, 0.4); } + +.svg-inline--fa.fa-swap-opacity .fa-primary { + opacity: 0.4; + opacity: var(--fa-secondary-opacity, 0.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: black; } + +.fad.fa-inverse { + color: #fff; } diff --git a/fontawesome-5.15.4/css/svg-with-js.min.css b/fontawesome-5.15.4/css/svg-with-js.min.css new file mode 100644 index 0000000..101beb8 --- /dev/null +++ b/fontawesome-5.15.4/css/svg-with-js.min.css @@ -0,0 +1,5 @@ +/*! + * 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/fontawesome-5.15.4/css/v4-shims.css b/fontawesome-5.15.4/css/v4-shims.css new file mode 100644 index 0000000..1ef4893 --- /dev/null +++ b/fontawesome-5.15.4/css/v4-shims.css @@ -0,0 +1,2172 @@ +/*! + * 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-remove:before { + content: "\f00d"; } + +.fa.fa-close: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 { + content: "\f01e"; } + +.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 { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.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-twitter-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-facebook-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-twitter { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-facebook { + 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 { + content: "\f0c9"; } + +.fa.fa-reorder:before { + content: "\f0c9"; } + +.fa.fa-pinterest { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-pinterest-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-google-plus { + 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-tachometer:before { + content: "\f3fd"; } + +.fa.fa-dashboard: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 { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.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:before { + content: "\f3cd"; } + +.fa.fa-mobile-phone: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-maxcdn { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-html5 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-css3 { + 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 { + content: "\f153"; } + +.fa.fa-euro:before { + content: "\f153"; } + +.fa.fa-gbp:before { + content: "\f154"; } + +.fa.fa-usd:before { + content: "\f155"; } + +.fa.fa-dollar:before { + content: "\f155"; } + +.fa.fa-inr:before { + content: "\f156"; } + +.fa.fa-rupee:before { + content: "\f156"; } + +.fa.fa-jpy:before { + content: "\f157"; } + +.fa.fa-cny:before { + content: "\f157"; } + +.fa.fa-rmb:before { + content: "\f157"; } + +.fa.fa-yen:before { + content: "\f157"; } + +.fa.fa-rub:before { + content: "\f158"; } + +.fa.fa-ruble:before { + content: "\f158"; } + +.fa.fa-rouble:before { + content: "\f158"; } + +.fa.fa-krw:before { + content: "\f159"; } + +.fa.fa-won:before { + content: "\f159"; } + +.fa.fa-btc { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-bitcoin { + 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-youtube-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-youtube { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-xing { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-xing-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-youtube-play { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-youtube-play:before { + content: "\f167"; } + +.fa.fa-dropbox { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-stack-overflow { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-instagram { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-flickr { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-adn { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-bitbucket-square:before { + content: "\f171"; } + +.fa.fa-tumblr { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.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-apple { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-windows { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-android { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-linux { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-dribbble { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-skype { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-foursquare { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-trello { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-gratipay { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-gittip { + 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-vk { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-weibo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-renren { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-pagelines { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-stack-exchange { + 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 { + content: "\f195"; } + +.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-slack { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wordpress { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-openid { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-institution:before { + content: "\f19c"; } + +.fa.fa-bank:before { + content: "\f19c"; } + +.fa.fa-mortar-board:before { + content: "\f19d"; } + +.fa.fa-yahoo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-google { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-reddit { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-reddit-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-stumbleupon-circle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-stumbleupon { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-delicious { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-digg { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper-pp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper-alt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-drupal { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-joomla { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-spoon:before { + content: "\f2e5"; } + +.fa.fa-behance { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-behance-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-steam { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.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-spotify { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-deviantart { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-soundcloud { + 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-vine { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-codepen { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-jsfiddle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-life-ring { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.fa.fa-life-bouy { + 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-rebel { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-ra { + 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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-ge { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-ge:before { + content: "\f1d1"; } + +.fa.fa-git-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-git { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-hacker-news { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.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-tencent-weibo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-qq { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-weixin { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wechat { + 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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-twitch { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.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-paypal { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-google-wallet { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-visa { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-mastercard { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-discover { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-amex { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-paypal { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-stripe { + 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-lastfm { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-lastfm-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-ioxhost { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-angellist { + 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 { + content: "\f20b"; } + +.fa.fa-shekel:before { + content: "\f20b"; } + +.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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-connectdevelop { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-dashcube { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-forumbee { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-leanpub { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-sellsy { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-shirtsinbulk { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-simplybuilt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-whatsapp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-hotel:before { + content: "\f236"; } + +.fa.fa-viacoin { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-medium { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-y-combinator { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-yc { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-yc:before { + content: "\f23b"; } + +.fa.fa-optin-monster { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-opencart { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-expeditedssl { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-battery-4:before { + content: "\f240"; } + +.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 { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.fa.fa-object-ungroup { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.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-jcb { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cc-diners-club { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-clone { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.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-creative-commons { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-gg { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-gg-circle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-tripadvisor { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-odnoklassniki-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-get-pocket { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wikipedia-w { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-safari { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-chrome { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-firefox { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-opera { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-internet-explorer { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-television:before { + content: "\f26c"; } + +.fa.fa-contao { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-500px { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-amazon { + 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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-vimeo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-vimeo:before { + content: "\f27d"; } + +.fa.fa-black-tie { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-fonticons { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-reddit-alien { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-edge { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-credit-card-alt:before { + content: "\f09d"; } + +.fa.fa-codiepie { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-modx { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-fort-awesome { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-usb { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-product-hunt { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-mixcloud { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-scribd { + 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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-bluetooth-b { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-gitlab { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wpbeginner { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wpforms { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-envira { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wheelchair-alt { + 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 { + content: "\f2a4"; } + +.fa.fa-hard-of-hearing:before { + content: "\f2a4"; } + +.fa.fa-glide { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-glide-g { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-signing:before { + content: "\f2a7"; } + +.fa.fa-viadeo { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-viadeo-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-snapchat { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-ghost { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-snapchat-square { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-pied-piper { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-first-order { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-yoast { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-themeisle { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-google-plus-official { + 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-font-awesome { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-fa { + 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-quora { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-free-code-camp { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-telegram { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-thermometer-4:before { + content: "\f2c7"; } + +.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 { + content: "\f2cd"; } + +.fa.fa-s15:before { + content: "\f2cd"; } + +.fa.fa-window-maximize { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; } + +.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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-grav { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-etsy { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-imdb { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-ravelry { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-eercast { + 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 { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-wpexplorer { + font-family: 'Font Awesome 5 Brands'; + font-weight: 400; } + +.fa.fa-cab:before { + content: "\f1ba"; } diff --git a/fontawesome-5.15.4/css/v4-shims.min.css b/fontawesome-5.15.4/css/v4-shims.min.css new file mode 100644 index 0000000..21a0708 --- /dev/null +++ b/fontawesome-5.15.4/css/v4-shims.min.css @@ -0,0 +1,5 @@ +/*! + * 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/fontawesome-5.15.4/svgs/brands/500px.svg b/fontawesome-5.15.4/svgs/brands/500px.svg new file mode 100644 index 0000000..3ebcea2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/accessible-icon.svg b/fontawesome-5.15.4/svgs/brands/accessible-icon.svg new file mode 100644 index 0000000..25f5e28 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/accessible-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/accusoft.svg b/fontawesome-5.15.4/svgs/brands/accusoft.svg new file mode 100644 index 0000000..f73c7f6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/accusoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/acquisitions-incorporated.svg b/fontawesome-5.15.4/svgs/brands/acquisitions-incorporated.svg new file mode 100644 index 0000000..1fd3a63 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/acquisitions-incorporated.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/adn.svg b/fontawesome-5.15.4/svgs/brands/adn.svg new file mode 100644 index 0000000..57a9c97 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/adn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/adversal.svg b/fontawesome-5.15.4/svgs/brands/adversal.svg new file mode 100644 index 0000000..6ffdef3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/adversal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/affiliatetheme.svg b/fontawesome-5.15.4/svgs/brands/affiliatetheme.svg new file mode 100644 index 0000000..923a4eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/affiliatetheme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/airbnb.svg b/fontawesome-5.15.4/svgs/brands/airbnb.svg new file mode 100644 index 0000000..dcf3e11 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/airbnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/algolia.svg b/fontawesome-5.15.4/svgs/brands/algolia.svg new file mode 100644 index 0000000..176b240 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/algolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/alipay.svg b/fontawesome-5.15.4/svgs/brands/alipay.svg new file mode 100644 index 0000000..db77e9b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/alipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/amazon-pay.svg b/fontawesome-5.15.4/svgs/brands/amazon-pay.svg new file mode 100644 index 0000000..ecd341d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/amazon.svg b/fontawesome-5.15.4/svgs/brands/amazon.svg new file mode 100644 index 0000000..2f84e4c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/amilia.svg b/fontawesome-5.15.4/svgs/brands/amilia.svg new file mode 100644 index 0000000..cfdef82 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/amilia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/android.svg b/fontawesome-5.15.4/svgs/brands/android.svg new file mode 100644 index 0000000..58ad34c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/angellist.svg b/fontawesome-5.15.4/svgs/brands/angellist.svg new file mode 100644 index 0000000..b8d53da --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/angellist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/angrycreative.svg b/fontawesome-5.15.4/svgs/brands/angrycreative.svg new file mode 100644 index 0000000..2f3b7d8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/angrycreative.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/angular.svg b/fontawesome-5.15.4/svgs/brands/angular.svg new file mode 100644 index 0000000..6ac3538 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/app-store-ios.svg b/fontawesome-5.15.4/svgs/brands/app-store-ios.svg new file mode 100644 index 0000000..9aa6d55 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/app-store-ios.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/app-store.svg b/fontawesome-5.15.4/svgs/brands/app-store.svg new file mode 100644 index 0000000..6baa9d7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/apper.svg b/fontawesome-5.15.4/svgs/brands/apper.svg new file mode 100644 index 0000000..afd41e8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/apper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/apple-pay.svg b/fontawesome-5.15.4/svgs/brands/apple-pay.svg new file mode 100644 index 0000000..b029fe0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/apple.svg b/fontawesome-5.15.4/svgs/brands/apple.svg new file mode 100644 index 0000000..230bc0c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/artstation.svg b/fontawesome-5.15.4/svgs/brands/artstation.svg new file mode 100644 index 0000000..4fd4cff --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/artstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/asymmetrik.svg b/fontawesome-5.15.4/svgs/brands/asymmetrik.svg new file mode 100644 index 0000000..1150d11 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/asymmetrik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/atlassian.svg b/fontawesome-5.15.4/svgs/brands/atlassian.svg new file mode 100644 index 0000000..be2dd25 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/atlassian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/audible.svg b/fontawesome-5.15.4/svgs/brands/audible.svg new file mode 100644 index 0000000..aa44dec --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/audible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/autoprefixer.svg b/fontawesome-5.15.4/svgs/brands/autoprefixer.svg new file mode 100644 index 0000000..f4a5e0f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/autoprefixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/avianex.svg b/fontawesome-5.15.4/svgs/brands/avianex.svg new file mode 100644 index 0000000..f461418 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/avianex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/aviato.svg b/fontawesome-5.15.4/svgs/brands/aviato.svg new file mode 100644 index 0000000..0308da4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/aviato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/aws.svg b/fontawesome-5.15.4/svgs/brands/aws.svg new file mode 100644 index 0000000..c06d4b8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/aws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bandcamp.svg b/fontawesome-5.15.4/svgs/brands/bandcamp.svg new file mode 100644 index 0000000..007ee66 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bandcamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/battle-net.svg b/fontawesome-5.15.4/svgs/brands/battle-net.svg new file mode 100644 index 0000000..7202f73 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/battle-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/behance-square.svg b/fontawesome-5.15.4/svgs/brands/behance-square.svg new file mode 100644 index 0000000..c670900 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/behance-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/behance.svg b/fontawesome-5.15.4/svgs/brands/behance.svg new file mode 100644 index 0000000..5ce0949 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bimobject.svg b/fontawesome-5.15.4/svgs/brands/bimobject.svg new file mode 100644 index 0000000..a30ddbd --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bimobject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bitbucket.svg b/fontawesome-5.15.4/svgs/brands/bitbucket.svg new file mode 100644 index 0000000..50aff30 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bitcoin.svg b/fontawesome-5.15.4/svgs/brands/bitcoin.svg new file mode 100644 index 0000000..b9be564 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bity.svg b/fontawesome-5.15.4/svgs/brands/bity.svg new file mode 100644 index 0000000..124631f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/black-tie.svg b/fontawesome-5.15.4/svgs/brands/black-tie.svg new file mode 100644 index 0000000..fcf4f26 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/black-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/blackberry.svg b/fontawesome-5.15.4/svgs/brands/blackberry.svg new file mode 100644 index 0000000..10f6ca4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/blackberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/blogger-b.svg b/fontawesome-5.15.4/svgs/brands/blogger-b.svg new file mode 100644 index 0000000..38782d0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/blogger-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/blogger.svg b/fontawesome-5.15.4/svgs/brands/blogger.svg new file mode 100644 index 0000000..f27f18d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bluetooth-b.svg b/fontawesome-5.15.4/svgs/brands/bluetooth-b.svg new file mode 100644 index 0000000..3d2eca7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bluetooth-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bluetooth.svg b/fontawesome-5.15.4/svgs/brands/bluetooth.svg new file mode 100644 index 0000000..c3923ed --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/bootstrap.svg b/fontawesome-5.15.4/svgs/brands/bootstrap.svg new file mode 100644 index 0000000..c8d0582 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/btc.svg b/fontawesome-5.15.4/svgs/brands/btc.svg new file mode 100644 index 0000000..d5bbccb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/buffer.svg b/fontawesome-5.15.4/svgs/brands/buffer.svg new file mode 100644 index 0000000..c71bd31 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/buffer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/buromobelexperte.svg b/fontawesome-5.15.4/svgs/brands/buromobelexperte.svg new file mode 100644 index 0000000..dcffc7f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/buromobelexperte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/buy-n-large.svg b/fontawesome-5.15.4/svgs/brands/buy-n-large.svg new file mode 100644 index 0000000..1ef1978 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/buy-n-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/buysellads.svg b/fontawesome-5.15.4/svgs/brands/buysellads.svg new file mode 100644 index 0000000..653ff44 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/buysellads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/canadian-maple-leaf.svg b/fontawesome-5.15.4/svgs/brands/canadian-maple-leaf.svg new file mode 100644 index 0000000..87017d6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/canadian-maple-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-amazon-pay.svg b/fontawesome-5.15.4/svgs/brands/cc-amazon-pay.svg new file mode 100644 index 0000000..2d4047d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-amex.svg b/fontawesome-5.15.4/svgs/brands/cc-amex.svg new file mode 100644 index 0000000..61d6165 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-apple-pay.svg b/fontawesome-5.15.4/svgs/brands/cc-apple-pay.svg new file mode 100644 index 0000000..b419c8b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-diners-club.svg b/fontawesome-5.15.4/svgs/brands/cc-diners-club.svg new file mode 100644 index 0000000..c3f457b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-diners-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-discover.svg b/fontawesome-5.15.4/svgs/brands/cc-discover.svg new file mode 100644 index 0000000..51bc9bd --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-jcb.svg b/fontawesome-5.15.4/svgs/brands/cc-jcb.svg new file mode 100644 index 0000000..1269a68 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-mastercard.svg b/fontawesome-5.15.4/svgs/brands/cc-mastercard.svg new file mode 100644 index 0000000..600c7cb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-paypal.svg b/fontawesome-5.15.4/svgs/brands/cc-paypal.svg new file mode 100644 index 0000000..0613f54 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-stripe.svg b/fontawesome-5.15.4/svgs/brands/cc-stripe.svg new file mode 100644 index 0000000..f4cd0f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cc-visa.svg b/fontawesome-5.15.4/svgs/brands/cc-visa.svg new file mode 100644 index 0000000..e190ac6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cc-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/centercode.svg b/fontawesome-5.15.4/svgs/brands/centercode.svg new file mode 100644 index 0000000..d9b18f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/centercode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/centos.svg b/fontawesome-5.15.4/svgs/brands/centos.svg new file mode 100644 index 0000000..2ffe18c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/centos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/chrome.svg b/fontawesome-5.15.4/svgs/brands/chrome.svg new file mode 100644 index 0000000..8c5c07f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/chromecast.svg b/fontawesome-5.15.4/svgs/brands/chromecast.svg new file mode 100644 index 0000000..fcce4fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/chromecast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cloudflare.svg b/fontawesome-5.15.4/svgs/brands/cloudflare.svg new file mode 100644 index 0000000..5c4d765 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cloudflare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cloudscale.svg b/fontawesome-5.15.4/svgs/brands/cloudscale.svg new file mode 100644 index 0000000..4f9f0bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cloudscale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cloudsmith.svg b/fontawesome-5.15.4/svgs/brands/cloudsmith.svg new file mode 100644 index 0000000..260815f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cloudsmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cloudversify.svg b/fontawesome-5.15.4/svgs/brands/cloudversify.svg new file mode 100644 index 0000000..72f8e29 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cloudversify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/codepen.svg b/fontawesome-5.15.4/svgs/brands/codepen.svg new file mode 100644 index 0000000..c889769 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/codiepie.svg b/fontawesome-5.15.4/svgs/brands/codiepie.svg new file mode 100644 index 0000000..6c9df92 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/codiepie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/confluence.svg b/fontawesome-5.15.4/svgs/brands/confluence.svg new file mode 100644 index 0000000..ae6e0ef --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/confluence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/connectdevelop.svg b/fontawesome-5.15.4/svgs/brands/connectdevelop.svg new file mode 100644 index 0000000..da4b52e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/connectdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/contao.svg b/fontawesome-5.15.4/svgs/brands/contao.svg new file mode 100644 index 0000000..4658f8d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/contao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cotton-bureau.svg b/fontawesome-5.15.4/svgs/brands/cotton-bureau.svg new file mode 100644 index 0000000..d4f9bc0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cotton-bureau.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cpanel.svg b/fontawesome-5.15.4/svgs/brands/cpanel.svg new file mode 100644 index 0000000..cecf2b8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cpanel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-by.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-by.svg new file mode 100644 index 0000000..5a8e238 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-by.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-nc-eu.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-nc-eu.svg new file mode 100644 index 0000000..1bf1472 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-nc-eu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-nc-jp.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-nc-jp.svg new file mode 100644 index 0000000..f09d3b5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-nc-jp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-nc.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-nc.svg new file mode 100644 index 0000000..2f960a9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-nc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-nd.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-nd.svg new file mode 100644 index 0000000..e8861c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-nd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-pd-alt.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-pd-alt.svg new file mode 100644 index 0000000..9dd28ca --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-pd-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-pd.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-pd.svg new file mode 100644 index 0000000..f6fd018 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-pd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-remix.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-remix.svg new file mode 100644 index 0000000..1d6b21e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-remix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-sa.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-sa.svg new file mode 100644 index 0000000..3243ae3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-sa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-sampling-plus.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-sampling-plus.svg new file mode 100644 index 0000000..c84aae9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-sampling-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-sampling.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-sampling.svg new file mode 100644 index 0000000..0b59ed2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-sampling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-share.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-share.svg new file mode 100644 index 0000000..cf0a234 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons-zero.svg b/fontawesome-5.15.4/svgs/brands/creative-commons-zero.svg new file mode 100644 index 0000000..a625567 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons-zero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/creative-commons.svg b/fontawesome-5.15.4/svgs/brands/creative-commons.svg new file mode 100644 index 0000000..6f4dc62 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/critical-role.svg b/fontawesome-5.15.4/svgs/brands/critical-role.svg new file mode 100644 index 0000000..60bffe6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/critical-role.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/css3-alt.svg b/fontawesome-5.15.4/svgs/brands/css3-alt.svg new file mode 100644 index 0000000..89a9ddb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/css3-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/css3.svg b/fontawesome-5.15.4/svgs/brands/css3.svg new file mode 100644 index 0000000..e708a07 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/cuttlefish.svg b/fontawesome-5.15.4/svgs/brands/cuttlefish.svg new file mode 100644 index 0000000..8fbd9eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/cuttlefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/d-and-d-beyond.svg b/fontawesome-5.15.4/svgs/brands/d-and-d-beyond.svg new file mode 100644 index 0000000..538b8b2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/d-and-d-beyond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/d-and-d.svg b/fontawesome-5.15.4/svgs/brands/d-and-d.svg new file mode 100644 index 0000000..ce7506d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/d-and-d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dailymotion.svg b/fontawesome-5.15.4/svgs/brands/dailymotion.svg new file mode 100644 index 0000000..f914fdb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dailymotion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dashcube.svg b/fontawesome-5.15.4/svgs/brands/dashcube.svg new file mode 100644 index 0000000..37af5c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dashcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/deezer.svg b/fontawesome-5.15.4/svgs/brands/deezer.svg new file mode 100644 index 0000000..87022d5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/deezer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/delicious.svg b/fontawesome-5.15.4/svgs/brands/delicious.svg new file mode 100644 index 0000000..c60095f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/deploydog.svg b/fontawesome-5.15.4/svgs/brands/deploydog.svg new file mode 100644 index 0000000..0fceedc --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/deploydog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/deskpro.svg b/fontawesome-5.15.4/svgs/brands/deskpro.svg new file mode 100644 index 0000000..ae91cfc --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/deskpro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dev.svg b/fontawesome-5.15.4/svgs/brands/dev.svg new file mode 100644 index 0000000..f2529d5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/deviantart.svg b/fontawesome-5.15.4/svgs/brands/deviantart.svg new file mode 100644 index 0000000..eaad63a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dhl.svg b/fontawesome-5.15.4/svgs/brands/dhl.svg new file mode 100644 index 0000000..5af4925 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dhl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/diaspora.svg b/fontawesome-5.15.4/svgs/brands/diaspora.svg new file mode 100644 index 0000000..a639c33 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/diaspora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/digg.svg b/fontawesome-5.15.4/svgs/brands/digg.svg new file mode 100644 index 0000000..708a738 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/digital-ocean.svg b/fontawesome-5.15.4/svgs/brands/digital-ocean.svg new file mode 100644 index 0000000..7cc81de --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/digital-ocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/discord.svg b/fontawesome-5.15.4/svgs/brands/discord.svg new file mode 100644 index 0000000..73d2784 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/discourse.svg b/fontawesome-5.15.4/svgs/brands/discourse.svg new file mode 100644 index 0000000..f47a236 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dochub.svg b/fontawesome-5.15.4/svgs/brands/dochub.svg new file mode 100644 index 0000000..ff8c4b9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dochub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/docker.svg b/fontawesome-5.15.4/svgs/brands/docker.svg new file mode 100644 index 0000000..e4c8038 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/draft2digital.svg b/fontawesome-5.15.4/svgs/brands/draft2digital.svg new file mode 100644 index 0000000..279f74c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/draft2digital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dribbble-square.svg b/fontawesome-5.15.4/svgs/brands/dribbble-square.svg new file mode 100644 index 0000000..19fe9db --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dribbble-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dribbble.svg b/fontawesome-5.15.4/svgs/brands/dribbble.svg new file mode 100644 index 0000000..3b1f3f3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dropbox.svg b/fontawesome-5.15.4/svgs/brands/dropbox.svg new file mode 100644 index 0000000..9ef4ae6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/drupal.svg b/fontawesome-5.15.4/svgs/brands/drupal.svg new file mode 100644 index 0000000..7d355f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/dyalog.svg b/fontawesome-5.15.4/svgs/brands/dyalog.svg new file mode 100644 index 0000000..dfae485 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/dyalog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/earlybirds.svg b/fontawesome-5.15.4/svgs/brands/earlybirds.svg new file mode 100644 index 0000000..5768ebf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/earlybirds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ebay.svg b/fontawesome-5.15.4/svgs/brands/ebay.svg new file mode 100644 index 0000000..1d1360c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/edge-legacy.svg b/fontawesome-5.15.4/svgs/brands/edge-legacy.svg new file mode 100644 index 0000000..1f64353 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/edge-legacy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/edge.svg b/fontawesome-5.15.4/svgs/brands/edge.svg new file mode 100644 index 0000000..cfea891 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/elementor.svg b/fontawesome-5.15.4/svgs/brands/elementor.svg new file mode 100644 index 0000000..6936e14 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/elementor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ello.svg b/fontawesome-5.15.4/svgs/brands/ello.svg new file mode 100644 index 0000000..80cfbec --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ember.svg b/fontawesome-5.15.4/svgs/brands/ember.svg new file mode 100644 index 0000000..58a1de7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ember.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/empire.svg b/fontawesome-5.15.4/svgs/brands/empire.svg new file mode 100644 index 0000000..7f2b53a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/empire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/envira.svg b/fontawesome-5.15.4/svgs/brands/envira.svg new file mode 100644 index 0000000..17d5aac --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/envira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/erlang.svg b/fontawesome-5.15.4/svgs/brands/erlang.svg new file mode 100644 index 0000000..5829f25 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/erlang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ethereum.svg b/fontawesome-5.15.4/svgs/brands/ethereum.svg new file mode 100644 index 0000000..431fff6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ethereum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/etsy.svg b/fontawesome-5.15.4/svgs/brands/etsy.svg new file mode 100644 index 0000000..1dd7786 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/etsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/evernote.svg b/fontawesome-5.15.4/svgs/brands/evernote.svg new file mode 100644 index 0000000..6f5d52b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/evernote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/expeditedssl.svg b/fontawesome-5.15.4/svgs/brands/expeditedssl.svg new file mode 100644 index 0000000..8dd07f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/expeditedssl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/facebook-f.svg b/fontawesome-5.15.4/svgs/brands/facebook-f.svg new file mode 100644 index 0000000..ab83e9c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/facebook-f.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/facebook-messenger.svg b/fontawesome-5.15.4/svgs/brands/facebook-messenger.svg new file mode 100644 index 0000000..e6321a8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/facebook-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/facebook-square.svg b/fontawesome-5.15.4/svgs/brands/facebook-square.svg new file mode 100644 index 0000000..8e0b51f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/facebook.svg b/fontawesome-5.15.4/svgs/brands/facebook.svg new file mode 100644 index 0000000..7f375de --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fantasy-flight-games.svg b/fontawesome-5.15.4/svgs/brands/fantasy-flight-games.svg new file mode 100644 index 0000000..5cedf3f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fantasy-flight-games.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fedex.svg b/fontawesome-5.15.4/svgs/brands/fedex.svg new file mode 100644 index 0000000..f3f19ff --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fedex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fedora.svg b/fontawesome-5.15.4/svgs/brands/fedora.svg new file mode 100644 index 0000000..ef933a4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fedora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/figma.svg b/fontawesome-5.15.4/svgs/brands/figma.svg new file mode 100644 index 0000000..13ba70c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/firefox-browser.svg b/fontawesome-5.15.4/svgs/brands/firefox-browser.svg new file mode 100644 index 0000000..4852f7e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/firefox-browser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/firefox.svg b/fontawesome-5.15.4/svgs/brands/firefox.svg new file mode 100644 index 0000000..6867402 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/first-order-alt.svg b/fontawesome-5.15.4/svgs/brands/first-order-alt.svg new file mode 100644 index 0000000..2a5a909 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/first-order-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/first-order.svg b/fontawesome-5.15.4/svgs/brands/first-order.svg new file mode 100644 index 0000000..5a3c188 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/first-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/firstdraft.svg b/fontawesome-5.15.4/svgs/brands/firstdraft.svg new file mode 100644 index 0000000..4b4a3bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/firstdraft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/flickr.svg b/fontawesome-5.15.4/svgs/brands/flickr.svg new file mode 100644 index 0000000..7815c44 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/flipboard.svg b/fontawesome-5.15.4/svgs/brands/flipboard.svg new file mode 100644 index 0000000..6a6c02c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/flipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fly.svg b/fontawesome-5.15.4/svgs/brands/fly.svg new file mode 100644 index 0000000..974a503 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/font-awesome-alt.svg b/fontawesome-5.15.4/svgs/brands/font-awesome-alt.svg new file mode 100644 index 0000000..bb5c015 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/font-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/font-awesome-flag.svg b/fontawesome-5.15.4/svgs/brands/font-awesome-flag.svg new file mode 100644 index 0000000..f9f0287 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/font-awesome-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/font-awesome-logo-full.svg b/fontawesome-5.15.4/svgs/brands/font-awesome-logo-full.svg new file mode 100644 index 0000000..c7eb606 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/font-awesome.svg b/fontawesome-5.15.4/svgs/brands/font-awesome.svg new file mode 100644 index 0000000..ca95b89 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fonticons-fi.svg b/fontawesome-5.15.4/svgs/brands/fonticons-fi.svg new file mode 100644 index 0000000..0937f41 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fonticons-fi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fonticons.svg b/fontawesome-5.15.4/svgs/brands/fonticons.svg new file mode 100644 index 0000000..bfad135 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fonticons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fort-awesome-alt.svg b/fontawesome-5.15.4/svgs/brands/fort-awesome-alt.svg new file mode 100644 index 0000000..9e60665 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fort-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fort-awesome.svg b/fontawesome-5.15.4/svgs/brands/fort-awesome.svg new file mode 100644 index 0000000..82a9e14 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fort-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/forumbee.svg b/fontawesome-5.15.4/svgs/brands/forumbee.svg new file mode 100644 index 0000000..d64ccec --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/forumbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/foursquare.svg b/fontawesome-5.15.4/svgs/brands/foursquare.svg new file mode 100644 index 0000000..b73f421 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/free-code-camp.svg b/fontawesome-5.15.4/svgs/brands/free-code-camp.svg new file mode 100644 index 0000000..7e87ae5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/free-code-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/freebsd.svg b/fontawesome-5.15.4/svgs/brands/freebsd.svg new file mode 100644 index 0000000..a0b512b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/freebsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/fulcrum.svg b/fontawesome-5.15.4/svgs/brands/fulcrum.svg new file mode 100644 index 0000000..859463f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/fulcrum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/galactic-republic.svg b/fontawesome-5.15.4/svgs/brands/galactic-republic.svg new file mode 100644 index 0000000..8d250ec --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/galactic-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/galactic-senate.svg b/fontawesome-5.15.4/svgs/brands/galactic-senate.svg new file mode 100644 index 0000000..cefebdf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/galactic-senate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/get-pocket.svg b/fontawesome-5.15.4/svgs/brands/get-pocket.svg new file mode 100644 index 0000000..69246a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/get-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gg-circle.svg b/fontawesome-5.15.4/svgs/brands/gg-circle.svg new file mode 100644 index 0000000..7ebe73b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gg-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gg.svg b/fontawesome-5.15.4/svgs/brands/gg.svg new file mode 100644 index 0000000..169a3cf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/git-alt.svg b/fontawesome-5.15.4/svgs/brands/git-alt.svg new file mode 100644 index 0000000..b2cfc0e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/git-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/git-square.svg b/fontawesome-5.15.4/svgs/brands/git-square.svg new file mode 100644 index 0000000..9b053ca --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/git-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/git.svg b/fontawesome-5.15.4/svgs/brands/git.svg new file mode 100644 index 0000000..f77a624 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/github-alt.svg b/fontawesome-5.15.4/svgs/brands/github-alt.svg new file mode 100644 index 0000000..3827611 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/github-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/github-square.svg b/fontawesome-5.15.4/svgs/brands/github-square.svg new file mode 100644 index 0000000..6d862a6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/github-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/github.svg b/fontawesome-5.15.4/svgs/brands/github.svg new file mode 100644 index 0000000..ec2bab2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gitkraken.svg b/fontawesome-5.15.4/svgs/brands/gitkraken.svg new file mode 100644 index 0000000..d6bed3e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gitkraken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gitlab.svg b/fontawesome-5.15.4/svgs/brands/gitlab.svg new file mode 100644 index 0000000..d9163c7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gitter.svg b/fontawesome-5.15.4/svgs/brands/gitter.svg new file mode 100644 index 0000000..3e893d0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/glide-g.svg b/fontawesome-5.15.4/svgs/brands/glide-g.svg new file mode 100644 index 0000000..064150b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/glide-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/glide.svg b/fontawesome-5.15.4/svgs/brands/glide.svg new file mode 100644 index 0000000..3438a14 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/glide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gofore.svg b/fontawesome-5.15.4/svgs/brands/gofore.svg new file mode 100644 index 0000000..2e77c0a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gofore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/goodreads-g.svg b/fontawesome-5.15.4/svgs/brands/goodreads-g.svg new file mode 100644 index 0000000..fa9631a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/goodreads-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/goodreads.svg b/fontawesome-5.15.4/svgs/brands/goodreads.svg new file mode 100644 index 0000000..d65ef6f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/goodreads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-drive.svg b/fontawesome-5.15.4/svgs/brands/google-drive.svg new file mode 100644 index 0000000..6415fc0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-pay.svg b/fontawesome-5.15.4/svgs/brands/google-pay.svg new file mode 100644 index 0000000..f8a9f16 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-play.svg b/fontawesome-5.15.4/svgs/brands/google-play.svg new file mode 100644 index 0000000..ed810a8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-plus-g.svg b/fontawesome-5.15.4/svgs/brands/google-plus-g.svg new file mode 100644 index 0000000..936f56d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-plus-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-plus-square.svg b/fontawesome-5.15.4/svgs/brands/google-plus-square.svg new file mode 100644 index 0000000..260a31f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-plus.svg b/fontawesome-5.15.4/svgs/brands/google-plus.svg new file mode 100644 index 0000000..b62503b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google-wallet.svg b/fontawesome-5.15.4/svgs/brands/google-wallet.svg new file mode 100644 index 0000000..2699996 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/google.svg b/fontawesome-5.15.4/svgs/brands/google.svg new file mode 100644 index 0000000..17b04f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gratipay.svg b/fontawesome-5.15.4/svgs/brands/gratipay.svg new file mode 100644 index 0000000..78469de --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/grav.svg b/fontawesome-5.15.4/svgs/brands/grav.svg new file mode 100644 index 0000000..911c2c9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/grav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gripfire.svg b/fontawesome-5.15.4/svgs/brands/gripfire.svg new file mode 100644 index 0000000..c7885b8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gripfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/grunt.svg b/fontawesome-5.15.4/svgs/brands/grunt.svg new file mode 100644 index 0000000..a75e57c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/grunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/guilded.svg b/fontawesome-5.15.4/svgs/brands/guilded.svg new file mode 100644 index 0000000..ad46c36 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/guilded.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/gulp.svg b/fontawesome-5.15.4/svgs/brands/gulp.svg new file mode 100644 index 0000000..3e56c7d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/gulp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hacker-news-square.svg b/fontawesome-5.15.4/svgs/brands/hacker-news-square.svg new file mode 100644 index 0000000..61f7489 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hacker-news-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hacker-news.svg b/fontawesome-5.15.4/svgs/brands/hacker-news.svg new file mode 100644 index 0000000..34d13b3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hacker-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hackerrank.svg b/fontawesome-5.15.4/svgs/brands/hackerrank.svg new file mode 100644 index 0000000..064e48a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hackerrank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hips.svg b/fontawesome-5.15.4/svgs/brands/hips.svg new file mode 100644 index 0000000..67cbc45 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hire-a-helper.svg b/fontawesome-5.15.4/svgs/brands/hire-a-helper.svg new file mode 100644 index 0000000..4e7b7f0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hire-a-helper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hive.svg b/fontawesome-5.15.4/svgs/brands/hive.svg new file mode 100644 index 0000000..6a7d908 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hooli.svg b/fontawesome-5.15.4/svgs/brands/hooli.svg new file mode 100644 index 0000000..ba53a4f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hooli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hornbill.svg b/fontawesome-5.15.4/svgs/brands/hornbill.svg new file mode 100644 index 0000000..e42cddf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hornbill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hotjar.svg b/fontawesome-5.15.4/svgs/brands/hotjar.svg new file mode 100644 index 0000000..7b40688 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hotjar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/houzz.svg b/fontawesome-5.15.4/svgs/brands/houzz.svg new file mode 100644 index 0000000..1d1ceda --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/houzz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/html5.svg b/fontawesome-5.15.4/svgs/brands/html5.svg new file mode 100644 index 0000000..b74b517 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/hubspot.svg b/fontawesome-5.15.4/svgs/brands/hubspot.svg new file mode 100644 index 0000000..da90ce0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/hubspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ideal.svg b/fontawesome-5.15.4/svgs/brands/ideal.svg new file mode 100644 index 0000000..b0b4e72 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ideal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/imdb.svg b/fontawesome-5.15.4/svgs/brands/imdb.svg new file mode 100644 index 0000000..3be59f3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/imdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/innosoft.svg b/fontawesome-5.15.4/svgs/brands/innosoft.svg new file mode 100644 index 0000000..a55d3f2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/innosoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/instagram-square.svg b/fontawesome-5.15.4/svgs/brands/instagram-square.svg new file mode 100644 index 0000000..dd24ad0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/instagram-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/instagram.svg b/fontawesome-5.15.4/svgs/brands/instagram.svg new file mode 100644 index 0000000..d774076 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/instalod.svg b/fontawesome-5.15.4/svgs/brands/instalod.svg new file mode 100644 index 0000000..4cddfc0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/instalod.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/intercom.svg b/fontawesome-5.15.4/svgs/brands/intercom.svg new file mode 100644 index 0000000..5687521 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/intercom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/internet-explorer.svg b/fontawesome-5.15.4/svgs/brands/internet-explorer.svg new file mode 100644 index 0000000..af38691 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/invision.svg b/fontawesome-5.15.4/svgs/brands/invision.svg new file mode 100644 index 0000000..b2d03a6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/invision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ioxhost.svg b/fontawesome-5.15.4/svgs/brands/ioxhost.svg new file mode 100644 index 0000000..3ff8d1e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ioxhost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/itch-io.svg b/fontawesome-5.15.4/svgs/brands/itch-io.svg new file mode 100644 index 0000000..40f8ce9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/itch-io.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/itunes-note.svg b/fontawesome-5.15.4/svgs/brands/itunes-note.svg new file mode 100644 index 0000000..39130fa --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/itunes-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/itunes.svg b/fontawesome-5.15.4/svgs/brands/itunes.svg new file mode 100644 index 0000000..3efa497 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/itunes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/java.svg b/fontawesome-5.15.4/svgs/brands/java.svg new file mode 100644 index 0000000..277c52f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/jedi-order.svg b/fontawesome-5.15.4/svgs/brands/jedi-order.svg new file mode 100644 index 0000000..f167a69 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/jedi-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/jenkins.svg b/fontawesome-5.15.4/svgs/brands/jenkins.svg new file mode 100644 index 0000000..cc74c7e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/jenkins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/jira.svg b/fontawesome-5.15.4/svgs/brands/jira.svg new file mode 100644 index 0000000..62827d6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/jira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/joget.svg b/fontawesome-5.15.4/svgs/brands/joget.svg new file mode 100644 index 0000000..fa3df1d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/joget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/joomla.svg b/fontawesome-5.15.4/svgs/brands/joomla.svg new file mode 100644 index 0000000..d787b12 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/js-square.svg b/fontawesome-5.15.4/svgs/brands/js-square.svg new file mode 100644 index 0000000..6e1407e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/js-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/js.svg b/fontawesome-5.15.4/svgs/brands/js.svg new file mode 100644 index 0000000..d51707b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/jsfiddle.svg b/fontawesome-5.15.4/svgs/brands/jsfiddle.svg new file mode 100644 index 0000000..e059b93 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/kaggle.svg b/fontawesome-5.15.4/svgs/brands/kaggle.svg new file mode 100644 index 0000000..fd01806 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/kaggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/keybase.svg b/fontawesome-5.15.4/svgs/brands/keybase.svg new file mode 100644 index 0000000..f815fb6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/keybase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/keycdn.svg b/fontawesome-5.15.4/svgs/brands/keycdn.svg new file mode 100644 index 0000000..a347e7d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/keycdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/kickstarter-k.svg b/fontawesome-5.15.4/svgs/brands/kickstarter-k.svg new file mode 100644 index 0000000..91efe83 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/kickstarter-k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/kickstarter.svg b/fontawesome-5.15.4/svgs/brands/kickstarter.svg new file mode 100644 index 0000000..bfc264f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/korvue.svg b/fontawesome-5.15.4/svgs/brands/korvue.svg new file mode 100644 index 0000000..b69a744 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/korvue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/laravel.svg b/fontawesome-5.15.4/svgs/brands/laravel.svg new file mode 100644 index 0000000..b343f2d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/laravel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/lastfm-square.svg b/fontawesome-5.15.4/svgs/brands/lastfm-square.svg new file mode 100644 index 0000000..82d2a6d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/lastfm-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/lastfm.svg b/fontawesome-5.15.4/svgs/brands/lastfm.svg new file mode 100644 index 0000000..975fb2a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/lastfm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/leanpub.svg b/fontawesome-5.15.4/svgs/brands/leanpub.svg new file mode 100644 index 0000000..45db2be --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/leanpub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/less.svg b/fontawesome-5.15.4/svgs/brands/less.svg new file mode 100644 index 0000000..6357b3e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/less.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/line.svg b/fontawesome-5.15.4/svgs/brands/line.svg new file mode 100644 index 0000000..4ca8a99 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/linkedin-in.svg b/fontawesome-5.15.4/svgs/brands/linkedin-in.svg new file mode 100644 index 0000000..ae072c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/linkedin-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/linkedin.svg b/fontawesome-5.15.4/svgs/brands/linkedin.svg new file mode 100644 index 0000000..ad64244 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/linode.svg b/fontawesome-5.15.4/svgs/brands/linode.svg new file mode 100644 index 0000000..9d97db1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/linode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/linux.svg b/fontawesome-5.15.4/svgs/brands/linux.svg new file mode 100644 index 0000000..8ae1ba9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/lyft.svg b/fontawesome-5.15.4/svgs/brands/lyft.svg new file mode 100644 index 0000000..adbd5e6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/lyft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/magento.svg b/fontawesome-5.15.4/svgs/brands/magento.svg new file mode 100644 index 0000000..6b9abb3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/magento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mailchimp.svg b/fontawesome-5.15.4/svgs/brands/mailchimp.svg new file mode 100644 index 0000000..f14bf55 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mandalorian.svg b/fontawesome-5.15.4/svgs/brands/mandalorian.svg new file mode 100644 index 0000000..cd87d76 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mandalorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/markdown.svg b/fontawesome-5.15.4/svgs/brands/markdown.svg new file mode 100644 index 0000000..30af43c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mastodon.svg b/fontawesome-5.15.4/svgs/brands/mastodon.svg new file mode 100644 index 0000000..e9248ae --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/maxcdn.svg b/fontawesome-5.15.4/svgs/brands/maxcdn.svg new file mode 100644 index 0000000..0b5f835 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/maxcdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mdb.svg b/fontawesome-5.15.4/svgs/brands/mdb.svg new file mode 100644 index 0000000..89fe99f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/medapps.svg b/fontawesome-5.15.4/svgs/brands/medapps.svg new file mode 100644 index 0000000..14cf3f6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/medapps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/medium-m.svg b/fontawesome-5.15.4/svgs/brands/medium-m.svg new file mode 100644 index 0000000..6e4aca1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/medium-m.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/medium.svg b/fontawesome-5.15.4/svgs/brands/medium.svg new file mode 100644 index 0000000..ba8b3f6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/medrt.svg b/fontawesome-5.15.4/svgs/brands/medrt.svg new file mode 100644 index 0000000..5861bf8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/medrt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/meetup.svg b/fontawesome-5.15.4/svgs/brands/meetup.svg new file mode 100644 index 0000000..0d78181 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/megaport.svg b/fontawesome-5.15.4/svgs/brands/megaport.svg new file mode 100644 index 0000000..6b73b1b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/megaport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mendeley.svg b/fontawesome-5.15.4/svgs/brands/mendeley.svg new file mode 100644 index 0000000..d4014f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mendeley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/microblog.svg b/fontawesome-5.15.4/svgs/brands/microblog.svg new file mode 100644 index 0000000..99e727c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/microblog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/microsoft.svg b/fontawesome-5.15.4/svgs/brands/microsoft.svg new file mode 100644 index 0000000..26fe492 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mix.svg b/fontawesome-5.15.4/svgs/brands/mix.svg new file mode 100644 index 0000000..7e3e732 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mixcloud.svg b/fontawesome-5.15.4/svgs/brands/mixcloud.svg new file mode 100644 index 0000000..1a00578 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mixcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mixer.svg b/fontawesome-5.15.4/svgs/brands/mixer.svg new file mode 100644 index 0000000..9429de6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/mizuni.svg b/fontawesome-5.15.4/svgs/brands/mizuni.svg new file mode 100644 index 0000000..cad6942 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/mizuni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/modx.svg b/fontawesome-5.15.4/svgs/brands/modx.svg new file mode 100644 index 0000000..e5dc0a4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/modx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/monero.svg b/fontawesome-5.15.4/svgs/brands/monero.svg new file mode 100644 index 0000000..9c560b2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/monero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/napster.svg b/fontawesome-5.15.4/svgs/brands/napster.svg new file mode 100644 index 0000000..9516407 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/napster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/neos.svg b/fontawesome-5.15.4/svgs/brands/neos.svg new file mode 100644 index 0000000..927bc45 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/nimblr.svg b/fontawesome-5.15.4/svgs/brands/nimblr.svg new file mode 100644 index 0000000..e991e99 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/nimblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/node-js.svg b/fontawesome-5.15.4/svgs/brands/node-js.svg new file mode 100644 index 0000000..12a3645 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/node-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/node.svg b/fontawesome-5.15.4/svgs/brands/node.svg new file mode 100644 index 0000000..3169c50 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/npm.svg b/fontawesome-5.15.4/svgs/brands/npm.svg new file mode 100644 index 0000000..c42b3e1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/npm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ns8.svg b/fontawesome-5.15.4/svgs/brands/ns8.svg new file mode 100644 index 0000000..05f1787 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ns8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/nutritionix.svg b/fontawesome-5.15.4/svgs/brands/nutritionix.svg new file mode 100644 index 0000000..44527b4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/nutritionix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/octopus-deploy.svg b/fontawesome-5.15.4/svgs/brands/octopus-deploy.svg new file mode 100644 index 0000000..ad3c51e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/octopus-deploy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/odnoklassniki-square.svg b/fontawesome-5.15.4/svgs/brands/odnoklassniki-square.svg new file mode 100644 index 0000000..d203ae2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/odnoklassniki-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/odnoklassniki.svg b/fontawesome-5.15.4/svgs/brands/odnoklassniki.svg new file mode 100644 index 0000000..67159ae --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/odnoklassniki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/old-republic.svg b/fontawesome-5.15.4/svgs/brands/old-republic.svg new file mode 100644 index 0000000..6770686 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/old-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/opencart.svg b/fontawesome-5.15.4/svgs/brands/opencart.svg new file mode 100644 index 0000000..267fb2e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/opencart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/openid.svg b/fontawesome-5.15.4/svgs/brands/openid.svg new file mode 100644 index 0000000..58524d3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/openid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/opera.svg b/fontawesome-5.15.4/svgs/brands/opera.svg new file mode 100644 index 0000000..093f24e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/optin-monster.svg b/fontawesome-5.15.4/svgs/brands/optin-monster.svg new file mode 100644 index 0000000..6353740 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/optin-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/orcid.svg b/fontawesome-5.15.4/svgs/brands/orcid.svg new file mode 100644 index 0000000..072b67b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/osi.svg b/fontawesome-5.15.4/svgs/brands/osi.svg new file mode 100644 index 0000000..b4b33c8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/osi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/page4.svg b/fontawesome-5.15.4/svgs/brands/page4.svg new file mode 100644 index 0000000..e89c6c4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/page4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pagelines.svg b/fontawesome-5.15.4/svgs/brands/pagelines.svg new file mode 100644 index 0000000..1fea491 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pagelines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/palfed.svg b/fontawesome-5.15.4/svgs/brands/palfed.svg new file mode 100644 index 0000000..06da74c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/palfed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/patreon.svg b/fontawesome-5.15.4/svgs/brands/patreon.svg new file mode 100644 index 0000000..391b440 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/paypal.svg b/fontawesome-5.15.4/svgs/brands/paypal.svg new file mode 100644 index 0000000..416e7af --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/penny-arcade.svg b/fontawesome-5.15.4/svgs/brands/penny-arcade.svg new file mode 100644 index 0000000..f9d4529 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/penny-arcade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/perbyte.svg b/fontawesome-5.15.4/svgs/brands/perbyte.svg new file mode 100644 index 0000000..0cc380a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/perbyte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/periscope.svg b/fontawesome-5.15.4/svgs/brands/periscope.svg new file mode 100644 index 0000000..e3b6555 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/phabricator.svg b/fontawesome-5.15.4/svgs/brands/phabricator.svg new file mode 100644 index 0000000..d201ed7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/phabricator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/phoenix-framework.svg b/fontawesome-5.15.4/svgs/brands/phoenix-framework.svg new file mode 100644 index 0000000..39405a3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/phoenix-framework.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/phoenix-squadron.svg b/fontawesome-5.15.4/svgs/brands/phoenix-squadron.svg new file mode 100644 index 0000000..617eef9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/phoenix-squadron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/php.svg b/fontawesome-5.15.4/svgs/brands/php.svg new file mode 100644 index 0000000..db4388d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pied-piper-alt.svg b/fontawesome-5.15.4/svgs/brands/pied-piper-alt.svg new file mode 100644 index 0000000..ab1421f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pied-piper-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pied-piper-hat.svg b/fontawesome-5.15.4/svgs/brands/pied-piper-hat.svg new file mode 100644 index 0000000..2f3f9e0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pied-piper-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pied-piper-pp.svg b/fontawesome-5.15.4/svgs/brands/pied-piper-pp.svg new file mode 100644 index 0000000..cfae35e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pied-piper-pp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pied-piper-square.svg b/fontawesome-5.15.4/svgs/brands/pied-piper-square.svg new file mode 100644 index 0000000..03ec7d1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pied-piper-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pied-piper.svg b/fontawesome-5.15.4/svgs/brands/pied-piper.svg new file mode 100644 index 0000000..5c1aa9c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pied-piper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pinterest-p.svg b/fontawesome-5.15.4/svgs/brands/pinterest-p.svg new file mode 100644 index 0000000..5b950d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pinterest-p.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pinterest-square.svg b/fontawesome-5.15.4/svgs/brands/pinterest-square.svg new file mode 100644 index 0000000..e0c2b08 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pinterest-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pinterest.svg b/fontawesome-5.15.4/svgs/brands/pinterest.svg new file mode 100644 index 0000000..0b55463 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/playstation.svg b/fontawesome-5.15.4/svgs/brands/playstation.svg new file mode 100644 index 0000000..802ebc6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/playstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/product-hunt.svg b/fontawesome-5.15.4/svgs/brands/product-hunt.svg new file mode 100644 index 0000000..e5b27f2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/pushed.svg b/fontawesome-5.15.4/svgs/brands/pushed.svg new file mode 100644 index 0000000..01c41ab --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/pushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/python.svg b/fontawesome-5.15.4/svgs/brands/python.svg new file mode 100644 index 0000000..08533ce --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/qq.svg b/fontawesome-5.15.4/svgs/brands/qq.svg new file mode 100644 index 0000000..ebb14e1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/quinscape.svg b/fontawesome-5.15.4/svgs/brands/quinscape.svg new file mode 100644 index 0000000..95e68d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/quinscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/quora.svg b/fontawesome-5.15.4/svgs/brands/quora.svg new file mode 100644 index 0000000..b0326fb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/r-project.svg b/fontawesome-5.15.4/svgs/brands/r-project.svg new file mode 100644 index 0000000..ae0b8e5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/r-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/raspberry-pi.svg b/fontawesome-5.15.4/svgs/brands/raspberry-pi.svg new file mode 100644 index 0000000..ea4e276 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/raspberry-pi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ravelry.svg b/fontawesome-5.15.4/svgs/brands/ravelry.svg new file mode 100644 index 0000000..b0311a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/react.svg b/fontawesome-5.15.4/svgs/brands/react.svg new file mode 100644 index 0000000..30e3fee --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/reacteurope.svg b/fontawesome-5.15.4/svgs/brands/reacteurope.svg new file mode 100644 index 0000000..9e97955 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/reacteurope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/readme.svg b/fontawesome-5.15.4/svgs/brands/readme.svg new file mode 100644 index 0000000..d67ec54 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/readme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/rebel.svg b/fontawesome-5.15.4/svgs/brands/rebel.svg new file mode 100644 index 0000000..4aaf20c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/rebel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/red-river.svg b/fontawesome-5.15.4/svgs/brands/red-river.svg new file mode 100644 index 0000000..4043d1b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/red-river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/reddit-alien.svg b/fontawesome-5.15.4/svgs/brands/reddit-alien.svg new file mode 100644 index 0000000..42a0cd5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/reddit-square.svg b/fontawesome-5.15.4/svgs/brands/reddit-square.svg new file mode 100644 index 0000000..a1725d6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/reddit-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/reddit.svg b/fontawesome-5.15.4/svgs/brands/reddit.svg new file mode 100644 index 0000000..f0b4f03 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/redhat.svg b/fontawesome-5.15.4/svgs/brands/redhat.svg new file mode 100644 index 0000000..02bf53f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/redhat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/renren.svg b/fontawesome-5.15.4/svgs/brands/renren.svg new file mode 100644 index 0000000..f8b267f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/renren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/replyd.svg b/fontawesome-5.15.4/svgs/brands/replyd.svg new file mode 100644 index 0000000..bca361a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/replyd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/researchgate.svg b/fontawesome-5.15.4/svgs/brands/researchgate.svg new file mode 100644 index 0000000..801ba19 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/researchgate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/resolving.svg b/fontawesome-5.15.4/svgs/brands/resolving.svg new file mode 100644 index 0000000..6d319f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/resolving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/rev.svg b/fontawesome-5.15.4/svgs/brands/rev.svg new file mode 100644 index 0000000..3f41363 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/rev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/rocketchat.svg b/fontawesome-5.15.4/svgs/brands/rocketchat.svg new file mode 100644 index 0000000..6de89c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/rocketchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/rockrms.svg b/fontawesome-5.15.4/svgs/brands/rockrms.svg new file mode 100644 index 0000000..c13c7b6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/rockrms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/rust.svg b/fontawesome-5.15.4/svgs/brands/rust.svg new file mode 100644 index 0000000..b69792d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/rust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/safari.svg b/fontawesome-5.15.4/svgs/brands/safari.svg new file mode 100644 index 0000000..c43dd58 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/salesforce.svg b/fontawesome-5.15.4/svgs/brands/salesforce.svg new file mode 100644 index 0000000..c330feb --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/salesforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sass.svg b/fontawesome-5.15.4/svgs/brands/sass.svg new file mode 100644 index 0000000..77dd1e2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/schlix.svg b/fontawesome-5.15.4/svgs/brands/schlix.svg new file mode 100644 index 0000000..5d914bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/schlix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/scribd.svg b/fontawesome-5.15.4/svgs/brands/scribd.svg new file mode 100644 index 0000000..148506c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/scribd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/searchengin.svg b/fontawesome-5.15.4/svgs/brands/searchengin.svg new file mode 100644 index 0000000..08ecf96 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/searchengin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sellcast.svg b/fontawesome-5.15.4/svgs/brands/sellcast.svg new file mode 100644 index 0000000..34aa347 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sellcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sellsy.svg b/fontawesome-5.15.4/svgs/brands/sellsy.svg new file mode 100644 index 0000000..a7c873b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sellsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/servicestack.svg b/fontawesome-5.15.4/svgs/brands/servicestack.svg new file mode 100644 index 0000000..2e8b938 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/servicestack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/shirtsinbulk.svg b/fontawesome-5.15.4/svgs/brands/shirtsinbulk.svg new file mode 100644 index 0000000..b53083d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/shirtsinbulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/shopify.svg b/fontawesome-5.15.4/svgs/brands/shopify.svg new file mode 100644 index 0000000..a7132fe --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/shopify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/shopware.svg b/fontawesome-5.15.4/svgs/brands/shopware.svg new file mode 100644 index 0000000..a22d9c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/shopware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/simplybuilt.svg b/fontawesome-5.15.4/svgs/brands/simplybuilt.svg new file mode 100644 index 0000000..eba7d1e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/simplybuilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sistrix.svg b/fontawesome-5.15.4/svgs/brands/sistrix.svg new file mode 100644 index 0000000..65b3fc8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sistrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sith.svg b/fontawesome-5.15.4/svgs/brands/sith.svg new file mode 100644 index 0000000..deff3c1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sketch.svg b/fontawesome-5.15.4/svgs/brands/sketch.svg new file mode 100644 index 0000000..22ab47d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sketch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/skyatlas.svg b/fontawesome-5.15.4/svgs/brands/skyatlas.svg new file mode 100644 index 0000000..b59179d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/skyatlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/skype.svg b/fontawesome-5.15.4/svgs/brands/skype.svg new file mode 100644 index 0000000..abc9793 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/slack-hash.svg b/fontawesome-5.15.4/svgs/brands/slack-hash.svg new file mode 100644 index 0000000..4c6ab50 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/slack-hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/slack.svg b/fontawesome-5.15.4/svgs/brands/slack.svg new file mode 100644 index 0000000..0eefd75 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/slideshare.svg b/fontawesome-5.15.4/svgs/brands/slideshare.svg new file mode 100644 index 0000000..c6474b5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/snapchat-ghost.svg b/fontawesome-5.15.4/svgs/brands/snapchat-ghost.svg new file mode 100644 index 0000000..d05f44c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/snapchat-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/snapchat-square.svg b/fontawesome-5.15.4/svgs/brands/snapchat-square.svg new file mode 100644 index 0000000..c2bb48f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/snapchat-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/snapchat.svg b/fontawesome-5.15.4/svgs/brands/snapchat.svg new file mode 100644 index 0000000..3c21a52 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/soundcloud.svg b/fontawesome-5.15.4/svgs/brands/soundcloud.svg new file mode 100644 index 0000000..5781182 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sourcetree.svg b/fontawesome-5.15.4/svgs/brands/sourcetree.svg new file mode 100644 index 0000000..43c836a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sourcetree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/speakap.svg b/fontawesome-5.15.4/svgs/brands/speakap.svg new file mode 100644 index 0000000..a3de83d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/speakap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/speaker-deck.svg b/fontawesome-5.15.4/svgs/brands/speaker-deck.svg new file mode 100644 index 0000000..760db22 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/speaker-deck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/spotify.svg b/fontawesome-5.15.4/svgs/brands/spotify.svg new file mode 100644 index 0000000..36a0bd6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/squarespace.svg b/fontawesome-5.15.4/svgs/brands/squarespace.svg new file mode 100644 index 0000000..4986165 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/squarespace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stack-exchange.svg b/fontawesome-5.15.4/svgs/brands/stack-exchange.svg new file mode 100644 index 0000000..8579321 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stack-overflow.svg b/fontawesome-5.15.4/svgs/brands/stack-overflow.svg new file mode 100644 index 0000000..331de19 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stackpath.svg b/fontawesome-5.15.4/svgs/brands/stackpath.svg new file mode 100644 index 0000000..8ddea94 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stackpath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/staylinked.svg b/fontawesome-5.15.4/svgs/brands/staylinked.svg new file mode 100644 index 0000000..ad6a763 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/staylinked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/steam-square.svg b/fontawesome-5.15.4/svgs/brands/steam-square.svg new file mode 100644 index 0000000..fce09ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/steam-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/steam-symbol.svg b/fontawesome-5.15.4/svgs/brands/steam-symbol.svg new file mode 100644 index 0000000..75256b2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/steam-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/steam.svg b/fontawesome-5.15.4/svgs/brands/steam.svg new file mode 100644 index 0000000..c1a9329 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/sticker-mule.svg b/fontawesome-5.15.4/svgs/brands/sticker-mule.svg new file mode 100644 index 0000000..c362673 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/sticker-mule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/strava.svg b/fontawesome-5.15.4/svgs/brands/strava.svg new file mode 100644 index 0000000..9772ac2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stripe-s.svg b/fontawesome-5.15.4/svgs/brands/stripe-s.svg new file mode 100644 index 0000000..c5a52ed --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stripe-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stripe.svg b/fontawesome-5.15.4/svgs/brands/stripe.svg new file mode 100644 index 0000000..975dcfc --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/studiovinari.svg b/fontawesome-5.15.4/svgs/brands/studiovinari.svg new file mode 100644 index 0000000..24de833 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/studiovinari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stumbleupon-circle.svg b/fontawesome-5.15.4/svgs/brands/stumbleupon-circle.svg new file mode 100644 index 0000000..fc5fed1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stumbleupon-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/stumbleupon.svg b/fontawesome-5.15.4/svgs/brands/stumbleupon.svg new file mode 100644 index 0000000..c8cc3fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/superpowers.svg b/fontawesome-5.15.4/svgs/brands/superpowers.svg new file mode 100644 index 0000000..1fa74ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/superpowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/supple.svg b/fontawesome-5.15.4/svgs/brands/supple.svg new file mode 100644 index 0000000..130cb6f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/supple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/suse.svg b/fontawesome-5.15.4/svgs/brands/suse.svg new file mode 100644 index 0000000..10e633f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/suse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/swift.svg b/fontawesome-5.15.4/svgs/brands/swift.svg new file mode 100644 index 0000000..cf23a94 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/swift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/symfony.svg b/fontawesome-5.15.4/svgs/brands/symfony.svg new file mode 100644 index 0000000..7303770 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/symfony.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/teamspeak.svg b/fontawesome-5.15.4/svgs/brands/teamspeak.svg new file mode 100644 index 0000000..809c22b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/teamspeak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/telegram-plane.svg b/fontawesome-5.15.4/svgs/brands/telegram-plane.svg new file mode 100644 index 0000000..74b7cac --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/telegram-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/telegram.svg b/fontawesome-5.15.4/svgs/brands/telegram.svg new file mode 100644 index 0000000..6c2cfb7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/tencent-weibo.svg b/fontawesome-5.15.4/svgs/brands/tencent-weibo.svg new file mode 100644 index 0000000..196adb6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/tencent-weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/the-red-yeti.svg b/fontawesome-5.15.4/svgs/brands/the-red-yeti.svg new file mode 100644 index 0000000..c75db07 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/the-red-yeti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/themeco.svg b/fontawesome-5.15.4/svgs/brands/themeco.svg new file mode 100644 index 0000000..17962e5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/themeco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/themeisle.svg b/fontawesome-5.15.4/svgs/brands/themeisle.svg new file mode 100644 index 0000000..eb32294 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/themeisle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/think-peaks.svg b/fontawesome-5.15.4/svgs/brands/think-peaks.svg new file mode 100644 index 0000000..27c826f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/think-peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/tiktok.svg b/fontawesome-5.15.4/svgs/brands/tiktok.svg new file mode 100644 index 0000000..11dd153 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/trade-federation.svg b/fontawesome-5.15.4/svgs/brands/trade-federation.svg new file mode 100644 index 0000000..8dcb02a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/trade-federation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/trello.svg b/fontawesome-5.15.4/svgs/brands/trello.svg new file mode 100644 index 0000000..af66753 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/tumblr-square.svg b/fontawesome-5.15.4/svgs/brands/tumblr-square.svg new file mode 100644 index 0000000..47a4cb1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/tumblr-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/tumblr.svg b/fontawesome-5.15.4/svgs/brands/tumblr.svg new file mode 100644 index 0000000..d0a1305 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/twitch.svg b/fontawesome-5.15.4/svgs/brands/twitch.svg new file mode 100644 index 0000000..4d261d9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/twitter-square.svg b/fontawesome-5.15.4/svgs/brands/twitter-square.svg new file mode 100644 index 0000000..1e6a6c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/twitter-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/twitter.svg b/fontawesome-5.15.4/svgs/brands/twitter.svg new file mode 100644 index 0000000..f44967a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/typo3.svg b/fontawesome-5.15.4/svgs/brands/typo3.svg new file mode 100644 index 0000000..7448c14 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/typo3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/uber.svg b/fontawesome-5.15.4/svgs/brands/uber.svg new file mode 100644 index 0000000..ddbac5f --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/uber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ubuntu.svg b/fontawesome-5.15.4/svgs/brands/ubuntu.svg new file mode 100644 index 0000000..19704b4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/uikit.svg b/fontawesome-5.15.4/svgs/brands/uikit.svg new file mode 100644 index 0000000..dcee660 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/uikit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/umbraco.svg b/fontawesome-5.15.4/svgs/brands/umbraco.svg new file mode 100644 index 0000000..267e5fd --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/umbraco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/uncharted.svg b/fontawesome-5.15.4/svgs/brands/uncharted.svg new file mode 100644 index 0000000..291f70d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/uncharted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/uniregistry.svg b/fontawesome-5.15.4/svgs/brands/uniregistry.svg new file mode 100644 index 0000000..232d437 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/uniregistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/unity.svg b/fontawesome-5.15.4/svgs/brands/unity.svg new file mode 100644 index 0000000..612159d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/unity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/unsplash.svg b/fontawesome-5.15.4/svgs/brands/unsplash.svg new file mode 100644 index 0000000..661fc09 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/unsplash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/untappd.svg b/fontawesome-5.15.4/svgs/brands/untappd.svg new file mode 100644 index 0000000..82d32c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ups.svg b/fontawesome-5.15.4/svgs/brands/ups.svg new file mode 100644 index 0000000..ba8fdf9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/usb.svg b/fontawesome-5.15.4/svgs/brands/usb.svg new file mode 100644 index 0000000..adc7dc3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/usb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/usps.svg b/fontawesome-5.15.4/svgs/brands/usps.svg new file mode 100644 index 0000000..372522b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/usps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/ussunnah.svg b/fontawesome-5.15.4/svgs/brands/ussunnah.svg new file mode 100644 index 0000000..9cf0634 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/ussunnah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vaadin.svg b/fontawesome-5.15.4/svgs/brands/vaadin.svg new file mode 100644 index 0000000..8bceb79 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vaadin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/viacoin.svg b/fontawesome-5.15.4/svgs/brands/viacoin.svg new file mode 100644 index 0000000..940ea07 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/viacoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/viadeo-square.svg b/fontawesome-5.15.4/svgs/brands/viadeo-square.svg new file mode 100644 index 0000000..ee6329d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/viadeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/viadeo.svg b/fontawesome-5.15.4/svgs/brands/viadeo.svg new file mode 100644 index 0000000..c45991d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/viadeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/viber.svg b/fontawesome-5.15.4/svgs/brands/viber.svg new file mode 100644 index 0000000..8c70c7a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vimeo-square.svg b/fontawesome-5.15.4/svgs/brands/vimeo-square.svg new file mode 100644 index 0000000..9d84f39 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vimeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vimeo-v.svg b/fontawesome-5.15.4/svgs/brands/vimeo-v.svg new file mode 100644 index 0000000..94c762d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vimeo-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vimeo.svg b/fontawesome-5.15.4/svgs/brands/vimeo.svg new file mode 100644 index 0000000..975e527 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vine.svg b/fontawesome-5.15.4/svgs/brands/vine.svg new file mode 100644 index 0000000..afe7c92 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vk.svg b/fontawesome-5.15.4/svgs/brands/vk.svg new file mode 100644 index 0000000..5c9a016 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vnv.svg b/fontawesome-5.15.4/svgs/brands/vnv.svg new file mode 100644 index 0000000..defd09e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vnv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/vuejs.svg b/fontawesome-5.15.4/svgs/brands/vuejs.svg new file mode 100644 index 0000000..e6ff1c0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/vuejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/watchman-monitoring.svg b/fontawesome-5.15.4/svgs/brands/watchman-monitoring.svg new file mode 100644 index 0000000..f44797b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/watchman-monitoring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/waze.svg b/fontawesome-5.15.4/svgs/brands/waze.svg new file mode 100644 index 0000000..bdf915d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/waze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/weebly.svg b/fontawesome-5.15.4/svgs/brands/weebly.svg new file mode 100644 index 0000000..670b433 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/weebly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/weibo.svg b/fontawesome-5.15.4/svgs/brands/weibo.svg new file mode 100644 index 0000000..a8ba297 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/weixin.svg b/fontawesome-5.15.4/svgs/brands/weixin.svg new file mode 100644 index 0000000..2a48c53 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/weixin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/whatsapp-square.svg b/fontawesome-5.15.4/svgs/brands/whatsapp-square.svg new file mode 100644 index 0000000..c250604 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/whatsapp-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/whatsapp.svg b/fontawesome-5.15.4/svgs/brands/whatsapp.svg new file mode 100644 index 0000000..934d180 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/whmcs.svg b/fontawesome-5.15.4/svgs/brands/whmcs.svg new file mode 100644 index 0000000..84f4d6b --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/whmcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wikipedia-w.svg b/fontawesome-5.15.4/svgs/brands/wikipedia-w.svg new file mode 100644 index 0000000..5c3b3fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wikipedia-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/windows.svg b/fontawesome-5.15.4/svgs/brands/windows.svg new file mode 100644 index 0000000..9aa2c4a --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wix.svg b/fontawesome-5.15.4/svgs/brands/wix.svg new file mode 100644 index 0000000..c3b6400 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wizards-of-the-coast.svg b/fontawesome-5.15.4/svgs/brands/wizards-of-the-coast.svg new file mode 100644 index 0000000..6ddf215 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wizards-of-the-coast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wodu.svg b/fontawesome-5.15.4/svgs/brands/wodu.svg new file mode 100644 index 0000000..95254a7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wodu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wolf-pack-battalion.svg b/fontawesome-5.15.4/svgs/brands/wolf-pack-battalion.svg new file mode 100644 index 0000000..28831cd --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wolf-pack-battalion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wordpress-simple.svg b/fontawesome-5.15.4/svgs/brands/wordpress-simple.svg new file mode 100644 index 0000000..56cbb58 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wordpress-simple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wordpress.svg b/fontawesome-5.15.4/svgs/brands/wordpress.svg new file mode 100644 index 0000000..4f246fd --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wpbeginner.svg b/fontawesome-5.15.4/svgs/brands/wpbeginner.svg new file mode 100644 index 0000000..fefc214 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wpbeginner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wpexplorer.svg b/fontawesome-5.15.4/svgs/brands/wpexplorer.svg new file mode 100644 index 0000000..00386e2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wpexplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wpforms.svg b/fontawesome-5.15.4/svgs/brands/wpforms.svg new file mode 100644 index 0000000..1c3467c --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wpforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/wpressr.svg b/fontawesome-5.15.4/svgs/brands/wpressr.svg new file mode 100644 index 0000000..14e183d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/wpressr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/xbox.svg b/fontawesome-5.15.4/svgs/brands/xbox.svg new file mode 100644 index 0000000..14720ed --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/xbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/xing-square.svg b/fontawesome-5.15.4/svgs/brands/xing-square.svg new file mode 100644 index 0000000..a94fb57 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/xing-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/xing.svg b/fontawesome-5.15.4/svgs/brands/xing.svg new file mode 100644 index 0000000..45226ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/y-combinator.svg b/fontawesome-5.15.4/svgs/brands/y-combinator.svg new file mode 100644 index 0000000..47bf2f9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/y-combinator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yahoo.svg b/fontawesome-5.15.4/svgs/brands/yahoo.svg new file mode 100644 index 0000000..25f8471 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yammer.svg b/fontawesome-5.15.4/svgs/brands/yammer.svg new file mode 100644 index 0000000..1591f6d --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yandex-international.svg b/fontawesome-5.15.4/svgs/brands/yandex-international.svg new file mode 100644 index 0000000..83ea238 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yandex-international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yandex.svg b/fontawesome-5.15.4/svgs/brands/yandex.svg new file mode 100644 index 0000000..37f4ee5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yandex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yarn.svg b/fontawesome-5.15.4/svgs/brands/yarn.svg new file mode 100644 index 0000000..3ffa4c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yelp.svg b/fontawesome-5.15.4/svgs/brands/yelp.svg new file mode 100644 index 0000000..c6f3a49 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/yoast.svg b/fontawesome-5.15.4/svgs/brands/yoast.svg new file mode 100644 index 0000000..3210c65 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/yoast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/youtube-square.svg b/fontawesome-5.15.4/svgs/brands/youtube-square.svg new file mode 100644 index 0000000..3b27a35 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/youtube-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/youtube.svg b/fontawesome-5.15.4/svgs/brands/youtube.svg new file mode 100644 index 0000000..725352e --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/brands/zhihu.svg b/fontawesome-5.15.4/svgs/brands/zhihu.svg new file mode 100644 index 0000000..5999560 --- /dev/null +++ b/fontawesome-5.15.4/svgs/brands/zhihu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/address-book.svg b/fontawesome-5.15.4/svgs/regular/address-book.svg new file mode 100644 index 0000000..adc7e21 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/address-card.svg b/fontawesome-5.15.4/svgs/regular/address-card.svg new file mode 100644 index 0000000..c3eb42a --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/angry.svg b/fontawesome-5.15.4/svgs/regular/angry.svg new file mode 100644 index 0000000..578b430 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-down.svg b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-down.svg new file mode 100644 index 0000000..044bb91 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-left.svg b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-left.svg new file mode 100644 index 0000000..e2dcb5a --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-right.svg b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-right.svg new file mode 100644 index 0000000..9407bb1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-up.svg b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-up.svg new file mode 100644 index 0000000..02cd4b8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/bell-slash.svg b/fontawesome-5.15.4/svgs/regular/bell-slash.svg new file mode 100644 index 0000000..2ee7176 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/bell.svg b/fontawesome-5.15.4/svgs/regular/bell.svg new file mode 100644 index 0000000..322baaa --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/bookmark.svg b/fontawesome-5.15.4/svgs/regular/bookmark.svg new file mode 100644 index 0000000..c3d26cb --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/building.svg b/fontawesome-5.15.4/svgs/regular/building.svg new file mode 100644 index 0000000..e9a3b4c --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/calendar-alt.svg b/fontawesome-5.15.4/svgs/regular/calendar-alt.svg new file mode 100644 index 0000000..6249182 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/calendar-check.svg b/fontawesome-5.15.4/svgs/regular/calendar-check.svg new file mode 100644 index 0000000..8c0b573 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/calendar-minus.svg b/fontawesome-5.15.4/svgs/regular/calendar-minus.svg new file mode 100644 index 0000000..1d9ee2e --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/calendar-plus.svg b/fontawesome-5.15.4/svgs/regular/calendar-plus.svg new file mode 100644 index 0000000..894e431 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/calendar-times.svg b/fontawesome-5.15.4/svgs/regular/calendar-times.svg new file mode 100644 index 0000000..4117ae9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/calendar.svg b/fontawesome-5.15.4/svgs/regular/calendar.svg new file mode 100644 index 0000000..1cbe117 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/caret-square-down.svg b/fontawesome-5.15.4/svgs/regular/caret-square-down.svg new file mode 100644 index 0000000..53086ef --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/caret-square-left.svg b/fontawesome-5.15.4/svgs/regular/caret-square-left.svg new file mode 100644 index 0000000..c9e0ca7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/caret-square-right.svg b/fontawesome-5.15.4/svgs/regular/caret-square-right.svg new file mode 100644 index 0000000..f15bd67 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/caret-square-up.svg b/fontawesome-5.15.4/svgs/regular/caret-square-up.svg new file mode 100644 index 0000000..20bfcf1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/chart-bar.svg b/fontawesome-5.15.4/svgs/regular/chart-bar.svg new file mode 100644 index 0000000..a97ea13 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/check-circle.svg b/fontawesome-5.15.4/svgs/regular/check-circle.svg new file mode 100644 index 0000000..46677e3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/check-square.svg b/fontawesome-5.15.4/svgs/regular/check-square.svg new file mode 100644 index 0000000..80339d9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/circle.svg b/fontawesome-5.15.4/svgs/regular/circle.svg new file mode 100644 index 0000000..b8225e1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/clipboard.svg b/fontawesome-5.15.4/svgs/regular/clipboard.svg new file mode 100644 index 0000000..61c6f9e --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/clock.svg b/fontawesome-5.15.4/svgs/regular/clock.svg new file mode 100644 index 0000000..bafd3e0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/clone.svg b/fontawesome-5.15.4/svgs/regular/clone.svg new file mode 100644 index 0000000..0a5b0e9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/closed-captioning.svg b/fontawesome-5.15.4/svgs/regular/closed-captioning.svg new file mode 100644 index 0000000..63fdc2b --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/comment-alt.svg b/fontawesome-5.15.4/svgs/regular/comment-alt.svg new file mode 100644 index 0000000..c7c78d8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/comment-dots.svg b/fontawesome-5.15.4/svgs/regular/comment-dots.svg new file mode 100644 index 0000000..8d37a01 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/comment.svg b/fontawesome-5.15.4/svgs/regular/comment.svg new file mode 100644 index 0000000..02cbf31 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/comments.svg b/fontawesome-5.15.4/svgs/regular/comments.svg new file mode 100644 index 0000000..60a7bdd --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/compass.svg b/fontawesome-5.15.4/svgs/regular/compass.svg new file mode 100644 index 0000000..cee0239 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/copy.svg b/fontawesome-5.15.4/svgs/regular/copy.svg new file mode 100644 index 0000000..7b6a15b --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/copyright.svg b/fontawesome-5.15.4/svgs/regular/copyright.svg new file mode 100644 index 0000000..056234c --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/credit-card.svg b/fontawesome-5.15.4/svgs/regular/credit-card.svg new file mode 100644 index 0000000..8442483 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/dizzy.svg b/fontawesome-5.15.4/svgs/regular/dizzy.svg new file mode 100644 index 0000000..12a8f88 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/dot-circle.svg b/fontawesome-5.15.4/svgs/regular/dot-circle.svg new file mode 100644 index 0000000..b2a301f --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/edit.svg b/fontawesome-5.15.4/svgs/regular/edit.svg new file mode 100644 index 0000000..5b721e2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/envelope-open.svg b/fontawesome-5.15.4/svgs/regular/envelope-open.svg new file mode 100644 index 0000000..d8babdd --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/envelope.svg b/fontawesome-5.15.4/svgs/regular/envelope.svg new file mode 100644 index 0000000..5f38422 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/eye-slash.svg b/fontawesome-5.15.4/svgs/regular/eye-slash.svg new file mode 100644 index 0000000..91fc9c4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/eye.svg b/fontawesome-5.15.4/svgs/regular/eye.svg new file mode 100644 index 0000000..1401612 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-alt.svg b/fontawesome-5.15.4/svgs/regular/file-alt.svg new file mode 100644 index 0000000..68819fd --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-archive.svg b/fontawesome-5.15.4/svgs/regular/file-archive.svg new file mode 100644 index 0000000..033ffd0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-audio.svg b/fontawesome-5.15.4/svgs/regular/file-audio.svg new file mode 100644 index 0000000..0d1f77e --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-code.svg b/fontawesome-5.15.4/svgs/regular/file-code.svg new file mode 100644 index 0000000..88cfcd1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-excel.svg b/fontawesome-5.15.4/svgs/regular/file-excel.svg new file mode 100644 index 0000000..a9bb469 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-image.svg b/fontawesome-5.15.4/svgs/regular/file-image.svg new file mode 100644 index 0000000..521902b --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-pdf.svg b/fontawesome-5.15.4/svgs/regular/file-pdf.svg new file mode 100644 index 0000000..971c520 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-powerpoint.svg b/fontawesome-5.15.4/svgs/regular/file-powerpoint.svg new file mode 100644 index 0000000..c717370 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-video.svg b/fontawesome-5.15.4/svgs/regular/file-video.svg new file mode 100644 index 0000000..681b596 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file-word.svg b/fontawesome-5.15.4/svgs/regular/file-word.svg new file mode 100644 index 0000000..972ec35 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/file.svg b/fontawesome-5.15.4/svgs/regular/file.svg new file mode 100644 index 0000000..be966ff --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/flag.svg b/fontawesome-5.15.4/svgs/regular/flag.svg new file mode 100644 index 0000000..2529a03 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/flushed.svg b/fontawesome-5.15.4/svgs/regular/flushed.svg new file mode 100644 index 0000000..6e30c94 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/flushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/folder-open.svg b/fontawesome-5.15.4/svgs/regular/folder-open.svg new file mode 100644 index 0000000..26e3380 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/folder.svg b/fontawesome-5.15.4/svgs/regular/folder.svg new file mode 100644 index 0000000..1b5ff18 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/font-awesome-logo-full.svg b/fontawesome-5.15.4/svgs/regular/font-awesome-logo-full.svg new file mode 100644 index 0000000..0672ac8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/frown-open.svg b/fontawesome-5.15.4/svgs/regular/frown-open.svg new file mode 100644 index 0000000..0732457 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/frown-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/frown.svg b/fontawesome-5.15.4/svgs/regular/frown.svg new file mode 100644 index 0000000..ce72f20 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/frown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/futbol.svg b/fontawesome-5.15.4/svgs/regular/futbol.svg new file mode 100644 index 0000000..6321902 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/futbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/gem.svg b/fontawesome-5.15.4/svgs/regular/gem.svg new file mode 100644 index 0000000..dca5992 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grimace.svg b/fontawesome-5.15.4/svgs/regular/grimace.svg new file mode 100644 index 0000000..803f007 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grimace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-alt.svg b/fontawesome-5.15.4/svgs/regular/grin-alt.svg new file mode 100644 index 0000000..184144c --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-beam-sweat.svg b/fontawesome-5.15.4/svgs/regular/grin-beam-sweat.svg new file mode 100644 index 0000000..826c4c4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-beam-sweat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-beam.svg b/fontawesome-5.15.4/svgs/regular/grin-beam.svg new file mode 100644 index 0000000..72bd14c --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-hearts.svg b/fontawesome-5.15.4/svgs/regular/grin-hearts.svg new file mode 100644 index 0000000..3fef41a --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-squint-tears.svg b/fontawesome-5.15.4/svgs/regular/grin-squint-tears.svg new file mode 100644 index 0000000..c82e1f9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-squint-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-squint.svg b/fontawesome-5.15.4/svgs/regular/grin-squint.svg new file mode 100644 index 0000000..cdad9f0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-stars.svg b/fontawesome-5.15.4/svgs/regular/grin-stars.svg new file mode 100644 index 0000000..87a9438 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-tears.svg b/fontawesome-5.15.4/svgs/regular/grin-tears.svg new file mode 100644 index 0000000..e3602b2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-tongue-squint.svg b/fontawesome-5.15.4/svgs/regular/grin-tongue-squint.svg new file mode 100644 index 0000000..673cd1a --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-tongue-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-tongue-wink.svg b/fontawesome-5.15.4/svgs/regular/grin-tongue-wink.svg new file mode 100644 index 0000000..f503cc3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-tongue-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-tongue.svg b/fontawesome-5.15.4/svgs/regular/grin-tongue.svg new file mode 100644 index 0000000..516d166 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin-wink.svg b/fontawesome-5.15.4/svgs/regular/grin-wink.svg new file mode 100644 index 0000000..4f31f6d --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/grin.svg b/fontawesome-5.15.4/svgs/regular/grin.svg new file mode 100644 index 0000000..e8de527 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/grin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-lizard.svg b/fontawesome-5.15.4/svgs/regular/hand-lizard.svg new file mode 100644 index 0000000..7371de9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-lizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-paper.svg b/fontawesome-5.15.4/svgs/regular/hand-paper.svg new file mode 100644 index 0000000..d046d0f --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-peace.svg b/fontawesome-5.15.4/svgs/regular/hand-peace.svg new file mode 100644 index 0000000..e574f79 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-point-down.svg b/fontawesome-5.15.4/svgs/regular/hand-point-down.svg new file mode 100644 index 0000000..8777000 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-point-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-point-left.svg b/fontawesome-5.15.4/svgs/regular/hand-point-left.svg new file mode 100644 index 0000000..f1fd245 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-point-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-point-right.svg b/fontawesome-5.15.4/svgs/regular/hand-point-right.svg new file mode 100644 index 0000000..2e5bc93 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-point-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-point-up.svg b/fontawesome-5.15.4/svgs/regular/hand-point-up.svg new file mode 100644 index 0000000..1b4c2b3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-point-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-pointer.svg b/fontawesome-5.15.4/svgs/regular/hand-pointer.svg new file mode 100644 index 0000000..7aaf169 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-rock.svg b/fontawesome-5.15.4/svgs/regular/hand-rock.svg new file mode 100644 index 0000000..57c4fae --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-scissors.svg b/fontawesome-5.15.4/svgs/regular/hand-scissors.svg new file mode 100644 index 0000000..497762d --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hand-spock.svg b/fontawesome-5.15.4/svgs/regular/hand-spock.svg new file mode 100644 index 0000000..d6f7a21 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hand-spock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/handshake.svg b/fontawesome-5.15.4/svgs/regular/handshake.svg new file mode 100644 index 0000000..e01c671 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hdd.svg b/fontawesome-5.15.4/svgs/regular/hdd.svg new file mode 100644 index 0000000..4366d36 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/heart.svg b/fontawesome-5.15.4/svgs/regular/heart.svg new file mode 100644 index 0000000..712a71d --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hospital.svg b/fontawesome-5.15.4/svgs/regular/hospital.svg new file mode 100644 index 0000000..466446f --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/hourglass.svg b/fontawesome-5.15.4/svgs/regular/hourglass.svg new file mode 100644 index 0000000..81b0748 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/id-badge.svg b/fontawesome-5.15.4/svgs/regular/id-badge.svg new file mode 100644 index 0000000..ce9b5fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/id-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/id-card.svg b/fontawesome-5.15.4/svgs/regular/id-card.svg new file mode 100644 index 0000000..3582913 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/image.svg b/fontawesome-5.15.4/svgs/regular/image.svg new file mode 100644 index 0000000..b3839b1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/images.svg b/fontawesome-5.15.4/svgs/regular/images.svg new file mode 100644 index 0000000..5982b53 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/keyboard.svg b/fontawesome-5.15.4/svgs/regular/keyboard.svg new file mode 100644 index 0000000..5858105 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/kiss-beam.svg b/fontawesome-5.15.4/svgs/regular/kiss-beam.svg new file mode 100644 index 0000000..4586da8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/kiss-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/kiss-wink-heart.svg b/fontawesome-5.15.4/svgs/regular/kiss-wink-heart.svg new file mode 100644 index 0000000..91005cf --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/kiss-wink-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/kiss.svg b/fontawesome-5.15.4/svgs/regular/kiss.svg new file mode 100644 index 0000000..c82f1fd --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/kiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/laugh-beam.svg b/fontawesome-5.15.4/svgs/regular/laugh-beam.svg new file mode 100644 index 0000000..8ba34b7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/laugh-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/laugh-squint.svg b/fontawesome-5.15.4/svgs/regular/laugh-squint.svg new file mode 100644 index 0000000..7929871 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/laugh-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/laugh-wink.svg b/fontawesome-5.15.4/svgs/regular/laugh-wink.svg new file mode 100644 index 0000000..a9a27ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/laugh-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/laugh.svg b/fontawesome-5.15.4/svgs/regular/laugh.svg new file mode 100644 index 0000000..ad853c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/lemon.svg b/fontawesome-5.15.4/svgs/regular/lemon.svg new file mode 100644 index 0000000..4f67039 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/life-ring.svg b/fontawesome-5.15.4/svgs/regular/life-ring.svg new file mode 100644 index 0000000..3a9b1b0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/life-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/lightbulb.svg b/fontawesome-5.15.4/svgs/regular/lightbulb.svg new file mode 100644 index 0000000..9988e7b --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/list-alt.svg b/fontawesome-5.15.4/svgs/regular/list-alt.svg new file mode 100644 index 0000000..f0b6321 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/map.svg b/fontawesome-5.15.4/svgs/regular/map.svg new file mode 100644 index 0000000..9f6e358 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/meh-blank.svg b/fontawesome-5.15.4/svgs/regular/meh-blank.svg new file mode 100644 index 0000000..0ebe316 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/meh-rolling-eyes.svg b/fontawesome-5.15.4/svgs/regular/meh-rolling-eyes.svg new file mode 100644 index 0000000..4de3c67 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/meh-rolling-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/meh.svg b/fontawesome-5.15.4/svgs/regular/meh.svg new file mode 100644 index 0000000..798edd4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/minus-square.svg b/fontawesome-5.15.4/svgs/regular/minus-square.svg new file mode 100644 index 0000000..bf38eb2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/money-bill-alt.svg b/fontawesome-5.15.4/svgs/regular/money-bill-alt.svg new file mode 100644 index 0000000..77a1392 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/money-bill-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/moon.svg b/fontawesome-5.15.4/svgs/regular/moon.svg new file mode 100644 index 0000000..0063a4a --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/newspaper.svg b/fontawesome-5.15.4/svgs/regular/newspaper.svg new file mode 100644 index 0000000..da05f3c --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/object-group.svg b/fontawesome-5.15.4/svgs/regular/object-group.svg new file mode 100644 index 0000000..bf7858b --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/object-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/object-ungroup.svg b/fontawesome-5.15.4/svgs/regular/object-ungroup.svg new file mode 100644 index 0000000..5f4d9ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/object-ungroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/paper-plane.svg b/fontawesome-5.15.4/svgs/regular/paper-plane.svg new file mode 100644 index 0000000..b326061 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/pause-circle.svg b/fontawesome-5.15.4/svgs/regular/pause-circle.svg new file mode 100644 index 0000000..3843911 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/play-circle.svg b/fontawesome-5.15.4/svgs/regular/play-circle.svg new file mode 100644 index 0000000..778c5fa --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/plus-square.svg b/fontawesome-5.15.4/svgs/regular/plus-square.svg new file mode 100644 index 0000000..7ccd21f --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/question-circle.svg b/fontawesome-5.15.4/svgs/regular/question-circle.svg new file mode 100644 index 0000000..3355ec3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/question-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/registered.svg b/fontawesome-5.15.4/svgs/regular/registered.svg new file mode 100644 index 0000000..e060081 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/sad-cry.svg b/fontawesome-5.15.4/svgs/regular/sad-cry.svg new file mode 100644 index 0000000..10edb70 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/sad-cry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/sad-tear.svg b/fontawesome-5.15.4/svgs/regular/sad-tear.svg new file mode 100644 index 0000000..e277176 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/sad-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/save.svg b/fontawesome-5.15.4/svgs/regular/save.svg new file mode 100644 index 0000000..7add50d --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/share-square.svg b/fontawesome-5.15.4/svgs/regular/share-square.svg new file mode 100644 index 0000000..49b4fa7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/share-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/smile-beam.svg b/fontawesome-5.15.4/svgs/regular/smile-beam.svg new file mode 100644 index 0000000..75637bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/smile-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/smile-wink.svg b/fontawesome-5.15.4/svgs/regular/smile-wink.svg new file mode 100644 index 0000000..01233b4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/smile-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/smile.svg b/fontawesome-5.15.4/svgs/regular/smile.svg new file mode 100644 index 0000000..a445272 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/snowflake.svg b/fontawesome-5.15.4/svgs/regular/snowflake.svg new file mode 100644 index 0000000..938182d --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/square.svg b/fontawesome-5.15.4/svgs/regular/square.svg new file mode 100644 index 0000000..6a17199 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/star-half.svg b/fontawesome-5.15.4/svgs/regular/star-half.svg new file mode 100644 index 0000000..0c0c4d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/star.svg b/fontawesome-5.15.4/svgs/regular/star.svg new file mode 100644 index 0000000..42caf50 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/sticky-note.svg b/fontawesome-5.15.4/svgs/regular/sticky-note.svg new file mode 100644 index 0000000..760ae49 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/sticky-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/stop-circle.svg b/fontawesome-5.15.4/svgs/regular/stop-circle.svg new file mode 100644 index 0000000..42f328d --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/sun.svg b/fontawesome-5.15.4/svgs/regular/sun.svg new file mode 100644 index 0000000..8e51c15 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/surprise.svg b/fontawesome-5.15.4/svgs/regular/surprise.svg new file mode 100644 index 0000000..1a50cb5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/thumbs-down.svg b/fontawesome-5.15.4/svgs/regular/thumbs-down.svg new file mode 100644 index 0000000..3bc62f9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/thumbs-up.svg b/fontawesome-5.15.4/svgs/regular/thumbs-up.svg new file mode 100644 index 0000000..099a2cf --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/times-circle.svg b/fontawesome-5.15.4/svgs/regular/times-circle.svg new file mode 100644 index 0000000..25f2ad1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/times-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/tired.svg b/fontawesome-5.15.4/svgs/regular/tired.svg new file mode 100644 index 0000000..f46014c --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/trash-alt.svg b/fontawesome-5.15.4/svgs/regular/trash-alt.svg new file mode 100644 index 0000000..393e5fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/user-circle.svg b/fontawesome-5.15.4/svgs/regular/user-circle.svg new file mode 100644 index 0000000..f954931 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/user.svg b/fontawesome-5.15.4/svgs/regular/user.svg new file mode 100644 index 0000000..5e21435 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/window-close.svg b/fontawesome-5.15.4/svgs/regular/window-close.svg new file mode 100644 index 0000000..1d56f71 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/window-maximize.svg b/fontawesome-5.15.4/svgs/regular/window-maximize.svg new file mode 100644 index 0000000..0bb1e22 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/window-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/window-minimize.svg b/fontawesome-5.15.4/svgs/regular/window-minimize.svg new file mode 100644 index 0000000..1985775 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/window-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/regular/window-restore.svg b/fontawesome-5.15.4/svgs/regular/window-restore.svg new file mode 100644 index 0000000..56b4132 --- /dev/null +++ b/fontawesome-5.15.4/svgs/regular/window-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ad.svg b/fontawesome-5.15.4/svgs/solid/ad.svg new file mode 100644 index 0000000..837a8da --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/address-book.svg b/fontawesome-5.15.4/svgs/solid/address-book.svg new file mode 100644 index 0000000..46dcddd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/address-card.svg b/fontawesome-5.15.4/svgs/solid/address-card.svg new file mode 100644 index 0000000..ae88c2f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/adjust.svg b/fontawesome-5.15.4/svgs/solid/adjust.svg new file mode 100644 index 0000000..f4051d7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/adjust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/air-freshener.svg b/fontawesome-5.15.4/svgs/solid/air-freshener.svg new file mode 100644 index 0000000..f08e219 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/air-freshener.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/align-center.svg b/fontawesome-5.15.4/svgs/solid/align-center.svg new file mode 100644 index 0000000..a632c2a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/align-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/align-justify.svg b/fontawesome-5.15.4/svgs/solid/align-justify.svg new file mode 100644 index 0000000..89c1731 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/align-justify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/align-left.svg b/fontawesome-5.15.4/svgs/solid/align-left.svg new file mode 100644 index 0000000..31e08d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/align-right.svg b/fontawesome-5.15.4/svgs/solid/align-right.svg new file mode 100644 index 0000000..d0b1878 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/allergies.svg b/fontawesome-5.15.4/svgs/solid/allergies.svg new file mode 100644 index 0000000..b903159 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/allergies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ambulance.svg b/fontawesome-5.15.4/svgs/solid/ambulance.svg new file mode 100644 index 0000000..de52a50 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/american-sign-language-interpreting.svg b/fontawesome-5.15.4/svgs/solid/american-sign-language-interpreting.svg new file mode 100644 index 0000000..522cbe5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/american-sign-language-interpreting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/anchor.svg b/fontawesome-5.15.4/svgs/solid/anchor.svg new file mode 100644 index 0000000..0b35291 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-double-down.svg b/fontawesome-5.15.4/svgs/solid/angle-double-down.svg new file mode 100644 index 0000000..39bdcb2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-double-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-double-left.svg b/fontawesome-5.15.4/svgs/solid/angle-double-left.svg new file mode 100644 index 0000000..49312da --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-double-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-double-right.svg b/fontawesome-5.15.4/svgs/solid/angle-double-right.svg new file mode 100644 index 0000000..77bed0a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-double-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-double-up.svg b/fontawesome-5.15.4/svgs/solid/angle-double-up.svg new file mode 100644 index 0000000..35eb019 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-double-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-down.svg b/fontawesome-5.15.4/svgs/solid/angle-down.svg new file mode 100644 index 0000000..550169b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-left.svg b/fontawesome-5.15.4/svgs/solid/angle-left.svg new file mode 100644 index 0000000..37a7c91 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-right.svg b/fontawesome-5.15.4/svgs/solid/angle-right.svg new file mode 100644 index 0000000..1426564 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angle-up.svg b/fontawesome-5.15.4/svgs/solid/angle-up.svg new file mode 100644 index 0000000..0f6f8af --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/angry.svg b/fontawesome-5.15.4/svgs/solid/angry.svg new file mode 100644 index 0000000..2ccaef0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ankh.svg b/fontawesome-5.15.4/svgs/solid/ankh.svg new file mode 100644 index 0000000..6ad0c4f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ankh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/apple-alt.svg b/fontawesome-5.15.4/svgs/solid/apple-alt.svg new file mode 100644 index 0000000..39c6914 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/apple-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/archive.svg b/fontawesome-5.15.4/svgs/solid/archive.svg new file mode 100644 index 0000000..f7923f2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/archway.svg b/fontawesome-5.15.4/svgs/solid/archway.svg new file mode 100644 index 0000000..5008bba --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/archway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-down.svg b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-down.svg new file mode 100644 index 0000000..3cc61f6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-left.svg b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-left.svg new file mode 100644 index 0000000..f88d4e1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-right.svg b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-right.svg new file mode 100644 index 0000000..4b880e2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-up.svg b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-up.svg new file mode 100644 index 0000000..c3fd9a6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-circle-down.svg b/fontawesome-5.15.4/svgs/solid/arrow-circle-down.svg new file mode 100644 index 0000000..ade9921 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-circle-left.svg b/fontawesome-5.15.4/svgs/solid/arrow-circle-left.svg new file mode 100644 index 0000000..1f21c63 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-circle-right.svg b/fontawesome-5.15.4/svgs/solid/arrow-circle-right.svg new file mode 100644 index 0000000..554d56f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-circle-up.svg b/fontawesome-5.15.4/svgs/solid/arrow-circle-up.svg new file mode 100644 index 0000000..bde2eed --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-down.svg b/fontawesome-5.15.4/svgs/solid/arrow-down.svg new file mode 100644 index 0000000..bba5c65 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-left.svg b/fontawesome-5.15.4/svgs/solid/arrow-left.svg new file mode 100644 index 0000000..e2706a6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-right.svg b/fontawesome-5.15.4/svgs/solid/arrow-right.svg new file mode 100644 index 0000000..44616d1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrow-up.svg b/fontawesome-5.15.4/svgs/solid/arrow-up.svg new file mode 100644 index 0000000..adbeb5c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrows-alt-h.svg b/fontawesome-5.15.4/svgs/solid/arrows-alt-h.svg new file mode 100644 index 0000000..8e551cd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrows-alt-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrows-alt-v.svg b/fontawesome-5.15.4/svgs/solid/arrows-alt-v.svg new file mode 100644 index 0000000..8521d4a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrows-alt-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/arrows-alt.svg b/fontawesome-5.15.4/svgs/solid/arrows-alt.svg new file mode 100644 index 0000000..13c6f85 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/assistive-listening-systems.svg b/fontawesome-5.15.4/svgs/solid/assistive-listening-systems.svg new file mode 100644 index 0000000..a2d1f8f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/assistive-listening-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/asterisk.svg b/fontawesome-5.15.4/svgs/solid/asterisk.svg new file mode 100644 index 0000000..7a438a8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/asterisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/at.svg b/fontawesome-5.15.4/svgs/solid/at.svg new file mode 100644 index 0000000..7206b07 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/atlas.svg b/fontawesome-5.15.4/svgs/solid/atlas.svg new file mode 100644 index 0000000..b70f5bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/atlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/atom.svg b/fontawesome-5.15.4/svgs/solid/atom.svg new file mode 100644 index 0000000..4f1c38e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/audio-description.svg b/fontawesome-5.15.4/svgs/solid/audio-description.svg new file mode 100644 index 0000000..a921128 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/audio-description.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/award.svg b/fontawesome-5.15.4/svgs/solid/award.svg new file mode 100644 index 0000000..9ee6194 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/award.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/baby-carriage.svg b/fontawesome-5.15.4/svgs/solid/baby-carriage.svg new file mode 100644 index 0000000..f8076e8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/baby-carriage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/baby.svg b/fontawesome-5.15.4/svgs/solid/baby.svg new file mode 100644 index 0000000..22b5407 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/baby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/backspace.svg b/fontawesome-5.15.4/svgs/solid/backspace.svg new file mode 100644 index 0000000..51d1100 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/backspace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/backward.svg b/fontawesome-5.15.4/svgs/solid/backward.svg new file mode 100644 index 0000000..0bf1720 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bacon.svg b/fontawesome-5.15.4/svgs/solid/bacon.svg new file mode 100644 index 0000000..cd9011d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bacon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bacteria.svg b/fontawesome-5.15.4/svgs/solid/bacteria.svg new file mode 100644 index 0000000..0d8f07e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bacteria.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bacterium.svg b/fontawesome-5.15.4/svgs/solid/bacterium.svg new file mode 100644 index 0000000..bbac42d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bacterium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bahai.svg b/fontawesome-5.15.4/svgs/solid/bahai.svg new file mode 100644 index 0000000..63454ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bahai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/balance-scale-left.svg b/fontawesome-5.15.4/svgs/solid/balance-scale-left.svg new file mode 100644 index 0000000..d4d0c12 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/balance-scale-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/balance-scale-right.svg b/fontawesome-5.15.4/svgs/solid/balance-scale-right.svg new file mode 100644 index 0000000..fc9ea2b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/balance-scale-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/balance-scale.svg b/fontawesome-5.15.4/svgs/solid/balance-scale.svg new file mode 100644 index 0000000..e866274 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/balance-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ban.svg b/fontawesome-5.15.4/svgs/solid/ban.svg new file mode 100644 index 0000000..716ce00 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/band-aid.svg b/fontawesome-5.15.4/svgs/solid/band-aid.svg new file mode 100644 index 0000000..fbf308b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/band-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/barcode.svg b/fontawesome-5.15.4/svgs/solid/barcode.svg new file mode 100644 index 0000000..87eacc8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bars.svg b/fontawesome-5.15.4/svgs/solid/bars.svg new file mode 100644 index 0000000..e0b17bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/baseball-ball.svg b/fontawesome-5.15.4/svgs/solid/baseball-ball.svg new file mode 100644 index 0000000..7bb827a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/baseball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/basketball-ball.svg b/fontawesome-5.15.4/svgs/solid/basketball-ball.svg new file mode 100644 index 0000000..9d730a6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/basketball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bath.svg b/fontawesome-5.15.4/svgs/solid/bath.svg new file mode 100644 index 0000000..386b49f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/battery-empty.svg b/fontawesome-5.15.4/svgs/solid/battery-empty.svg new file mode 100644 index 0000000..1fd527c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/battery-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/battery-full.svg b/fontawesome-5.15.4/svgs/solid/battery-full.svg new file mode 100644 index 0000000..722109d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/battery-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/battery-half.svg b/fontawesome-5.15.4/svgs/solid/battery-half.svg new file mode 100644 index 0000000..b0e1d29 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/battery-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/battery-quarter.svg b/fontawesome-5.15.4/svgs/solid/battery-quarter.svg new file mode 100644 index 0000000..73ff149 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/battery-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/battery-three-quarters.svg b/fontawesome-5.15.4/svgs/solid/battery-three-quarters.svg new file mode 100644 index 0000000..7040d95 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/battery-three-quarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bed.svg b/fontawesome-5.15.4/svgs/solid/bed.svg new file mode 100644 index 0000000..d9e4427 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/beer.svg b/fontawesome-5.15.4/svgs/solid/beer.svg new file mode 100644 index 0000000..8aa0b85 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/beer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bell-slash.svg b/fontawesome-5.15.4/svgs/solid/bell-slash.svg new file mode 100644 index 0000000..c47a45f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bell.svg b/fontawesome-5.15.4/svgs/solid/bell.svg new file mode 100644 index 0000000..b363430 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bezier-curve.svg b/fontawesome-5.15.4/svgs/solid/bezier-curve.svg new file mode 100644 index 0000000..8e02b9a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bezier-curve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bible.svg b/fontawesome-5.15.4/svgs/solid/bible.svg new file mode 100644 index 0000000..ddc8f6a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bicycle.svg b/fontawesome-5.15.4/svgs/solid/bicycle.svg new file mode 100644 index 0000000..cfec0e6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bicycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/biking.svg b/fontawesome-5.15.4/svgs/solid/biking.svg new file mode 100644 index 0000000..c6fe842 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/biking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/binoculars.svg b/fontawesome-5.15.4/svgs/solid/binoculars.svg new file mode 100644 index 0000000..cfced3b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/biohazard.svg b/fontawesome-5.15.4/svgs/solid/biohazard.svg new file mode 100644 index 0000000..b9eb846 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/biohazard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/birthday-cake.svg b/fontawesome-5.15.4/svgs/solid/birthday-cake.svg new file mode 100644 index 0000000..153f5ad --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/birthday-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/blender-phone.svg b/fontawesome-5.15.4/svgs/solid/blender-phone.svg new file mode 100644 index 0000000..3316a61 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/blender-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/blender.svg b/fontawesome-5.15.4/svgs/solid/blender.svg new file mode 100644 index 0000000..a914787 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/blind.svg b/fontawesome-5.15.4/svgs/solid/blind.svg new file mode 100644 index 0000000..1b052a3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/blind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/blog.svg b/fontawesome-5.15.4/svgs/solid/blog.svg new file mode 100644 index 0000000..c19b323 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/blog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bold.svg b/fontawesome-5.15.4/svgs/solid/bold.svg new file mode 100644 index 0000000..dadea17 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bolt.svg b/fontawesome-5.15.4/svgs/solid/bolt.svg new file mode 100644 index 0000000..4ecf014 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bomb.svg b/fontawesome-5.15.4/svgs/solid/bomb.svg new file mode 100644 index 0000000..0d4b247 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bone.svg b/fontawesome-5.15.4/svgs/solid/bone.svg new file mode 100644 index 0000000..fc07c77 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bong.svg b/fontawesome-5.15.4/svgs/solid/bong.svg new file mode 100644 index 0000000..326f1d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/book-dead.svg b/fontawesome-5.15.4/svgs/solid/book-dead.svg new file mode 100644 index 0000000..c50b421 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/book-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/book-medical.svg b/fontawesome-5.15.4/svgs/solid/book-medical.svg new file mode 100644 index 0000000..fd9291d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/book-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/book-open.svg b/fontawesome-5.15.4/svgs/solid/book-open.svg new file mode 100644 index 0000000..d9f86ac --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/book-reader.svg b/fontawesome-5.15.4/svgs/solid/book-reader.svg new file mode 100644 index 0000000..92daa54 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/book-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/book.svg b/fontawesome-5.15.4/svgs/solid/book.svg new file mode 100644 index 0000000..8fb9998 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bookmark.svg b/fontawesome-5.15.4/svgs/solid/bookmark.svg new file mode 100644 index 0000000..62cce11 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/border-all.svg b/fontawesome-5.15.4/svgs/solid/border-all.svg new file mode 100644 index 0000000..1418e1f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/border-all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/border-none.svg b/fontawesome-5.15.4/svgs/solid/border-none.svg new file mode 100644 index 0000000..c2ecf80 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/border-none.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/border-style.svg b/fontawesome-5.15.4/svgs/solid/border-style.svg new file mode 100644 index 0000000..104fb39 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/border-style.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bowling-ball.svg b/fontawesome-5.15.4/svgs/solid/bowling-ball.svg new file mode 100644 index 0000000..7bd823a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bowling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/box-open.svg b/fontawesome-5.15.4/svgs/solid/box-open.svg new file mode 100644 index 0000000..c0dcced --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/box-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/box-tissue.svg b/fontawesome-5.15.4/svgs/solid/box-tissue.svg new file mode 100644 index 0000000..8b7a7ed --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/box-tissue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/box.svg b/fontawesome-5.15.4/svgs/solid/box.svg new file mode 100644 index 0000000..c324dd2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/boxes.svg b/fontawesome-5.15.4/svgs/solid/boxes.svg new file mode 100644 index 0000000..9bdc387 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/boxes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/braille.svg b/fontawesome-5.15.4/svgs/solid/braille.svg new file mode 100644 index 0000000..a6a37c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/braille.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/brain.svg b/fontawesome-5.15.4/svgs/solid/brain.svg new file mode 100644 index 0000000..66aa837 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bread-slice.svg b/fontawesome-5.15.4/svgs/solid/bread-slice.svg new file mode 100644 index 0000000..c0632ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bread-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/briefcase-medical.svg b/fontawesome-5.15.4/svgs/solid/briefcase-medical.svg new file mode 100644 index 0000000..46cb096 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/briefcase-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/briefcase.svg b/fontawesome-5.15.4/svgs/solid/briefcase.svg new file mode 100644 index 0000000..21633d2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/broadcast-tower.svg b/fontawesome-5.15.4/svgs/solid/broadcast-tower.svg new file mode 100644 index 0000000..992f2fb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/broadcast-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/broom.svg b/fontawesome-5.15.4/svgs/solid/broom.svg new file mode 100644 index 0000000..a06b42b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/brush.svg b/fontawesome-5.15.4/svgs/solid/brush.svg new file mode 100644 index 0000000..9b312d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bug.svg b/fontawesome-5.15.4/svgs/solid/bug.svg new file mode 100644 index 0000000..0d29eb6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/building.svg b/fontawesome-5.15.4/svgs/solid/building.svg new file mode 100644 index 0000000..a18eda1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bullhorn.svg b/fontawesome-5.15.4/svgs/solid/bullhorn.svg new file mode 100644 index 0000000..7e9eb2e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bullhorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bullseye.svg b/fontawesome-5.15.4/svgs/solid/bullseye.svg new file mode 100644 index 0000000..8adca08 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/burn.svg b/fontawesome-5.15.4/svgs/solid/burn.svg new file mode 100644 index 0000000..e40a525 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bus-alt.svg b/fontawesome-5.15.4/svgs/solid/bus-alt.svg new file mode 100644 index 0000000..ba46a37 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bus-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/bus.svg b/fontawesome-5.15.4/svgs/solid/bus.svg new file mode 100644 index 0000000..3ba1ee9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/business-time.svg b/fontawesome-5.15.4/svgs/solid/business-time.svg new file mode 100644 index 0000000..dbef495 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/business-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calculator.svg b/fontawesome-5.15.4/svgs/solid/calculator.svg new file mode 100644 index 0000000..8684a62 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-alt.svg b/fontawesome-5.15.4/svgs/solid/calendar-alt.svg new file mode 100644 index 0000000..d0fc73a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-check.svg b/fontawesome-5.15.4/svgs/solid/calendar-check.svg new file mode 100644 index 0000000..b07183b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-day.svg b/fontawesome-5.15.4/svgs/solid/calendar-day.svg new file mode 100644 index 0000000..c76c3f6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-minus.svg b/fontawesome-5.15.4/svgs/solid/calendar-minus.svg new file mode 100644 index 0000000..6c246a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-plus.svg b/fontawesome-5.15.4/svgs/solid/calendar-plus.svg new file mode 100644 index 0000000..0dc3e9c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-times.svg b/fontawesome-5.15.4/svgs/solid/calendar-times.svg new file mode 100644 index 0000000..b32f378 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar-week.svg b/fontawesome-5.15.4/svgs/solid/calendar-week.svg new file mode 100644 index 0000000..c82bf52 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar-week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/calendar.svg b/fontawesome-5.15.4/svgs/solid/calendar.svg new file mode 100644 index 0000000..d9689d9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/camera-retro.svg b/fontawesome-5.15.4/svgs/solid/camera-retro.svg new file mode 100644 index 0000000..bc0e795 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/camera-retro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/camera.svg b/fontawesome-5.15.4/svgs/solid/camera.svg new file mode 100644 index 0000000..acb73be --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/campground.svg b/fontawesome-5.15.4/svgs/solid/campground.svg new file mode 100644 index 0000000..0b4fcfe --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/campground.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/candy-cane.svg b/fontawesome-5.15.4/svgs/solid/candy-cane.svg new file mode 100644 index 0000000..9ca7fc1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/candy-cane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cannabis.svg b/fontawesome-5.15.4/svgs/solid/cannabis.svg new file mode 100644 index 0000000..6e5f01d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cannabis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/capsules.svg b/fontawesome-5.15.4/svgs/solid/capsules.svg new file mode 100644 index 0000000..3b755f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/capsules.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/car-alt.svg b/fontawesome-5.15.4/svgs/solid/car-alt.svg new file mode 100644 index 0000000..90a786e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/car-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/car-battery.svg b/fontawesome-5.15.4/svgs/solid/car-battery.svg new file mode 100644 index 0000000..119a903 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/car-crash.svg b/fontawesome-5.15.4/svgs/solid/car-crash.svg new file mode 100644 index 0000000..6a93076 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/car-crash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/car-side.svg b/fontawesome-5.15.4/svgs/solid/car-side.svg new file mode 100644 index 0000000..7f39f26 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/car-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/car.svg b/fontawesome-5.15.4/svgs/solid/car.svg new file mode 100644 index 0000000..0b9bfa1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caravan.svg b/fontawesome-5.15.4/svgs/solid/caravan.svg new file mode 100644 index 0000000..7076fd7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caravan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-down.svg b/fontawesome-5.15.4/svgs/solid/caret-down.svg new file mode 100644 index 0000000..bf85570 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-left.svg b/fontawesome-5.15.4/svgs/solid/caret-left.svg new file mode 100644 index 0000000..c4dbec5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-right.svg b/fontawesome-5.15.4/svgs/solid/caret-right.svg new file mode 100644 index 0000000..6a5233a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-square-down.svg b/fontawesome-5.15.4/svgs/solid/caret-square-down.svg new file mode 100644 index 0000000..408efbc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-square-left.svg b/fontawesome-5.15.4/svgs/solid/caret-square-left.svg new file mode 100644 index 0000000..a26084c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-square-right.svg b/fontawesome-5.15.4/svgs/solid/caret-square-right.svg new file mode 100644 index 0000000..b8874f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-square-up.svg b/fontawesome-5.15.4/svgs/solid/caret-square-up.svg new file mode 100644 index 0000000..e65242b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/caret-up.svg b/fontawesome-5.15.4/svgs/solid/caret-up.svg new file mode 100644 index 0000000..526e8c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/caret-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/carrot.svg b/fontawesome-5.15.4/svgs/solid/carrot.svg new file mode 100644 index 0000000..7ab6c84 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/carrot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cart-arrow-down.svg b/fontawesome-5.15.4/svgs/solid/cart-arrow-down.svg new file mode 100644 index 0000000..c66b31e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cart-arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cart-plus.svg b/fontawesome-5.15.4/svgs/solid/cart-plus.svg new file mode 100644 index 0000000..a50c376 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cart-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cash-register.svg b/fontawesome-5.15.4/svgs/solid/cash-register.svg new file mode 100644 index 0000000..da0119a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cash-register.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cat.svg b/fontawesome-5.15.4/svgs/solid/cat.svg new file mode 100644 index 0000000..ac11359 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/certificate.svg b/fontawesome-5.15.4/svgs/solid/certificate.svg new file mode 100644 index 0000000..a02c60a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chair.svg b/fontawesome-5.15.4/svgs/solid/chair.svg new file mode 100644 index 0000000..0298932 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chalkboard-teacher.svg b/fontawesome-5.15.4/svgs/solid/chalkboard-teacher.svg new file mode 100644 index 0000000..d1c32d1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chalkboard-teacher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chalkboard.svg b/fontawesome-5.15.4/svgs/solid/chalkboard.svg new file mode 100644 index 0000000..850b9fd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chalkboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/charging-station.svg b/fontawesome-5.15.4/svgs/solid/charging-station.svg new file mode 100644 index 0000000..5af9a72 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/charging-station.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chart-area.svg b/fontawesome-5.15.4/svgs/solid/chart-area.svg new file mode 100644 index 0000000..586eccc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chart-area.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chart-bar.svg b/fontawesome-5.15.4/svgs/solid/chart-bar.svg new file mode 100644 index 0000000..36fafdd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chart-line.svg b/fontawesome-5.15.4/svgs/solid/chart-line.svg new file mode 100644 index 0000000..aaf8971 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chart-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chart-pie.svg b/fontawesome-5.15.4/svgs/solid/chart-pie.svg new file mode 100644 index 0000000..3946579 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chart-pie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/check-circle.svg b/fontawesome-5.15.4/svgs/solid/check-circle.svg new file mode 100644 index 0000000..e8fc914 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/check-double.svg b/fontawesome-5.15.4/svgs/solid/check-double.svg new file mode 100644 index 0000000..76ff275 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/check-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/check-square.svg b/fontawesome-5.15.4/svgs/solid/check-square.svg new file mode 100644 index 0000000..447c525 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/check.svg b/fontawesome-5.15.4/svgs/solid/check.svg new file mode 100644 index 0000000..d98354c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cheese.svg b/fontawesome-5.15.4/svgs/solid/cheese.svg new file mode 100644 index 0000000..3366ebb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cheese.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-bishop.svg b/fontawesome-5.15.4/svgs/solid/chess-bishop.svg new file mode 100644 index 0000000..b437533 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-bishop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-board.svg b/fontawesome-5.15.4/svgs/solid/chess-board.svg new file mode 100644 index 0000000..0ce35a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-king.svg b/fontawesome-5.15.4/svgs/solid/chess-king.svg new file mode 100644 index 0000000..ce64a9c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-knight.svg b/fontawesome-5.15.4/svgs/solid/chess-knight.svg new file mode 100644 index 0000000..e0d77a1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-pawn.svg b/fontawesome-5.15.4/svgs/solid/chess-pawn.svg new file mode 100644 index 0000000..853d52a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-queen.svg b/fontawesome-5.15.4/svgs/solid/chess-queen.svg new file mode 100644 index 0000000..ccb3c2a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-queen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess-rook.svg b/fontawesome-5.15.4/svgs/solid/chess-rook.svg new file mode 100644 index 0000000..6157722 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chess.svg b/fontawesome-5.15.4/svgs/solid/chess.svg new file mode 100644 index 0000000..2c7ff03 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-circle-down.svg b/fontawesome-5.15.4/svgs/solid/chevron-circle-down.svg new file mode 100644 index 0000000..2ff4fd2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-circle-left.svg b/fontawesome-5.15.4/svgs/solid/chevron-circle-left.svg new file mode 100644 index 0000000..e57abe5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-circle-right.svg b/fontawesome-5.15.4/svgs/solid/chevron-circle-right.svg new file mode 100644 index 0000000..5e45770 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-circle-up.svg b/fontawesome-5.15.4/svgs/solid/chevron-circle-up.svg new file mode 100644 index 0000000..f8d9659 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-down.svg b/fontawesome-5.15.4/svgs/solid/chevron-down.svg new file mode 100644 index 0000000..2984e74 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-left.svg b/fontawesome-5.15.4/svgs/solid/chevron-left.svg new file mode 100644 index 0000000..6deba1a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-right.svg b/fontawesome-5.15.4/svgs/solid/chevron-right.svg new file mode 100644 index 0000000..a4347eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/chevron-up.svg b/fontawesome-5.15.4/svgs/solid/chevron-up.svg new file mode 100644 index 0000000..1209cd3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/child.svg b/fontawesome-5.15.4/svgs/solid/child.svg new file mode 100644 index 0000000..b94d76a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/child.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/church.svg b/fontawesome-5.15.4/svgs/solid/church.svg new file mode 100644 index 0000000..9db6ab1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/circle-notch.svg b/fontawesome-5.15.4/svgs/solid/circle-notch.svg new file mode 100644 index 0000000..7a37194 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/circle-notch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/circle.svg b/fontawesome-5.15.4/svgs/solid/circle.svg new file mode 100644 index 0000000..0bac061 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/city.svg b/fontawesome-5.15.4/svgs/solid/city.svg new file mode 100644 index 0000000..1325a65 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/clinic-medical.svg b/fontawesome-5.15.4/svgs/solid/clinic-medical.svg new file mode 100644 index 0000000..b5738f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/clinic-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/clipboard-check.svg b/fontawesome-5.15.4/svgs/solid/clipboard-check.svg new file mode 100644 index 0000000..a4d5e5b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/clipboard-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/clipboard-list.svg b/fontawesome-5.15.4/svgs/solid/clipboard-list.svg new file mode 100644 index 0000000..5a6a204 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/clipboard-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/clipboard.svg b/fontawesome-5.15.4/svgs/solid/clipboard.svg new file mode 100644 index 0000000..7a3bd3e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/clock.svg b/fontawesome-5.15.4/svgs/solid/clock.svg new file mode 100644 index 0000000..b7f11e0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/clone.svg b/fontawesome-5.15.4/svgs/solid/clone.svg new file mode 100644 index 0000000..8c3cd9e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/closed-captioning.svg b/fontawesome-5.15.4/svgs/solid/closed-captioning.svg new file mode 100644 index 0000000..4c0b15b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-download-alt.svg b/fontawesome-5.15.4/svgs/solid/cloud-download-alt.svg new file mode 100644 index 0000000..5fe2560 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-download-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-meatball.svg b/fontawesome-5.15.4/svgs/solid/cloud-meatball.svg new file mode 100644 index 0000000..7a9819a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-meatball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-moon-rain.svg b/fontawesome-5.15.4/svgs/solid/cloud-moon-rain.svg new file mode 100644 index 0000000..f87b8e7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-moon-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-moon.svg b/fontawesome-5.15.4/svgs/solid/cloud-moon.svg new file mode 100644 index 0000000..954340b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-rain.svg b/fontawesome-5.15.4/svgs/solid/cloud-rain.svg new file mode 100644 index 0000000..877f439 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-showers-heavy.svg b/fontawesome-5.15.4/svgs/solid/cloud-showers-heavy.svg new file mode 100644 index 0000000..3a4299d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-showers-heavy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-sun-rain.svg b/fontawesome-5.15.4/svgs/solid/cloud-sun-rain.svg new file mode 100644 index 0000000..01403d8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-sun-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-sun.svg b/fontawesome-5.15.4/svgs/solid/cloud-sun.svg new file mode 100644 index 0000000..65fdd77 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud-upload-alt.svg b/fontawesome-5.15.4/svgs/solid/cloud-upload-alt.svg new file mode 100644 index 0000000..6a57f68 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud-upload-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cloud.svg b/fontawesome-5.15.4/svgs/solid/cloud.svg new file mode 100644 index 0000000..b07047d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cocktail.svg b/fontawesome-5.15.4/svgs/solid/cocktail.svg new file mode 100644 index 0000000..f0969cc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cocktail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/code-branch.svg b/fontawesome-5.15.4/svgs/solid/code-branch.svg new file mode 100644 index 0000000..78b7ecc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/code-branch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/code.svg b/fontawesome-5.15.4/svgs/solid/code.svg new file mode 100644 index 0000000..dc7b8f7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/coffee.svg b/fontawesome-5.15.4/svgs/solid/coffee.svg new file mode 100644 index 0000000..6b84538 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cog.svg b/fontawesome-5.15.4/svgs/solid/cog.svg new file mode 100644 index 0000000..17cc5c3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cogs.svg b/fontawesome-5.15.4/svgs/solid/cogs.svg new file mode 100644 index 0000000..36f217e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/coins.svg b/fontawesome-5.15.4/svgs/solid/coins.svg new file mode 100644 index 0000000..af07b7d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/columns.svg b/fontawesome-5.15.4/svgs/solid/columns.svg new file mode 100644 index 0000000..c41c003 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comment-alt.svg b/fontawesome-5.15.4/svgs/solid/comment-alt.svg new file mode 100644 index 0000000..751cac4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comment-dollar.svg b/fontawesome-5.15.4/svgs/solid/comment-dollar.svg new file mode 100644 index 0000000..b079935 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comment-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comment-dots.svg b/fontawesome-5.15.4/svgs/solid/comment-dots.svg new file mode 100644 index 0000000..396e3ef --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comment-medical.svg b/fontawesome-5.15.4/svgs/solid/comment-medical.svg new file mode 100644 index 0000000..0f1a038 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comment-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comment-slash.svg b/fontawesome-5.15.4/svgs/solid/comment-slash.svg new file mode 100644 index 0000000..1575831 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comment-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comment.svg b/fontawesome-5.15.4/svgs/solid/comment.svg new file mode 100644 index 0000000..0b586bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comments-dollar.svg b/fontawesome-5.15.4/svgs/solid/comments-dollar.svg new file mode 100644 index 0000000..41682c7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comments-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/comments.svg b/fontawesome-5.15.4/svgs/solid/comments.svg new file mode 100644 index 0000000..3bfd4e1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/compact-disc.svg b/fontawesome-5.15.4/svgs/solid/compact-disc.svg new file mode 100644 index 0000000..8809d64 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/compact-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/compass.svg b/fontawesome-5.15.4/svgs/solid/compass.svg new file mode 100644 index 0000000..5cc98f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/compress-alt.svg b/fontawesome-5.15.4/svgs/solid/compress-alt.svg new file mode 100644 index 0000000..494c8af --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/compress-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/compress-arrows-alt.svg b/fontawesome-5.15.4/svgs/solid/compress-arrows-alt.svg new file mode 100644 index 0000000..d1effeb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/compress-arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/compress.svg b/fontawesome-5.15.4/svgs/solid/compress.svg new file mode 100644 index 0000000..52e5c45 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/compress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/concierge-bell.svg b/fontawesome-5.15.4/svgs/solid/concierge-bell.svg new file mode 100644 index 0000000..44f7ab7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/concierge-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cookie-bite.svg b/fontawesome-5.15.4/svgs/solid/cookie-bite.svg new file mode 100644 index 0000000..ac8ff1a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cookie-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cookie.svg b/fontawesome-5.15.4/svgs/solid/cookie.svg new file mode 100644 index 0000000..891ed86 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/copy.svg b/fontawesome-5.15.4/svgs/solid/copy.svg new file mode 100644 index 0000000..0e96699 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/copyright.svg b/fontawesome-5.15.4/svgs/solid/copyright.svg new file mode 100644 index 0000000..07055a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/couch.svg b/fontawesome-5.15.4/svgs/solid/couch.svg new file mode 100644 index 0000000..df05515 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/couch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/credit-card.svg b/fontawesome-5.15.4/svgs/solid/credit-card.svg new file mode 100644 index 0000000..87dcd0f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/crop-alt.svg b/fontawesome-5.15.4/svgs/solid/crop-alt.svg new file mode 100644 index 0000000..173a19c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/crop-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/crop.svg b/fontawesome-5.15.4/svgs/solid/crop.svg new file mode 100644 index 0000000..b2f58bd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cross.svg b/fontawesome-5.15.4/svgs/solid/cross.svg new file mode 100644 index 0000000..024afbc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/crosshairs.svg b/fontawesome-5.15.4/svgs/solid/crosshairs.svg new file mode 100644 index 0000000..39aa544 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/crosshairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/crow.svg b/fontawesome-5.15.4/svgs/solid/crow.svg new file mode 100644 index 0000000..ae5dbe3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/crow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/crown.svg b/fontawesome-5.15.4/svgs/solid/crown.svg new file mode 100644 index 0000000..1230e73 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/crutch.svg b/fontawesome-5.15.4/svgs/solid/crutch.svg new file mode 100644 index 0000000..552b296 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/crutch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cube.svg b/fontawesome-5.15.4/svgs/solid/cube.svg new file mode 100644 index 0000000..6df1e28 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cubes.svg b/fontawesome-5.15.4/svgs/solid/cubes.svg new file mode 100644 index 0000000..0d54023 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/cut.svg b/fontawesome-5.15.4/svgs/solid/cut.svg new file mode 100644 index 0000000..9ce231b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/database.svg b/fontawesome-5.15.4/svgs/solid/database.svg new file mode 100644 index 0000000..98aca18 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/deaf.svg b/fontawesome-5.15.4/svgs/solid/deaf.svg new file mode 100644 index 0000000..a398a1c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/deaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/democrat.svg b/fontawesome-5.15.4/svgs/solid/democrat.svg new file mode 100644 index 0000000..f446a7c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/democrat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/desktop.svg b/fontawesome-5.15.4/svgs/solid/desktop.svg new file mode 100644 index 0000000..d21bac4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dharmachakra.svg b/fontawesome-5.15.4/svgs/solid/dharmachakra.svg new file mode 100644 index 0000000..89e17af --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dharmachakra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/diagnoses.svg b/fontawesome-5.15.4/svgs/solid/diagnoses.svg new file mode 100644 index 0000000..b3f0c96 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/diagnoses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-d20.svg b/fontawesome-5.15.4/svgs/solid/dice-d20.svg new file mode 100644 index 0000000..881efc7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-d20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-d6.svg b/fontawesome-5.15.4/svgs/solid/dice-d6.svg new file mode 100644 index 0000000..b3802bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-d6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-five.svg b/fontawesome-5.15.4/svgs/solid/dice-five.svg new file mode 100644 index 0000000..0d29a48 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-four.svg b/fontawesome-5.15.4/svgs/solid/dice-four.svg new file mode 100644 index 0000000..2c436a9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-one.svg b/fontawesome-5.15.4/svgs/solid/dice-one.svg new file mode 100644 index 0000000..bed9eae --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-six.svg b/fontawesome-5.15.4/svgs/solid/dice-six.svg new file mode 100644 index 0000000..6ed25ca --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-three.svg b/fontawesome-5.15.4/svgs/solid/dice-three.svg new file mode 100644 index 0000000..b1d6c06 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice-two.svg b/fontawesome-5.15.4/svgs/solid/dice-two.svg new file mode 100644 index 0000000..9ddded5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dice.svg b/fontawesome-5.15.4/svgs/solid/dice.svg new file mode 100644 index 0000000..299d11a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/digital-tachograph.svg b/fontawesome-5.15.4/svgs/solid/digital-tachograph.svg new file mode 100644 index 0000000..e87c1a4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/digital-tachograph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/directions.svg b/fontawesome-5.15.4/svgs/solid/directions.svg new file mode 100644 index 0000000..95dfa4b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/disease.svg b/fontawesome-5.15.4/svgs/solid/disease.svg new file mode 100644 index 0000000..168a03a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/disease.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/divide.svg b/fontawesome-5.15.4/svgs/solid/divide.svg new file mode 100644 index 0000000..869b3da --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/divide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dizzy.svg b/fontawesome-5.15.4/svgs/solid/dizzy.svg new file mode 100644 index 0000000..fbdbf9d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dna.svg b/fontawesome-5.15.4/svgs/solid/dna.svg new file mode 100644 index 0000000..be3b2be --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dog.svg b/fontawesome-5.15.4/svgs/solid/dog.svg new file mode 100644 index 0000000..42a6a03 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dollar-sign.svg b/fontawesome-5.15.4/svgs/solid/dollar-sign.svg new file mode 100644 index 0000000..ad83048 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dollar-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dolly-flatbed.svg b/fontawesome-5.15.4/svgs/solid/dolly-flatbed.svg new file mode 100644 index 0000000..5358c78 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dolly-flatbed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dolly.svg b/fontawesome-5.15.4/svgs/solid/dolly.svg new file mode 100644 index 0000000..55ce4f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dolly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/donate.svg b/fontawesome-5.15.4/svgs/solid/donate.svg new file mode 100644 index 0000000..b1ec755 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/donate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/door-closed.svg b/fontawesome-5.15.4/svgs/solid/door-closed.svg new file mode 100644 index 0000000..4b3206b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/door-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/door-open.svg b/fontawesome-5.15.4/svgs/solid/door-open.svg new file mode 100644 index 0000000..d0dbff4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/door-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dot-circle.svg b/fontawesome-5.15.4/svgs/solid/dot-circle.svg new file mode 100644 index 0000000..4f0103b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dove.svg b/fontawesome-5.15.4/svgs/solid/dove.svg new file mode 100644 index 0000000..7381253 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/download.svg b/fontawesome-5.15.4/svgs/solid/download.svg new file mode 100644 index 0000000..935e5ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/drafting-compass.svg b/fontawesome-5.15.4/svgs/solid/drafting-compass.svg new file mode 100644 index 0000000..02fe503 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/drafting-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dragon.svg b/fontawesome-5.15.4/svgs/solid/dragon.svg new file mode 100644 index 0000000..5becfc2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/draw-polygon.svg b/fontawesome-5.15.4/svgs/solid/draw-polygon.svg new file mode 100644 index 0000000..00c894d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/draw-polygon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/drum-steelpan.svg b/fontawesome-5.15.4/svgs/solid/drum-steelpan.svg new file mode 100644 index 0000000..3122dd3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/drum-steelpan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/drum.svg b/fontawesome-5.15.4/svgs/solid/drum.svg new file mode 100644 index 0000000..5fd2ffc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/drumstick-bite.svg b/fontawesome-5.15.4/svgs/solid/drumstick-bite.svg new file mode 100644 index 0000000..5c4270c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/drumstick-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dumbbell.svg b/fontawesome-5.15.4/svgs/solid/dumbbell.svg new file mode 100644 index 0000000..c2772a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dumbbell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dumpster-fire.svg b/fontawesome-5.15.4/svgs/solid/dumpster-fire.svg new file mode 100644 index 0000000..7d203cb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dumpster-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dumpster.svg b/fontawesome-5.15.4/svgs/solid/dumpster.svg new file mode 100644 index 0000000..024e24f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dumpster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/dungeon.svg b/fontawesome-5.15.4/svgs/solid/dungeon.svg new file mode 100644 index 0000000..530d6bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/dungeon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/edit.svg b/fontawesome-5.15.4/svgs/solid/edit.svg new file mode 100644 index 0000000..ed5d106 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/egg.svg b/fontawesome-5.15.4/svgs/solid/egg.svg new file mode 100644 index 0000000..942dfc9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/eject.svg b/fontawesome-5.15.4/svgs/solid/eject.svg new file mode 100644 index 0000000..ba73e6d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/eject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ellipsis-h.svg b/fontawesome-5.15.4/svgs/solid/ellipsis-h.svg new file mode 100644 index 0000000..5d8aad2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ellipsis-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ellipsis-v.svg b/fontawesome-5.15.4/svgs/solid/ellipsis-v.svg new file mode 100644 index 0000000..d2e1a36 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ellipsis-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/envelope-open-text.svg b/fontawesome-5.15.4/svgs/solid/envelope-open-text.svg new file mode 100644 index 0000000..acb7305 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/envelope-open-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/envelope-open.svg b/fontawesome-5.15.4/svgs/solid/envelope-open.svg new file mode 100644 index 0000000..00c7557 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/envelope-square.svg b/fontawesome-5.15.4/svgs/solid/envelope-square.svg new file mode 100644 index 0000000..6d765fe --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/envelope-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/envelope.svg b/fontawesome-5.15.4/svgs/solid/envelope.svg new file mode 100644 index 0000000..2da8a00 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/equals.svg b/fontawesome-5.15.4/svgs/solid/equals.svg new file mode 100644 index 0000000..5044148 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/equals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/eraser.svg b/fontawesome-5.15.4/svgs/solid/eraser.svg new file mode 100644 index 0000000..bc5c01b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ethernet.svg b/fontawesome-5.15.4/svgs/solid/ethernet.svg new file mode 100644 index 0000000..716048a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ethernet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/euro-sign.svg b/fontawesome-5.15.4/svgs/solid/euro-sign.svg new file mode 100644 index 0000000..45235ab --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/euro-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/exchange-alt.svg b/fontawesome-5.15.4/svgs/solid/exchange-alt.svg new file mode 100644 index 0000000..50e9de4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/exchange-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/exclamation-circle.svg b/fontawesome-5.15.4/svgs/solid/exclamation-circle.svg new file mode 100644 index 0000000..fdbcac7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/exclamation-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/exclamation-triangle.svg b/fontawesome-5.15.4/svgs/solid/exclamation-triangle.svg new file mode 100644 index 0000000..f8d6ed8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/exclamation-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/exclamation.svg b/fontawesome-5.15.4/svgs/solid/exclamation.svg new file mode 100644 index 0000000..9106bb3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/expand-alt.svg b/fontawesome-5.15.4/svgs/solid/expand-alt.svg new file mode 100644 index 0000000..72bdee4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/expand-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/expand-arrows-alt.svg b/fontawesome-5.15.4/svgs/solid/expand-arrows-alt.svg new file mode 100644 index 0000000..0ff12be --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/expand-arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/expand.svg b/fontawesome-5.15.4/svgs/solid/expand.svg new file mode 100644 index 0000000..d8dc015 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/external-link-alt.svg b/fontawesome-5.15.4/svgs/solid/external-link-alt.svg new file mode 100644 index 0000000..b9b9522 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/external-link-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/external-link-square-alt.svg b/fontawesome-5.15.4/svgs/solid/external-link-square-alt.svg new file mode 100644 index 0000000..5e61cb5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/external-link-square-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/eye-dropper.svg b/fontawesome-5.15.4/svgs/solid/eye-dropper.svg new file mode 100644 index 0000000..9ccadef --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/eye-dropper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/eye-slash.svg b/fontawesome-5.15.4/svgs/solid/eye-slash.svg new file mode 100644 index 0000000..53879ab --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/eye.svg b/fontawesome-5.15.4/svgs/solid/eye.svg new file mode 100644 index 0000000..2a67e34 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fan.svg b/fontawesome-5.15.4/svgs/solid/fan.svg new file mode 100644 index 0000000..386f651 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fast-backward.svg b/fontawesome-5.15.4/svgs/solid/fast-backward.svg new file mode 100644 index 0000000..d5cfa4f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fast-backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fast-forward.svg b/fontawesome-5.15.4/svgs/solid/fast-forward.svg new file mode 100644 index 0000000..05b7802 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fast-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/faucet.svg b/fontawesome-5.15.4/svgs/solid/faucet.svg new file mode 100644 index 0000000..cd66475 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/faucet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fax.svg b/fontawesome-5.15.4/svgs/solid/fax.svg new file mode 100644 index 0000000..3a6b6f3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/feather-alt.svg b/fontawesome-5.15.4/svgs/solid/feather-alt.svg new file mode 100644 index 0000000..b595f61 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/feather-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/feather.svg b/fontawesome-5.15.4/svgs/solid/feather.svg new file mode 100644 index 0000000..4a36d89 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/female.svg b/fontawesome-5.15.4/svgs/solid/female.svg new file mode 100644 index 0000000..68053fb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fighter-jet.svg b/fontawesome-5.15.4/svgs/solid/fighter-jet.svg new file mode 100644 index 0000000..8be9227 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fighter-jet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-alt.svg b/fontawesome-5.15.4/svgs/solid/file-alt.svg new file mode 100644 index 0000000..10d2a2f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-archive.svg b/fontawesome-5.15.4/svgs/solid/file-archive.svg new file mode 100644 index 0000000..5e7df35 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-audio.svg b/fontawesome-5.15.4/svgs/solid/file-audio.svg new file mode 100644 index 0000000..639cb80 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-code.svg b/fontawesome-5.15.4/svgs/solid/file-code.svg new file mode 100644 index 0000000..a8c5ff4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-contract.svg b/fontawesome-5.15.4/svgs/solid/file-contract.svg new file mode 100644 index 0000000..80c81d7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-csv.svg b/fontawesome-5.15.4/svgs/solid/file-csv.svg new file mode 100644 index 0000000..777c302 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-csv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-download.svg b/fontawesome-5.15.4/svgs/solid/file-download.svg new file mode 100644 index 0000000..cbe8375 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-excel.svg b/fontawesome-5.15.4/svgs/solid/file-excel.svg new file mode 100644 index 0000000..97cf136 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-export.svg b/fontawesome-5.15.4/svgs/solid/file-export.svg new file mode 100644 index 0000000..760753a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-image.svg b/fontawesome-5.15.4/svgs/solid/file-image.svg new file mode 100644 index 0000000..e04a241 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-import.svg b/fontawesome-5.15.4/svgs/solid/file-import.svg new file mode 100644 index 0000000..a8eae91 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-invoice-dollar.svg b/fontawesome-5.15.4/svgs/solid/file-invoice-dollar.svg new file mode 100644 index 0000000..ea825be --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-invoice-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-invoice.svg b/fontawesome-5.15.4/svgs/solid/file-invoice.svg new file mode 100644 index 0000000..a2a9d86 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-invoice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-medical-alt.svg b/fontawesome-5.15.4/svgs/solid/file-medical-alt.svg new file mode 100644 index 0000000..9de24f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-medical-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-medical.svg b/fontawesome-5.15.4/svgs/solid/file-medical.svg new file mode 100644 index 0000000..bf8ab14 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-pdf.svg b/fontawesome-5.15.4/svgs/solid/file-pdf.svg new file mode 100644 index 0000000..7d5b19e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-powerpoint.svg b/fontawesome-5.15.4/svgs/solid/file-powerpoint.svg new file mode 100644 index 0000000..7f1b5e1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-prescription.svg b/fontawesome-5.15.4/svgs/solid/file-prescription.svg new file mode 100644 index 0000000..1dd28a5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-prescription.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-signature.svg b/fontawesome-5.15.4/svgs/solid/file-signature.svg new file mode 100644 index 0000000..c3a5596 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-signature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-upload.svg b/fontawesome-5.15.4/svgs/solid/file-upload.svg new file mode 100644 index 0000000..df4f83f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-video.svg b/fontawesome-5.15.4/svgs/solid/file-video.svg new file mode 100644 index 0000000..3ba1970 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file-word.svg b/fontawesome-5.15.4/svgs/solid/file-word.svg new file mode 100644 index 0000000..3c41797 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/file.svg b/fontawesome-5.15.4/svgs/solid/file.svg new file mode 100644 index 0000000..aa8dacd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fill-drip.svg b/fontawesome-5.15.4/svgs/solid/fill-drip.svg new file mode 100644 index 0000000..a9e5163 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fill-drip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fill.svg b/fontawesome-5.15.4/svgs/solid/fill.svg new file mode 100644 index 0000000..3605eda --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/film.svg b/fontawesome-5.15.4/svgs/solid/film.svg new file mode 100644 index 0000000..ccf8983 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/film.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/filter.svg b/fontawesome-5.15.4/svgs/solid/filter.svg new file mode 100644 index 0000000..1650274 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fingerprint.svg b/fontawesome-5.15.4/svgs/solid/fingerprint.svg new file mode 100644 index 0000000..e61991a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fingerprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fire-alt.svg b/fontawesome-5.15.4/svgs/solid/fire-alt.svg new file mode 100644 index 0000000..db05d8e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fire-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fire-extinguisher.svg b/fontawesome-5.15.4/svgs/solid/fire-extinguisher.svg new file mode 100644 index 0000000..79bfce7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fire-extinguisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fire.svg b/fontawesome-5.15.4/svgs/solid/fire.svg new file mode 100644 index 0000000..7b58a9c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/first-aid.svg b/fontawesome-5.15.4/svgs/solid/first-aid.svg new file mode 100644 index 0000000..6432c1d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/first-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fish.svg b/fontawesome-5.15.4/svgs/solid/fish.svg new file mode 100644 index 0000000..b124d48 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/fist-raised.svg b/fontawesome-5.15.4/svgs/solid/fist-raised.svg new file mode 100644 index 0000000..01f01af --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/fist-raised.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/flag-checkered.svg b/fontawesome-5.15.4/svgs/solid/flag-checkered.svg new file mode 100644 index 0000000..0117946 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/flag-checkered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/flag-usa.svg b/fontawesome-5.15.4/svgs/solid/flag-usa.svg new file mode 100644 index 0000000..d29fe6e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/flag-usa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/flag.svg b/fontawesome-5.15.4/svgs/solid/flag.svg new file mode 100644 index 0000000..e28f3d5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/flask.svg b/fontawesome-5.15.4/svgs/solid/flask.svg new file mode 100644 index 0000000..3cc94ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/flushed.svg b/fontawesome-5.15.4/svgs/solid/flushed.svg new file mode 100644 index 0000000..666ff1b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/flushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/folder-minus.svg b/fontawesome-5.15.4/svgs/solid/folder-minus.svg new file mode 100644 index 0000000..4d22ac1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/folder-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/folder-open.svg b/fontawesome-5.15.4/svgs/solid/folder-open.svg new file mode 100644 index 0000000..99729c8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/folder-plus.svg b/fontawesome-5.15.4/svgs/solid/folder-plus.svg new file mode 100644 index 0000000..c0a5174 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/folder-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/folder.svg b/fontawesome-5.15.4/svgs/solid/folder.svg new file mode 100644 index 0000000..f9058b0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/font-awesome-logo-full.svg b/fontawesome-5.15.4/svgs/solid/font-awesome-logo-full.svg new file mode 100644 index 0000000..0672ac8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/font.svg b/fontawesome-5.15.4/svgs/solid/font.svg new file mode 100644 index 0000000..83564cc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/font.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/football-ball.svg b/fontawesome-5.15.4/svgs/solid/football-ball.svg new file mode 100644 index 0000000..c52da6a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/football-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/forward.svg b/fontawesome-5.15.4/svgs/solid/forward.svg new file mode 100644 index 0000000..16ce912 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/frog.svg b/fontawesome-5.15.4/svgs/solid/frog.svg new file mode 100644 index 0000000..b5c8592 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/frown-open.svg b/fontawesome-5.15.4/svgs/solid/frown-open.svg new file mode 100644 index 0000000..a2f4a6e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/frown-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/frown.svg b/fontawesome-5.15.4/svgs/solid/frown.svg new file mode 100644 index 0000000..6b02347 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/frown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/funnel-dollar.svg b/fontawesome-5.15.4/svgs/solid/funnel-dollar.svg new file mode 100644 index 0000000..f239948 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/funnel-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/futbol.svg b/fontawesome-5.15.4/svgs/solid/futbol.svg new file mode 100644 index 0000000..3491d93 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/futbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gamepad.svg b/fontawesome-5.15.4/svgs/solid/gamepad.svg new file mode 100644 index 0000000..98d4dc9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gamepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gas-pump.svg b/fontawesome-5.15.4/svgs/solid/gas-pump.svg new file mode 100644 index 0000000..86f497f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gas-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gavel.svg b/fontawesome-5.15.4/svgs/solid/gavel.svg new file mode 100644 index 0000000..8db1c23 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gavel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gem.svg b/fontawesome-5.15.4/svgs/solid/gem.svg new file mode 100644 index 0000000..2204e66 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/genderless.svg b/fontawesome-5.15.4/svgs/solid/genderless.svg new file mode 100644 index 0000000..e6edd19 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/genderless.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ghost.svg b/fontawesome-5.15.4/svgs/solid/ghost.svg new file mode 100644 index 0000000..2ca4405 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gift.svg b/fontawesome-5.15.4/svgs/solid/gift.svg new file mode 100644 index 0000000..630efe0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gifts.svg b/fontawesome-5.15.4/svgs/solid/gifts.svg new file mode 100644 index 0000000..0fadeb2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gifts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/glass-cheers.svg b/fontawesome-5.15.4/svgs/solid/glass-cheers.svg new file mode 100644 index 0000000..3c13729 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/glass-cheers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/glass-martini-alt.svg b/fontawesome-5.15.4/svgs/solid/glass-martini-alt.svg new file mode 100644 index 0000000..7472d99 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/glass-martini-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/glass-martini.svg b/fontawesome-5.15.4/svgs/solid/glass-martini.svg new file mode 100644 index 0000000..05d298e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/glass-martini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/glass-whiskey.svg b/fontawesome-5.15.4/svgs/solid/glass-whiskey.svg new file mode 100644 index 0000000..7472658 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/glass-whiskey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/glasses.svg b/fontawesome-5.15.4/svgs/solid/glasses.svg new file mode 100644 index 0000000..30347d0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/globe-africa.svg b/fontawesome-5.15.4/svgs/solid/globe-africa.svg new file mode 100644 index 0000000..2659205 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/globe-africa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/globe-americas.svg b/fontawesome-5.15.4/svgs/solid/globe-americas.svg new file mode 100644 index 0000000..642a234 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/globe-americas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/globe-asia.svg b/fontawesome-5.15.4/svgs/solid/globe-asia.svg new file mode 100644 index 0000000..89223bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/globe-asia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/globe-europe.svg b/fontawesome-5.15.4/svgs/solid/globe-europe.svg new file mode 100644 index 0000000..f0653a1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/globe-europe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/globe.svg b/fontawesome-5.15.4/svgs/solid/globe.svg new file mode 100644 index 0000000..e255b7f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/golf-ball.svg b/fontawesome-5.15.4/svgs/solid/golf-ball.svg new file mode 100644 index 0000000..200255f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/golf-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/gopuram.svg b/fontawesome-5.15.4/svgs/solid/gopuram.svg new file mode 100644 index 0000000..8611860 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/gopuram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/graduation-cap.svg b/fontawesome-5.15.4/svgs/solid/graduation-cap.svg new file mode 100644 index 0000000..ebf9165 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/graduation-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/greater-than-equal.svg b/fontawesome-5.15.4/svgs/solid/greater-than-equal.svg new file mode 100644 index 0000000..6b3f859 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/greater-than-equal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/greater-than.svg b/fontawesome-5.15.4/svgs/solid/greater-than.svg new file mode 100644 index 0000000..48964a1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/greater-than.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grimace.svg b/fontawesome-5.15.4/svgs/solid/grimace.svg new file mode 100644 index 0000000..4cfb353 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grimace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-alt.svg b/fontawesome-5.15.4/svgs/solid/grin-alt.svg new file mode 100644 index 0000000..d5e3867 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-beam-sweat.svg b/fontawesome-5.15.4/svgs/solid/grin-beam-sweat.svg new file mode 100644 index 0000000..5b026e7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-beam-sweat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-beam.svg b/fontawesome-5.15.4/svgs/solid/grin-beam.svg new file mode 100644 index 0000000..725f8b5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-hearts.svg b/fontawesome-5.15.4/svgs/solid/grin-hearts.svg new file mode 100644 index 0000000..445c69c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-squint-tears.svg b/fontawesome-5.15.4/svgs/solid/grin-squint-tears.svg new file mode 100644 index 0000000..cbc1ac6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-squint-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-squint.svg b/fontawesome-5.15.4/svgs/solid/grin-squint.svg new file mode 100644 index 0000000..9cd04bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-stars.svg b/fontawesome-5.15.4/svgs/solid/grin-stars.svg new file mode 100644 index 0000000..1256e46 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-tears.svg b/fontawesome-5.15.4/svgs/solid/grin-tears.svg new file mode 100644 index 0000000..8547b7e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-tongue-squint.svg b/fontawesome-5.15.4/svgs/solid/grin-tongue-squint.svg new file mode 100644 index 0000000..25a09c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-tongue-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-tongue-wink.svg b/fontawesome-5.15.4/svgs/solid/grin-tongue-wink.svg new file mode 100644 index 0000000..dc7cc40 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-tongue-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-tongue.svg b/fontawesome-5.15.4/svgs/solid/grin-tongue.svg new file mode 100644 index 0000000..4c73cfe --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin-wink.svg b/fontawesome-5.15.4/svgs/solid/grin-wink.svg new file mode 100644 index 0000000..ce97deb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grin.svg b/fontawesome-5.15.4/svgs/solid/grin.svg new file mode 100644 index 0000000..7fe7b92 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grip-horizontal.svg b/fontawesome-5.15.4/svgs/solid/grip-horizontal.svg new file mode 100644 index 0000000..3db99ef --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grip-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grip-lines-vertical.svg b/fontawesome-5.15.4/svgs/solid/grip-lines-vertical.svg new file mode 100644 index 0000000..501d5c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grip-lines-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grip-lines.svg b/fontawesome-5.15.4/svgs/solid/grip-lines.svg new file mode 100644 index 0000000..61a731a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grip-lines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/grip-vertical.svg b/fontawesome-5.15.4/svgs/solid/grip-vertical.svg new file mode 100644 index 0000000..1abd2a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/grip-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/guitar.svg b/fontawesome-5.15.4/svgs/solid/guitar.svg new file mode 100644 index 0000000..c9f9a4c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/guitar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/h-square.svg b/fontawesome-5.15.4/svgs/solid/h-square.svg new file mode 100644 index 0000000..005021a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/h-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hamburger.svg b/fontawesome-5.15.4/svgs/solid/hamburger.svg new file mode 100644 index 0000000..b771e04 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hamburger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hammer.svg b/fontawesome-5.15.4/svgs/solid/hammer.svg new file mode 100644 index 0000000..4a1fbc3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hamsa.svg b/fontawesome-5.15.4/svgs/solid/hamsa.svg new file mode 100644 index 0000000..9256ae5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hamsa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-holding-heart.svg b/fontawesome-5.15.4/svgs/solid/hand-holding-heart.svg new file mode 100644 index 0000000..8c8e103 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-holding-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-holding-medical.svg b/fontawesome-5.15.4/svgs/solid/hand-holding-medical.svg new file mode 100644 index 0000000..b9c5311 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-holding-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-holding-usd.svg b/fontawesome-5.15.4/svgs/solid/hand-holding-usd.svg new file mode 100644 index 0000000..e352b2f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-holding-usd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-holding-water.svg b/fontawesome-5.15.4/svgs/solid/hand-holding-water.svg new file mode 100644 index 0000000..71b4052 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-holding-water.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-holding.svg b/fontawesome-5.15.4/svgs/solid/hand-holding.svg new file mode 100644 index 0000000..6415812 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-holding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-lizard.svg b/fontawesome-5.15.4/svgs/solid/hand-lizard.svg new file mode 100644 index 0000000..78c7be3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-lizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-middle-finger.svg b/fontawesome-5.15.4/svgs/solid/hand-middle-finger.svg new file mode 100644 index 0000000..7879450 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-middle-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-paper.svg b/fontawesome-5.15.4/svgs/solid/hand-paper.svg new file mode 100644 index 0000000..1a8854d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-peace.svg b/fontawesome-5.15.4/svgs/solid/hand-peace.svg new file mode 100644 index 0000000..76f421f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-point-down.svg b/fontawesome-5.15.4/svgs/solid/hand-point-down.svg new file mode 100644 index 0000000..eae2082 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-point-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-point-left.svg b/fontawesome-5.15.4/svgs/solid/hand-point-left.svg new file mode 100644 index 0000000..6711980 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-point-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-point-right.svg b/fontawesome-5.15.4/svgs/solid/hand-point-right.svg new file mode 100644 index 0000000..d17b880 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-point-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-point-up.svg b/fontawesome-5.15.4/svgs/solid/hand-point-up.svg new file mode 100644 index 0000000..9caa2b1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-point-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-pointer.svg b/fontawesome-5.15.4/svgs/solid/hand-pointer.svg new file mode 100644 index 0000000..405c8d5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-rock.svg b/fontawesome-5.15.4/svgs/solid/hand-rock.svg new file mode 100644 index 0000000..e8dbdd0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-scissors.svg b/fontawesome-5.15.4/svgs/solid/hand-scissors.svg new file mode 100644 index 0000000..c15a769 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-sparkles.svg b/fontawesome-5.15.4/svgs/solid/hand-sparkles.svg new file mode 100644 index 0000000..c4942eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-sparkles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hand-spock.svg b/fontawesome-5.15.4/svgs/solid/hand-spock.svg new file mode 100644 index 0000000..fb6533c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hand-spock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hands-helping.svg b/fontawesome-5.15.4/svgs/solid/hands-helping.svg new file mode 100644 index 0000000..638b928 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hands-helping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hands-wash.svg b/fontawesome-5.15.4/svgs/solid/hands-wash.svg new file mode 100644 index 0000000..a3ed507 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hands-wash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hands.svg b/fontawesome-5.15.4/svgs/solid/hands.svg new file mode 100644 index 0000000..f3da1b9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/handshake-alt-slash.svg b/fontawesome-5.15.4/svgs/solid/handshake-alt-slash.svg new file mode 100644 index 0000000..d94108e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/handshake-alt-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/handshake-slash.svg b/fontawesome-5.15.4/svgs/solid/handshake-slash.svg new file mode 100644 index 0000000..dcbc2d5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/handshake-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/handshake.svg b/fontawesome-5.15.4/svgs/solid/handshake.svg new file mode 100644 index 0000000..5d1eace --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hanukiah.svg b/fontawesome-5.15.4/svgs/solid/hanukiah.svg new file mode 100644 index 0000000..5602f00 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hanukiah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hard-hat.svg b/fontawesome-5.15.4/svgs/solid/hard-hat.svg new file mode 100644 index 0000000..900c57b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hard-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hashtag.svg b/fontawesome-5.15.4/svgs/solid/hashtag.svg new file mode 100644 index 0000000..7693834 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hashtag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hat-cowboy-side.svg b/fontawesome-5.15.4/svgs/solid/hat-cowboy-side.svg new file mode 100644 index 0000000..e506a43 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hat-cowboy-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hat-cowboy.svg b/fontawesome-5.15.4/svgs/solid/hat-cowboy.svg new file mode 100644 index 0000000..055e048 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hat-cowboy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hat-wizard.svg b/fontawesome-5.15.4/svgs/solid/hat-wizard.svg new file mode 100644 index 0000000..6c44494 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hat-wizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hdd.svg b/fontawesome-5.15.4/svgs/solid/hdd.svg new file mode 100644 index 0000000..af7c45d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/head-side-cough-slash.svg b/fontawesome-5.15.4/svgs/solid/head-side-cough-slash.svg new file mode 100644 index 0000000..7b61d37 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/head-side-cough-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/head-side-cough.svg b/fontawesome-5.15.4/svgs/solid/head-side-cough.svg new file mode 100644 index 0000000..8218009 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/head-side-cough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/head-side-mask.svg b/fontawesome-5.15.4/svgs/solid/head-side-mask.svg new file mode 100644 index 0000000..fefd541 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/head-side-mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/head-side-virus.svg b/fontawesome-5.15.4/svgs/solid/head-side-virus.svg new file mode 100644 index 0000000..9f60b22 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/head-side-virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/heading.svg b/fontawesome-5.15.4/svgs/solid/heading.svg new file mode 100644 index 0000000..a3122d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/heading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/headphones-alt.svg b/fontawesome-5.15.4/svgs/solid/headphones-alt.svg new file mode 100644 index 0000000..c0d4fbf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/headphones-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/headphones.svg b/fontawesome-5.15.4/svgs/solid/headphones.svg new file mode 100644 index 0000000..e7e7255 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/headphones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/headset.svg b/fontawesome-5.15.4/svgs/solid/headset.svg new file mode 100644 index 0000000..682610a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/headset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/heart-broken.svg b/fontawesome-5.15.4/svgs/solid/heart-broken.svg new file mode 100644 index 0000000..d69d57b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/heart-broken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/heart.svg b/fontawesome-5.15.4/svgs/solid/heart.svg new file mode 100644 index 0000000..f45b055 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/heartbeat.svg b/fontawesome-5.15.4/svgs/solid/heartbeat.svg new file mode 100644 index 0000000..48c937f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/heartbeat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/helicopter.svg b/fontawesome-5.15.4/svgs/solid/helicopter.svg new file mode 100644 index 0000000..437f5d6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/helicopter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/highlighter.svg b/fontawesome-5.15.4/svgs/solid/highlighter.svg new file mode 100644 index 0000000..9b3687d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/highlighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hiking.svg b/fontawesome-5.15.4/svgs/solid/hiking.svg new file mode 100644 index 0000000..ae12ef1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hiking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hippo.svg b/fontawesome-5.15.4/svgs/solid/hippo.svg new file mode 100644 index 0000000..92049d1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hippo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/history.svg b/fontawesome-5.15.4/svgs/solid/history.svg new file mode 100644 index 0000000..2c0a6bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hockey-puck.svg b/fontawesome-5.15.4/svgs/solid/hockey-puck.svg new file mode 100644 index 0000000..ffa4cbd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hockey-puck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/holly-berry.svg b/fontawesome-5.15.4/svgs/solid/holly-berry.svg new file mode 100644 index 0000000..a46520a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/holly-berry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/home.svg b/fontawesome-5.15.4/svgs/solid/home.svg new file mode 100644 index 0000000..5c9d623 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/horse-head.svg b/fontawesome-5.15.4/svgs/solid/horse-head.svg new file mode 100644 index 0000000..6e15866 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/horse-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/horse.svg b/fontawesome-5.15.4/svgs/solid/horse.svg new file mode 100644 index 0000000..9f5fedc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hospital-alt.svg b/fontawesome-5.15.4/svgs/solid/hospital-alt.svg new file mode 100644 index 0000000..d587e64 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hospital-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hospital-symbol.svg b/fontawesome-5.15.4/svgs/solid/hospital-symbol.svg new file mode 100644 index 0000000..24ff256 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hospital-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hospital-user.svg b/fontawesome-5.15.4/svgs/solid/hospital-user.svg new file mode 100644 index 0000000..2e6a19a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hospital-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hospital.svg b/fontawesome-5.15.4/svgs/solid/hospital.svg new file mode 100644 index 0000000..0b79bee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hot-tub.svg b/fontawesome-5.15.4/svgs/solid/hot-tub.svg new file mode 100644 index 0000000..ff11dd6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hot-tub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hotdog.svg b/fontawesome-5.15.4/svgs/solid/hotdog.svg new file mode 100644 index 0000000..9f105e5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hotdog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hotel.svg b/fontawesome-5.15.4/svgs/solid/hotel.svg new file mode 100644 index 0000000..cf2fa59 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hotel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hourglass-end.svg b/fontawesome-5.15.4/svgs/solid/hourglass-end.svg new file mode 100644 index 0000000..9b1da2f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hourglass-end.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hourglass-half.svg b/fontawesome-5.15.4/svgs/solid/hourglass-half.svg new file mode 100644 index 0000000..d4170a4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hourglass-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hourglass-start.svg b/fontawesome-5.15.4/svgs/solid/hourglass-start.svg new file mode 100644 index 0000000..06daa6c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hourglass-start.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hourglass.svg b/fontawesome-5.15.4/svgs/solid/hourglass.svg new file mode 100644 index 0000000..ae867c1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/house-damage.svg b/fontawesome-5.15.4/svgs/solid/house-damage.svg new file mode 100644 index 0000000..2b7ab2a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/house-damage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/house-user.svg b/fontawesome-5.15.4/svgs/solid/house-user.svg new file mode 100644 index 0000000..0c90a8c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/house-user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/hryvnia.svg b/fontawesome-5.15.4/svgs/solid/hryvnia.svg new file mode 100644 index 0000000..18f1876 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/hryvnia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/i-cursor.svg b/fontawesome-5.15.4/svgs/solid/i-cursor.svg new file mode 100644 index 0000000..1127122 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/i-cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ice-cream.svg b/fontawesome-5.15.4/svgs/solid/ice-cream.svg new file mode 100644 index 0000000..abd3b3e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ice-cream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/icicles.svg b/fontawesome-5.15.4/svgs/solid/icicles.svg new file mode 100644 index 0000000..f23eeba --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/icicles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/icons.svg b/fontawesome-5.15.4/svgs/solid/icons.svg new file mode 100644 index 0000000..b566479 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/id-badge.svg b/fontawesome-5.15.4/svgs/solid/id-badge.svg new file mode 100644 index 0000000..b1d2bf7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/id-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/id-card-alt.svg b/fontawesome-5.15.4/svgs/solid/id-card-alt.svg new file mode 100644 index 0000000..a784de8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/id-card-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/id-card.svg b/fontawesome-5.15.4/svgs/solid/id-card.svg new file mode 100644 index 0000000..42f8140 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/igloo.svg b/fontawesome-5.15.4/svgs/solid/igloo.svg new file mode 100644 index 0000000..4ea06e3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/igloo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/image.svg b/fontawesome-5.15.4/svgs/solid/image.svg new file mode 100644 index 0000000..c32f68b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/images.svg b/fontawesome-5.15.4/svgs/solid/images.svg new file mode 100644 index 0000000..b1dbb58 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/inbox.svg b/fontawesome-5.15.4/svgs/solid/inbox.svg new file mode 100644 index 0000000..f45f51f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/indent.svg b/fontawesome-5.15.4/svgs/solid/indent.svg new file mode 100644 index 0000000..3a9b081 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/indent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/industry.svg b/fontawesome-5.15.4/svgs/solid/industry.svg new file mode 100644 index 0000000..c40b41a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/infinity.svg b/fontawesome-5.15.4/svgs/solid/infinity.svg new file mode 100644 index 0000000..94e066b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/infinity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/info-circle.svg b/fontawesome-5.15.4/svgs/solid/info-circle.svg new file mode 100644 index 0000000..f7e3870 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/info-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/info.svg b/fontawesome-5.15.4/svgs/solid/info.svg new file mode 100644 index 0000000..00799d0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/italic.svg b/fontawesome-5.15.4/svgs/solid/italic.svg new file mode 100644 index 0000000..21da76f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/jedi.svg b/fontawesome-5.15.4/svgs/solid/jedi.svg new file mode 100644 index 0000000..b2e6316 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/jedi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/joint.svg b/fontawesome-5.15.4/svgs/solid/joint.svg new file mode 100644 index 0000000..f3ed645 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/joint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/journal-whills.svg b/fontawesome-5.15.4/svgs/solid/journal-whills.svg new file mode 100644 index 0000000..3868ba3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/journal-whills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/kaaba.svg b/fontawesome-5.15.4/svgs/solid/kaaba.svg new file mode 100644 index 0000000..f490900 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/kaaba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/key.svg b/fontawesome-5.15.4/svgs/solid/key.svg new file mode 100644 index 0000000..383c9ac --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/keyboard.svg b/fontawesome-5.15.4/svgs/solid/keyboard.svg new file mode 100644 index 0000000..f397edc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/khanda.svg b/fontawesome-5.15.4/svgs/solid/khanda.svg new file mode 100644 index 0000000..e1deeab --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/khanda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/kiss-beam.svg b/fontawesome-5.15.4/svgs/solid/kiss-beam.svg new file mode 100644 index 0000000..94eb49e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/kiss-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/kiss-wink-heart.svg b/fontawesome-5.15.4/svgs/solid/kiss-wink-heart.svg new file mode 100644 index 0000000..98dd9f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/kiss-wink-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/kiss.svg b/fontawesome-5.15.4/svgs/solid/kiss.svg new file mode 100644 index 0000000..4eb436e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/kiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/kiwi-bird.svg b/fontawesome-5.15.4/svgs/solid/kiwi-bird.svg new file mode 100644 index 0000000..95dec7f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/kiwi-bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/landmark.svg b/fontawesome-5.15.4/svgs/solid/landmark.svg new file mode 100644 index 0000000..d8acb96 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/landmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/language.svg b/fontawesome-5.15.4/svgs/solid/language.svg new file mode 100644 index 0000000..7ca7e58 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laptop-code.svg b/fontawesome-5.15.4/svgs/solid/laptop-code.svg new file mode 100644 index 0000000..6067189 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laptop-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laptop-house.svg b/fontawesome-5.15.4/svgs/solid/laptop-house.svg new file mode 100644 index 0000000..4545923 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laptop-house.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laptop-medical.svg b/fontawesome-5.15.4/svgs/solid/laptop-medical.svg new file mode 100644 index 0000000..61e41ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laptop-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laptop.svg b/fontawesome-5.15.4/svgs/solid/laptop.svg new file mode 100644 index 0000000..82522d3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laugh-beam.svg b/fontawesome-5.15.4/svgs/solid/laugh-beam.svg new file mode 100644 index 0000000..cd5b7a1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laugh-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laugh-squint.svg b/fontawesome-5.15.4/svgs/solid/laugh-squint.svg new file mode 100644 index 0000000..d48f8dc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laugh-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laugh-wink.svg b/fontawesome-5.15.4/svgs/solid/laugh-wink.svg new file mode 100644 index 0000000..c5e2a44 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laugh-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/laugh.svg b/fontawesome-5.15.4/svgs/solid/laugh.svg new file mode 100644 index 0000000..3d3084c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/layer-group.svg b/fontawesome-5.15.4/svgs/solid/layer-group.svg new file mode 100644 index 0000000..f67632f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/layer-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/leaf.svg b/fontawesome-5.15.4/svgs/solid/leaf.svg new file mode 100644 index 0000000..f4b8af5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lemon.svg b/fontawesome-5.15.4/svgs/solid/lemon.svg new file mode 100644 index 0000000..48c8691 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/less-than-equal.svg b/fontawesome-5.15.4/svgs/solid/less-than-equal.svg new file mode 100644 index 0000000..9b24365 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/less-than-equal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/less-than.svg b/fontawesome-5.15.4/svgs/solid/less-than.svg new file mode 100644 index 0000000..ab58b54 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/less-than.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/level-down-alt.svg b/fontawesome-5.15.4/svgs/solid/level-down-alt.svg new file mode 100644 index 0000000..2e0b32f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/level-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/level-up-alt.svg b/fontawesome-5.15.4/svgs/solid/level-up-alt.svg new file mode 100644 index 0000000..10ab5fd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/level-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/life-ring.svg b/fontawesome-5.15.4/svgs/solid/life-ring.svg new file mode 100644 index 0000000..9eaa11e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/life-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lightbulb.svg b/fontawesome-5.15.4/svgs/solid/lightbulb.svg new file mode 100644 index 0000000..83c4c76 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/link.svg b/fontawesome-5.15.4/svgs/solid/link.svg new file mode 100644 index 0000000..f0fdbf4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lira-sign.svg b/fontawesome-5.15.4/svgs/solid/lira-sign.svg new file mode 100644 index 0000000..fdd1013 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lira-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/list-alt.svg b/fontawesome-5.15.4/svgs/solid/list-alt.svg new file mode 100644 index 0000000..dd9b0fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/list-ol.svg b/fontawesome-5.15.4/svgs/solid/list-ol.svg new file mode 100644 index 0000000..f98c60c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/list-ol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/list-ul.svg b/fontawesome-5.15.4/svgs/solid/list-ul.svg new file mode 100644 index 0000000..4dadd3d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/list-ul.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/list.svg b/fontawesome-5.15.4/svgs/solid/list.svg new file mode 100644 index 0000000..4a7f7b5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/location-arrow.svg b/fontawesome-5.15.4/svgs/solid/location-arrow.svg new file mode 100644 index 0000000..18df009 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/location-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lock-open.svg b/fontawesome-5.15.4/svgs/solid/lock-open.svg new file mode 100644 index 0000000..420e2b7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lock.svg b/fontawesome-5.15.4/svgs/solid/lock.svg new file mode 100644 index 0000000..86a172a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/long-arrow-alt-down.svg b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-down.svg new file mode 100644 index 0000000..af1ffa6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/long-arrow-alt-left.svg b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-left.svg new file mode 100644 index 0000000..e15dcf6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/long-arrow-alt-right.svg b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-right.svg new file mode 100644 index 0000000..049c4f6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/long-arrow-alt-up.svg b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-up.svg new file mode 100644 index 0000000..313c11e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/long-arrow-alt-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/low-vision.svg b/fontawesome-5.15.4/svgs/solid/low-vision.svg new file mode 100644 index 0000000..510a2d3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/low-vision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/luggage-cart.svg b/fontawesome-5.15.4/svgs/solid/luggage-cart.svg new file mode 100644 index 0000000..e57f03d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/luggage-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lungs-virus.svg b/fontawesome-5.15.4/svgs/solid/lungs-virus.svg new file mode 100644 index 0000000..7fb518c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lungs-virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/lungs.svg b/fontawesome-5.15.4/svgs/solid/lungs.svg new file mode 100644 index 0000000..bbc3c10 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/lungs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/magic.svg b/fontawesome-5.15.4/svgs/solid/magic.svg new file mode 100644 index 0000000..9535e28 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/magic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/magnet.svg b/fontawesome-5.15.4/svgs/solid/magnet.svg new file mode 100644 index 0000000..c1956f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mail-bulk.svg b/fontawesome-5.15.4/svgs/solid/mail-bulk.svg new file mode 100644 index 0000000..47a7c0d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mail-bulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/male.svg b/fontawesome-5.15.4/svgs/solid/male.svg new file mode 100644 index 0000000..8966224 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map-marked-alt.svg b/fontawesome-5.15.4/svgs/solid/map-marked-alt.svg new file mode 100644 index 0000000..b044e6a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map-marked-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map-marked.svg b/fontawesome-5.15.4/svgs/solid/map-marked.svg new file mode 100644 index 0000000..bdea11c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map-marked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map-marker-alt.svg b/fontawesome-5.15.4/svgs/solid/map-marker-alt.svg new file mode 100644 index 0000000..08e9601 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map-marker-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map-marker.svg b/fontawesome-5.15.4/svgs/solid/map-marker.svg new file mode 100644 index 0000000..6d78a39 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map-marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map-pin.svg b/fontawesome-5.15.4/svgs/solid/map-pin.svg new file mode 100644 index 0000000..598f7a7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map-signs.svg b/fontawesome-5.15.4/svgs/solid/map-signs.svg new file mode 100644 index 0000000..5a61540 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map-signs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/map.svg b/fontawesome-5.15.4/svgs/solid/map.svg new file mode 100644 index 0000000..11aa578 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/marker.svg b/fontawesome-5.15.4/svgs/solid/marker.svg new file mode 100644 index 0000000..bd0e3ea --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mars-double.svg b/fontawesome-5.15.4/svgs/solid/mars-double.svg new file mode 100644 index 0000000..ae7b12a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mars-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mars-stroke-h.svg b/fontawesome-5.15.4/svgs/solid/mars-stroke-h.svg new file mode 100644 index 0000000..7296c06 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mars-stroke-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mars-stroke-v.svg b/fontawesome-5.15.4/svgs/solid/mars-stroke-v.svg new file mode 100644 index 0000000..732a4de --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mars-stroke-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mars-stroke.svg b/fontawesome-5.15.4/svgs/solid/mars-stroke.svg new file mode 100644 index 0000000..c3dea2e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mars-stroke.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mars.svg b/fontawesome-5.15.4/svgs/solid/mars.svg new file mode 100644 index 0000000..2c3141a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mask.svg b/fontawesome-5.15.4/svgs/solid/mask.svg new file mode 100644 index 0000000..4714dd0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/medal.svg b/fontawesome-5.15.4/svgs/solid/medal.svg new file mode 100644 index 0000000..3d5f5fa --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/medkit.svg b/fontawesome-5.15.4/svgs/solid/medkit.svg new file mode 100644 index 0000000..2cc99de --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/medkit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/meh-blank.svg b/fontawesome-5.15.4/svgs/solid/meh-blank.svg new file mode 100644 index 0000000..5b3c03f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/meh-rolling-eyes.svg b/fontawesome-5.15.4/svgs/solid/meh-rolling-eyes.svg new file mode 100644 index 0000000..0c2297c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/meh-rolling-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/meh.svg b/fontawesome-5.15.4/svgs/solid/meh.svg new file mode 100644 index 0000000..ec15b08 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/memory.svg b/fontawesome-5.15.4/svgs/solid/memory.svg new file mode 100644 index 0000000..311a65e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/memory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/menorah.svg b/fontawesome-5.15.4/svgs/solid/menorah.svg new file mode 100644 index 0000000..49e79bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/menorah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mercury.svg b/fontawesome-5.15.4/svgs/solid/mercury.svg new file mode 100644 index 0000000..1c92e22 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mercury.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/meteor.svg b/fontawesome-5.15.4/svgs/solid/meteor.svg new file mode 100644 index 0000000..0fb2992 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/microchip.svg b/fontawesome-5.15.4/svgs/solid/microchip.svg new file mode 100644 index 0000000..0f5f58b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/microchip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/microphone-alt-slash.svg b/fontawesome-5.15.4/svgs/solid/microphone-alt-slash.svg new file mode 100644 index 0000000..c65f431 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/microphone-alt-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/microphone-alt.svg b/fontawesome-5.15.4/svgs/solid/microphone-alt.svg new file mode 100644 index 0000000..5d6a27d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/microphone-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/microphone-slash.svg b/fontawesome-5.15.4/svgs/solid/microphone-slash.svg new file mode 100644 index 0000000..0a91d31 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/microphone-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/microphone.svg b/fontawesome-5.15.4/svgs/solid/microphone.svg new file mode 100644 index 0000000..8da53a4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/microscope.svg b/fontawesome-5.15.4/svgs/solid/microscope.svg new file mode 100644 index 0000000..1d67875 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/microscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/minus-circle.svg b/fontawesome-5.15.4/svgs/solid/minus-circle.svg new file mode 100644 index 0000000..f41dc77 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/minus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/minus-square.svg b/fontawesome-5.15.4/svgs/solid/minus-square.svg new file mode 100644 index 0000000..b93336b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/minus.svg b/fontawesome-5.15.4/svgs/solid/minus.svg new file mode 100644 index 0000000..8a43aa3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mitten.svg b/fontawesome-5.15.4/svgs/solid/mitten.svg new file mode 100644 index 0000000..e627a92 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mitten.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mobile-alt.svg b/fontawesome-5.15.4/svgs/solid/mobile-alt.svg new file mode 100644 index 0000000..fac3ac5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mobile-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mobile.svg b/fontawesome-5.15.4/svgs/solid/mobile.svg new file mode 100644 index 0000000..f06e1c6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/money-bill-alt.svg b/fontawesome-5.15.4/svgs/solid/money-bill-alt.svg new file mode 100644 index 0000000..ad1f5f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/money-bill-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/money-bill-wave-alt.svg b/fontawesome-5.15.4/svgs/solid/money-bill-wave-alt.svg new file mode 100644 index 0000000..723b2cc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/money-bill-wave-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/money-bill-wave.svg b/fontawesome-5.15.4/svgs/solid/money-bill-wave.svg new file mode 100644 index 0000000..2910d7b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/money-bill-wave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/money-bill.svg b/fontawesome-5.15.4/svgs/solid/money-bill.svg new file mode 100644 index 0000000..d09c686 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/money-bill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/money-check-alt.svg b/fontawesome-5.15.4/svgs/solid/money-check-alt.svg new file mode 100644 index 0000000..90bb795 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/money-check-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/money-check.svg b/fontawesome-5.15.4/svgs/solid/money-check.svg new file mode 100644 index 0000000..6d40121 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/money-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/monument.svg b/fontawesome-5.15.4/svgs/solid/monument.svg new file mode 100644 index 0000000..b5a9747 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/monument.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/moon.svg b/fontawesome-5.15.4/svgs/solid/moon.svg new file mode 100644 index 0000000..a0821ef --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mortar-pestle.svg b/fontawesome-5.15.4/svgs/solid/mortar-pestle.svg new file mode 100644 index 0000000..e11eef2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mortar-pestle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mosque.svg b/fontawesome-5.15.4/svgs/solid/mosque.svg new file mode 100644 index 0000000..1905a72 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mosque.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/motorcycle.svg b/fontawesome-5.15.4/svgs/solid/motorcycle.svg new file mode 100644 index 0000000..e2f90c8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/motorcycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mountain.svg b/fontawesome-5.15.4/svgs/solid/mountain.svg new file mode 100644 index 0000000..f17aca3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mouse-pointer.svg b/fontawesome-5.15.4/svgs/solid/mouse-pointer.svg new file mode 100644 index 0000000..1fec1b6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mouse-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mouse.svg b/fontawesome-5.15.4/svgs/solid/mouse.svg new file mode 100644 index 0000000..24d01eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/mug-hot.svg b/fontawesome-5.15.4/svgs/solid/mug-hot.svg new file mode 100644 index 0000000..43d7aa6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/mug-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/music.svg b/fontawesome-5.15.4/svgs/solid/music.svg new file mode 100644 index 0000000..b37b68b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/network-wired.svg b/fontawesome-5.15.4/svgs/solid/network-wired.svg new file mode 100644 index 0000000..95b6707 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/network-wired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/neuter.svg b/fontawesome-5.15.4/svgs/solid/neuter.svg new file mode 100644 index 0000000..858abd3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/neuter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/newspaper.svg b/fontawesome-5.15.4/svgs/solid/newspaper.svg new file mode 100644 index 0000000..a612a3b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/not-equal.svg b/fontawesome-5.15.4/svgs/solid/not-equal.svg new file mode 100644 index 0000000..9f1ff52 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/not-equal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/notes-medical.svg b/fontawesome-5.15.4/svgs/solid/notes-medical.svg new file mode 100644 index 0000000..253516d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/notes-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/object-group.svg b/fontawesome-5.15.4/svgs/solid/object-group.svg new file mode 100644 index 0000000..d7bb0a1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/object-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/object-ungroup.svg b/fontawesome-5.15.4/svgs/solid/object-ungroup.svg new file mode 100644 index 0000000..f96c25b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/object-ungroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/oil-can.svg b/fontawesome-5.15.4/svgs/solid/oil-can.svg new file mode 100644 index 0000000..a8f825d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/oil-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/om.svg b/fontawesome-5.15.4/svgs/solid/om.svg new file mode 100644 index 0000000..1cc778e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/om.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/otter.svg b/fontawesome-5.15.4/svgs/solid/otter.svg new file mode 100644 index 0000000..be6b97e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/otter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/outdent.svg b/fontawesome-5.15.4/svgs/solid/outdent.svg new file mode 100644 index 0000000..8f09cd6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/outdent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pager.svg b/fontawesome-5.15.4/svgs/solid/pager.svg new file mode 100644 index 0000000..c9fcdd0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paint-brush.svg b/fontawesome-5.15.4/svgs/solid/paint-brush.svg new file mode 100644 index 0000000..9e74160 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paint-roller.svg b/fontawesome-5.15.4/svgs/solid/paint-roller.svg new file mode 100644 index 0000000..92c12b9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paint-roller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/palette.svg b/fontawesome-5.15.4/svgs/solid/palette.svg new file mode 100644 index 0000000..f689c05 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pallet.svg b/fontawesome-5.15.4/svgs/solid/pallet.svg new file mode 100644 index 0000000..73a86cf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paper-plane.svg b/fontawesome-5.15.4/svgs/solid/paper-plane.svg new file mode 100644 index 0000000..90da16a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paperclip.svg b/fontawesome-5.15.4/svgs/solid/paperclip.svg new file mode 100644 index 0000000..76ef1a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paperclip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/parachute-box.svg b/fontawesome-5.15.4/svgs/solid/parachute-box.svg new file mode 100644 index 0000000..ac3a762 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/parachute-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paragraph.svg b/fontawesome-5.15.4/svgs/solid/paragraph.svg new file mode 100644 index 0000000..9cb60cd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paragraph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/parking.svg b/fontawesome-5.15.4/svgs/solid/parking.svg new file mode 100644 index 0000000..a0ebcc9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/parking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/passport.svg b/fontawesome-5.15.4/svgs/solid/passport.svg new file mode 100644 index 0000000..f240f83 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/passport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pastafarianism.svg b/fontawesome-5.15.4/svgs/solid/pastafarianism.svg new file mode 100644 index 0000000..3a5c951 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pastafarianism.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paste.svg b/fontawesome-5.15.4/svgs/solid/paste.svg new file mode 100644 index 0000000..12fab1a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pause-circle.svg b/fontawesome-5.15.4/svgs/solid/pause-circle.svg new file mode 100644 index 0000000..8ec22d9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pause.svg b/fontawesome-5.15.4/svgs/solid/pause.svg new file mode 100644 index 0000000..74ac840 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/paw.svg b/fontawesome-5.15.4/svgs/solid/paw.svg new file mode 100644 index 0000000..da5bcc7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/paw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/peace.svg b/fontawesome-5.15.4/svgs/solid/peace.svg new file mode 100644 index 0000000..1e499a5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pen-alt.svg b/fontawesome-5.15.4/svgs/solid/pen-alt.svg new file mode 100644 index 0000000..3ea45c9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pen-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pen-fancy.svg b/fontawesome-5.15.4/svgs/solid/pen-fancy.svg new file mode 100644 index 0000000..01299bc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pen-fancy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pen-nib.svg b/fontawesome-5.15.4/svgs/solid/pen-nib.svg new file mode 100644 index 0000000..41e2ea4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pen-nib.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pen-square.svg b/fontawesome-5.15.4/svgs/solid/pen-square.svg new file mode 100644 index 0000000..6139042 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pen-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pen.svg b/fontawesome-5.15.4/svgs/solid/pen.svg new file mode 100644 index 0000000..3014f2d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pencil-alt.svg b/fontawesome-5.15.4/svgs/solid/pencil-alt.svg new file mode 100644 index 0000000..da9c0bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pencil-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pencil-ruler.svg b/fontawesome-5.15.4/svgs/solid/pencil-ruler.svg new file mode 100644 index 0000000..2bd2c02 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pencil-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/people-arrows.svg b/fontawesome-5.15.4/svgs/solid/people-arrows.svg new file mode 100644 index 0000000..90e3c3a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/people-arrows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/people-carry.svg b/fontawesome-5.15.4/svgs/solid/people-carry.svg new file mode 100644 index 0000000..9d8c33d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/people-carry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pepper-hot.svg b/fontawesome-5.15.4/svgs/solid/pepper-hot.svg new file mode 100644 index 0000000..3a9f5f1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pepper-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/percent.svg b/fontawesome-5.15.4/svgs/solid/percent.svg new file mode 100644 index 0000000..1132ff4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/percent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/percentage.svg b/fontawesome-5.15.4/svgs/solid/percentage.svg new file mode 100644 index 0000000..704a6a3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/percentage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/person-booth.svg b/fontawesome-5.15.4/svgs/solid/person-booth.svg new file mode 100644 index 0000000..3855e0d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/person-booth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/phone-alt.svg b/fontawesome-5.15.4/svgs/solid/phone-alt.svg new file mode 100644 index 0000000..85e7f2f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/phone-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/phone-slash.svg b/fontawesome-5.15.4/svgs/solid/phone-slash.svg new file mode 100644 index 0000000..022cbac --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/phone-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/phone-square-alt.svg b/fontawesome-5.15.4/svgs/solid/phone-square-alt.svg new file mode 100644 index 0000000..66a0af7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/phone-square-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/phone-square.svg b/fontawesome-5.15.4/svgs/solid/phone-square.svg new file mode 100644 index 0000000..8bedfd4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/phone-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/phone-volume.svg b/fontawesome-5.15.4/svgs/solid/phone-volume.svg new file mode 100644 index 0000000..60f30f9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/phone-volume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/phone.svg b/fontawesome-5.15.4/svgs/solid/phone.svg new file mode 100644 index 0000000..06fe1c8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/photo-video.svg b/fontawesome-5.15.4/svgs/solid/photo-video.svg new file mode 100644 index 0000000..7c501ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/photo-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/piggy-bank.svg b/fontawesome-5.15.4/svgs/solid/piggy-bank.svg new file mode 100644 index 0000000..69e6afb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/piggy-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pills.svg b/fontawesome-5.15.4/svgs/solid/pills.svg new file mode 100644 index 0000000..7893f07 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pizza-slice.svg b/fontawesome-5.15.4/svgs/solid/pizza-slice.svg new file mode 100644 index 0000000..1e181d3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pizza-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/place-of-worship.svg b/fontawesome-5.15.4/svgs/solid/place-of-worship.svg new file mode 100644 index 0000000..4ee4978 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/place-of-worship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plane-arrival.svg b/fontawesome-5.15.4/svgs/solid/plane-arrival.svg new file mode 100644 index 0000000..5f0b96d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plane-arrival.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plane-departure.svg b/fontawesome-5.15.4/svgs/solid/plane-departure.svg new file mode 100644 index 0000000..d5d8b70 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plane-departure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plane-slash.svg b/fontawesome-5.15.4/svgs/solid/plane-slash.svg new file mode 100644 index 0000000..5002ab0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plane-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plane.svg b/fontawesome-5.15.4/svgs/solid/plane.svg new file mode 100644 index 0000000..8781290 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/play-circle.svg b/fontawesome-5.15.4/svgs/solid/play-circle.svg new file mode 100644 index 0000000..0ce0085 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/play.svg b/fontawesome-5.15.4/svgs/solid/play.svg new file mode 100644 index 0000000..e817cc8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plug.svg b/fontawesome-5.15.4/svgs/solid/plug.svg new file mode 100644 index 0000000..12701eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plus-circle.svg b/fontawesome-5.15.4/svgs/solid/plus-circle.svg new file mode 100644 index 0000000..86d47f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plus-square.svg b/fontawesome-5.15.4/svgs/solid/plus-square.svg new file mode 100644 index 0000000..f6b5dc7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/plus.svg b/fontawesome-5.15.4/svgs/solid/plus.svg new file mode 100644 index 0000000..74cf393 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/podcast.svg b/fontawesome-5.15.4/svgs/solid/podcast.svg new file mode 100644 index 0000000..362b753 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/poll-h.svg b/fontawesome-5.15.4/svgs/solid/poll-h.svg new file mode 100644 index 0000000..2ada212 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/poll-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/poll.svg b/fontawesome-5.15.4/svgs/solid/poll.svg new file mode 100644 index 0000000..82fb6c3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/poll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/poo-storm.svg b/fontawesome-5.15.4/svgs/solid/poo-storm.svg new file mode 100644 index 0000000..a249296 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/poo-storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/poo.svg b/fontawesome-5.15.4/svgs/solid/poo.svg new file mode 100644 index 0000000..d965899 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/poo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/poop.svg b/fontawesome-5.15.4/svgs/solid/poop.svg new file mode 100644 index 0000000..91379e7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/poop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/portrait.svg b/fontawesome-5.15.4/svgs/solid/portrait.svg new file mode 100644 index 0000000..9cd5190 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pound-sign.svg b/fontawesome-5.15.4/svgs/solid/pound-sign.svg new file mode 100644 index 0000000..e4d8930 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pound-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/power-off.svg b/fontawesome-5.15.4/svgs/solid/power-off.svg new file mode 100644 index 0000000..75d2446 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/power-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pray.svg b/fontawesome-5.15.4/svgs/solid/pray.svg new file mode 100644 index 0000000..dd0c7a2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/praying-hands.svg b/fontawesome-5.15.4/svgs/solid/praying-hands.svg new file mode 100644 index 0000000..7347835 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/praying-hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/prescription-bottle-alt.svg b/fontawesome-5.15.4/svgs/solid/prescription-bottle-alt.svg new file mode 100644 index 0000000..5209887 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/prescription-bottle-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/prescription-bottle.svg b/fontawesome-5.15.4/svgs/solid/prescription-bottle.svg new file mode 100644 index 0000000..ec0b862 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/prescription-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/prescription.svg b/fontawesome-5.15.4/svgs/solid/prescription.svg new file mode 100644 index 0000000..e48c108 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/prescription.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/print.svg b/fontawesome-5.15.4/svgs/solid/print.svg new file mode 100644 index 0000000..a96ee8e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/procedures.svg b/fontawesome-5.15.4/svgs/solid/procedures.svg new file mode 100644 index 0000000..c77f115 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/procedures.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/project-diagram.svg b/fontawesome-5.15.4/svgs/solid/project-diagram.svg new file mode 100644 index 0000000..d730b05 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/project-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pump-medical.svg b/fontawesome-5.15.4/svgs/solid/pump-medical.svg new file mode 100644 index 0000000..ec4a7b5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pump-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/pump-soap.svg b/fontawesome-5.15.4/svgs/solid/pump-soap.svg new file mode 100644 index 0000000..6aa2747 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/pump-soap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/puzzle-piece.svg b/fontawesome-5.15.4/svgs/solid/puzzle-piece.svg new file mode 100644 index 0000000..48ca1c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/puzzle-piece.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/qrcode.svg b/fontawesome-5.15.4/svgs/solid/qrcode.svg new file mode 100644 index 0000000..0d2edc8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/qrcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/question-circle.svg b/fontawesome-5.15.4/svgs/solid/question-circle.svg new file mode 100644 index 0000000..48dd606 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/question-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/question.svg b/fontawesome-5.15.4/svgs/solid/question.svg new file mode 100644 index 0000000..60e30a7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/quidditch.svg b/fontawesome-5.15.4/svgs/solid/quidditch.svg new file mode 100644 index 0000000..b9d4997 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/quidditch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/quote-left.svg b/fontawesome-5.15.4/svgs/solid/quote-left.svg new file mode 100644 index 0000000..ba9977f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/quote-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/quote-right.svg b/fontawesome-5.15.4/svgs/solid/quote-right.svg new file mode 100644 index 0000000..2e34439 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/quote-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/quran.svg b/fontawesome-5.15.4/svgs/solid/quran.svg new file mode 100644 index 0000000..182e0df --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/quran.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/radiation-alt.svg b/fontawesome-5.15.4/svgs/solid/radiation-alt.svg new file mode 100644 index 0000000..5f7ea45 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/radiation-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/radiation.svg b/fontawesome-5.15.4/svgs/solid/radiation.svg new file mode 100644 index 0000000..3e7c420 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/radiation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/rainbow.svg b/fontawesome-5.15.4/svgs/solid/rainbow.svg new file mode 100644 index 0000000..d408305 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/rainbow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/random.svg b/fontawesome-5.15.4/svgs/solid/random.svg new file mode 100644 index 0000000..d6961c6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/receipt.svg b/fontawesome-5.15.4/svgs/solid/receipt.svg new file mode 100644 index 0000000..1b3773c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/record-vinyl.svg b/fontawesome-5.15.4/svgs/solid/record-vinyl.svg new file mode 100644 index 0000000..741525e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/record-vinyl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/recycle.svg b/fontawesome-5.15.4/svgs/solid/recycle.svg new file mode 100644 index 0000000..4d0b723 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/redo-alt.svg b/fontawesome-5.15.4/svgs/solid/redo-alt.svg new file mode 100644 index 0000000..f32b9d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/redo-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/redo.svg b/fontawesome-5.15.4/svgs/solid/redo.svg new file mode 100644 index 0000000..fd68111 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/registered.svg b/fontawesome-5.15.4/svgs/solid/registered.svg new file mode 100644 index 0000000..c7ab56a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/remove-format.svg b/fontawesome-5.15.4/svgs/solid/remove-format.svg new file mode 100644 index 0000000..967559e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/remove-format.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/reply-all.svg b/fontawesome-5.15.4/svgs/solid/reply-all.svg new file mode 100644 index 0000000..da367e6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/reply-all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/reply.svg b/fontawesome-5.15.4/svgs/solid/reply.svg new file mode 100644 index 0000000..c4ee759 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/reply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/republican.svg b/fontawesome-5.15.4/svgs/solid/republican.svg new file mode 100644 index 0000000..6d4bd7d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/republican.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/restroom.svg b/fontawesome-5.15.4/svgs/solid/restroom.svg new file mode 100644 index 0000000..e9719bb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/restroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/retweet.svg b/fontawesome-5.15.4/svgs/solid/retweet.svg new file mode 100644 index 0000000..160ac8f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/retweet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ribbon.svg b/fontawesome-5.15.4/svgs/solid/ribbon.svg new file mode 100644 index 0000000..1e6cbed --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ring.svg b/fontawesome-5.15.4/svgs/solid/ring.svg new file mode 100644 index 0000000..0b86116 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/road.svg b/fontawesome-5.15.4/svgs/solid/road.svg new file mode 100644 index 0000000..5dfafc7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/robot.svg b/fontawesome-5.15.4/svgs/solid/robot.svg new file mode 100644 index 0000000..203e56a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/rocket.svg b/fontawesome-5.15.4/svgs/solid/rocket.svg new file mode 100644 index 0000000..d1888f4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/route.svg b/fontawesome-5.15.4/svgs/solid/route.svg new file mode 100644 index 0000000..9a13995 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/route.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/rss-square.svg b/fontawesome-5.15.4/svgs/solid/rss-square.svg new file mode 100644 index 0000000..869b59f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/rss-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/rss.svg b/fontawesome-5.15.4/svgs/solid/rss.svg new file mode 100644 index 0000000..606aa89 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ruble-sign.svg b/fontawesome-5.15.4/svgs/solid/ruble-sign.svg new file mode 100644 index 0000000..80d04b1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ruble-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ruler-combined.svg b/fontawesome-5.15.4/svgs/solid/ruler-combined.svg new file mode 100644 index 0000000..3b0f0d5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ruler-combined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ruler-horizontal.svg b/fontawesome-5.15.4/svgs/solid/ruler-horizontal.svg new file mode 100644 index 0000000..70f78f5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ruler-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ruler-vertical.svg b/fontawesome-5.15.4/svgs/solid/ruler-vertical.svg new file mode 100644 index 0000000..8069375 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ruler-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ruler.svg b/fontawesome-5.15.4/svgs/solid/ruler.svg new file mode 100644 index 0000000..3e06310 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/running.svg b/fontawesome-5.15.4/svgs/solid/running.svg new file mode 100644 index 0000000..112b874 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/running.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/rupee-sign.svg b/fontawesome-5.15.4/svgs/solid/rupee-sign.svg new file mode 100644 index 0000000..85ea4be --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/rupee-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sad-cry.svg b/fontawesome-5.15.4/svgs/solid/sad-cry.svg new file mode 100644 index 0000000..eddaa82 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sad-cry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sad-tear.svg b/fontawesome-5.15.4/svgs/solid/sad-tear.svg new file mode 100644 index 0000000..9dfa5da --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sad-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/satellite-dish.svg b/fontawesome-5.15.4/svgs/solid/satellite-dish.svg new file mode 100644 index 0000000..f85031e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/satellite-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/satellite.svg b/fontawesome-5.15.4/svgs/solid/satellite.svg new file mode 100644 index 0000000..dddddf1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/save.svg b/fontawesome-5.15.4/svgs/solid/save.svg new file mode 100644 index 0000000..ef9e689 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/school.svg b/fontawesome-5.15.4/svgs/solid/school.svg new file mode 100644 index 0000000..c292d6c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/school.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/screwdriver.svg b/fontawesome-5.15.4/svgs/solid/screwdriver.svg new file mode 100644 index 0000000..a3104cf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/screwdriver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/scroll.svg b/fontawesome-5.15.4/svgs/solid/scroll.svg new file mode 100644 index 0000000..7581632 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/scroll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sd-card.svg b/fontawesome-5.15.4/svgs/solid/sd-card.svg new file mode 100644 index 0000000..dcf353a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sd-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/search-dollar.svg b/fontawesome-5.15.4/svgs/solid/search-dollar.svg new file mode 100644 index 0000000..3600249 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/search-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/search-location.svg b/fontawesome-5.15.4/svgs/solid/search-location.svg new file mode 100644 index 0000000..b67dda1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/search-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/search-minus.svg b/fontawesome-5.15.4/svgs/solid/search-minus.svg new file mode 100644 index 0000000..51c3790 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/search-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/search-plus.svg b/fontawesome-5.15.4/svgs/solid/search-plus.svg new file mode 100644 index 0000000..53540b9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/search-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/search.svg b/fontawesome-5.15.4/svgs/solid/search.svg new file mode 100644 index 0000000..1309464 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/seedling.svg b/fontawesome-5.15.4/svgs/solid/seedling.svg new file mode 100644 index 0000000..5cdd2d1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/seedling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/server.svg b/fontawesome-5.15.4/svgs/solid/server.svg new file mode 100644 index 0000000..869a391 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shapes.svg b/fontawesome-5.15.4/svgs/solid/shapes.svg new file mode 100644 index 0000000..302e030 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/share-alt-square.svg b/fontawesome-5.15.4/svgs/solid/share-alt-square.svg new file mode 100644 index 0000000..f6f7550 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/share-alt-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/share-alt.svg b/fontawesome-5.15.4/svgs/solid/share-alt.svg new file mode 100644 index 0000000..221a9b5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/share-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/share-square.svg b/fontawesome-5.15.4/svgs/solid/share-square.svg new file mode 100644 index 0000000..7480618 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/share-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/share.svg b/fontawesome-5.15.4/svgs/solid/share.svg new file mode 100644 index 0000000..489738c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shekel-sign.svg b/fontawesome-5.15.4/svgs/solid/shekel-sign.svg new file mode 100644 index 0000000..23daceb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shekel-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shield-alt.svg b/fontawesome-5.15.4/svgs/solid/shield-alt.svg new file mode 100644 index 0000000..cede104 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shield-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shield-virus.svg b/fontawesome-5.15.4/svgs/solid/shield-virus.svg new file mode 100644 index 0000000..1d2a7f3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shield-virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ship.svg b/fontawesome-5.15.4/svgs/solid/ship.svg new file mode 100644 index 0000000..3ca342f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shipping-fast.svg b/fontawesome-5.15.4/svgs/solid/shipping-fast.svg new file mode 100644 index 0000000..cbbefde --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shipping-fast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shoe-prints.svg b/fontawesome-5.15.4/svgs/solid/shoe-prints.svg new file mode 100644 index 0000000..d806ee5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shoe-prints.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shopping-bag.svg b/fontawesome-5.15.4/svgs/solid/shopping-bag.svg new file mode 100644 index 0000000..742451c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shopping-basket.svg b/fontawesome-5.15.4/svgs/solid/shopping-basket.svg new file mode 100644 index 0000000..cefb97c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shopping-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shopping-cart.svg b/fontawesome-5.15.4/svgs/solid/shopping-cart.svg new file mode 100644 index 0000000..c3bf65d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shower.svg b/fontawesome-5.15.4/svgs/solid/shower.svg new file mode 100644 index 0000000..c15e0d8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/shuttle-van.svg b/fontawesome-5.15.4/svgs/solid/shuttle-van.svg new file mode 100644 index 0000000..efd44b0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/shuttle-van.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sign-in-alt.svg b/fontawesome-5.15.4/svgs/solid/sign-in-alt.svg new file mode 100644 index 0000000..682ea1c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sign-in-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sign-language.svg b/fontawesome-5.15.4/svgs/solid/sign-language.svg new file mode 100644 index 0000000..9673795 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sign-language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sign-out-alt.svg b/fontawesome-5.15.4/svgs/solid/sign-out-alt.svg new file mode 100644 index 0000000..591f275 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sign-out-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sign.svg b/fontawesome-5.15.4/svgs/solid/sign.svg new file mode 100644 index 0000000..4409cca --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/signal.svg b/fontawesome-5.15.4/svgs/solid/signal.svg new file mode 100644 index 0000000..055b523 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/signature.svg b/fontawesome-5.15.4/svgs/solid/signature.svg new file mode 100644 index 0000000..c83bcdc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/signature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sim-card.svg b/fontawesome-5.15.4/svgs/solid/sim-card.svg new file mode 100644 index 0000000..8f6d7cc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sim-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sink.svg b/fontawesome-5.15.4/svgs/solid/sink.svg new file mode 100644 index 0000000..d053220 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sitemap.svg b/fontawesome-5.15.4/svgs/solid/sitemap.svg new file mode 100644 index 0000000..213e978 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sitemap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/skating.svg b/fontawesome-5.15.4/svgs/solid/skating.svg new file mode 100644 index 0000000..1626ae6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/skating.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/skiing-nordic.svg b/fontawesome-5.15.4/svgs/solid/skiing-nordic.svg new file mode 100644 index 0000000..780d5e3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/skiing-nordic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/skiing.svg b/fontawesome-5.15.4/svgs/solid/skiing.svg new file mode 100644 index 0000000..682bd96 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/skiing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/skull-crossbones.svg b/fontawesome-5.15.4/svgs/solid/skull-crossbones.svg new file mode 100644 index 0000000..687c0f3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/skull-crossbones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/skull.svg b/fontawesome-5.15.4/svgs/solid/skull.svg new file mode 100644 index 0000000..261a9ea --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/slash.svg b/fontawesome-5.15.4/svgs/solid/slash.svg new file mode 100644 index 0000000..88eaba4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sleigh.svg b/fontawesome-5.15.4/svgs/solid/sleigh.svg new file mode 100644 index 0000000..91bc7d1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sleigh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sliders-h.svg b/fontawesome-5.15.4/svgs/solid/sliders-h.svg new file mode 100644 index 0000000..978b5d3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sliders-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/smile-beam.svg b/fontawesome-5.15.4/svgs/solid/smile-beam.svg new file mode 100644 index 0000000..5e8cced --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/smile-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/smile-wink.svg b/fontawesome-5.15.4/svgs/solid/smile-wink.svg new file mode 100644 index 0000000..df8d9d9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/smile-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/smile.svg b/fontawesome-5.15.4/svgs/solid/smile.svg new file mode 100644 index 0000000..b905d42 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/smog.svg b/fontawesome-5.15.4/svgs/solid/smog.svg new file mode 100644 index 0000000..6aafcb5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/smog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/smoking-ban.svg b/fontawesome-5.15.4/svgs/solid/smoking-ban.svg new file mode 100644 index 0000000..2711f6a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/smoking-ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/smoking.svg b/fontawesome-5.15.4/svgs/solid/smoking.svg new file mode 100644 index 0000000..92fed6d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/smoking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sms.svg b/fontawesome-5.15.4/svgs/solid/sms.svg new file mode 100644 index 0000000..1a65fe3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/snowboarding.svg b/fontawesome-5.15.4/svgs/solid/snowboarding.svg new file mode 100644 index 0000000..fd2a853 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/snowboarding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/snowflake.svg b/fontawesome-5.15.4/svgs/solid/snowflake.svg new file mode 100644 index 0000000..818e4c1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/snowman.svg b/fontawesome-5.15.4/svgs/solid/snowman.svg new file mode 100644 index 0000000..abc258f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/snowman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/snowplow.svg b/fontawesome-5.15.4/svgs/solid/snowplow.svg new file mode 100644 index 0000000..627d268 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/snowplow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/soap.svg b/fontawesome-5.15.4/svgs/solid/soap.svg new file mode 100644 index 0000000..3909d6c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/soap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/socks.svg b/fontawesome-5.15.4/svgs/solid/socks.svg new file mode 100644 index 0000000..9c2515f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/socks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/solar-panel.svg b/fontawesome-5.15.4/svgs/solid/solar-panel.svg new file mode 100644 index 0000000..590ed60 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/solar-panel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-alpha-down-alt.svg b/fontawesome-5.15.4/svgs/solid/sort-alpha-down-alt.svg new file mode 100644 index 0000000..eddabca --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-alpha-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-alpha-down.svg b/fontawesome-5.15.4/svgs/solid/sort-alpha-down.svg new file mode 100644 index 0000000..120f08e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-alpha-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-alpha-up-alt.svg b/fontawesome-5.15.4/svgs/solid/sort-alpha-up-alt.svg new file mode 100644 index 0000000..7d0b222 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-alpha-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-alpha-up.svg b/fontawesome-5.15.4/svgs/solid/sort-alpha-up.svg new file mode 100644 index 0000000..389a0fc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-alpha-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-amount-down-alt.svg b/fontawesome-5.15.4/svgs/solid/sort-amount-down-alt.svg new file mode 100644 index 0000000..4f8e651 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-amount-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-amount-down.svg b/fontawesome-5.15.4/svgs/solid/sort-amount-down.svg new file mode 100644 index 0000000..c9108de --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-amount-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-amount-up-alt.svg b/fontawesome-5.15.4/svgs/solid/sort-amount-up-alt.svg new file mode 100644 index 0000000..7d60532 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-amount-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-amount-up.svg b/fontawesome-5.15.4/svgs/solid/sort-amount-up.svg new file mode 100644 index 0000000..340f440 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-amount-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-down.svg b/fontawesome-5.15.4/svgs/solid/sort-down.svg new file mode 100644 index 0000000..5bd920f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-numeric-down-alt.svg b/fontawesome-5.15.4/svgs/solid/sort-numeric-down-alt.svg new file mode 100644 index 0000000..e8807bf --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-numeric-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-numeric-down.svg b/fontawesome-5.15.4/svgs/solid/sort-numeric-down.svg new file mode 100644 index 0000000..e3fd3d2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-numeric-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-numeric-up-alt.svg b/fontawesome-5.15.4/svgs/solid/sort-numeric-up-alt.svg new file mode 100644 index 0000000..d5f586c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-numeric-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-numeric-up.svg b/fontawesome-5.15.4/svgs/solid/sort-numeric-up.svg new file mode 100644 index 0000000..6d81233 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-numeric-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort-up.svg b/fontawesome-5.15.4/svgs/solid/sort-up.svg new file mode 100644 index 0000000..a7f1035 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sort.svg b/fontawesome-5.15.4/svgs/solid/sort.svg new file mode 100644 index 0000000..6bb5d77 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/spa.svg b/fontawesome-5.15.4/svgs/solid/spa.svg new file mode 100644 index 0000000..70eac22 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/spa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/space-shuttle.svg b/fontawesome-5.15.4/svgs/solid/space-shuttle.svg new file mode 100644 index 0000000..003385c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/space-shuttle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/spell-check.svg b/fontawesome-5.15.4/svgs/solid/spell-check.svg new file mode 100644 index 0000000..3c8fd24 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/spell-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/spider.svg b/fontawesome-5.15.4/svgs/solid/spider.svg new file mode 100644 index 0000000..10b25e8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/spinner.svg b/fontawesome-5.15.4/svgs/solid/spinner.svg new file mode 100644 index 0000000..5e3d42c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/spinner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/splotch.svg b/fontawesome-5.15.4/svgs/solid/splotch.svg new file mode 100644 index 0000000..4a37212 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/splotch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/spray-can.svg b/fontawesome-5.15.4/svgs/solid/spray-can.svg new file mode 100644 index 0000000..cc74c37 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/spray-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/square-full.svg b/fontawesome-5.15.4/svgs/solid/square-full.svg new file mode 100644 index 0000000..a8c093c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/square-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/square-root-alt.svg b/fontawesome-5.15.4/svgs/solid/square-root-alt.svg new file mode 100644 index 0000000..5e9a709 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/square-root-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/square.svg b/fontawesome-5.15.4/svgs/solid/square.svg new file mode 100644 index 0000000..630bf88 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stamp.svg b/fontawesome-5.15.4/svgs/solid/stamp.svg new file mode 100644 index 0000000..daa450b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/star-and-crescent.svg b/fontawesome-5.15.4/svgs/solid/star-and-crescent.svg new file mode 100644 index 0000000..8ca026d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/star-and-crescent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/star-half-alt.svg b/fontawesome-5.15.4/svgs/solid/star-half-alt.svg new file mode 100644 index 0000000..e32845b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/star-half-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/star-half.svg b/fontawesome-5.15.4/svgs/solid/star-half.svg new file mode 100644 index 0000000..0398b66 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/star-of-david.svg b/fontawesome-5.15.4/svgs/solid/star-of-david.svg new file mode 100644 index 0000000..2a7c316 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/star-of-david.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/star-of-life.svg b/fontawesome-5.15.4/svgs/solid/star-of-life.svg new file mode 100644 index 0000000..7e59bc4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/star-of-life.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/star.svg b/fontawesome-5.15.4/svgs/solid/star.svg new file mode 100644 index 0000000..0d33b8e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/step-backward.svg b/fontawesome-5.15.4/svgs/solid/step-backward.svg new file mode 100644 index 0000000..6e5d9f0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/step-backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/step-forward.svg b/fontawesome-5.15.4/svgs/solid/step-forward.svg new file mode 100644 index 0000000..094c50c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/step-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stethoscope.svg b/fontawesome-5.15.4/svgs/solid/stethoscope.svg new file mode 100644 index 0000000..c184d23 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stethoscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sticky-note.svg b/fontawesome-5.15.4/svgs/solid/sticky-note.svg new file mode 100644 index 0000000..ecaa2ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sticky-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stop-circle.svg b/fontawesome-5.15.4/svgs/solid/stop-circle.svg new file mode 100644 index 0000000..68d64eb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stop.svg b/fontawesome-5.15.4/svgs/solid/stop.svg new file mode 100644 index 0000000..630bf88 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stopwatch-20.svg b/fontawesome-5.15.4/svgs/solid/stopwatch-20.svg new file mode 100644 index 0000000..83ce91d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stopwatch-20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stopwatch.svg b/fontawesome-5.15.4/svgs/solid/stopwatch.svg new file mode 100644 index 0000000..1a283c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/store-alt-slash.svg b/fontawesome-5.15.4/svgs/solid/store-alt-slash.svg new file mode 100644 index 0000000..fb559c1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/store-alt-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/store-alt.svg b/fontawesome-5.15.4/svgs/solid/store-alt.svg new file mode 100644 index 0000000..11f7011 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/store-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/store-slash.svg b/fontawesome-5.15.4/svgs/solid/store-slash.svg new file mode 100644 index 0000000..eeb02b3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/store-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/store.svg b/fontawesome-5.15.4/svgs/solid/store.svg new file mode 100644 index 0000000..9656e1a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stream.svg b/fontawesome-5.15.4/svgs/solid/stream.svg new file mode 100644 index 0000000..cecbc94 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/street-view.svg b/fontawesome-5.15.4/svgs/solid/street-view.svg new file mode 100644 index 0000000..8b42ef5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/street-view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/strikethrough.svg b/fontawesome-5.15.4/svgs/solid/strikethrough.svg new file mode 100644 index 0000000..2826423 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/strikethrough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/stroopwafel.svg b/fontawesome-5.15.4/svgs/solid/stroopwafel.svg new file mode 100644 index 0000000..e06178c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/stroopwafel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/subscript.svg b/fontawesome-5.15.4/svgs/solid/subscript.svg new file mode 100644 index 0000000..1c6440e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/subscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/subway.svg b/fontawesome-5.15.4/svgs/solid/subway.svg new file mode 100644 index 0000000..4462c06 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/subway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/suitcase-rolling.svg b/fontawesome-5.15.4/svgs/solid/suitcase-rolling.svg new file mode 100644 index 0000000..4448cb2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/suitcase-rolling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/suitcase.svg b/fontawesome-5.15.4/svgs/solid/suitcase.svg new file mode 100644 index 0000000..cb3f22f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sun.svg b/fontawesome-5.15.4/svgs/solid/sun.svg new file mode 100644 index 0000000..dd7e2a8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/superscript.svg b/fontawesome-5.15.4/svgs/solid/superscript.svg new file mode 100644 index 0000000..011218e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/superscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/surprise.svg b/fontawesome-5.15.4/svgs/solid/surprise.svg new file mode 100644 index 0000000..ec9cc8f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/swatchbook.svg b/fontawesome-5.15.4/svgs/solid/swatchbook.svg new file mode 100644 index 0000000..2561b86 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/swatchbook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/swimmer.svg b/fontawesome-5.15.4/svgs/solid/swimmer.svg new file mode 100644 index 0000000..eea2219 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/swimmer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/swimming-pool.svg b/fontawesome-5.15.4/svgs/solid/swimming-pool.svg new file mode 100644 index 0000000..eb1401a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/swimming-pool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/synagogue.svg b/fontawesome-5.15.4/svgs/solid/synagogue.svg new file mode 100644 index 0000000..d16412b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/synagogue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sync-alt.svg b/fontawesome-5.15.4/svgs/solid/sync-alt.svg new file mode 100644 index 0000000..fffda49 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sync-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/sync.svg b/fontawesome-5.15.4/svgs/solid/sync.svg new file mode 100644 index 0000000..cdecf80 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/syringe.svg b/fontawesome-5.15.4/svgs/solid/syringe.svg new file mode 100644 index 0000000..0fe1cea --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/table-tennis.svg b/fontawesome-5.15.4/svgs/solid/table-tennis.svg new file mode 100644 index 0000000..941313f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/table-tennis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/table.svg b/fontawesome-5.15.4/svgs/solid/table.svg new file mode 100644 index 0000000..efd0a8b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tablet-alt.svg b/fontawesome-5.15.4/svgs/solid/tablet-alt.svg new file mode 100644 index 0000000..b06ce66 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tablet-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tablet.svg b/fontawesome-5.15.4/svgs/solid/tablet.svg new file mode 100644 index 0000000..a192f67 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tablets.svg b/fontawesome-5.15.4/svgs/solid/tablets.svg new file mode 100644 index 0000000..7f74c5c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tablets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tachometer-alt.svg b/fontawesome-5.15.4/svgs/solid/tachometer-alt.svg new file mode 100644 index 0000000..4ea65e9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tachometer-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tag.svg b/fontawesome-5.15.4/svgs/solid/tag.svg new file mode 100644 index 0000000..1d5ba3d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tags.svg b/fontawesome-5.15.4/svgs/solid/tags.svg new file mode 100644 index 0000000..0ca0a31 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tape.svg b/fontawesome-5.15.4/svgs/solid/tape.svg new file mode 100644 index 0000000..6de8f7d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tasks.svg b/fontawesome-5.15.4/svgs/solid/tasks.svg new file mode 100644 index 0000000..6e93b3f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tasks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/taxi.svg b/fontawesome-5.15.4/svgs/solid/taxi.svg new file mode 100644 index 0000000..b2fc9b4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/taxi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/teeth-open.svg b/fontawesome-5.15.4/svgs/solid/teeth-open.svg new file mode 100644 index 0000000..5cf0b5f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/teeth-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/teeth.svg b/fontawesome-5.15.4/svgs/solid/teeth.svg new file mode 100644 index 0000000..8dad3f4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/teeth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/temperature-high.svg b/fontawesome-5.15.4/svgs/solid/temperature-high.svg new file mode 100644 index 0000000..e12454e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/temperature-high.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/temperature-low.svg b/fontawesome-5.15.4/svgs/solid/temperature-low.svg new file mode 100644 index 0000000..602ea02 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/temperature-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tenge.svg b/fontawesome-5.15.4/svgs/solid/tenge.svg new file mode 100644 index 0000000..df8c29b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tenge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/terminal.svg b/fontawesome-5.15.4/svgs/solid/terminal.svg new file mode 100644 index 0000000..8795dba --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/text-height.svg b/fontawesome-5.15.4/svgs/solid/text-height.svg new file mode 100644 index 0000000..c4dd5e8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/text-height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/text-width.svg b/fontawesome-5.15.4/svgs/solid/text-width.svg new file mode 100644 index 0000000..27a35d8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/text-width.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/th-large.svg b/fontawesome-5.15.4/svgs/solid/th-large.svg new file mode 100644 index 0000000..02bf097 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/th-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/th-list.svg b/fontawesome-5.15.4/svgs/solid/th-list.svg new file mode 100644 index 0000000..88293d4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/th-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/th.svg b/fontawesome-5.15.4/svgs/solid/th.svg new file mode 100644 index 0000000..df2bad5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/th.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/theater-masks.svg b/fontawesome-5.15.4/svgs/solid/theater-masks.svg new file mode 100644 index 0000000..cd18beb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/theater-masks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thermometer-empty.svg b/fontawesome-5.15.4/svgs/solid/thermometer-empty.svg new file mode 100644 index 0000000..38a81e3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thermometer-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thermometer-full.svg b/fontawesome-5.15.4/svgs/solid/thermometer-full.svg new file mode 100644 index 0000000..eacf5a9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thermometer-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thermometer-half.svg b/fontawesome-5.15.4/svgs/solid/thermometer-half.svg new file mode 100644 index 0000000..bb26387 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thermometer-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thermometer-quarter.svg b/fontawesome-5.15.4/svgs/solid/thermometer-quarter.svg new file mode 100644 index 0000000..3282cfc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thermometer-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thermometer-three-quarters.svg b/fontawesome-5.15.4/svgs/solid/thermometer-three-quarters.svg new file mode 100644 index 0000000..9e63ea5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thermometer-three-quarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thermometer.svg b/fontawesome-5.15.4/svgs/solid/thermometer.svg new file mode 100644 index 0000000..0bc30e5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thermometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thumbs-down.svg b/fontawesome-5.15.4/svgs/solid/thumbs-down.svg new file mode 100644 index 0000000..6c1302b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thumbs-up.svg b/fontawesome-5.15.4/svgs/solid/thumbs-up.svg new file mode 100644 index 0000000..2fd37c2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/thumbtack.svg b/fontawesome-5.15.4/svgs/solid/thumbtack.svg new file mode 100644 index 0000000..ba4a686 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/thumbtack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/ticket-alt.svg b/fontawesome-5.15.4/svgs/solid/ticket-alt.svg new file mode 100644 index 0000000..b938394 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/ticket-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/times-circle.svg b/fontawesome-5.15.4/svgs/solid/times-circle.svg new file mode 100644 index 0000000..3ef8c3f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/times-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/times.svg b/fontawesome-5.15.4/svgs/solid/times.svg new file mode 100644 index 0000000..3d12ed1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tint-slash.svg b/fontawesome-5.15.4/svgs/solid/tint-slash.svg new file mode 100644 index 0000000..627f7db --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tint-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tint.svg b/fontawesome-5.15.4/svgs/solid/tint.svg new file mode 100644 index 0000000..87491ba --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tired.svg b/fontawesome-5.15.4/svgs/solid/tired.svg new file mode 100644 index 0000000..2c36a46 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/toggle-off.svg b/fontawesome-5.15.4/svgs/solid/toggle-off.svg new file mode 100644 index 0000000..f9c7b14 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/toggle-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/toggle-on.svg b/fontawesome-5.15.4/svgs/solid/toggle-on.svg new file mode 100644 index 0000000..a654889 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/toggle-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/toilet-paper-slash.svg b/fontawesome-5.15.4/svgs/solid/toilet-paper-slash.svg new file mode 100644 index 0000000..62cfc21 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/toilet-paper-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/toilet-paper.svg b/fontawesome-5.15.4/svgs/solid/toilet-paper.svg new file mode 100644 index 0000000..8757ffb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/toilet-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/toilet.svg b/fontawesome-5.15.4/svgs/solid/toilet.svg new file mode 100644 index 0000000..3ad447b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/toilet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/toolbox.svg b/fontawesome-5.15.4/svgs/solid/toolbox.svg new file mode 100644 index 0000000..365c869 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/toolbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tools.svg b/fontawesome-5.15.4/svgs/solid/tools.svg new file mode 100644 index 0000000..525f916 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tooth.svg b/fontawesome-5.15.4/svgs/solid/tooth.svg new file mode 100644 index 0000000..38b2168 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/torah.svg b/fontawesome-5.15.4/svgs/solid/torah.svg new file mode 100644 index 0000000..2d719d3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/torah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/torii-gate.svg b/fontawesome-5.15.4/svgs/solid/torii-gate.svg new file mode 100644 index 0000000..5bc8e86 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/torii-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tractor.svg b/fontawesome-5.15.4/svgs/solid/tractor.svg new file mode 100644 index 0000000..3e12d1a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tractor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trademark.svg b/fontawesome-5.15.4/svgs/solid/trademark.svg new file mode 100644 index 0000000..22b9a11 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trademark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/traffic-light.svg b/fontawesome-5.15.4/svgs/solid/traffic-light.svg new file mode 100644 index 0000000..93fa488 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/traffic-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trailer.svg b/fontawesome-5.15.4/svgs/solid/trailer.svg new file mode 100644 index 0000000..b535df9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trailer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/train.svg b/fontawesome-5.15.4/svgs/solid/train.svg new file mode 100644 index 0000000..dcb4bf0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tram.svg b/fontawesome-5.15.4/svgs/solid/tram.svg new file mode 100644 index 0000000..090c998 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/transgender-alt.svg b/fontawesome-5.15.4/svgs/solid/transgender-alt.svg new file mode 100644 index 0000000..cb8de09 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/transgender-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/transgender.svg b/fontawesome-5.15.4/svgs/solid/transgender.svg new file mode 100644 index 0000000..4aea461 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/transgender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trash-alt.svg b/fontawesome-5.15.4/svgs/solid/trash-alt.svg new file mode 100644 index 0000000..edf0384 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trash-restore-alt.svg b/fontawesome-5.15.4/svgs/solid/trash-restore-alt.svg new file mode 100644 index 0000000..daa9b22 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trash-restore-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trash-restore.svg b/fontawesome-5.15.4/svgs/solid/trash-restore.svg new file mode 100644 index 0000000..c0e68f8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trash-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trash.svg b/fontawesome-5.15.4/svgs/solid/trash.svg new file mode 100644 index 0000000..18f52c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tree.svg b/fontawesome-5.15.4/svgs/solid/tree.svg new file mode 100644 index 0000000..09e2790 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/trophy.svg b/fontawesome-5.15.4/svgs/solid/trophy.svg new file mode 100644 index 0000000..9ede04f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/truck-loading.svg b/fontawesome-5.15.4/svgs/solid/truck-loading.svg new file mode 100644 index 0000000..21865b8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/truck-loading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/truck-monster.svg b/fontawesome-5.15.4/svgs/solid/truck-monster.svg new file mode 100644 index 0000000..4f7bade --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/truck-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/truck-moving.svg b/fontawesome-5.15.4/svgs/solid/truck-moving.svg new file mode 100644 index 0000000..cdddc48 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/truck-moving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/truck-pickup.svg b/fontawesome-5.15.4/svgs/solid/truck-pickup.svg new file mode 100644 index 0000000..5f7c32a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/truck-pickup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/truck.svg b/fontawesome-5.15.4/svgs/solid/truck.svg new file mode 100644 index 0000000..ee9677e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tshirt.svg b/fontawesome-5.15.4/svgs/solid/tshirt.svg new file mode 100644 index 0000000..0378f9a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tshirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tty.svg b/fontawesome-5.15.4/svgs/solid/tty.svg new file mode 100644 index 0000000..4a1ba7a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/tv.svg b/fontawesome-5.15.4/svgs/solid/tv.svg new file mode 100644 index 0000000..f1200b4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/umbrella-beach.svg b/fontawesome-5.15.4/svgs/solid/umbrella-beach.svg new file mode 100644 index 0000000..b9f4617 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/umbrella-beach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/umbrella.svg b/fontawesome-5.15.4/svgs/solid/umbrella.svg new file mode 100644 index 0000000..a908463 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/underline.svg b/fontawesome-5.15.4/svgs/solid/underline.svg new file mode 100644 index 0000000..558cd39 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/undo-alt.svg b/fontawesome-5.15.4/svgs/solid/undo-alt.svg new file mode 100644 index 0000000..435447d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/undo-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/undo.svg b/fontawesome-5.15.4/svgs/solid/undo.svg new file mode 100644 index 0000000..f3f48b2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/universal-access.svg b/fontawesome-5.15.4/svgs/solid/universal-access.svg new file mode 100644 index 0000000..d115b6e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/universal-access.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/university.svg b/fontawesome-5.15.4/svgs/solid/university.svg new file mode 100644 index 0000000..7161111 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/university.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/unlink.svg b/fontawesome-5.15.4/svgs/solid/unlink.svg new file mode 100644 index 0000000..5d786c5 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/unlink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/unlock-alt.svg b/fontawesome-5.15.4/svgs/solid/unlock-alt.svg new file mode 100644 index 0000000..e58c569 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/unlock-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/unlock.svg b/fontawesome-5.15.4/svgs/solid/unlock.svg new file mode 100644 index 0000000..76ac3b3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/upload.svg b/fontawesome-5.15.4/svgs/solid/upload.svg new file mode 100644 index 0000000..5379398 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-alt-slash.svg b/fontawesome-5.15.4/svgs/solid/user-alt-slash.svg new file mode 100644 index 0000000..c93588f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-alt-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-alt.svg b/fontawesome-5.15.4/svgs/solid/user-alt.svg new file mode 100644 index 0000000..43ee7b3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-astronaut.svg b/fontawesome-5.15.4/svgs/solid/user-astronaut.svg new file mode 100644 index 0000000..9cfd2d9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-astronaut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-check.svg b/fontawesome-5.15.4/svgs/solid/user-check.svg new file mode 100644 index 0000000..5a8f74b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-circle.svg b/fontawesome-5.15.4/svgs/solid/user-circle.svg new file mode 100644 index 0000000..382e765 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-clock.svg b/fontawesome-5.15.4/svgs/solid/user-clock.svg new file mode 100644 index 0000000..086434d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-cog.svg b/fontawesome-5.15.4/svgs/solid/user-cog.svg new file mode 100644 index 0000000..0e8f058 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-edit.svg b/fontawesome-5.15.4/svgs/solid/user-edit.svg new file mode 100644 index 0000000..6f4d888 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-friends.svg b/fontawesome-5.15.4/svgs/solid/user-friends.svg new file mode 100644 index 0000000..f293acb --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-friends.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-graduate.svg b/fontawesome-5.15.4/svgs/solid/user-graduate.svg new file mode 100644 index 0000000..e472564 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-graduate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-injured.svg b/fontawesome-5.15.4/svgs/solid/user-injured.svg new file mode 100644 index 0000000..c8e60f3 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-injured.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-lock.svg b/fontawesome-5.15.4/svgs/solid/user-lock.svg new file mode 100644 index 0000000..9181b71 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-md.svg b/fontawesome-5.15.4/svgs/solid/user-md.svg new file mode 100644 index 0000000..2c8c3a0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-md.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-minus.svg b/fontawesome-5.15.4/svgs/solid/user-minus.svg new file mode 100644 index 0000000..1eb030d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-ninja.svg b/fontawesome-5.15.4/svgs/solid/user-ninja.svg new file mode 100644 index 0000000..ed64f0b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-ninja.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-nurse.svg b/fontawesome-5.15.4/svgs/solid/user-nurse.svg new file mode 100644 index 0000000..6f63232 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-nurse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-plus.svg b/fontawesome-5.15.4/svgs/solid/user-plus.svg new file mode 100644 index 0000000..4c79099 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-secret.svg b/fontawesome-5.15.4/svgs/solid/user-secret.svg new file mode 100644 index 0000000..a3ae24d --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-secret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-shield.svg b/fontawesome-5.15.4/svgs/solid/user-shield.svg new file mode 100644 index 0000000..ba1d3f1 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-slash.svg b/fontawesome-5.15.4/svgs/solid/user-slash.svg new file mode 100644 index 0000000..670d157 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-tag.svg b/fontawesome-5.15.4/svgs/solid/user-tag.svg new file mode 100644 index 0000000..fdb6cde --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-tie.svg b/fontawesome-5.15.4/svgs/solid/user-tie.svg new file mode 100644 index 0000000..503ff5b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user-times.svg b/fontawesome-5.15.4/svgs/solid/user-times.svg new file mode 100644 index 0000000..7c0d7e8 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/user.svg b/fontawesome-5.15.4/svgs/solid/user.svg new file mode 100644 index 0000000..4671967 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/users-cog.svg b/fontawesome-5.15.4/svgs/solid/users-cog.svg new file mode 100644 index 0000000..6570989 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/users-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/users-slash.svg b/fontawesome-5.15.4/svgs/solid/users-slash.svg new file mode 100644 index 0000000..156e36a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/users-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/users.svg b/fontawesome-5.15.4/svgs/solid/users.svg new file mode 100644 index 0000000..51eeedd --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/utensil-spoon.svg b/fontawesome-5.15.4/svgs/solid/utensil-spoon.svg new file mode 100644 index 0000000..f4fae1c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/utensil-spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/utensils.svg b/fontawesome-5.15.4/svgs/solid/utensils.svg new file mode 100644 index 0000000..89e023c --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/utensils.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vector-square.svg b/fontawesome-5.15.4/svgs/solid/vector-square.svg new file mode 100644 index 0000000..b0a3ba9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vector-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/venus-double.svg b/fontawesome-5.15.4/svgs/solid/venus-double.svg new file mode 100644 index 0000000..54f3d1f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/venus-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/venus-mars.svg b/fontawesome-5.15.4/svgs/solid/venus-mars.svg new file mode 100644 index 0000000..17cc896 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/venus-mars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/venus.svg b/fontawesome-5.15.4/svgs/solid/venus.svg new file mode 100644 index 0000000..160c7e6 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/venus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vest-patches.svg b/fontawesome-5.15.4/svgs/solid/vest-patches.svg new file mode 100644 index 0000000..ea17426 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vest-patches.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vest.svg b/fontawesome-5.15.4/svgs/solid/vest.svg new file mode 100644 index 0000000..d66301a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vial.svg b/fontawesome-5.15.4/svgs/solid/vial.svg new file mode 100644 index 0000000..0dffa5b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vials.svg b/fontawesome-5.15.4/svgs/solid/vials.svg new file mode 100644 index 0000000..8cbe95b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vials.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/video-slash.svg b/fontawesome-5.15.4/svgs/solid/video-slash.svg new file mode 100644 index 0000000..7e42ab4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/video-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/video.svg b/fontawesome-5.15.4/svgs/solid/video.svg new file mode 100644 index 0000000..92f4988 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vihara.svg b/fontawesome-5.15.4/svgs/solid/vihara.svg new file mode 100644 index 0000000..3846696 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vihara.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/virus-slash.svg b/fontawesome-5.15.4/svgs/solid/virus-slash.svg new file mode 100644 index 0000000..97e2bb9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/virus-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/virus.svg b/fontawesome-5.15.4/svgs/solid/virus.svg new file mode 100644 index 0000000..f44787f --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/virus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/viruses.svg b/fontawesome-5.15.4/svgs/solid/viruses.svg new file mode 100644 index 0000000..8768732 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/viruses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/voicemail.svg b/fontawesome-5.15.4/svgs/solid/voicemail.svg new file mode 100644 index 0000000..2d9fce2 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/voicemail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/volleyball-ball.svg b/fontawesome-5.15.4/svgs/solid/volleyball-ball.svg new file mode 100644 index 0000000..55510ab --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/volleyball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/volume-down.svg b/fontawesome-5.15.4/svgs/solid/volume-down.svg new file mode 100644 index 0000000..4234978 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/volume-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/volume-mute.svg b/fontawesome-5.15.4/svgs/solid/volume-mute.svg new file mode 100644 index 0000000..220d38e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/volume-mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/volume-off.svg b/fontawesome-5.15.4/svgs/solid/volume-off.svg new file mode 100644 index 0000000..4ca6ec9 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/volume-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/volume-up.svg b/fontawesome-5.15.4/svgs/solid/volume-up.svg new file mode 100644 index 0000000..3025fd4 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/volume-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vote-yea.svg b/fontawesome-5.15.4/svgs/solid/vote-yea.svg new file mode 100644 index 0000000..e4f325a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vote-yea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/vr-cardboard.svg b/fontawesome-5.15.4/svgs/solid/vr-cardboard.svg new file mode 100644 index 0000000..8f0737e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/vr-cardboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/walking.svg b/fontawesome-5.15.4/svgs/solid/walking.svg new file mode 100644 index 0000000..1b68fdc --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/walking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wallet.svg b/fontawesome-5.15.4/svgs/solid/wallet.svg new file mode 100644 index 0000000..469c3ed --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/warehouse.svg b/fontawesome-5.15.4/svgs/solid/warehouse.svg new file mode 100644 index 0000000..e63ef12 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/warehouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/water.svg b/fontawesome-5.15.4/svgs/solid/water.svg new file mode 100644 index 0000000..49ed92a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/water.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wave-square.svg b/fontawesome-5.15.4/svgs/solid/wave-square.svg new file mode 100644 index 0000000..a5e352a --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wave-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/weight-hanging.svg b/fontawesome-5.15.4/svgs/solid/weight-hanging.svg new file mode 100644 index 0000000..933a9ca --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/weight-hanging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/weight.svg b/fontawesome-5.15.4/svgs/solid/weight.svg new file mode 100644 index 0000000..bc5f660 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/weight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wheelchair.svg b/fontawesome-5.15.4/svgs/solid/wheelchair.svg new file mode 100644 index 0000000..c8e8932 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wheelchair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wifi.svg b/fontawesome-5.15.4/svgs/solid/wifi.svg new file mode 100644 index 0000000..9389a17 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wifi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wind.svg b/fontawesome-5.15.4/svgs/solid/wind.svg new file mode 100644 index 0000000..db74511 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/window-close.svg b/fontawesome-5.15.4/svgs/solid/window-close.svg new file mode 100644 index 0000000..a497a9b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/window-maximize.svg b/fontawesome-5.15.4/svgs/solid/window-maximize.svg new file mode 100644 index 0000000..daa50e7 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/window-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/window-minimize.svg b/fontawesome-5.15.4/svgs/solid/window-minimize.svg new file mode 100644 index 0000000..d54d4ad --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/window-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/window-restore.svg b/fontawesome-5.15.4/svgs/solid/window-restore.svg new file mode 100644 index 0000000..4549328 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/window-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wine-bottle.svg b/fontawesome-5.15.4/svgs/solid/wine-bottle.svg new file mode 100644 index 0000000..78bd00b --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wine-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wine-glass-alt.svg b/fontawesome-5.15.4/svgs/solid/wine-glass-alt.svg new file mode 100644 index 0000000..61c9b0e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wine-glass-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wine-glass.svg b/fontawesome-5.15.4/svgs/solid/wine-glass.svg new file mode 100644 index 0000000..11a7828 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wine-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/won-sign.svg b/fontawesome-5.15.4/svgs/solid/won-sign.svg new file mode 100644 index 0000000..dc09824 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/won-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/wrench.svg b/fontawesome-5.15.4/svgs/solid/wrench.svg new file mode 100644 index 0000000..32e21ee --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/x-ray.svg b/fontawesome-5.15.4/svgs/solid/x-ray.svg new file mode 100644 index 0000000..5bf3f87 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/x-ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/yen-sign.svg b/fontawesome-5.15.4/svgs/solid/yen-sign.svg new file mode 100644 index 0000000..f3229c0 --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/yen-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/svgs/solid/yin-yang.svg b/fontawesome-5.15.4/svgs/solid/yin-yang.svg new file mode 100644 index 0000000..127bf3e --- /dev/null +++ b/fontawesome-5.15.4/svgs/solid/yin-yang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fontawesome-5.15.4/webfonts/fa-brands-400.eot b/fontawesome-5.15.4/webfonts/fa-brands-400.eot new file mode 100644 index 0000000..cba6c6c Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-brands-400.eot differ diff --git a/fontawesome-5.15.4/webfonts/fa-brands-400.svg b/fontawesome-5.15.4/webfonts/fa-brands-400.svg new file mode 100644 index 0000000..b9881a4 --- /dev/null +++ b/fontawesome-5.15.4/webfonts/fa-brands-400.svg @@ -0,0 +1,3717 @@ + + + + +Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fontawesome-5.15.4/webfonts/fa-brands-400.ttf b/fontawesome-5.15.4/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000..8d75ded Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-brands-400.ttf differ diff --git a/fontawesome-5.15.4/webfonts/fa-brands-400.woff b/fontawesome-5.15.4/webfonts/fa-brands-400.woff new file mode 100644 index 0000000..3375bef Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-brands-400.woff differ diff --git a/fontawesome-5.15.4/webfonts/fa-brands-400.woff2 b/fontawesome-5.15.4/webfonts/fa-brands-400.woff2 new file mode 100644 index 0000000..402f81c Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-brands-400.woff2 differ diff --git a/fontawesome-5.15.4/webfonts/fa-regular-400.eot b/fontawesome-5.15.4/webfonts/fa-regular-400.eot new file mode 100644 index 0000000..a4e5989 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-regular-400.eot differ diff --git a/fontawesome-5.15.4/webfonts/fa-regular-400.svg b/fontawesome-5.15.4/webfonts/fa-regular-400.svg new file mode 100644 index 0000000..463af27 --- /dev/null +++ b/fontawesome-5.15.4/webfonts/fa-regular-400.svg @@ -0,0 +1,801 @@ + + + + +Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fontawesome-5.15.4/webfonts/fa-regular-400.ttf b/fontawesome-5.15.4/webfonts/fa-regular-400.ttf new file mode 100644 index 0000000..7157aaf Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-regular-400.ttf differ diff --git a/fontawesome-5.15.4/webfonts/fa-regular-400.woff b/fontawesome-5.15.4/webfonts/fa-regular-400.woff new file mode 100644 index 0000000..ad077c6 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-regular-400.woff differ diff --git a/fontawesome-5.15.4/webfonts/fa-regular-400.woff2 b/fontawesome-5.15.4/webfonts/fa-regular-400.woff2 new file mode 100644 index 0000000..5632894 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-regular-400.woff2 differ diff --git a/fontawesome-5.15.4/webfonts/fa-solid-900.eot b/fontawesome-5.15.4/webfonts/fa-solid-900.eot new file mode 100644 index 0000000..e994171 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-solid-900.eot differ diff --git a/fontawesome-5.15.4/webfonts/fa-solid-900.svg b/fontawesome-5.15.4/webfonts/fa-solid-900.svg new file mode 100644 index 0000000..00296e9 --- /dev/null +++ b/fontawesome-5.15.4/webfonts/fa-solid-900.svg @@ -0,0 +1,5034 @@ + + + + +Created by FontForge 20201107 at Wed Aug 4 12:25:29 2021 + By Robert Madole +Copyright (c) Font Awesome + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fontawesome-5.15.4/webfonts/fa-solid-900.ttf b/fontawesome-5.15.4/webfonts/fa-solid-900.ttf new file mode 100644 index 0000000..25abf38 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-solid-900.ttf differ diff --git a/fontawesome-5.15.4/webfonts/fa-solid-900.woff b/fontawesome-5.15.4/webfonts/fa-solid-900.woff new file mode 100644 index 0000000..23ee663 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-solid-900.woff differ diff --git a/fontawesome-5.15.4/webfonts/fa-solid-900.woff2 b/fontawesome-5.15.4/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000..2217164 Binary files /dev/null and b/fontawesome-5.15.4/webfonts/fa-solid-900.woff2 differ diff --git "a/img/\346\264\233\346\233\246AI.png" "b/img/\346\264\233\346\233\246AI.png" new file mode 100644 index 0000000..b716f0e Binary files /dev/null and "b/img/\346\264\233\346\233\246AI.png" differ diff --git a/index.html b/index.html index dc80bc3..ffbde64 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,13 @@ - + + + + + 洛曦 @@ -25,17 +29,57 @@
- - - + + + + + + + + + +
-
+ +
+
+
+ +
+
+ +
+

AI Vtuber

+
+
+
+

¥0

+
+ + + + +
+

AI Vtuber是一款结合了最先进技术的虚拟AI主播。

+

它的核心是一系列高效的人工智能模型和平台,包括 ChatGPT、Claude、chatglm、text-generation-webui、讯飞星火、智谱AI、谷歌Bard、通义星尘、阿里云百炼、千帆大模型、Gemini、Kimi Chat、QAnything、koboldcpp、FastGPT、Ollama、One-API、AnythingLLM、LLM_TPU、Dify、火山引擎(豆包)。

+

这些模型既可以在本地运行,也可以通过云端服务提供支持。

+

当然,为了让对话照进现实,还结合了多模态模型,包括 Gemini、glm-4v、Blip 的图像识别能力,获取电脑画面进行分析讲解。

+
+
+ +
+
+
+ +
@@ -49,9 +93,9 @@

直播弹幕助手

¥5

- - - + + +

自动化弹幕发送:通过API控制,自动在指定窗口输入并发送弹幕。

定时任务支持:可设置定时任务,在指定时间段内随机或按顺序读取本地文件内容,自动发送弹幕。

@@ -59,40 +103,41 @@

¥5

- -
+
- +
-

AI Vtuber

+

洛曦AI

-

¥0

+

¥?

- - - - + + + + +
-

AI Vtuber是一款结合了最先进技术的虚拟AI主播。

-

它的核心是一系列高效的人工智能模型和平台,包括 ChatGPT、Claude、chatglm、text-generation-webui、讯飞星火、智谱AI、谷歌Bard、通义星尘、阿里云百炼、千帆大模型、Gemini、Kimi Chat、QAnything、koboldcpp、FastGPT、Ollama、One-API、AnythingLLM、LLM_TPU、Dify、火山引擎(豆包)。

-

这些模型既可以在本地运行,也可以通过云端服务提供支持。

-

当然,为了让对话照进现实,还结合了多模态模型,包括 Gemini、glm-4v、Blip 的图像识别能力,获取电脑画面进行分析讲解。

+

AI 无人直播系统

+

用户管理:同时多用户登录使用

+

配置管理:支持同时运行多个配置,一台电脑多平台直播

+

AI集成:对接主流LLM、TTS

+

多平台支持:Windows/Linux/Mac OS

@@ -111,4 +156,5 @@

¥0

- \ No newline at end of file + +