|
|
| |
| |
| |
| |
| .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: .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 .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; |
| } |
|
|
| |
| |
| .fa-500px:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-abacus:before { |
| content: "๏"; |
| } |
|
|
| .fa-accessible-icon:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-accusoft:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-acorn:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-acquisitions-incorporated:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-ad:before { |
| content: "๏"; |
| } |
|
|
| .fa-address-book:before { |
| content: "๏น"; |
| } |
|
|
| .fa-address-card:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-adjust:before { |
| content: "๏"; |
| } |
|
|
| .fa-adn:before { |
| content: "๏
ฐ"; |
| } |
|
|
| .fa-adobe:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-adversal:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-affiliatetheme:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-air-conditioner:before { |
| content: "๏ฃด"; |
| } |
|
|
| .fa-air-freshener:before { |
| content: "๏"; |
| } |
|
|
| .fa-airbnb:before { |
| content: "๏ ด"; |
| } |
|
|
| .fa-alarm-clock:before { |
| content: "๏"; |
| } |
|
|
| .fa-alarm-exclamation:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-alarm-plus:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-alarm-snooze:before { |
| content: "๏ก
"; |
| } |
|
|
| .fa-album:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-album-collection:before { |
| content: "๏ข "; |
| } |
|
|
| .fa-algolia:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-alicorn:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-alien:before { |
| content: "๏ฃต"; |
| } |
|
|
| .fa-alien-monster:before { |
| content: "๏ฃถ"; |
| } |
|
|
| .fa-align-center:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-align-justify:before { |
| content: "๏น"; |
| } |
|
|
| .fa-align-left:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-align-right:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-align-slash:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-alipay:before { |
| content: "๏"; |
| } |
|
|
| .fa-allergies:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-amazon:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-amazon-pay:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-ambulance:before { |
| content: "๏น"; |
| } |
|
|
| .fa-american-sign-language-interpreting:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-amilia:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-amp-guitar:before { |
| content: "๏ขก"; |
| } |
|
|
| .fa-analytics:before { |
| content: "๏"; |
| } |
|
|
| .fa-anchor:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-android:before { |
| content: "๏
ป"; |
| } |
|
|
| .fa-angel:before { |
| content: "๏น"; |
| } |
|
|
| .fa-angellist:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-double-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-double-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-double-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-double-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-angle-right:before { |
| content: "๏
"; |
| } |
|
|
| .fa-angle-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-angry:before { |
| content: "๏"; |
| } |
|
|
| .fa-angrycreative:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-angular:before { |
| content: "๏ "; |
| } |
|
|
| .fa-ankh:before { |
| content: "๏"; |
| } |
|
|
| .fa-app-store:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-app-store-ios:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-apper:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-apple:before { |
| content: "๏
น"; |
| } |
|
|
| .fa-apple-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-apple-crate:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-apple-pay:before { |
| content: "๏"; |
| } |
|
|
| .fa-archive:before { |
| content: "๏"; |
| } |
|
|
| .fa-archway:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-circle-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-circle-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-circle-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-circle-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-from-bottom:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-from-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-from-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-from-top:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-square-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-square-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-square-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-square-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-to-bottom:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-to-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-to-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-to-top:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-alt-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-circle-down:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-arrow-circle-left:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-arrow-circle-right:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-arrow-circle-up:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-arrow-down:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-arrow-from-bottom:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-from-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-from-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-from-top:before { |
| content: "๏
"; |
| } |
|
|
| .fa-arrow-left:before { |
| content: "๏ "; |
| } |
|
|
| .fa-arrow-right:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-arrow-square-down:before { |
| content: "๏น"; |
| } |
|
|
| .fa-arrow-square-left:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-arrow-square-right:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-arrow-square-up:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-arrow-to-bottom:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-arrow-to-left:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-arrow-to-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-to-top:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrow-up:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-arrows:before { |
| content: "๏"; |
| } |
|
|
| .fa-arrows-alt:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-arrows-alt-h:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-arrows-alt-v:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-arrows-h:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-arrows-v:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-artstation:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-assistive-listening-systems:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-asterisk:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-asymmetrik:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-at:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-atlas:before { |
| content: "๏"; |
| } |
|
|
| .fa-atlassian:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-atom:before { |
| content: "๏"; |
| } |
|
|
| .fa-atom-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-audible:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-audio-description:before { |
| content: "๏"; |
| } |
|
|
| .fa-autoprefixer:before { |
| content: "๏"; |
| } |
|
|
| .fa-avianex:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-aviato:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-award:before { |
| content: "๏"; |
| } |
|
|
| .fa-aws:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-axe:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-axe-battle:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-baby:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-baby-carriage:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-backpack:before { |
| content: "๏"; |
| } |
|
|
| .fa-backspace:before { |
| content: "๏"; |
| } |
|
|
| .fa-backward:before { |
| content: "๏"; |
| } |
|
|
| .fa-bacon:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-bacteria:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-bacterium:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-badge:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-badge-check:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-badge-dollar:before { |
| content: "๏
"; |
| } |
|
|
| .fa-badge-percent:before { |
| content: "๏"; |
| } |
|
|
| .fa-badge-sheriff:before { |
| content: "๏ขข"; |
| } |
|
|
| .fa-badger-honey:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-bags-shopping:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bahai:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-balance-scale:before { |
| content: "๏"; |
| } |
|
|
| .fa-balance-scale-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-balance-scale-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-ball-pile:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-ballot:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-ballot-check:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-ban:before { |
| content: "๏"; |
| } |
|
|
| .fa-band-aid:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-bandcamp:before { |
| content: "๏"; |
| } |
|
|
| .fa-banjo:before { |
| content: "๏ขฃ"; |
| } |
|
|
| .fa-barcode:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-barcode-alt:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-barcode-read:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-barcode-scan:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-bars:before { |
| content: "๏"; |
| } |
|
|
| .fa-baseball:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-baseball-ball:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-basketball-ball:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-basketball-hoop:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-bat:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-bath:before { |
| content: "๏"; |
| } |
|
|
| .fa-battery-bolt:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-battery-empty:before { |
| content: "๏"; |
| } |
|
|
| .fa-battery-full:before { |
| content: "๏"; |
| } |
|
|
| .fa-battery-half:before { |
| content: "๏"; |
| } |
|
|
| .fa-battery-quarter:before { |
| content: "๏"; |
| } |
|
|
| .fa-battery-slash:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-battery-three-quarters:before { |
| content: "๏"; |
| } |
|
|
| .fa-battle-net:before { |
| content: "๏ ต"; |
| } |
|
|
| .fa-bed:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-bed-alt:before { |
| content: "๏ฃท"; |
| } |
|
|
| .fa-bed-bunk:before { |
| content: "๏ฃธ"; |
| } |
|
|
| .fa-bed-empty:before { |
| content: "๏ฃน"; |
| } |
|
|
| .fa-beer:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-behance:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-behance-square:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-bell:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-bell-exclamation:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bell-on:before { |
| content: "๏ฃบ"; |
| } |
|
|
| .fa-bell-plus:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bell-school:before { |
| content: "๏"; |
| } |
|
|
| .fa-bell-school-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-bell-slash:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-bells:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-betamax:before { |
| content: "๏ขค"; |
| } |
|
|
| .fa-bezier-curve:before { |
| content: "๏"; |
| } |
|
|
| .fa-bible:before { |
| content: "๏"; |
| } |
|
|
| .fa-bicycle:before { |
| content: "๏"; |
| } |
|
|
| .fa-biking:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-biking-mountain:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bimobject:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-binoculars:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-biohazard:before { |
| content: "๏"; |
| } |
|
|
| .fa-birthday-cake:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-bitbucket:before { |
| content: "๏
ฑ"; |
| } |
|
|
| .fa-bitcoin:before { |
| content: "๏น"; |
| } |
|
|
| .fa-bity:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-black-tie:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-blackberry:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-blanket:before { |
| content: "๏"; |
| } |
|
|
| .fa-blender:before { |
| content: "๏"; |
| } |
|
|
| .fa-blender-phone:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-blind:before { |
| content: "๏"; |
| } |
|
|
| .fa-blinds:before { |
| content: "๏ฃป"; |
| } |
|
|
| .fa-blinds-open:before { |
| content: "๏ฃผ"; |
| } |
|
|
| .fa-blinds-raised:before { |
| content: "๏ฃฝ"; |
| } |
|
|
| .fa-blog:before { |
| content: "๏"; |
| } |
|
|
| .fa-blogger:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-blogger-b:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-bluetooth:before { |
| content: "๏"; |
| } |
|
|
| .fa-bluetooth-b:before { |
| content: "๏"; |
| } |
|
|
| .fa-bold:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-bolt:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-bomb:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-bone:before { |
| content: "๏"; |
| } |
|
|
| .fa-bone-break:before { |
| content: "๏"; |
| } |
|
|
| .fa-bong:before { |
| content: "๏"; |
| } |
|
|
| .fa-book:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-book-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-book-dead:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-book-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-book-medical:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-book-open:before { |
| content: "๏"; |
| } |
|
|
| .fa-book-reader:before { |
| content: "๏"; |
| } |
|
|
| .fa-book-spells:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-book-user:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-bookmark:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-books:before { |
| content: "๏"; |
| } |
|
|
| .fa-books-medical:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-boombox:before { |
| content: "๏ขฅ"; |
| } |
|
|
| .fa-boot:before { |
| content: "๏"; |
| } |
|
|
| .fa-booth-curtain:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-bootstrap:before { |
| content: "๏ ถ"; |
| } |
|
|
| .fa-border-all:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-bottom:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-center-h:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-border-center-v:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-border-inner:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-left:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-none:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-outer:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-right:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-style:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-style-alt:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-border-top:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bow-arrow:before { |
| content: "๏น"; |
| } |
|
|
| .fa-bowling-ball:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-bowling-pins:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-box:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-box-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-box-ballot:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-box-check:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-box-fragile:before { |
| content: "๏"; |
| } |
|
|
| .fa-box-full:before { |
| content: "๏"; |
| } |
|
|
| .fa-box-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-box-open:before { |
| content: "๏"; |
| } |
|
|
| .fa-box-tissue:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-box-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-box-usd:before { |
| content: "๏ "; |
| } |
|
|
| .fa-boxes:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-boxes-alt:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-boxing-glove:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-brackets:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-brackets-curly:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-braille:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-brain:before { |
| content: "๏"; |
| } |
|
|
| .fa-bread-loaf:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-bread-slice:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-briefcase:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-briefcase-medical:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-bring-forward:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bring-front:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-broadcast-tower:before { |
| content: "๏"; |
| } |
|
|
| .fa-broom:before { |
| content: "๏"; |
| } |
|
|
| .fa-browser:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-brush:before { |
| content: "๏"; |
| } |
|
|
| .fa-btc:before { |
| content: "๏
"; |
| } |
|
|
| .fa-buffer:before { |
| content: "๏ ท"; |
| } |
|
|
| .fa-bug:before { |
| content: "๏"; |
| } |
|
|
| .fa-building:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-bullhorn:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-bullseye:before { |
| content: "๏
"; |
| } |
|
|
| .fa-bullseye-arrow:before { |
| content: "๏"; |
| } |
|
|
| .fa-bullseye-pointer:before { |
| content: "๏"; |
| } |
|
|
| .fa-burger-soda:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-burn:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-buromobelexperte:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-burrito:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-bus:before { |
| content: "๏"; |
| } |
|
|
| .fa-bus-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-bus-school:before { |
| content: "๏"; |
| } |
|
|
| .fa-business-time:before { |
| content: "๏"; |
| } |
|
|
| .fa-buy-n-large:before { |
| content: "๏ขฆ"; |
| } |
|
|
| .fa-buysellads:before { |
| content: "๏"; |
| } |
|
|
| .fa-cabinet-filing:before { |
| content: "๏"; |
| } |
|
|
| .fa-cactus:before { |
| content: "๏ขง"; |
| } |
|
|
| .fa-calculator:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-calculator-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-calendar:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-calendar-alt:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-calendar-check:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-calendar-day:before { |
| content: "๏"; |
| } |
|
|
| .fa-calendar-edit:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-calendar-exclamation:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-calendar-minus:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-calendar-plus:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-calendar-star:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-calendar-times:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-calendar-week:before { |
| content: "๏"; |
| } |
|
|
| .fa-camcorder:before { |
| content: "๏ขจ"; |
| } |
|
|
| .fa-camera:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-camera-alt:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-camera-home:before { |
| content: "๏ฃพ"; |
| } |
|
|
| .fa-camera-movie:before { |
| content: "๏ขฉ"; |
| } |
|
|
| .fa-camera-polaroid:before { |
| content: "๏ขช"; |
| } |
|
|
| .fa-camera-retro:before { |
| content: "๏"; |
| } |
|
|
| .fa-campfire:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-campground:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-canadian-maple-leaf:before { |
| content: "๏
"; |
| } |
|
|
| .fa-candle-holder:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-candy-cane:before { |
| content: "๏"; |
| } |
|
|
| .fa-candy-corn:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-cannabis:before { |
| content: "๏"; |
| } |
|
|
| .fa-capsules:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-car:before { |
| content: "๏น"; |
| } |
|
|
| .fa-car-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-car-battery:before { |
| content: "๏"; |
| } |
|
|
| .fa-car-building:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-car-bump:before { |
| content: "๏ "; |
| } |
|
|
| .fa-car-bus:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-car-crash:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-car-garage:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-car-mechanic:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-car-side:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-car-tilt:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-car-wash:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-caravan:before { |
| content: "๏ฃฟ"; |
| } |
|
|
| .fa-caravan-alt:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-caret-circle-down:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-caret-circle-left:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-caret-circle-right:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-caret-circle-up:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-caret-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-caret-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-caret-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-caret-square-down:before { |
| content: "๏
"; |
| } |
|
|
| .fa-caret-square-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-caret-square-right:before { |
| content: "๏
"; |
| } |
|
|
| .fa-caret-square-up:before { |
| content: "๏
"; |
| } |
|
|
| .fa-caret-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-carrot:before { |
| content: "๏"; |
| } |
|
|
| .fa-cars:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-cart-arrow-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-cart-plus:before { |
| content: "๏"; |
| } |
|
|
| .fa-cash-register:before { |
| content: "๏"; |
| } |
|
|
| .fa-cassette-tape:before { |
| content: "๏ขซ"; |
| } |
|
|
| .fa-cat:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-cat-space:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-cauldron:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-cc-amazon-pay:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-cc-amex:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-cc-apple-pay:before { |
| content: "๏"; |
| } |
|
|
| .fa-cc-diners-club:before { |
| content: "๏"; |
| } |
|
|
| .fa-cc-discover:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-cc-jcb:before { |
| content: "๏"; |
| } |
|
|
| .fa-cc-mastercard:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-cc-paypal:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-cc-stripe:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-cc-visa:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-cctv:before { |
| content: "๏ขฌ"; |
| } |
|
|
| .fa-centercode:before { |
| content: "๏"; |
| } |
|
|
| .fa-centos:before { |
| content: "๏"; |
| } |
|
|
| .fa-certificate:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-chair:before { |
| content: "๏"; |
| } |
|
|
| .fa-chair-office:before { |
| content: "๏"; |
| } |
|
|
| .fa-chalkboard:before { |
| content: "๏"; |
| } |
|
|
| .fa-chalkboard-teacher:before { |
| content: "๏"; |
| } |
|
|
| .fa-charging-station:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-chart-area:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-chart-bar:before { |
| content: "๏"; |
| } |
|
|
| .fa-chart-line:before { |
| content: "๏"; |
| } |
|
|
| .fa-chart-line-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-chart-network:before { |
| content: "๏"; |
| } |
|
|
| .fa-chart-pie:before { |
| content: "๏"; |
| } |
|
|
| .fa-chart-pie-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-chart-scatter:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-check:before { |
| content: "๏"; |
| } |
|
|
| .fa-check-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-check-double:before { |
| content: "๏ "; |
| } |
|
|
| .fa-check-square:before { |
| content: "๏
"; |
| } |
|
|
| .fa-cheese:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-cheese-swiss:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-cheeseburger:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-chess:before { |
| content: "๏น"; |
| } |
|
|
| .fa-chess-bishop:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-chess-bishop-alt:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-chess-board:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-chess-clock:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-chess-clock-alt:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-chess-king:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-chess-king-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-knight:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-knight-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-pawn:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-pawn-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-queen:before { |
| content: "๏
"; |
| } |
|
|
| .fa-chess-queen-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-rook:before { |
| content: "๏"; |
| } |
|
|
| .fa-chess-rook-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-chevron-circle-down:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-chevron-circle-left:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-chevron-circle-right:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-chevron-circle-up:before { |
| content: "๏น"; |
| } |
|
|
| .fa-chevron-double-down:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-chevron-double-left:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-chevron-double-right:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-chevron-double-up:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-chevron-down:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-chevron-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-chevron-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-chevron-square-down:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-chevron-square-left:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-chevron-square-right:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-chevron-square-up:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-chevron-up:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-child:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-chimney:before { |
| content: "๏"; |
| } |
|
|
| .fa-chrome:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-chromecast:before { |
| content: "๏ ธ"; |
| } |
|
|
| .fa-church:before { |
| content: "๏"; |
| } |
|
|
| .fa-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-circle-notch:before { |
| content: "๏"; |
| } |
|
|
| .fa-city:before { |
| content: "๏"; |
| } |
|
|
| .fa-clarinet:before { |
| content: "๏ขญ"; |
| } |
|
|
| .fa-claw-marks:before { |
| content: "๏"; |
| } |
|
|
| .fa-clinic-medical:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-clipboard:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-clipboard-check:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-clipboard-list:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-clipboard-list-check:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-clipboard-prescription:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-clipboard-user:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-clock:before { |
| content: "๏"; |
| } |
|
|
| .fa-clone:before { |
| content: "๏"; |
| } |
|
|
| .fa-closed-captioning:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-download:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-cloud-download-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-drizzle:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-cloud-hail:before { |
| content: "๏น"; |
| } |
|
|
| .fa-cloud-hail-mixed:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-cloud-meatball:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-cloud-moon:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-moon-rain:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-cloud-music:before { |
| content: "๏ขฎ"; |
| } |
|
|
| .fa-cloud-rain:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-cloud-rainbow:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-cloud-showers:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-cloud-showers-heavy:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-sleet:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-snow:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-sun:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-sun-rain:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloud-upload:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-cloud-upload-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-clouds:before { |
| content: "๏"; |
| } |
|
|
| .fa-clouds-moon:before { |
| content: "๏
"; |
| } |
|
|
| .fa-clouds-sun:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloudscale:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloudsmith:before { |
| content: "๏"; |
| } |
|
|
| .fa-cloudversify:before { |
| content: "๏
"; |
| } |
|
|
| .fa-club:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-cocktail:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-code:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-code-branch:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-code-commit:before { |
| content: "๏"; |
| } |
|
|
| .fa-code-merge:before { |
| content: "๏"; |
| } |
|
|
| .fa-codepen:before { |
| content: "๏"; |
| } |
|
|
| .fa-codiepie:before { |
| content: "๏"; |
| } |
|
|
| .fa-coffee:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-coffee-pot:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-coffee-togo:before { |
| content: "๏
"; |
| } |
|
|
| .fa-coffin:before { |
| content: "๏"; |
| } |
|
|
| .fa-coffin-cross:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-cog:before { |
| content: "๏"; |
| } |
|
|
| .fa-cogs:before { |
| content: "๏
"; |
| } |
|
|
| .fa-coin:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-coins:before { |
| content: "๏"; |
| } |
|
|
| .fa-columns:before { |
| content: "๏"; |
| } |
|
|
| .fa-comet:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-comment:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-comment-alt:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-comment-alt-check:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-comment-alt-dollar:before { |
| content: "๏"; |
| } |
|
|
| .fa-comment-alt-dots:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-comment-alt-edit:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-comment-alt-exclamation:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-comment-alt-lines:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-comment-alt-medical:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-comment-alt-minus:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-comment-alt-music:before { |
| content: "๏ขฏ"; |
| } |
|
|
| .fa-comment-alt-plus:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-comment-alt-slash:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-comment-alt-smile:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-comment-alt-times:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-comment-check:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-comment-dollar:before { |
| content: "๏"; |
| } |
|
|
| .fa-comment-dots:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-comment-edit:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-comment-exclamation:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-comment-lines:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-comment-medical:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-comment-minus:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-comment-music:before { |
| content: "๏ขฐ"; |
| } |
|
|
| .fa-comment-plus:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-comment-slash:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-comment-smile:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-comment-times:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-comments:before { |
| content: "๏"; |
| } |
|
|
| .fa-comments-alt:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-comments-alt-dollar:before { |
| content: "๏"; |
| } |
|
|
| .fa-comments-dollar:before { |
| content: "๏"; |
| } |
|
|
| .fa-compact-disc:before { |
| content: "๏"; |
| } |
|
|
| .fa-compass:before { |
| content: "๏
"; |
| } |
|
|
| .fa-compass-slash:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-compress:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-compress-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-compress-arrows-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-compress-wide:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-computer-classic:before { |
| content: "๏ขฑ"; |
| } |
|
|
| .fa-computer-speaker:before { |
| content: "๏ขฒ"; |
| } |
|
|
| .fa-concierge-bell:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-confluence:before { |
| content: "๏"; |
| } |
|
|
| .fa-connectdevelop:before { |
| content: "๏"; |
| } |
|
|
| .fa-construction:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-container-storage:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-contao:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-conveyor-belt:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-conveyor-belt-alt:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-cookie:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-cookie-bite:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-copy:before { |
| content: "๏
"; |
| } |
|
|
| .fa-copyright:before { |
| content: "๏น"; |
| } |
|
|
| .fa-corn:before { |
| content: "๏"; |
| } |
|
|
| .fa-cotton-bureau:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-couch:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-cow:before { |
| content: "๏"; |
| } |
|
|
| .fa-cowbell:before { |
| content: "๏ขณ"; |
| } |
|
|
| .fa-cowbell-more:before { |
| content: "๏ขด"; |
| } |
|
|
| .fa-cpanel:before { |
| content: "๏"; |
| } |
|
|
| .fa-creative-commons:before { |
| content: "๏"; |
| } |
|
|
| .fa-creative-commons-by:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-creative-commons-nc:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-creative-commons-nc-eu:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-creative-commons-nc-jp:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-creative-commons-nd:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-creative-commons-pd:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-creative-commons-pd-alt:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-creative-commons-remix:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-creative-commons-sa:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-creative-commons-sampling:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-creative-commons-sampling-plus:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-creative-commons-share:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-creative-commons-zero:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-credit-card:before { |
| content: "๏"; |
| } |
|
|
| .fa-credit-card-blank:before { |
| content: "๏"; |
| } |
|
|
| .fa-credit-card-front:before { |
| content: "๏"; |
| } |
|
|
| .fa-cricket:before { |
| content: "๏"; |
| } |
|
|
| .fa-critical-role:before { |
| content: "๏"; |
| } |
|
|
| .fa-croissant:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-crop:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-crop-alt:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-cross:before { |
| content: "๏"; |
| } |
|
|
| .fa-crosshairs:before { |
| content: "๏"; |
| } |
|
|
| .fa-crow:before { |
| content: "๏ "; |
| } |
|
|
| .fa-crown:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-crutch:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-crutches:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-css3:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-css3-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-cube:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-cubes:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-curling:before { |
| content: "๏"; |
| } |
|
|
| .fa-cut:before { |
| content: "๏"; |
| } |
|
|
| .fa-cuttlefish:before { |
| content: "๏"; |
| } |
|
|
| .fa-d-and-d:before { |
| content: "๏"; |
| } |
|
|
| .fa-d-and-d-beyond:before { |
| content: "๏"; |
| } |
|
|
| .fa-dagger:before { |
| content: "๏"; |
| } |
|
|
| .fa-dailymotion:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-dashcube:before { |
| content: "๏"; |
| } |
|
|
| .fa-database:before { |
| content: "๏"; |
| } |
|
|
| .fa-deaf:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-debug:before { |
| content: "๏น"; |
| } |
|
|
| .fa-deer:before { |
| content: "๏"; |
| } |
|
|
| .fa-deer-rudolph:before { |
| content: "๏"; |
| } |
|
|
| .fa-delicious:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-democrat:before { |
| content: "๏"; |
| } |
|
|
| .fa-deploydog:before { |
| content: "๏"; |
| } |
|
|
| .fa-deskpro:before { |
| content: "๏"; |
| } |
|
|
| .fa-desktop:before { |
| content: "๏"; |
| } |
|
|
| .fa-desktop-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-dev:before { |
| content: "๏"; |
| } |
|
|
| .fa-deviantart:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-dewpoint:before { |
| content: "๏"; |
| } |
|
|
| .fa-dharmachakra:before { |
| content: "๏"; |
| } |
|
|
| .fa-dhl:before { |
| content: "๏"; |
| } |
|
|
| .fa-diagnoses:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-diamond:before { |
| content: "๏"; |
| } |
|
|
| .fa-diaspora:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-dice-d10:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice-d12:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice-d20:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice-d4:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice-d6:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice-d8:before { |
| content: "๏"; |
| } |
|
|
| .fa-dice-five:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-dice-four:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-dice-one:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-dice-six:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-dice-three:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-dice-two:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-digg:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-digging:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-digital-ocean:before { |
| content: "๏"; |
| } |
|
|
| .fa-digital-tachograph:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-diploma:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-directions:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-disc-drive:before { |
| content: "๏ขต"; |
| } |
|
|
| .fa-discord:before { |
| content: "๏"; |
| } |
|
|
| .fa-discourse:before { |
| content: "๏"; |
| } |
|
|
| .fa-disease:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-divide:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-dizzy:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-dna:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-do-not-enter:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-dochub:before { |
| content: "๏"; |
| } |
|
|
| .fa-docker:before { |
| content: "๏"; |
| } |
|
|
| .fa-dog:before { |
| content: "๏"; |
| } |
|
|
| .fa-dog-leashed:before { |
| content: "๏"; |
| } |
|
|
| .fa-dollar-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-dolly:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-dolly-empty:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-dolly-flatbed:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-dolly-flatbed-alt:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-dolly-flatbed-empty:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-donate:before { |
| content: "๏น"; |
| } |
|
|
| .fa-door-closed:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-door-open:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-dot-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-dove:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-download:before { |
| content: "๏"; |
| } |
|
|
| .fa-draft2digital:before { |
| content: "๏"; |
| } |
|
|
| .fa-drafting-compass:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-dragon:before { |
| content: "๏"; |
| } |
|
|
| .fa-draw-circle:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-draw-polygon:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-draw-square:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-dreidel:before { |
| content: "๏"; |
| } |
|
|
| .fa-dribbble:before { |
| content: "๏
ฝ"; |
| } |
|
|
| .fa-dribbble-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-drone:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-drone-alt:before { |
| content: "๏ก "; |
| } |
|
|
| .fa-dropbox:before { |
| content: "๏
ซ"; |
| } |
|
|
| .fa-drum:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-drum-steelpan:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-drumstick:before { |
| content: "๏"; |
| } |
|
|
| .fa-drumstick-bite:before { |
| content: "๏"; |
| } |
|
|
| .fa-drupal:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-dryer:before { |
| content: "๏กก"; |
| } |
|
|
| .fa-dryer-alt:before { |
| content: "๏กข"; |
| } |
|
|
| .fa-duck:before { |
| content: "๏"; |
| } |
|
|
| .fa-dumbbell:before { |
| content: "๏"; |
| } |
|
|
| .fa-dumpster:before { |
| content: "๏"; |
| } |
|
|
| .fa-dumpster-fire:before { |
| content: "๏"; |
| } |
|
|
| .fa-dungeon:before { |
| content: "๏"; |
| } |
|
|
| .fa-dyalog:before { |
| content: "๏"; |
| } |
|
|
| .fa-ear:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-ear-muffs:before { |
| content: "๏"; |
| } |
|
|
| .fa-earlybirds:before { |
| content: "๏"; |
| } |
|
|
| .fa-ebay:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-eclipse:before { |
| content: "๏"; |
| } |
|
|
| .fa-eclipse-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-edge:before { |
| content: "๏"; |
| } |
|
|
| .fa-edit:before { |
| content: "๏"; |
| } |
|
|
| .fa-egg:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-egg-fried:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-eject:before { |
| content: "๏"; |
| } |
|
|
| .fa-elementor:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-elephant:before { |
| content: "๏"; |
| } |
|
|
| .fa-ellipsis-h:before { |
| content: "๏
"; |
| } |
|
|
| .fa-ellipsis-h-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-ellipsis-v:before { |
| content: "๏
"; |
| } |
|
|
| .fa-ellipsis-v-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-ello:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-ember:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-empire:before { |
| content: "๏"; |
| } |
|
|
| .fa-empty-set:before { |
| content: "๏"; |
| } |
|
|
| .fa-engine-warning:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-envelope:before { |
| content: "๏ "; |
| } |
|
|
| .fa-envelope-open:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-envelope-open-dollar:before { |
| content: "๏"; |
| } |
|
|
| .fa-envelope-open-text:before { |
| content: "๏"; |
| } |
|
|
| .fa-envelope-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-envira:before { |
| content: "๏"; |
| } |
|
|
| .fa-equals:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-eraser:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-erlang:before { |
| content: "๏"; |
| } |
|
|
| .fa-ethereum:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-ethernet:before { |
| content: "๏"; |
| } |
|
|
| .fa-etsy:before { |
| content: "๏"; |
| } |
|
|
| .fa-euro-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-evernote:before { |
| content: "๏ น"; |
| } |
|
|
| .fa-exchange:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-exchange-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-exclamation:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-exclamation-circle:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-exclamation-square:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-exclamation-triangle:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-expand:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-expand-alt:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-expand-arrows:before { |
| content: "๏"; |
| } |
|
|
| .fa-expand-arrows-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-expand-wide:before { |
| content: "๏ "; |
| } |
|
|
| .fa-expeditedssl:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-external-link:before { |
| content: "๏"; |
| } |
|
|
| .fa-external-link-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-external-link-square:before { |
| content: "๏
"; |
| } |
|
|
| .fa-external-link-square-alt:before { |
| content: "๏ "; |
| } |
|
|
| .fa-eye:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-eye-dropper:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-eye-evil:before { |
| content: "๏"; |
| } |
|
|
| .fa-eye-slash:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-facebook:before { |
| content: "๏"; |
| } |
|
|
| .fa-facebook-f:before { |
| content: "๏"; |
| } |
|
|
| .fa-facebook-messenger:before { |
| content: "๏"; |
| } |
|
|
| .fa-facebook-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-fan:before { |
| content: "๏กฃ"; |
| } |
|
|
| .fa-fan-table:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-fantasy-flight-games:before { |
| content: "๏"; |
| } |
|
|
| .fa-farm:before { |
| content: "๏กค"; |
| } |
|
|
| .fa-fast-backward:before { |
| content: "๏"; |
| } |
|
|
| .fa-fast-forward:before { |
| content: "๏"; |
| } |
|
|
| .fa-faucet:before { |
| content: "๏ค
"; |
| } |
|
|
| .fa-faucet-drip:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-fax:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-feather:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-feather-alt:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-fedex:before { |
| content: "๏"; |
| } |
|
|
| .fa-fedora:before { |
| content: "๏"; |
| } |
|
|
| .fa-female:before { |
| content: "๏"; |
| } |
|
|
| .fa-field-hockey:before { |
| content: "๏"; |
| } |
|
|
| .fa-fighter-jet:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-figma:before { |
| content: "๏"; |
| } |
|
|
| .fa-file:before { |
| content: "๏
"; |
| } |
|
|
| .fa-file-alt:before { |
| content: "๏
"; |
| } |
|
|
| .fa-file-archive:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-audio:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-certificate:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-file-chart-line:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-chart-pie:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-check:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-code:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-contract:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-file-csv:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-download:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-file-edit:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-excel:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-exclamation:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-export:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-file-image:before { |
| content: "๏
"; |
| } |
|
|
| .fa-file-import:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-file-invoice:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-file-invoice-dollar:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-file-medical:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-file-medical-alt:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-file-minus:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-music:before { |
| content: "๏ขถ"; |
| } |
|
|
| .fa-file-pdf:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-plus:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-powerpoint:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-prescription:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-file-search:before { |
| content: "๏กฅ"; |
| } |
|
|
| .fa-file-signature:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-file-spreadsheet:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-times:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-upload:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-file-user:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-video:before { |
| content: "๏"; |
| } |
|
|
| .fa-file-word:before { |
| content: "๏"; |
| } |
|
|
| .fa-files-medical:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-fill:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-fill-drip:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-film:before { |
| content: "๏"; |
| } |
|
|
| .fa-film-alt:before { |
| content: "๏ "; |
| } |
|
|
| .fa-film-canister:before { |
| content: "๏ขท"; |
| } |
|
|
| .fa-filter:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-fingerprint:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-fire:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-fire-alt:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-fire-extinguisher:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-fire-smoke:before { |
| content: "๏"; |
| } |
|
|
| .fa-firefox:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-firefox-browser:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-fireplace:before { |
| content: "๏"; |
| } |
|
|
| .fa-first-aid:before { |
| content: "๏น"; |
| } |
|
|
| .fa-first-order:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-first-order-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-firstdraft:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-fish:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-fish-cooked:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-fist-raised:before { |
| content: "๏"; |
| } |
|
|
| .fa-flag:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-flag-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-flag-checkered:before { |
| content: "๏"; |
| } |
|
|
| .fa-flag-usa:before { |
| content: "๏"; |
| } |
|
|
| .fa-flame:before { |
| content: "๏"; |
| } |
|
|
| .fa-flashlight:before { |
| content: "๏ขธ"; |
| } |
|
|
| .fa-flask:before { |
| content: "๏"; |
| } |
|
|
| .fa-flask-poison:before { |
| content: "๏ "; |
| } |
|
|
| .fa-flask-potion:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-flickr:before { |
| content: "๏
ฎ"; |
| } |
|
|
| .fa-flipboard:before { |
| content: "๏"; |
| } |
|
|
| .fa-flower:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-flower-daffodil:before { |
| content: "๏ "; |
| } |
|
|
| .fa-flower-tulip:before { |
| content: "๏ "; |
| } |
|
|
| .fa-flushed:before { |
| content: "๏น"; |
| } |
|
|
| .fa-flute:before { |
| content: "๏ขน"; |
| } |
|
|
| .fa-flux-capacitor:before { |
| content: "๏ขบ"; |
| } |
|
|
| .fa-fly:before { |
| content: "๏"; |
| } |
|
|
| .fa-fog:before { |
| content: "๏"; |
| } |
|
|
| .fa-folder:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-folder-download:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-folder-minus:before { |
| content: "๏"; |
| } |
|
|
| .fa-folder-open:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-folder-plus:before { |
| content: "๏"; |
| } |
|
|
| .fa-folder-times:before { |
| content: "๏"; |
| } |
|
|
| .fa-folder-tree:before { |
| content: "๏ "; |
| } |
|
|
| .fa-folder-upload:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-folders:before { |
| content: "๏ "; |
| } |
|
|
| .fa-font:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-font-awesome:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-font-awesome-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-font-awesome-flag:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-font-awesome-logo-full:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-font-case:before { |
| content: "๏กฆ"; |
| } |
|
|
| .fa-fonticons:before { |
| content: "๏"; |
| } |
|
|
| .fa-fonticons-fi:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-football-ball:before { |
| content: "๏"; |
| } |
|
|
| .fa-football-helmet:before { |
| content: "๏"; |
| } |
|
|
| .fa-forklift:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-fort-awesome:before { |
| content: "๏"; |
| } |
|
|
| .fa-fort-awesome-alt:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-forumbee:before { |
| content: "๏"; |
| } |
|
|
| .fa-forward:before { |
| content: "๏"; |
| } |
|
|
| .fa-foursquare:before { |
| content: "๏"; |
| } |
|
|
| .fa-fragile:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-free-code-camp:before { |
| content: "๏
"; |
| } |
|
|
| .fa-freebsd:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-french-fries:before { |
| content: "๏ "; |
| } |
|
|
| .fa-frog:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-frosty-head:before { |
| content: "๏"; |
| } |
|
|
| .fa-frown:before { |
| content: "๏"; |
| } |
|
|
| .fa-frown-open:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-fulcrum:before { |
| content: "๏"; |
| } |
|
|
| .fa-function:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-funnel-dollar:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-futbol:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-galactic-republic:before { |
| content: "๏"; |
| } |
|
|
| .fa-galactic-senate:before { |
| content: "๏"; |
| } |
|
|
| .fa-galaxy:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-game-board:before { |
| content: "๏กง"; |
| } |
|
|
| .fa-game-board-alt:before { |
| content: "๏กจ"; |
| } |
|
|
| .fa-game-console-handheld:before { |
| content: "๏ขป"; |
| } |
|
|
| .fa-gamepad:before { |
| content: "๏"; |
| } |
|
|
| .fa-gamepad-alt:before { |
| content: "๏ขผ"; |
| } |
|
|
| .fa-garage:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-garage-car:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-garage-open:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-gas-pump:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-gas-pump-slash:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-gavel:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-gem:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-genderless:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-get-pocket:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-gg:before { |
| content: "๏ "; |
| } |
|
|
| .fa-gg-circle:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-ghost:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-gift:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-gift-card:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-gifts:before { |
| content: "๏"; |
| } |
|
|
| .fa-gingerbread-man:before { |
| content: "๏"; |
| } |
|
|
| .fa-git:before { |
| content: "๏"; |
| } |
|
|
| .fa-git-alt:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-git-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-github:before { |
| content: "๏"; |
| } |
|
|
| .fa-github-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-github-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-gitkraken:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-gitlab:before { |
| content: "๏"; |
| } |
|
|
| .fa-gitter:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-glass:before { |
| content: "๏ "; |
| } |
|
|
| .fa-glass-champagne:before { |
| content: "๏"; |
| } |
|
|
| .fa-glass-cheers:before { |
| content: "๏"; |
| } |
|
|
| .fa-glass-citrus:before { |
| content: "๏กฉ"; |
| } |
|
|
| .fa-glass-martini:before { |
| content: "๏"; |
| } |
|
|
| .fa-glass-martini-alt:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-glass-whiskey:before { |
| content: "๏ "; |
| } |
|
|
| .fa-glass-whiskey-rocks:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-glasses:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-glasses-alt:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-glide:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-glide-g:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-globe:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-globe-africa:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-globe-americas:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-globe-asia:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-globe-europe:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-globe-snow:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-globe-stand:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-gofore:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-golf-ball:before { |
| content: "๏"; |
| } |
|
|
| .fa-golf-club:before { |
| content: "๏"; |
| } |
|
|
| .fa-goodreads:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-goodreads-g:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-google:before { |
| content: "๏ "; |
| } |
|
|
| .fa-google-drive:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-google-play:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-google-plus:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-google-plus-g:before { |
| content: "๏"; |
| } |
|
|
| .fa-google-plus-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-google-wallet:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-gopuram:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-graduation-cap:before { |
| content: "๏"; |
| } |
|
|
| .fa-gramophone:before { |
| content: "๏ขฝ"; |
| } |
|
|
| .fa-gratipay:before { |
| content: "๏"; |
| } |
|
|
| .fa-grav:before { |
| content: "๏"; |
| } |
|
|
| .fa-greater-than:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-greater-than-equal:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-grimace:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-grin:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-beam:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-beam-sweat:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-hearts:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-squint:before { |
| content: "๏
"; |
| } |
|
|
| .fa-grin-squint-tears:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-stars:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-tears:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-tongue:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-tongue-squint:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-tongue-wink:before { |
| content: "๏"; |
| } |
|
|
| .fa-grin-wink:before { |
| content: "๏"; |
| } |
|
|
| .fa-grip-horizontal:before { |
| content: "๏"; |
| } |
|
|
| .fa-grip-lines:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-grip-lines-vertical:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-grip-vertical:before { |
| content: "๏"; |
| } |
|
|
| .fa-gripfire:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-grunt:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-guitar:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-guitar-electric:before { |
| content: "๏ขพ"; |
| } |
|
|
| .fa-guitars:before { |
| content: "๏ขฟ"; |
| } |
|
|
| .fa-gulp:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-h-square:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-h1:before { |
| content: "๏"; |
| } |
|
|
| .fa-h2:before { |
| content: "๏"; |
| } |
|
|
| .fa-h3:before { |
| content: "๏"; |
| } |
|
|
| .fa-h4:before { |
| content: "๏กช"; |
| } |
|
|
| .fa-hacker-news:before { |
| content: "๏"; |
| } |
|
|
| .fa-hacker-news-square:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-hackerrank:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-hamburger:before { |
| content: "๏
"; |
| } |
|
|
| .fa-hammer:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-hammer-war:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-hamsa:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-hand-heart:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-hand-holding:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-hand-holding-box:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-hand-holding-heart:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-hand-holding-magic:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-hand-holding-medical:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-hand-holding-seedling:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-hand-holding-usd:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-holding-water:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-lizard:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-middle-finger:before { |
| content: "๏ "; |
| } |
|
|
| .fa-hand-paper:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-peace:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-point-down:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-hand-point-left:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-hand-point-right:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-hand-point-up:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-hand-pointer:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-receiving:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-hand-rock:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-scissors:before { |
| content: "๏"; |
| } |
|
|
| .fa-hand-sparkles:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-hand-spock:before { |
| content: "๏"; |
| } |
|
|
| .fa-hands:before { |
| content: "๏"; |
| } |
|
|
| .fa-hands-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-hands-helping:before { |
| content: "๏"; |
| } |
|
|
| .fa-hands-usd:before { |
| content: "๏
"; |
| } |
|
|
| .fa-hands-wash:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-handshake:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-handshake-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-handshake-alt-slash:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-handshake-slash:before { |
| content: "๏ฅ "; |
| } |
|
|
| .fa-hanukiah:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-hard-hat:before { |
| content: "๏ "; |
| } |
|
|
| .fa-hashtag:before { |
| content: "๏"; |
| } |
|
|
| .fa-hat-chef:before { |
| content: "๏กซ"; |
| } |
|
|
| .fa-hat-cowboy:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-hat-cowboy-side:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-hat-santa:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-hat-winter:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-hat-witch:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-hat-wizard:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-hdd:before { |
| content: "๏ "; |
| } |
|
|
| .fa-head-side:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-head-side-brain:before { |
| content: "๏ "; |
| } |
|
|
| .fa-head-side-cough:before { |
| content: "๏ฅก"; |
| } |
|
|
| .fa-head-side-cough-slash:before { |
| content: "๏ฅข"; |
| } |
|
|
| .fa-head-side-headphones:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-head-side-mask:before { |
| content: "๏ฅฃ"; |
| } |
|
|
| .fa-head-side-medical:before { |
| content: "๏ "; |
| } |
|
|
| .fa-head-side-virus:before { |
| content: "๏ฅค"; |
| } |
|
|
| .fa-head-vr:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-heading:before { |
| content: "๏"; |
| } |
|
|
| .fa-headphones:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-headphones-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-headset:before { |
| content: "๏"; |
| } |
|
|
| .fa-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-heart-broken:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-heart-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-heart-rate:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-heart-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-heartbeat:before { |
| content: "๏"; |
| } |
|
|
| .fa-heat:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-helicopter:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-helmet-battle:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-hexagon:before { |
| content: "๏"; |
| } |
|
|
| .fa-highlighter:before { |
| content: "๏"; |
| } |
|
|
| .fa-hiking:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-hippo:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-hips:before { |
| content: "๏"; |
| } |
|
|
| .fa-hire-a-helper:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-history:before { |
| content: "๏"; |
| } |
|
|
| .fa-hockey-mask:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-hockey-puck:before { |
| content: "๏"; |
| } |
|
|
| .fa-hockey-sticks:before { |
| content: "๏"; |
| } |
|
|
| .fa-holly-berry:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-home:before { |
| content: "๏"; |
| } |
|
|
| .fa-home-alt:before { |
| content: "๏ "; |
| } |
|
|
| .fa-home-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-home-lg:before { |
| content: "๏ "; |
| } |
|
|
| .fa-home-lg-alt:before { |
| content: "๏ "; |
| } |
|
|
| .fa-hood-cloak:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-hooli:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-horizontal-rule:before { |
| content: "๏กฌ"; |
| } |
|
|
| .fa-hornbill:before { |
| content: "๏"; |
| } |
|
|
| .fa-horse:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-horse-head:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-horse-saddle:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-hospital:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-hospital-alt:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-hospital-symbol:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-hospital-user:before { |
| content: "๏ "; |
| } |
|
|
| .fa-hospitals:before { |
| content: "๏ "; |
| } |
|
|
| .fa-hot-tub:before { |
| content: "๏"; |
| } |
|
|
| .fa-hotdog:before { |
| content: "๏ "; |
| } |
|
|
| .fa-hotel:before { |
| content: "๏"; |
| } |
|
|
| .fa-hotjar:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-hourglass:before { |
| content: "๏"; |
| } |
|
|
| .fa-hourglass-end:before { |
| content: "๏"; |
| } |
|
|
| .fa-hourglass-half:before { |
| content: "๏"; |
| } |
|
|
| .fa-hourglass-start:before { |
| content: "๏"; |
| } |
|
|
| .fa-house:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-house-damage:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-house-day:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-house-flood:before { |
| content: "๏"; |
| } |
|
|
| .fa-house-leave:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-house-night:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-house-return:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-house-signal:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-house-user:before { |
| content: "๏ฅฅ"; |
| } |
|
|
| .fa-houzz:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-hryvnia:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-html5:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-hubspot:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-humidity:before { |
| content: "๏"; |
| } |
|
|
| .fa-hurricane:before { |
| content: "๏"; |
| } |
|
|
| .fa-i-cursor:before { |
| content: "๏"; |
| } |
|
|
| .fa-ice-cream:before { |
| content: "๏ "; |
| } |
|
|
| .fa-ice-skate:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-icicles:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-icons:before { |
| content: "๏กญ"; |
| } |
|
|
| .fa-icons-alt:before { |
| content: "๏กฎ"; |
| } |
|
|
| .fa-id-badge:before { |
| content: "๏"; |
| } |
|
|
| .fa-id-card:before { |
| content: "๏"; |
| } |
|
|
| .fa-id-card-alt:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-ideal:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-igloo:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-image:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-image-polaroid:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-images:before { |
| content: "๏"; |
| } |
|
|
| .fa-imdb:before { |
| content: "๏"; |
| } |
|
|
| .fa-inbox:before { |
| content: "๏"; |
| } |
|
|
| .fa-inbox-in:before { |
| content: "๏"; |
| } |
|
|
| .fa-inbox-out:before { |
| content: "๏"; |
| } |
|
|
| .fa-indent:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-industry:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-industry-alt:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-infinity:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-info:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-info-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-info-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-inhaler:before { |
| content: "๏น"; |
| } |
|
|
| .fa-instagram:before { |
| content: "๏
ญ"; |
| } |
|
|
| .fa-instagram-square:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-integral:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-intercom:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-internet-explorer:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-intersection:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-inventory:before { |
| content: "๏"; |
| } |
|
|
| .fa-invision:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-ioxhost:before { |
| content: "๏"; |
| } |
|
|
| .fa-island-tropical:before { |
| content: "๏ "; |
| } |
|
|
| .fa-italic:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-itch-io:before { |
| content: "๏ บ"; |
| } |
|
|
| .fa-itunes:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-itunes-note:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-jack-o-lantern:before { |
| content: "๏"; |
| } |
|
|
| .fa-java:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-jedi:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-jedi-order:before { |
| content: "๏"; |
| } |
|
|
| .fa-jenkins:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-jira:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-joget:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-joint:before { |
| content: "๏"; |
| } |
|
|
| .fa-joomla:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-journal-whills:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-joystick:before { |
| content: "๏ฃ
"; |
| } |
|
|
| .fa-js:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-js-square:before { |
| content: "๏น"; |
| } |
|
|
| .fa-jsfiddle:before { |
| content: "๏"; |
| } |
|
|
| .fa-jug:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-kaaba:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-kaggle:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-kazoo:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-kerning:before { |
| content: "๏กฏ"; |
| } |
|
|
| .fa-key:before { |
| content: "๏"; |
| } |
|
|
| .fa-key-skeleton:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-keybase:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-keyboard:before { |
| content: "๏"; |
| } |
|
|
| .fa-keycdn:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-keynote:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-khanda:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-kickstarter:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-kickstarter-k:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-kidneys:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-kiss:before { |
| content: "๏"; |
| } |
|
|
| .fa-kiss-beam:before { |
| content: "๏"; |
| } |
|
|
| .fa-kiss-wink-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-kite:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-kiwi-bird:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-knife-kitchen:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-korvue:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-lambda:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-lamp:before { |
| content: "๏"; |
| } |
|
|
| .fa-lamp-desk:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-lamp-floor:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-landmark:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-landmark-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-language:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-laptop:before { |
| content: "๏"; |
| } |
|
|
| .fa-laptop-code:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-laptop-house:before { |
| content: "๏ฅฆ"; |
| } |
|
|
| .fa-laptop-medical:before { |
| content: "๏ "; |
| } |
|
|
| .fa-laravel:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-lasso:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-lastfm:before { |
| content: "๏"; |
| } |
|
|
| .fa-lastfm-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-laugh:before { |
| content: "๏"; |
| } |
|
|
| .fa-laugh-beam:before { |
| content: "๏"; |
| } |
|
|
| .fa-laugh-squint:before { |
| content: "๏"; |
| } |
|
|
| .fa-laugh-wink:before { |
| content: "๏"; |
| } |
|
|
| .fa-layer-group:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-layer-minus:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-layer-plus:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-leaf:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-leaf-heart:before { |
| content: "๏"; |
| } |
|
|
| .fa-leaf-maple:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-leaf-oak:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-leanpub:before { |
| content: "๏"; |
| } |
|
|
| .fa-lemon:before { |
| content: "๏"; |
| } |
|
|
| .fa-less:before { |
| content: "๏"; |
| } |
|
|
| .fa-less-than:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-less-than-equal:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-level-down:before { |
| content: "๏
"; |
| } |
|
|
| .fa-level-down-alt:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-level-up:before { |
| content: "๏
"; |
| } |
|
|
| .fa-level-up-alt:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-life-ring:before { |
| content: "๏"; |
| } |
|
|
| .fa-light-ceiling:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-light-switch:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-light-switch-off:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-light-switch-on:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-lightbulb:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-lightbulb-dollar:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-lightbulb-exclamation:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-lightbulb-on:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-lightbulb-slash:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-lights-holiday:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-line:before { |
| content: "๏"; |
| } |
|
|
| .fa-line-columns:before { |
| content: "๏กฐ"; |
| } |
|
|
| .fa-line-height:before { |
| content: "๏กฑ"; |
| } |
|
|
| .fa-link:before { |
| content: "๏"; |
| } |
|
|
| .fa-linkedin:before { |
| content: "๏"; |
| } |
|
|
| .fa-linkedin-in:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-linode:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-linux:before { |
| content: "๏
ผ"; |
| } |
|
|
| .fa-lips:before { |
| content: "๏"; |
| } |
|
|
| .fa-lira-sign:before { |
| content: "๏"; |
| } |
|
|
| .fa-list:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-list-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-list-music:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-list-ol:before { |
| content: "๏"; |
| } |
|
|
| .fa-list-ul:before { |
| content: "๏"; |
| } |
|
|
| .fa-location:before { |
| content: "๏"; |
| } |
|
|
| .fa-location-arrow:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-location-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-location-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-lock:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-lock-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-lock-open:before { |
| content: "๏"; |
| } |
|
|
| .fa-lock-open-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-long-arrow-alt-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-long-arrow-alt-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-long-arrow-alt-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-long-arrow-alt-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-long-arrow-down:before { |
| content: "๏
ต"; |
| } |
|
|
| .fa-long-arrow-left:before { |
| content: "๏
ท"; |
| } |
|
|
| .fa-long-arrow-right:before { |
| content: "๏
ธ"; |
| } |
|
|
| .fa-long-arrow-up:before { |
| content: "๏
ถ"; |
| } |
|
|
| .fa-loveseat:before { |
| content: "๏"; |
| } |
|
|
| .fa-low-vision:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-luchador:before { |
| content: "๏"; |
| } |
|
|
| .fa-luggage-cart:before { |
| content: "๏"; |
| } |
|
|
| .fa-lungs:before { |
| content: "๏"; |
| } |
|
|
| .fa-lungs-virus:before { |
| content: "๏ฅง"; |
| } |
|
|
| .fa-lyft:before { |
| content: "๏"; |
| } |
|
|
| .fa-mace:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-magento:before { |
| content: "๏"; |
| } |
|
|
| .fa-magic:before { |
| content: "๏"; |
| } |
|
|
| .fa-magnet:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-mail-bulk:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-mailbox:before { |
| content: "๏ "; |
| } |
|
|
| .fa-mailchimp:before { |
| content: "๏"; |
| } |
|
|
| .fa-male:before { |
| content: "๏"; |
| } |
|
|
| .fa-mandalorian:before { |
| content: "๏"; |
| } |
|
|
| .fa-mandolin:before { |
| content: "๏น"; |
| } |
|
|
| .fa-map:before { |
| content: "๏น"; |
| } |
|
|
| .fa-map-marked:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marked-alt:before { |
| content: "๏ "; |
| } |
|
|
| .fa-map-marker:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-alt:before { |
| content: "๏
"; |
| } |
|
|
| .fa-map-marker-alt-slash:before { |
| content: "๏
"; |
| } |
|
|
| .fa-map-marker-check:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-edit:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-exclamation:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-minus:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-plus:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-question:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-smile:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-marker-times:before { |
| content: "๏"; |
| } |
|
|
| .fa-map-pin:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-map-signs:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-markdown:before { |
| content: "๏"; |
| } |
|
|
| .fa-marker:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-mars:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-mars-double:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-mars-stroke:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-mars-stroke-h:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-mars-stroke-v:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-mask:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-mastodon:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-maxcdn:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-mdb:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-meat:before { |
| content: "๏ "; |
| } |
|
|
| .fa-medal:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-medapps:before { |
| content: "๏"; |
| } |
|
|
| .fa-medium:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-medium-m:before { |
| content: "๏"; |
| } |
|
|
| .fa-medkit:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-medrt:before { |
| content: "๏"; |
| } |
|
|
| .fa-meetup:before { |
| content: "๏ "; |
| } |
|
|
| .fa-megaphone:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-megaport:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-meh:before { |
| content: "๏"; |
| } |
|
|
| .fa-meh-blank:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-meh-rolling-eyes:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-memory:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-mendeley:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-menorah:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-mercury:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-meteor:before { |
| content: "๏"; |
| } |
|
|
| .fa-microblog:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-microchip:before { |
| content: "๏"; |
| } |
|
|
| .fa-microphone:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-microphone-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-microphone-alt-slash:before { |
| content: "๏น"; |
| } |
|
|
| .fa-microphone-slash:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-microphone-stand:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-microscope:before { |
| content: "๏"; |
| } |
|
|
| .fa-microsoft:before { |
| content: "๏"; |
| } |
|
|
| .fa-microwave:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-mind-share:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-minus:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-minus-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-minus-hexagon:before { |
| content: "๏"; |
| } |
|
|
| .fa-minus-octagon:before { |
| content: "๏"; |
| } |
|
|
| .fa-minus-square:before { |
| content: "๏
"; |
| } |
|
|
| .fa-mistletoe:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-mitten:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-mix:before { |
| content: "๏"; |
| } |
|
|
| .fa-mixcloud:before { |
| content: "๏"; |
| } |
|
|
| .fa-mixer:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-mizuni:before { |
| content: "๏"; |
| } |
|
|
| .fa-mobile:before { |
| content: "๏"; |
| } |
|
|
| .fa-mobile-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-mobile-android:before { |
| content: "๏"; |
| } |
|
|
| .fa-mobile-android-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-modx:before { |
| content: "๏
"; |
| } |
|
|
| .fa-monero:before { |
| content: "๏"; |
| } |
|
|
| .fa-money-bill:before { |
| content: "๏"; |
| } |
|
|
| .fa-money-bill-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-money-bill-wave:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-money-bill-wave-alt:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-money-check:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-money-check-alt:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-money-check-edit:before { |
| content: "๏กฒ"; |
| } |
|
|
| .fa-money-check-edit-alt:before { |
| content: "๏กณ"; |
| } |
|
|
| .fa-monitor-heart-rate:before { |
| content: "๏"; |
| } |
|
|
| .fa-monkey:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-monument:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-moon:before { |
| content: "๏"; |
| } |
|
|
| .fa-moon-cloud:before { |
| content: "๏"; |
| } |
|
|
| .fa-moon-stars:before { |
| content: "๏"; |
| } |
|
|
| .fa-mortar-pestle:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-mosque:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-motorcycle:before { |
| content: "๏"; |
| } |
|
|
| .fa-mountain:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-mountains:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-mouse:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-mouse-alt:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-mouse-pointer:before { |
| content: "๏
"; |
| } |
|
|
| .fa-mp3-player:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-mug:before { |
| content: "๏กด"; |
| } |
|
|
| .fa-mug-hot:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-mug-marshmallows:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-mug-tea:before { |
| content: "๏กต"; |
| } |
|
|
| .fa-music:before { |
| content: "๏"; |
| } |
|
|
| .fa-music-alt:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-music-alt-slash:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-music-slash:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-napster:before { |
| content: "๏"; |
| } |
|
|
| .fa-narwhal:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-neos:before { |
| content: "๏"; |
| } |
|
|
| .fa-network-wired:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-neuter:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-newspaper:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-nimblr:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-node:before { |
| content: "๏"; |
| } |
|
|
| .fa-node-js:before { |
| content: "๏"; |
| } |
|
|
| .fa-not-equal:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-notes-medical:before { |
| content: "๏"; |
| } |
|
|
| .fa-npm:before { |
| content: "๏"; |
| } |
|
|
| .fa-ns8:before { |
| content: "๏"; |
| } |
|
|
| .fa-nutritionix:before { |
| content: "๏"; |
| } |
|
|
| .fa-object-group:before { |
| content: "๏"; |
| } |
|
|
| .fa-object-ungroup:before { |
| content: "๏"; |
| } |
|
|
| .fa-octagon:before { |
| content: "๏"; |
| } |
|
|
| .fa-odnoklassniki:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-odnoklassniki-square:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-oil-can:before { |
| content: "๏"; |
| } |
|
|
| .fa-oil-temp:before { |
| content: "๏"; |
| } |
|
|
| .fa-old-republic:before { |
| content: "๏"; |
| } |
|
|
| .fa-om:before { |
| content: "๏น"; |
| } |
|
|
| .fa-omega:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-opencart:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-openid:before { |
| content: "๏"; |
| } |
|
|
| .fa-opera:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-optin-monster:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-orcid:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-ornament:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-osi:before { |
| content: "๏"; |
| } |
|
|
| .fa-otter:before { |
| content: "๏"; |
| } |
|
|
| .fa-outdent:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-outlet:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-oven:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-overline:before { |
| content: "๏กถ"; |
| } |
|
|
| .fa-page-break:before { |
| content: "๏กท"; |
| } |
|
|
| .fa-page4:before { |
| content: "๏"; |
| } |
|
|
| .fa-pagelines:before { |
| content: "๏"; |
| } |
|
|
| .fa-pager:before { |
| content: "๏ "; |
| } |
|
|
| .fa-paint-brush:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-paint-brush-alt:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-paint-roller:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-palette:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-palfed:before { |
| content: "๏"; |
| } |
|
|
| .fa-pallet:before { |
| content: "๏"; |
| } |
|
|
| .fa-pallet-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-paper-plane:before { |
| content: "๏"; |
| } |
|
|
| .fa-paperclip:before { |
| content: "๏"; |
| } |
|
|
| .fa-parachute-box:before { |
| content: "๏"; |
| } |
|
|
| .fa-paragraph:before { |
| content: "๏"; |
| } |
|
|
| .fa-paragraph-rtl:before { |
| content: "๏กธ"; |
| } |
|
|
| .fa-parking:before { |
| content: "๏"; |
| } |
|
|
| .fa-parking-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-parking-circle-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-parking-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-passport:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-pastafarianism:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-paste:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-patreon:before { |
| content: "๏"; |
| } |
|
|
| .fa-pause:before { |
| content: "๏"; |
| } |
|
|
| .fa-pause-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-paw:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-paw-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-paw-claws:before { |
| content: "๏"; |
| } |
|
|
| .fa-paypal:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-peace:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-pegasus:before { |
| content: "๏"; |
| } |
|
|
| .fa-pen:before { |
| content: "๏"; |
| } |
|
|
| .fa-pen-alt:before { |
| content: "๏
"; |
| } |
|
|
| .fa-pen-fancy:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-pen-nib:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-pen-square:before { |
| content: "๏
"; |
| } |
|
|
| .fa-pencil:before { |
| content: "๏"; |
| } |
|
|
| .fa-pencil-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-pencil-paintbrush:before { |
| content: "๏"; |
| } |
|
|
| .fa-pencil-ruler:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-pennant:before { |
| content: "๏"; |
| } |
|
|
| .fa-penny-arcade:before { |
| content: "๏"; |
| } |
|
|
| .fa-people-arrows:before { |
| content: "๏ฅจ"; |
| } |
|
|
| .fa-people-carry:before { |
| content: "๏"; |
| } |
|
|
| .fa-pepper-hot:before { |
| content: "๏ "; |
| } |
|
|
| .fa-percent:before { |
| content: "๏"; |
| } |
|
|
| .fa-percentage:before { |
| content: "๏"; |
| } |
|
|
| .fa-periscope:before { |
| content: "๏"; |
| } |
|
|
| .fa-person-booth:before { |
| content: "๏"; |
| } |
|
|
| .fa-person-carry:before { |
| content: "๏"; |
| } |
|
|
| .fa-person-dolly:before { |
| content: "๏"; |
| } |
|
|
| .fa-person-dolly-empty:before { |
| content: "๏"; |
| } |
|
|
| .fa-person-sign:before { |
| content: "๏"; |
| } |
|
|
| .fa-phabricator:before { |
| content: "๏"; |
| } |
|
|
| .fa-phoenix-framework:before { |
| content: "๏"; |
| } |
|
|
| .fa-phoenix-squadron:before { |
| content: "๏"; |
| } |
|
|
| .fa-phone:before { |
| content: "๏"; |
| } |
|
|
| .fa-phone-alt:before { |
| content: "๏กน"; |
| } |
|
|
| .fa-phone-laptop:before { |
| content: "๏กบ"; |
| } |
|
|
| .fa-phone-office:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-phone-plus:before { |
| content: "๏"; |
| } |
|
|
| .fa-phone-rotary:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-phone-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-phone-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-phone-square-alt:before { |
| content: "๏กป"; |
| } |
|
|
| .fa-phone-volume:before { |
| content: "๏ "; |
| } |
|
|
| .fa-photo-video:before { |
| content: "๏กผ"; |
| } |
|
|
| .fa-php:before { |
| content: "๏"; |
| } |
|
|
| .fa-pi:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-piano:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-piano-keyboard:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-pie:before { |
| content: "๏
"; |
| } |
|
|
| .fa-pied-piper:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-pied-piper-alt:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-pied-piper-hat:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-pied-piper-pp:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-pied-piper-square:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-pig:before { |
| content: "๏"; |
| } |
|
|
| .fa-piggy-bank:before { |
| content: "๏"; |
| } |
|
|
| .fa-pills:before { |
| content: "๏"; |
| } |
|
|
| .fa-pinterest:before { |
| content: "๏"; |
| } |
|
|
| .fa-pinterest-p:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-pinterest-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-pizza:before { |
| content: "๏ "; |
| } |
|
|
| .fa-pizza-slice:before { |
| content: "๏ "; |
| } |
|
|
| .fa-place-of-worship:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-plane:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-plane-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-plane-arrival:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-plane-departure:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-plane-slash:before { |
| content: "๏ฅฉ"; |
| } |
|
|
| .fa-planet-moon:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-planet-ringed:before { |
| content: "๏ค "; |
| } |
|
|
| .fa-play:before { |
| content: "๏"; |
| } |
|
|
| .fa-play-circle:before { |
| content: "๏
"; |
| } |
|
|
| .fa-playstation:before { |
| content: "๏"; |
| } |
|
|
| .fa-plug:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-plus:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-plus-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-plus-hexagon:before { |
| content: "๏"; |
| } |
|
|
| .fa-plus-octagon:before { |
| content: "๏"; |
| } |
|
|
| .fa-plus-square:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-podcast:before { |
| content: "๏"; |
| } |
|
|
| .fa-podium:before { |
| content: "๏"; |
| } |
|
|
| .fa-podium-star:before { |
| content: "๏"; |
| } |
|
|
| .fa-police-box:before { |
| content: "๏คก"; |
| } |
|
|
| .fa-poll:before { |
| content: "๏"; |
| } |
|
|
| .fa-poll-h:before { |
| content: "๏"; |
| } |
|
|
| .fa-poll-people:before { |
| content: "๏"; |
| } |
|
|
| .fa-poo:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-poo-storm:before { |
| content: "๏"; |
| } |
|
|
| .fa-poop:before { |
| content: "๏"; |
| } |
|
|
| .fa-popcorn:before { |
| content: "๏ "; |
| } |
|
|
| .fa-portal-enter:before { |
| content: "๏คข"; |
| } |
|
|
| .fa-portal-exit:before { |
| content: "๏คฃ"; |
| } |
|
|
| .fa-portrait:before { |
| content: "๏ "; |
| } |
|
|
| .fa-pound-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-power-off:before { |
| content: "๏"; |
| } |
|
|
| .fa-pray:before { |
| content: "๏"; |
| } |
|
|
| .fa-praying-hands:before { |
| content: "๏"; |
| } |
|
|
| .fa-prescription:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-prescription-bottle:before { |
| content: "๏
"; |
| } |
|
|
| .fa-prescription-bottle-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-presentation:before { |
| content: "๏
"; |
| } |
|
|
| .fa-print:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-print-search:before { |
| content: "๏ "; |
| } |
|
|
| .fa-print-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-procedures:before { |
| content: "๏"; |
| } |
|
|
| .fa-product-hunt:before { |
| content: "๏"; |
| } |
|
|
| .fa-project-diagram:before { |
| content: "๏"; |
| } |
|
|
| .fa-projector:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-pump-medical:before { |
| content: "๏ฅช"; |
| } |
|
|
| .fa-pump-soap:before { |
| content: "๏ฅซ"; |
| } |
|
|
| .fa-pumpkin:before { |
| content: "๏"; |
| } |
|
|
| .fa-pushed:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-puzzle-piece:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-python:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-qq:before { |
| content: "๏"; |
| } |
|
|
| .fa-qrcode:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-question:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-question-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-question-square:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-quidditch:before { |
| content: "๏"; |
| } |
|
|
| .fa-quinscape:before { |
| content: "๏"; |
| } |
|
|
| .fa-quora:before { |
| content: "๏"; |
| } |
|
|
| .fa-quote-left:before { |
| content: "๏"; |
| } |
|
|
| .fa-quote-right:before { |
| content: "๏"; |
| } |
|
|
| .fa-quran:before { |
| content: "๏"; |
| } |
|
|
| .fa-r-project:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-rabbit:before { |
| content: "๏"; |
| } |
|
|
| .fa-rabbit-fast:before { |
| content: "๏"; |
| } |
|
|
| .fa-racquet:before { |
| content: "๏"; |
| } |
|
|
| .fa-radar:before { |
| content: "๏คค"; |
| } |
|
|
| .fa-radiation:before { |
| content: "๏น"; |
| } |
|
|
| .fa-radiation-alt:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-radio:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-radio-alt:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-rainbow:before { |
| content: "๏"; |
| } |
|
|
| .fa-raindrops:before { |
| content: "๏"; |
| } |
|
|
| .fa-ram:before { |
| content: "๏"; |
| } |
|
|
| .fa-ramp-loading:before { |
| content: "๏"; |
| } |
|
|
| .fa-random:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-raspberry-pi:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-ravelry:before { |
| content: "๏"; |
| } |
|
|
| .fa-raygun:before { |
| content: "๏คฅ"; |
| } |
|
|
| .fa-react:before { |
| content: "๏"; |
| } |
|
|
| .fa-reacteurope:before { |
| content: "๏"; |
| } |
|
|
| .fa-readme:before { |
| content: "๏"; |
| } |
|
|
| .fa-rebel:before { |
| content: "๏"; |
| } |
|
|
| .fa-receipt:before { |
| content: "๏"; |
| } |
|
|
| .fa-record-vinyl:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-rectangle-landscape:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-rectangle-portrait:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-rectangle-wide:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-recycle:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-red-river:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-reddit:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-reddit-alien:before { |
| content: "๏"; |
| } |
|
|
| .fa-reddit-square:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-redhat:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-redo:before { |
| content: "๏"; |
| } |
|
|
| .fa-redo-alt:before { |
| content: "๏น"; |
| } |
|
|
| .fa-refrigerator:before { |
| content: "๏คฆ"; |
| } |
|
|
| .fa-registered:before { |
| content: "๏"; |
| } |
|
|
| .fa-remove-format:before { |
| content: "๏กฝ"; |
| } |
|
|
| .fa-renren:before { |
| content: "๏"; |
| } |
|
|
| .fa-repeat:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-repeat-1:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-repeat-1-alt:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-repeat-alt:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-reply:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-reply-all:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-replyd:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-republican:before { |
| content: "๏"; |
| } |
|
|
| .fa-researchgate:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-resolving:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-restroom:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-retweet:before { |
| content: "๏น"; |
| } |
|
|
| .fa-retweet-alt:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-rev:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-ribbon:before { |
| content: "๏"; |
| } |
|
|
| .fa-ring:before { |
| content: "๏"; |
| } |
|
|
| .fa-rings-wedding:before { |
| content: "๏ "; |
| } |
|
|
| .fa-road:before { |
| content: "๏"; |
| } |
|
|
| .fa-robot:before { |
| content: "๏"; |
| } |
|
|
| .fa-rocket:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-rocket-launch:before { |
| content: "๏คง"; |
| } |
|
|
| .fa-rocketchat:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-rockrms:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-route:before { |
| content: "๏"; |
| } |
|
|
| .fa-route-highway:before { |
| content: "๏"; |
| } |
|
|
| .fa-route-interstate:before { |
| content: "๏"; |
| } |
|
|
| .fa-router:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-rss:before { |
| content: "๏"; |
| } |
|
|
| .fa-rss-square:before { |
| content: "๏
"; |
| } |
|
|
| .fa-ruble-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-ruler:before { |
| content: "๏
"; |
| } |
|
|
| .fa-ruler-combined:before { |
| content: "๏"; |
| } |
|
|
| .fa-ruler-horizontal:before { |
| content: "๏"; |
| } |
|
|
| .fa-ruler-triangle:before { |
| content: "๏"; |
| } |
|
|
| .fa-ruler-vertical:before { |
| content: "๏"; |
| } |
|
|
| .fa-running:before { |
| content: "๏"; |
| } |
|
|
| .fa-rupee-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-rv:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-sack:before { |
| content: "๏ "; |
| } |
|
|
| .fa-sack-dollar:before { |
| content: "๏ "; |
| } |
|
|
| .fa-sad-cry:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-sad-tear:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-safari:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-salad:before { |
| content: "๏ "; |
| } |
|
|
| .fa-salesforce:before { |
| content: "๏ ป"; |
| } |
|
|
| .fa-sandwich:before { |
| content: "๏ "; |
| } |
|
|
| .fa-sass:before { |
| content: "๏"; |
| } |
|
|
| .fa-satellite:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-satellite-dish:before { |
| content: "๏"; |
| } |
|
|
| .fa-sausage:before { |
| content: "๏ "; |
| } |
|
|
| .fa-save:before { |
| content: "๏"; |
| } |
|
|
| .fa-sax-hot:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-saxophone:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-scalpel:before { |
| content: "๏"; |
| } |
|
|
| .fa-scalpel-path:before { |
| content: "๏"; |
| } |
|
|
| .fa-scanner:before { |
| content: "๏"; |
| } |
|
|
| .fa-scanner-image:before { |
| content: "๏ฃณ"; |
| } |
|
|
| .fa-scanner-keyboard:before { |
| content: "๏"; |
| } |
|
|
| .fa-scanner-touchscreen:before { |
| content: "๏"; |
| } |
|
|
| .fa-scarecrow:before { |
| content: "๏"; |
| } |
|
|
| .fa-scarf:before { |
| content: "๏"; |
| } |
|
|
| .fa-schlix:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-school:before { |
| content: "๏"; |
| } |
|
|
| .fa-screwdriver:before { |
| content: "๏"; |
| } |
|
|
| .fa-scribd:before { |
| content: "๏"; |
| } |
|
|
| .fa-scroll:before { |
| content: "๏"; |
| } |
|
|
| .fa-scroll-old:before { |
| content: "๏"; |
| } |
|
|
| .fa-scrubber:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-scythe:before { |
| content: "๏"; |
| } |
|
|
| .fa-sd-card:before { |
| content: "๏"; |
| } |
|
|
| .fa-search:before { |
| content: "๏"; |
| } |
|
|
| .fa-search-dollar:before { |
| content: "๏"; |
| } |
|
|
| .fa-search-location:before { |
| content: "๏"; |
| } |
|
|
| .fa-search-minus:before { |
| content: "๏"; |
| } |
|
|
| .fa-search-plus:before { |
| content: "๏"; |
| } |
|
|
| .fa-searchengin:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-seedling:before { |
| content: "๏"; |
| } |
|
|
| .fa-sellcast:before { |
| content: "๏"; |
| } |
|
|
| .fa-sellsy:before { |
| content: "๏"; |
| } |
|
|
| .fa-send-back:before { |
| content: "๏กพ"; |
| } |
|
|
| .fa-send-backward:before { |
| content: "๏กฟ"; |
| } |
|
|
| .fa-sensor:before { |
| content: "๏คจ"; |
| } |
|
|
| .fa-sensor-alert:before { |
| content: "๏คฉ"; |
| } |
|
|
| .fa-sensor-fire:before { |
| content: "๏คช"; |
| } |
|
|
| .fa-sensor-on:before { |
| content: "๏คซ"; |
| } |
|
|
| .fa-sensor-smoke:before { |
| content: "๏คฌ"; |
| } |
|
|
| .fa-server:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-servicestack:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-shapes:before { |
| content: "๏"; |
| } |
|
|
| .fa-share:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-share-all:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-share-alt:before { |
| content: "๏ "; |
| } |
|
|
| .fa-share-alt-square:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-share-square:before { |
| content: "๏
"; |
| } |
|
|
| .fa-sheep:before { |
| content: "๏"; |
| } |
|
|
| .fa-shekel-sign:before { |
| content: "๏"; |
| } |
|
|
| .fa-shield:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-shield-alt:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-shield-check:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-shield-cross:before { |
| content: "๏"; |
| } |
|
|
| .fa-shield-virus:before { |
| content: "๏ฅฌ"; |
| } |
|
|
| .fa-ship:before { |
| content: "๏"; |
| } |
|
|
| .fa-shipping-fast:before { |
| content: "๏"; |
| } |
|
|
| .fa-shipping-timed:before { |
| content: "๏"; |
| } |
|
|
| .fa-shirtsinbulk:before { |
| content: "๏"; |
| } |
|
|
| .fa-shish-kebab:before { |
| content: "๏ ก"; |
| } |
|
|
| .fa-shoe-prints:before { |
| content: "๏"; |
| } |
|
|
| .fa-shopify:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-shopping-bag:before { |
| content: "๏"; |
| } |
|
|
| .fa-shopping-basket:before { |
| content: "๏"; |
| } |
|
|
| .fa-shopping-cart:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-shopware:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-shovel:before { |
| content: "๏"; |
| } |
|
|
| .fa-shovel-snow:before { |
| content: "๏"; |
| } |
|
|
| .fa-shower:before { |
| content: "๏"; |
| } |
|
|
| .fa-shredder:before { |
| content: "๏"; |
| } |
|
|
| .fa-shuttle-van:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-shuttlecock:before { |
| content: "๏"; |
| } |
|
|
| .fa-sickle:before { |
| content: "๏ ข"; |
| } |
|
|
| .fa-sigma:before { |
| content: "๏"; |
| } |
|
|
| .fa-sign:before { |
| content: "๏"; |
| } |
|
|
| .fa-sign-in:before { |
| content: "๏"; |
| } |
|
|
| .fa-sign-in-alt:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-sign-language:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-sign-out:before { |
| content: "๏"; |
| } |
|
|
| .fa-sign-out-alt:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-signal:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-1:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-2:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-3:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-4:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-alt-1:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-alt-2:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-alt-3:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-alt-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-signal-stream:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-signature:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-sim-card:before { |
| content: "๏"; |
| } |
|
|
| .fa-simplybuilt:before { |
| content: "๏"; |
| } |
|
|
| .fa-sink:before { |
| content: "๏ฅญ"; |
| } |
|
|
| .fa-siren:before { |
| content: "๏คญ"; |
| } |
|
|
| .fa-siren-on:before { |
| content: "๏คฎ"; |
| } |
|
|
| .fa-sistrix:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-sitemap:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-sith:before { |
| content: "๏"; |
| } |
|
|
| .fa-skating:before { |
| content: "๏
"; |
| } |
|
|
| .fa-skeleton:before { |
| content: "๏ "; |
| } |
|
|
| .fa-sketch:before { |
| content: "๏"; |
| } |
|
|
| .fa-ski-jump:before { |
| content: "๏"; |
| } |
|
|
| .fa-ski-lift:before { |
| content: "๏"; |
| } |
|
|
| .fa-skiing:before { |
| content: "๏"; |
| } |
|
|
| .fa-skiing-nordic:before { |
| content: "๏"; |
| } |
|
|
| .fa-skull:before { |
| content: "๏"; |
| } |
|
|
| .fa-skull-cow:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-skull-crossbones:before { |
| content: "๏"; |
| } |
|
|
| .fa-skyatlas:before { |
| content: "๏"; |
| } |
|
|
| .fa-skype:before { |
| content: "๏
พ"; |
| } |
|
|
| .fa-slack:before { |
| content: "๏"; |
| } |
|
|
| .fa-slack-hash:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-sledding:before { |
| content: "๏"; |
| } |
|
|
| .fa-sleigh:before { |
| content: "๏"; |
| } |
|
|
| .fa-sliders-h:before { |
| content: "๏"; |
| } |
|
|
| .fa-sliders-h-square:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-sliders-v:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-sliders-v-square:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-slideshare:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-smile:before { |
| content: "๏"; |
| } |
|
|
| .fa-smile-beam:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-smile-plus:before { |
| content: "๏น"; |
| } |
|
|
| .fa-smile-wink:before { |
| content: "๏"; |
| } |
|
|
| .fa-smog:before { |
| content: "๏"; |
| } |
|
|
| .fa-smoke:before { |
| content: "๏ "; |
| } |
|
|
| .fa-smoking:before { |
| content: "๏"; |
| } |
|
|
| .fa-smoking-ban:before { |
| content: "๏"; |
| } |
|
|
| .fa-sms:before { |
| content: "๏"; |
| } |
|
|
| .fa-snake:before { |
| content: "๏"; |
| } |
|
|
| .fa-snapchat:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-snapchat-ghost:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-snapchat-square:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-snooze:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-snow-blowing:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-snowboarding:before { |
| content: "๏"; |
| } |
|
|
| .fa-snowflake:before { |
| content: "๏"; |
| } |
|
|
| .fa-snowflakes:before { |
| content: "๏"; |
| } |
|
|
| .fa-snowman:before { |
| content: "๏"; |
| } |
|
|
| .fa-snowmobile:before { |
| content: "๏"; |
| } |
|
|
| .fa-snowplow:before { |
| content: "๏"; |
| } |
|
|
| .fa-soap:before { |
| content: "๏ฅฎ"; |
| } |
|
|
| .fa-socks:before { |
| content: "๏"; |
| } |
|
|
| .fa-solar-panel:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-solar-system:before { |
| content: "๏คฏ"; |
| } |
|
|
| .fa-sort:before { |
| content: "๏"; |
| } |
|
|
| .fa-sort-alpha-down:before { |
| content: "๏
"; |
| } |
|
|
| .fa-sort-alpha-down-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-alpha-up:before { |
| content: "๏
"; |
| } |
|
|
| .fa-sort-alpha-up-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-amount-down:before { |
| content: "๏
"; |
| } |
|
|
| .fa-sort-amount-down-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-amount-up:before { |
| content: "๏
ก"; |
| } |
|
|
| .fa-sort-amount-up-alt:before { |
| content: "๏ข
"; |
| } |
|
|
| .fa-sort-circle:before { |
| content: "๏คฐ"; |
| } |
|
|
| .fa-sort-circle-down:before { |
| content: "๏คฑ"; |
| } |
|
|
| .fa-sort-circle-up:before { |
| content: "๏คฒ"; |
| } |
|
|
| .fa-sort-down:before { |
| content: "๏"; |
| } |
|
|
| .fa-sort-numeric-down:before { |
| content: "๏
ข"; |
| } |
|
|
| .fa-sort-numeric-down-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-numeric-up:before { |
| content: "๏
ฃ"; |
| } |
|
|
| .fa-sort-numeric-up-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-shapes-down:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-shapes-down-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-shapes-up:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-shapes-up-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-size-down:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-size-down-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-size-up:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-size-up-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sort-up:before { |
| content: "๏"; |
| } |
|
|
| .fa-soundcloud:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-soup:before { |
| content: "๏ ฃ"; |
| } |
|
|
| .fa-sourcetree:before { |
| content: "๏"; |
| } |
|
|
| .fa-spa:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-space-shuttle:before { |
| content: "๏"; |
| } |
|
|
| .fa-space-station-moon:before { |
| content: "๏คณ"; |
| } |
|
|
| .fa-space-station-moon-alt:before { |
| content: "๏คด"; |
| } |
|
|
| .fa-spade:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-sparkles:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-speakap:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-speaker:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-speaker-deck:before { |
| content: "๏ ผ"; |
| } |
|
|
| .fa-speakers:before { |
| content: "๏ฃ "; |
| } |
|
|
| .fa-spell-check:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-spider:before { |
| content: "๏"; |
| } |
|
|
| .fa-spider-black-widow:before { |
| content: "๏"; |
| } |
|
|
| .fa-spider-web:before { |
| content: "๏"; |
| } |
|
|
| .fa-spinner:before { |
| content: "๏"; |
| } |
|
|
| .fa-spinner-third:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-splotch:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-spotify:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-spray-can:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-sprinkler:before { |
| content: "๏คต"; |
| } |
|
|
| .fa-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-square-full:before { |
| content: "๏"; |
| } |
|
|
| .fa-square-root:before { |
| content: "๏"; |
| } |
|
|
| .fa-square-root-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-squarespace:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-squirrel:before { |
| content: "๏"; |
| } |
|
|
| .fa-stack-exchange:before { |
| content: "๏"; |
| } |
|
|
| .fa-stack-overflow:before { |
| content: "๏
ฌ"; |
| } |
|
|
| .fa-stackpath:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-staff:before { |
| content: "๏"; |
| } |
|
|
| .fa-stamp:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-star:before { |
| content: "๏
"; |
| } |
|
|
| .fa-star-and-crescent:before { |
| content: "๏"; |
| } |
|
|
| .fa-star-christmas:before { |
| content: "๏"; |
| } |
|
|
| .fa-star-exclamation:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-star-half:before { |
| content: "๏"; |
| } |
|
|
| .fa-star-half-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-star-of-david:before { |
| content: "๏"; |
| } |
|
|
| .fa-star-of-life:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-star-shooting:before { |
| content: "๏คถ"; |
| } |
|
|
| .fa-starfighter:before { |
| content: "๏คท"; |
| } |
|
|
| .fa-starfighter-alt:before { |
| content: "๏คธ"; |
| } |
|
|
| .fa-stars:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-starship:before { |
| content: "๏คน"; |
| } |
|
|
| .fa-starship-freighter:before { |
| content: "๏คบ"; |
| } |
|
|
| .fa-staylinked:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-steak:before { |
| content: "๏ ค"; |
| } |
|
|
| .fa-steam:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-steam-square:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-steam-symbol:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-steering-wheel:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-step-backward:before { |
| content: "๏"; |
| } |
|
|
| .fa-step-forward:before { |
| content: "๏"; |
| } |
|
|
| .fa-stethoscope:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-sticker-mule:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-sticky-note:before { |
| content: "๏"; |
| } |
|
|
| .fa-stocking:before { |
| content: "๏"; |
| } |
|
|
| .fa-stomach:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-stop:before { |
| content: "๏"; |
| } |
|
|
| .fa-stop-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-stopwatch:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-stopwatch-20:before { |
| content: "๏ฅฏ"; |
| } |
|
|
| .fa-store:before { |
| content: "๏"; |
| } |
|
|
| .fa-store-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-store-alt-slash:before { |
| content: "๏ฅฐ"; |
| } |
|
|
| .fa-store-slash:before { |
| content: "๏ฅฑ"; |
| } |
|
|
| .fa-strava:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-stream:before { |
| content: "๏"; |
| } |
|
|
| .fa-street-view:before { |
| content: "๏"; |
| } |
|
|
| .fa-stretcher:before { |
| content: "๏ ฅ"; |
| } |
|
|
| .fa-strikethrough:before { |
| content: "๏"; |
| } |
|
|
| .fa-stripe:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-stripe-s:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-stroopwafel:before { |
| content: "๏"; |
| } |
|
|
| .fa-studiovinari:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-stumbleupon:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-stumbleupon-circle:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-subscript:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-subway:before { |
| content: "๏น"; |
| } |
|
|
| .fa-suitcase:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-suitcase-rolling:before { |
| content: "๏"; |
| } |
|
|
| .fa-sun:before { |
| content: "๏
"; |
| } |
|
|
| .fa-sun-cloud:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-sun-dust:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-sun-haze:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-sunglasses:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-sunrise:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-sunset:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-superpowers:before { |
| content: "๏"; |
| } |
|
|
| .fa-superscript:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-supple:before { |
| content: "๏น"; |
| } |
|
|
| .fa-surprise:before { |
| content: "๏"; |
| } |
|
|
| .fa-suse:before { |
| content: "๏"; |
| } |
|
|
| .fa-swatchbook:before { |
| content: "๏"; |
| } |
|
|
| .fa-swift:before { |
| content: "๏ฃก"; |
| } |
|
|
| .fa-swimmer:before { |
| content: "๏"; |
| } |
|
|
| .fa-swimming-pool:before { |
| content: "๏
"; |
| } |
|
|
| .fa-sword:before { |
| content: "๏"; |
| } |
|
|
| .fa-sword-laser:before { |
| content: "๏คป"; |
| } |
|
|
| .fa-sword-laser-alt:before { |
| content: "๏คผ"; |
| } |
|
|
| .fa-swords:before { |
| content: "๏"; |
| } |
|
|
| .fa-swords-laser:before { |
| content: "๏คฝ"; |
| } |
|
|
| .fa-symfony:before { |
| content: "๏ ฝ"; |
| } |
|
|
| .fa-synagogue:before { |
| content: "๏"; |
| } |
|
|
| .fa-sync:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-sync-alt:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-syringe:before { |
| content: "๏"; |
| } |
|
|
| .fa-table:before { |
| content: "๏"; |
| } |
|
|
| .fa-table-tennis:before { |
| content: "๏"; |
| } |
|
|
| .fa-tablet:before { |
| content: "๏"; |
| } |
|
|
| .fa-tablet-alt:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-tablet-android:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-tablet-android-alt:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-tablet-rugged:before { |
| content: "๏"; |
| } |
|
|
| .fa-tablets:before { |
| content: "๏"; |
| } |
|
|
| .fa-tachometer:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-tachometer-alt:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-tachometer-alt-average:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-tachometer-alt-fast:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-tachometer-alt-fastest:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-tachometer-alt-slow:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-tachometer-alt-slowest:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-tachometer-average:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-tachometer-fast:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-tachometer-fastest:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-tachometer-slow:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-tachometer-slowest:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-taco:before { |
| content: "๏ ฆ"; |
| } |
|
|
| .fa-tag:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-tags:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-tally:before { |
| content: "๏"; |
| } |
|
|
| .fa-tanakh:before { |
| content: "๏ ง"; |
| } |
|
|
| .fa-tape:before { |
| content: "๏"; |
| } |
|
|
| .fa-tasks:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-tasks-alt:before { |
| content: "๏ จ"; |
| } |
|
|
| .fa-taxi:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-teamspeak:before { |
| content: "๏น"; |
| } |
|
|
| .fa-teeth:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-teeth-open:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-telegram:before { |
| content: "๏"; |
| } |
|
|
| .fa-telegram-plane:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-telescope:before { |
| content: "๏คพ"; |
| } |
|
|
| .fa-temperature-down:before { |
| content: "๏คฟ"; |
| } |
|
|
| .fa-temperature-frigid:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-temperature-high:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-temperature-hot:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-temperature-low:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-temperature-up:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-tencent-weibo:before { |
| content: "๏"; |
| } |
|
|
| .fa-tenge:before { |
| content: "๏"; |
| } |
|
|
| .fa-tennis-ball:before { |
| content: "๏"; |
| } |
|
|
| .fa-terminal:before { |
| content: "๏ "; |
| } |
|
|
| .fa-text:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-text-height:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-text-size:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-text-width:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-th:before { |
| content: "๏"; |
| } |
|
|
| .fa-th-large:before { |
| content: "๏"; |
| } |
|
|
| .fa-th-list:before { |
| content: "๏"; |
| } |
|
|
| .fa-the-red-yeti:before { |
| content: "๏"; |
| } |
|
|
| .fa-theater-masks:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-themeco:before { |
| content: "๏"; |
| } |
|
|
| .fa-themeisle:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-thermometer:before { |
| content: "๏"; |
| } |
|
|
| .fa-thermometer-empty:before { |
| content: "๏"; |
| } |
|
|
| .fa-thermometer-full:before { |
| content: "๏"; |
| } |
|
|
| .fa-thermometer-half:before { |
| content: "๏"; |
| } |
|
|
| .fa-thermometer-quarter:before { |
| content: "๏"; |
| } |
|
|
| .fa-thermometer-three-quarters:before { |
| content: "๏"; |
| } |
|
|
| .fa-theta:before { |
| content: "๏"; |
| } |
|
|
| .fa-think-peaks:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-thumbs-down:before { |
| content: "๏
ฅ"; |
| } |
|
|
| .fa-thumbs-up:before { |
| content: "๏
ค"; |
| } |
|
|
| .fa-thumbtack:before { |
| content: "๏"; |
| } |
|
|
| .fa-thunderstorm:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-thunderstorm-moon:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-thunderstorm-sun:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-ticket:before { |
| content: "๏
"; |
| } |
|
|
| .fa-ticket-alt:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-tilde:before { |
| content: "๏"; |
| } |
|
|
| .fa-times:before { |
| content: "๏"; |
| } |
|
|
| .fa-times-circle:before { |
| content: "๏"; |
| } |
|
|
| .fa-times-hexagon:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-times-octagon:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-times-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-tint:before { |
| content: "๏"; |
| } |
|
|
| .fa-tint-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-tire:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-tire-flat:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-tire-pressure-warning:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-tire-rugged:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-tired:before { |
| content: "๏"; |
| } |
|
|
| .fa-toggle-off:before { |
| content: "๏"; |
| } |
|
|
| .fa-toggle-on:before { |
| content: "๏
"; |
| } |
|
|
| .fa-toilet:before { |
| content: "๏"; |
| } |
|
|
| .fa-toilet-paper:before { |
| content: "๏"; |
| } |
|
|
| .fa-toilet-paper-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-toilet-paper-slash:before { |
| content: "๏ฅฒ"; |
| } |
|
|
| .fa-tombstone:before { |
| content: "๏ "; |
| } |
|
|
| .fa-tombstone-alt:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-toolbox:before { |
| content: "๏"; |
| } |
|
|
| .fa-tools:before { |
| content: "๏"; |
| } |
|
|
| .fa-tooth:before { |
| content: "๏"; |
| } |
|
|
| .fa-toothbrush:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-torah:before { |
| content: "๏ "; |
| } |
|
|
| .fa-torii-gate:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-tornado:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-tractor:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-trade-federation:before { |
| content: "๏"; |
| } |
|
|
| .fa-trademark:before { |
| content: "๏"; |
| } |
|
|
| .fa-traffic-cone:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-traffic-light:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-traffic-light-go:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-traffic-light-slow:before { |
| content: "๏น"; |
| } |
|
|
| .fa-traffic-light-stop:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-trailer:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-train:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-tram:before { |
| content: "๏"; |
| } |
|
|
| .fa-transgender:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-transgender-alt:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-transporter:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-transporter-1:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-transporter-2:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-transporter-3:before { |
| content: "๏ฅ
"; |
| } |
|
|
| .fa-transporter-empty:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-trash:before { |
| content: "๏ธ"; |
| } |
|
|
| .fa-trash-alt:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-trash-restore:before { |
| content: "๏ ฉ"; |
| } |
|
|
| .fa-trash-restore-alt:before { |
| content: "๏ ช"; |
| } |
|
|
| .fa-trash-undo:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-trash-undo-alt:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-treasure-chest:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-tree:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-tree-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-tree-christmas:before { |
| content: "๏"; |
| } |
|
|
| .fa-tree-decorated:before { |
| content: "๏"; |
| } |
|
|
| .fa-tree-large:before { |
| content: "๏"; |
| } |
|
|
| .fa-tree-palm:before { |
| content: "๏ ซ"; |
| } |
|
|
| .fa-trees:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-trello:before { |
| content: "๏"; |
| } |
|
|
| .fa-triangle:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-triangle-music:before { |
| content: "๏ฃข"; |
| } |
|
|
| .fa-tripadvisor:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-trophy:before { |
| content: "๏"; |
| } |
|
|
| .fa-trophy-alt:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-truck:before { |
| content: "๏"; |
| } |
|
|
| .fa-truck-container:before { |
| content: "๏"; |
| } |
|
|
| .fa-truck-couch:before { |
| content: "๏"; |
| } |
|
|
| .fa-truck-loading:before { |
| content: "๏"; |
| } |
|
|
| .fa-truck-monster:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-truck-moving:before { |
| content: "๏"; |
| } |
|
|
| .fa-truck-pickup:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-truck-plow:before { |
| content: "๏"; |
| } |
|
|
| .fa-truck-ramp:before { |
| content: "๏ "; |
| } |
|
|
| .fa-trumpet:before { |
| content: "๏ฃฃ"; |
| } |
|
|
| .fa-tshirt:before { |
| content: "๏"; |
| } |
|
|
| .fa-tty:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-tumblr:before { |
| content: "๏
ณ"; |
| } |
|
|
| .fa-tumblr-square:before { |
| content: "๏
ด"; |
| } |
|
|
| .fa-turkey:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-turntable:before { |
| content: "๏ฃค"; |
| } |
|
|
| .fa-turtle:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-tv:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-tv-alt:before { |
| content: "๏ฃฅ"; |
| } |
|
|
| .fa-tv-music:before { |
| content: "๏ฃฆ"; |
| } |
|
|
| .fa-tv-retro:before { |
| content: "๏"; |
| } |
|
|
| .fa-twitch:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-twitter:before { |
| content: "๏"; |
| } |
|
|
| .fa-twitter-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-typewriter:before { |
| content: "๏ฃง"; |
| } |
|
|
| .fa-typo3:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-uber:before { |
| content: "๏"; |
| } |
|
|
| .fa-ubuntu:before { |
| content: "๏"; |
| } |
|
|
| .fa-ufo:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-ufo-beam:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-uikit:before { |
| content: "๏"; |
| } |
|
|
| .fa-umbraco:before { |
| content: "๏ฃจ"; |
| } |
|
|
| .fa-umbrella:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-umbrella-beach:before { |
| content: "๏"; |
| } |
|
|
| .fa-underline:before { |
| content: "๏"; |
| } |
|
|
| .fa-undo:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-undo-alt:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-unicorn:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-union:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-uniregistry:before { |
| content: "๏"; |
| } |
|
|
| .fa-unity:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-universal-access:before { |
| content: "๏"; |
| } |
|
|
| .fa-university:before { |
| content: "๏"; |
| } |
|
|
| .fa-unlink:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-unlock:before { |
| content: "๏"; |
| } |
|
|
| .fa-unlock-alt:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-untappd:before { |
| content: "๏
"; |
| } |
|
|
| .fa-upload:before { |
| content: "๏"; |
| } |
|
|
| .fa-ups:before { |
| content: "๏ "; |
| } |
|
|
| .fa-usb:before { |
| content: "๏"; |
| } |
|
|
| .fa-usb-drive:before { |
| content: "๏ฃฉ"; |
| } |
|
|
| .fa-usd-circle:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-usd-square:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-user:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-alien:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-user-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-alt-slash:before { |
| content: "๏บ"; |
| } |
|
|
| .fa-user-astronaut:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-user-chart:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-user-check:before { |
| content: "๏ผ"; |
| } |
|
|
| .fa-user-circle:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-user-clock:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-user-cog:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-user-cowboy:before { |
| content: "๏ฃช"; |
| } |
|
|
| .fa-user-crown:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-user-edit:before { |
| content: "๏ฟ"; |
| } |
|
|
| .fa-user-friends:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-graduate:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-hard-hat:before { |
| content: "๏ ฌ"; |
| } |
|
|
| .fa-user-headset:before { |
| content: "๏ ญ"; |
| } |
|
|
| .fa-user-injured:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-user-lock:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-md:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-user-md-chat:before { |
| content: "๏ ฎ"; |
| } |
|
|
| .fa-user-minus:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-music:before { |
| content: "๏ฃซ"; |
| } |
|
|
| .fa-user-ninja:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-nurse:before { |
| content: "๏ ฏ"; |
| } |
|
|
| .fa-user-plus:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-user-robot:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-user-secret:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-shield:before { |
| content: "๏
"; |
| } |
|
|
| .fa-user-slash:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-tag:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-tie:before { |
| content: "๏"; |
| } |
|
|
| .fa-user-times:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-user-unlock:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-user-visor:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-users:before { |
| content: "๏"; |
| } |
|
|
| .fa-users-class:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-users-cog:before { |
| content: "๏"; |
| } |
|
|
| .fa-users-crown:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-users-medical:before { |
| content: "๏ ฐ"; |
| } |
|
|
| .fa-users-slash:before { |
| content: "๏ฅณ"; |
| } |
|
|
| .fa-usps:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-ussunnah:before { |
| content: "๏"; |
| } |
|
|
| .fa-utensil-fork:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-utensil-knife:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-utensil-spoon:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-utensils:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-utensils-alt:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-vaadin:before { |
| content: "๏"; |
| } |
|
|
| .fa-vacuum:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-vacuum-robot:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-value-absolute:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-vector-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-venus:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-venus-double:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-venus-mars:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-vhs:before { |
| content: "๏ฃฌ"; |
| } |
|
|
| .fa-viacoin:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-viadeo:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-viadeo-square:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-vial:before { |
| content: "๏"; |
| } |
|
|
| .fa-vials:before { |
| content: "๏"; |
| } |
|
|
| .fa-viber:before { |
| content: "๏"; |
| } |
|
|
| .fa-video:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-video-plus:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-video-slash:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-vihara:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-vimeo:before { |
| content: "๏"; |
| } |
|
|
| .fa-vimeo-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-vimeo-v:before { |
| content: "๏ฝ"; |
| } |
|
|
| .fa-vine:before { |
| content: "๏"; |
| } |
|
|
| .fa-violin:before { |
| content: "๏ฃญ"; |
| } |
|
|
| .fa-virus:before { |
| content: "๏ฅด"; |
| } |
|
|
| .fa-virus-slash:before { |
| content: "๏ฅต"; |
| } |
|
|
| .fa-viruses:before { |
| content: "๏ฅถ"; |
| } |
|
|
| .fa-vk:before { |
| content: "๏"; |
| } |
|
|
| .fa-vnv:before { |
| content: "๏"; |
| } |
|
|
| .fa-voicemail:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-volcano:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-volleyball-ball:before { |
| content: "๏"; |
| } |
|
|
| .fa-volume:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-volume-down:before { |
| content: "๏ง"; |
| } |
|
|
| .fa-volume-mute:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-volume-off:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-volume-slash:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-volume-up:before { |
| content: "๏จ"; |
| } |
|
|
| .fa-vote-nay:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-vote-yea:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-vr-cardboard:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-vuejs:before { |
| content: "๏"; |
| } |
|
|
| .fa-wagon-covered:before { |
| content: "๏ฃฎ"; |
| } |
|
|
| .fa-walker:before { |
| content: "๏ ฑ"; |
| } |
|
|
| .fa-walkie-talkie:before { |
| content: "๏ฃฏ"; |
| } |
|
|
| .fa-walking:before { |
| content: "๏"; |
| } |
|
|
| .fa-wallet:before { |
| content: "๏"; |
| } |
|
|
| .fa-wand:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-wand-magic:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-warehouse:before { |
| content: "๏"; |
| } |
|
|
| .fa-warehouse-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-washer:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-watch:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-watch-calculator:before { |
| content: "๏ฃฐ"; |
| } |
|
|
| .fa-watch-fitness:before { |
| content: "๏พ"; |
| } |
|
|
| .fa-water:before { |
| content: "๏ณ"; |
| } |
|
|
| .fa-water-lower:before { |
| content: "๏ด"; |
| } |
|
|
| .fa-water-rise:before { |
| content: "๏ต"; |
| } |
|
|
| .fa-wave-sine:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-wave-square:before { |
| content: "๏ พ"; |
| } |
|
|
| .fa-wave-triangle:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-waveform:before { |
| content: "๏ฃฑ"; |
| } |
|
|
| .fa-waveform-path:before { |
| content: "๏ฃฒ"; |
| } |
|
|
| .fa-waze:before { |
| content: "๏ ฟ"; |
| } |
|
|
| .fa-webcam:before { |
| content: "๏ ฒ"; |
| } |
|
|
| .fa-webcam-slash:before { |
| content: "๏ ณ"; |
| } |
|
|
| .fa-weebly:before { |
| content: "๏"; |
| } |
|
|
| .fa-weibo:before { |
| content: "๏"; |
| } |
|
|
| .fa-weight:before { |
| content: "๏"; |
| } |
|
|
| .fa-weight-hanging:before { |
| content: "๏"; |
| } |
|
|
| .fa-weixin:before { |
| content: "๏"; |
| } |
|
|
| .fa-whale:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-whatsapp:before { |
| content: "๏ฒ"; |
| } |
|
|
| .fa-whatsapp-square:before { |
| content: "๏"; |
| } |
|
|
| .fa-wheat:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-wheelchair:before { |
| content: "๏"; |
| } |
|
|
| .fa-whistle:before { |
| content: "๏ "; |
| } |
|
|
| .fa-whmcs:before { |
| content: "๏"; |
| } |
|
|
| .fa-wifi:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-wifi-1:before { |
| content: "๏ช"; |
| } |
|
|
| .fa-wifi-2:before { |
| content: "๏ซ"; |
| } |
|
|
| .fa-wifi-slash:before { |
| content: "๏ฌ"; |
| } |
|
|
| .fa-wikipedia-w:before { |
| content: "๏ฆ"; |
| } |
|
|
| .fa-wind:before { |
| content: "๏ฎ"; |
| } |
|
|
| .fa-wind-turbine:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-wind-warning:before { |
| content: "๏ถ"; |
| } |
|
|
| .fa-window:before { |
| content: "๏"; |
| } |
|
|
| .fa-window-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-window-close:before { |
| content: "๏"; |
| } |
|
|
| .fa-window-frame:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-window-frame-open:before { |
| content: "๏ฅ"; |
| } |
|
|
| .fa-window-maximize:before { |
| content: "๏"; |
| } |
|
|
| .fa-window-minimize:before { |
| content: "๏"; |
| } |
|
|
| .fa-window-restore:before { |
| content: "๏"; |
| } |
|
|
| .fa-windows:before { |
| content: "๏
บ"; |
| } |
|
|
| .fa-windsock:before { |
| content: "๏ท"; |
| } |
|
|
| .fa-wine-bottle:before { |
| content: "๏ฏ"; |
| } |
|
|
| .fa-wine-glass:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-wine-glass-alt:before { |
| content: "๏"; |
| } |
|
|
| .fa-wix:before { |
| content: "๏"; |
| } |
|
|
| .fa-wizards-of-the-coast:before { |
| content: "๏ฐ"; |
| } |
|
|
| .fa-wolf-pack-battalion:before { |
| content: "๏"; |
| } |
|
|
| .fa-won-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-wordpress:before { |
| content: "๏"; |
| } |
|
|
| .fa-wordpress-simple:before { |
| content: "๏"; |
| } |
|
|
| .fa-wpbeginner:before { |
| content: "๏"; |
| } |
|
|
| .fa-wpexplorer:before { |
| content: "๏"; |
| } |
|
|
| .fa-wpforms:before { |
| content: "๏"; |
| } |
|
|
| .fa-wpressr:before { |
| content: "๏ค"; |
| } |
|
|
| .fa-wreath:before { |
| content: "๏ข"; |
| } |
|
|
| .fa-wrench:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-x-ray:before { |
| content: "๏"; |
| } |
|
|
| .fa-xbox:before { |
| content: "๏"; |
| } |
|
|
| .fa-xing:before { |
| content: "๏
จ"; |
| } |
|
|
| .fa-xing-square:before { |
| content: "๏
ฉ"; |
| } |
|
|
| .fa-y-combinator:before { |
| content: "๏ป"; |
| } |
|
|
| .fa-yahoo:before { |
| content: "๏"; |
| } |
|
|
| .fa-yammer:before { |
| content: "๏ก"; |
| } |
|
|
| .fa-yandex:before { |
| content: "๏"; |
| } |
|
|
| .fa-yandex-international:before { |
| content: "๏"; |
| } |
|
|
| .fa-yarn:before { |
| content: "๏ฃ"; |
| } |
|
|
| .fa-yelp:before { |
| content: "๏ฉ"; |
| } |
|
|
| .fa-yen-sign:before { |
| content: "๏
"; |
| } |
|
|
| .fa-yin-yang:before { |
| content: "๏ญ"; |
| } |
|
|
| .fa-yoast:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-youtube:before { |
| content: "๏
ง"; |
| } |
|
|
| .fa-youtube-square:before { |
| content: "๏ฑ"; |
| } |
|
|
| .fa-zhihu:before { |
| content: "๏ฟ"; |
| } |
|
|
| .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; |
| } |
|
|
| .fab { |
| font-family: "Font Awesome 5 Brands"; |
| font-weight: 400; |
| } |
|
|
| .fad { |
| position: relative; |
| font-family: "Font Awesome 5 Duotone"; |
| font-weight: 900; |
| } |
|
|
| .fad:before { |
| position: absolute; |
| color: var(--fa-primary-color, inherit); |
| opacity: 1; |
| opacity: var(--fa-primary-opacity, 1); |
| } |
|
|
| .fad:after { |
| color: var(--fa-secondary-color, inherit); |
| opacity: .4; |
| opacity: var(--fa-secondary-opacity, .4); |
| } |
|
|
| .fa-swap-opacity .fad:before, .fad.fa-swap-opacity:before { |
| opacity: .4; |
| opacity: var(--fa-secondary-opacity, .4); |
| } |
|
|
| .fa-swap-opacity .fad:after, .fad.fa-swap-opacity:after { |
| opacity: 1; |
| opacity: var(--fa-primary-opacity, 1); |
| } |
|
|
| .fad.fa-inverse { |
| color: #fff; |
| } |
|
|
| .fad.fa-stack-1x, .fad.fa-stack-2x { |
| position: absolute; |
| } |
|
|
| .fad.fa-stack-1x:before, .fad.fa-stack-2x:before, .fad.fa-fw:before { |
| left: 50%; |
| -webkit-transform: translateX(-50%); |
| transform: translateX(-50%); |
| } |
|
|
| .fad.fa-abacus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-acorn:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-ad:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-address-book:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-address-card:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-adjust:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-air-conditioner:after { |
| content: "๔ฃด"; |
| } |
|
|
| .fad.fa-air-freshener:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-alarm-clock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-alarm-exclamation:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-alarm-plus:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-alarm-snooze:after { |
| content: "๔ก
"; |
| } |
|
|
| .fad.fa-album:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-album-collection:after { |
| content: "๔ข "; |
| } |
|
|
| .fad.fa-alicorn:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-alien:after { |
| content: "๔ฃต"; |
| } |
|
|
| .fad.fa-alien-monster:after { |
| content: "๔ฃถ"; |
| } |
|
|
| .fad.fa-align-center:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-align-justify:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-align-left:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-align-right:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-align-slash:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-allergies:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-ambulance:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-american-sign-language-interpreting:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-amp-guitar:after { |
| content: "๔ขก"; |
| } |
|
|
| .fad.fa-analytics:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-anchor:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-angel:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-angle-double-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angle-double-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angle-double-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angle-double-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angle-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angle-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angle-right:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-angle-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-angry:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ankh:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-apple-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-apple-crate:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-archive:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-archway:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-circle-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-circle-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-circle-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-circle-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-from-bottom:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-from-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-from-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-from-top:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-square-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-square-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-square-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-square-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-to-bottom:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-to-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-to-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-to-top:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-alt-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-circle-down:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-arrow-circle-left:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-arrow-circle-right:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-arrow-circle-up:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-arrow-down:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-arrow-from-bottom:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-from-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-from-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-from-top:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-arrow-left:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-arrow-right:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-arrow-square-down:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-arrow-square-left:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-arrow-square-right:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-arrow-square-up:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-arrow-to-bottom:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-arrow-to-left:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-arrow-to-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-to-top:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrow-up:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-arrows:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-arrows-alt:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-arrows-alt-h:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-arrows-alt-v:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-arrows-h:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-arrows-v:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-assistive-listening-systems:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-asterisk:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-at:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-atlas:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-atom:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-atom-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-audio-description:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-award:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-axe:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-axe-battle:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-baby:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-baby-carriage:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-backpack:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-backspace:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-backward:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bacon:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-bacteria:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-bacterium:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-badge:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-badge-check:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-badge-dollar:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-badge-percent:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-badge-sheriff:after { |
| content: "๔ขข"; |
| } |
|
|
| .fad.fa-badger-honey:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-bags-shopping:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-bahai:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-balance-scale:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-balance-scale-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-balance-scale-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ball-pile:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-ballot:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-ballot-check:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-ban:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-band-aid:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-banjo:after { |
| content: "๔ขฃ"; |
| } |
|
|
| .fad.fa-barcode:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-barcode-alt:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-barcode-read:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-barcode-scan:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-bars:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-baseball:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-baseball-ball:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-basketball-ball:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-basketball-hoop:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-bat:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-bath:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-battery-bolt:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-battery-empty:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-battery-full:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-battery-half:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-battery-quarter:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-battery-slash:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-battery-three-quarters:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bed:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-bed-alt:after { |
| content: "๔ฃท"; |
| } |
|
|
| .fad.fa-bed-bunk:after { |
| content: "๔ฃธ"; |
| } |
|
|
| .fad.fa-bed-empty:after { |
| content: "๔ฃน"; |
| } |
|
|
| .fad.fa-beer:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-bell:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-bell-exclamation:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-bell-on:after { |
| content: "๔ฃบ"; |
| } |
|
|
| .fad.fa-bell-plus:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-bell-school:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bell-school-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bell-slash:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-bells:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-betamax:after { |
| content: "๔ขค"; |
| } |
|
|
| .fad.fa-bezier-curve:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bible:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bicycle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-biking:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-biking-mountain:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-binoculars:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-biohazard:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-birthday-cake:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-blanket:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-blender:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-blender-phone:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-blind:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-blinds:after { |
| content: "๔ฃป"; |
| } |
|
|
| .fad.fa-blinds-open:after { |
| content: "๔ฃผ"; |
| } |
|
|
| .fad.fa-blinds-raised:after { |
| content: "๔ฃฝ"; |
| } |
|
|
| .fad.fa-blog:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bold:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-bolt:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-bomb:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-bone:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bone-break:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bong:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-book:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-book-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-book-dead:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-book-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-book-medical:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-book-open:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-book-reader:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-book-spells:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-book-user:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-bookmark:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-books:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-books-medical:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-boombox:after { |
| content: "๔ขฅ"; |
| } |
|
|
| .fad.fa-boot:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-booth-curtain:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-border-all:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-bottom:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-center-h:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-border-center-v:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-border-inner:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-left:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-none:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-outer:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-right:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-style:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-style-alt:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-border-top:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-bow-arrow:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-bowling-ball:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-bowling-pins:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-box:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-box-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-box-ballot:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-box-check:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-box-fragile:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-box-full:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-box-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-box-open:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-box-tissue:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-box-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-box-usd:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-boxes:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-boxes-alt:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-boxing-glove:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-brackets:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-brackets-curly:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-braille:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-brain:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bread-loaf:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-bread-slice:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-briefcase:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-briefcase-medical:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-bring-forward:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-bring-front:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-broadcast-tower:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-broom:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-browser:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-brush:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bug:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-building:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-bullhorn:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-bullseye:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-bullseye-arrow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bullseye-pointer:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-burger-soda:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-burn:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-burrito:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-bus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bus-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-bus-school:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-business-time:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cabinet-filing:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cactus:after { |
| content: "๔ขง"; |
| } |
|
|
| .fad.fa-calculator:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-calculator-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-calendar:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-calendar-alt:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-calendar-check:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-calendar-day:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-calendar-edit:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-calendar-exclamation:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-calendar-minus:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-calendar-plus:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-calendar-star:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-calendar-times:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-calendar-week:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-camcorder:after { |
| content: "๔ขจ"; |
| } |
|
|
| .fad.fa-camera:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-camera-alt:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-camera-home:after { |
| content: "๔ฃพ"; |
| } |
|
|
| .fad.fa-camera-movie:after { |
| content: "๔ขฉ"; |
| } |
|
|
| .fad.fa-camera-polaroid:after { |
| content: "๔ขช"; |
| } |
|
|
| .fad.fa-camera-retro:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-campfire:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-campground:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-candle-holder:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-candy-cane:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-candy-corn:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-cannabis:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-capsules:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-car:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-car-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-car-battery:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-car-building:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-car-bump:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-car-bus:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-car-crash:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-car-garage:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-car-mechanic:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-car-side:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-car-tilt:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-car-wash:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-caravan:after { |
| content: "๔ฃฟ"; |
| } |
|
|
| .fad.fa-caravan-alt:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-caret-circle-down:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-caret-circle-left:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-caret-circle-right:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-caret-circle-up:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-caret-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-caret-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-caret-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-caret-square-down:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-caret-square-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-caret-square-right:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-caret-square-up:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-caret-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-carrot:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cars:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-cart-arrow-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cart-plus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cash-register:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cassette-tape:after { |
| content: "๔ขซ"; |
| } |
|
|
| .fad.fa-cat:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-cat-space:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-cauldron:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-cctv:after { |
| content: "๔ขฌ"; |
| } |
|
|
| .fad.fa-certificate:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-chair:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chair-office:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chalkboard:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chalkboard-teacher:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-charging-station:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-chart-area:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-chart-bar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chart-line:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chart-line-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chart-network:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chart-pie:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chart-pie-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chart-scatter:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-check:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-check-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-check-double:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-check-square:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-cheese:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-cheese-swiss:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-cheeseburger:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-chess:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-chess-bishop:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-chess-bishop-alt:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-chess-board:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-chess-clock:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-chess-clock-alt:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-chess-king:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-chess-king-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-knight:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-knight-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-pawn:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-pawn-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-queen:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-chess-queen-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-rook:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chess-rook-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chevron-circle-down:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-chevron-circle-left:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-chevron-circle-right:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-chevron-circle-up:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-chevron-double-down:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-chevron-double-left:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-chevron-double-right:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-chevron-double-up:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-chevron-down:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-chevron-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chevron-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-chevron-square-down:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-chevron-square-left:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-chevron-square-right:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-chevron-square-up:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-chevron-up:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-child:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-chimney:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-church:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-circle-notch:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-city:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-clarinet:after { |
| content: "๔ขญ"; |
| } |
|
|
| .fad.fa-claw-marks:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-clinic-medical:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-clipboard:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-clipboard-check:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-clipboard-list:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-clipboard-list-check:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-clipboard-prescription:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-clipboard-user:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-clock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-clone:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-closed-captioning:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-download:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-cloud-download-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-drizzle:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-cloud-hail:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-cloud-hail-mixed:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-cloud-meatball:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-cloud-moon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-moon-rain:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-cloud-music:after { |
| content: "๔ขฎ"; |
| } |
|
|
| .fad.fa-cloud-rain:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-cloud-rainbow:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-cloud-showers:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-cloud-showers-heavy:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-sleet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-snow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-sun:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-sun-rain:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cloud-upload:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-cloud-upload-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-clouds:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-clouds-moon:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-clouds-sun:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-club:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-cocktail:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-code:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-code-branch:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-code-commit:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-code-merge:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-coffee:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-coffee-pot:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-coffee-togo:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-coffin:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-coffin-cross:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-cog:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cogs:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-coin:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-coins:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-columns:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-comet:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-comment:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-comment-alt:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-comment-alt-check:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-comment-alt-dollar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-comment-alt-dots:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-comment-alt-edit:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-comment-alt-exclamation:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-comment-alt-lines:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-comment-alt-medical:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-comment-alt-minus:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-comment-alt-music:after { |
| content: "๔ขฏ"; |
| } |
|
|
| .fad.fa-comment-alt-plus:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-comment-alt-slash:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-comment-alt-smile:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-comment-alt-times:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-comment-check:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-comment-dollar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-comment-dots:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-comment-edit:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-comment-exclamation:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-comment-lines:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-comment-medical:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-comment-minus:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-comment-music:after { |
| content: "๔ขฐ"; |
| } |
|
|
| .fad.fa-comment-plus:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-comment-slash:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-comment-smile:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-comment-times:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-comments:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-comments-alt:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-comments-alt-dollar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-comments-dollar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-compact-disc:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-compass:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-compass-slash:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-compress:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-compress-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-compress-arrows-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-compress-wide:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-computer-classic:after { |
| content: "๔ขฑ"; |
| } |
|
|
| .fad.fa-computer-speaker:after { |
| content: "๔ขฒ"; |
| } |
|
|
| .fad.fa-concierge-bell:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-construction:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-container-storage:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-conveyor-belt:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-conveyor-belt-alt:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-cookie:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-cookie-bite:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-copy:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-copyright:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-corn:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-couch:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-cow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cowbell:after { |
| content: "๔ขณ"; |
| } |
|
|
| .fad.fa-cowbell-more:after { |
| content: "๔ขด"; |
| } |
|
|
| .fad.fa-credit-card:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-credit-card-blank:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-credit-card-front:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cricket:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-croissant:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-crop:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-crop-alt:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-cross:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-crosshairs:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-crow:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-crown:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-crutch:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-crutches:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-cube:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-cubes:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-curling:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-cut:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dagger:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-database:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-deaf:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-debug:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-deer:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-deer-rudolph:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-democrat:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-desktop:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-desktop-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dewpoint:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dharmachakra:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-diagnoses:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-diamond:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-dice-d10:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice-d12:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice-d20:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice-d4:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice-d6:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice-d8:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dice-five:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-dice-four:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-dice-one:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-dice-six:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-dice-three:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-dice-two:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-digging:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-digital-tachograph:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-diploma:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-directions:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-disc-drive:after { |
| content: "๔ขต"; |
| } |
|
|
| .fad.fa-disease:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-divide:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-dizzy:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-dna:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-do-not-enter:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-dog:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dog-leashed:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dollar-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-dolly:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-dolly-empty:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-dolly-flatbed:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-dolly-flatbed-alt:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-dolly-flatbed-empty:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-donate:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-door-closed:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-door-open:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-dot-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dove:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-download:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-drafting-compass:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-dragon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-draw-circle:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-draw-polygon:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-draw-square:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-dreidel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-drone:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-drone-alt:after { |
| content: "๔ก "; |
| } |
|
|
| .fad.fa-drum:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-drum-steelpan:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-drumstick:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-drumstick-bite:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dryer:after { |
| content: "๔กก"; |
| } |
|
|
| .fad.fa-dryer-alt:after { |
| content: "๔กข"; |
| } |
|
|
| .fad.fa-duck:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dumbbell:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dumpster:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dumpster-fire:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-dungeon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ear:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-ear-muffs:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-eclipse:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-eclipse-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-edit:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-egg:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-egg-fried:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-eject:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-elephant:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ellipsis-h:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-ellipsis-h-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ellipsis-v:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-ellipsis-v-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-empty-set:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-engine-warning:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-envelope:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-envelope-open:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-envelope-open-dollar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-envelope-open-text:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-envelope-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-equals:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-eraser:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-ethernet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-euro-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-exchange:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-exchange-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-exclamation:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-exclamation-circle:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-exclamation-square:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-exclamation-triangle:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-expand:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-expand-alt:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-expand-arrows:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-expand-arrows-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-expand-wide:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-external-link:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-external-link-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-external-link-square:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-external-link-square-alt:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-eye:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-eye-dropper:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-eye-evil:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-eye-slash:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-fan:after { |
| content: "๔กฃ"; |
| } |
|
|
| .fad.fa-fan-table:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-farm:after { |
| content: "๔กค"; |
| } |
|
|
| .fad.fa-fast-backward:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-fast-forward:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-faucet:after { |
| content: "๔ค
"; |
| } |
|
|
| .fad.fa-faucet-drip:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-fax:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-feather:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-feather-alt:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-female:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-field-hockey:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-fighter-jet:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-file:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-file-alt:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-file-archive:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-audio:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-certificate:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-file-chart-line:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-chart-pie:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-check:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-code:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-contract:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-file-csv:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-download:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-file-edit:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-excel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-exclamation:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-export:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-file-image:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-file-import:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-file-invoice:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-file-invoice-dollar:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-file-medical:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-file-medical-alt:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-file-minus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-music:after { |
| content: "๔ขถ"; |
| } |
|
|
| .fad.fa-file-pdf:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-plus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-powerpoint:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-prescription:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-file-search:after { |
| content: "๔กฅ"; |
| } |
|
|
| .fad.fa-file-signature:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-file-spreadsheet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-times:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-upload:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-file-user:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-video:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-file-word:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-files-medical:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-fill:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-fill-drip:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-film:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-film-alt:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-film-canister:after { |
| content: "๔ขท"; |
| } |
|
|
| .fad.fa-filter:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-fingerprint:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-fire:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-fire-alt:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-fire-extinguisher:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-fire-smoke:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-fireplace:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-first-aid:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-fish:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-fish-cooked:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-fist-raised:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-flag:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-flag-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-flag-checkered:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-flag-usa:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-flame:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-flashlight:after { |
| content: "๔ขธ"; |
| } |
|
|
| .fad.fa-flask:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-flask-poison:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-flask-potion:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-flower:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-flower-daffodil:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-flower-tulip:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-flushed:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-flute:after { |
| content: "๔ขน"; |
| } |
|
|
| .fad.fa-flux-capacitor:after { |
| content: "๔ขบ"; |
| } |
|
|
| .fad.fa-fog:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-folder:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-folder-download:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-folder-minus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-folder-open:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-folder-plus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-folder-times:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-folder-tree:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-folder-upload:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-folders:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-font:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-font-awesome-logo-full:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-font-case:after { |
| content: "๔กฆ"; |
| } |
|
|
| .fad.fa-football-ball:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-football-helmet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-forklift:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-forward:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-fragile:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-french-fries:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-frog:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-frosty-head:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-frown:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-frown-open:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-function:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-funnel-dollar:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-futbol:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-galaxy:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-game-board:after { |
| content: "๔กง"; |
| } |
|
|
| .fad.fa-game-board-alt:after { |
| content: "๔กจ"; |
| } |
|
|
| .fad.fa-game-console-handheld:after { |
| content: "๔ขป"; |
| } |
|
|
| .fad.fa-gamepad:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-gamepad-alt:after { |
| content: "๔ขผ"; |
| } |
|
|
| .fad.fa-garage:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-garage-car:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-garage-open:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-gas-pump:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-gas-pump-slash:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-gavel:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-gem:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-genderless:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-ghost:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-gift:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-gift-card:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-gifts:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-gingerbread-man:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-glass:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-glass-champagne:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-glass-cheers:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-glass-citrus:after { |
| content: "๔กฉ"; |
| } |
|
|
| .fad.fa-glass-martini:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-glass-martini-alt:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-glass-whiskey:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-glass-whiskey-rocks:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-glasses:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-glasses-alt:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-globe:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-globe-africa:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-globe-americas:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-globe-asia:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-globe-europe:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-globe-snow:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-globe-stand:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-golf-ball:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-golf-club:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-gopuram:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-graduation-cap:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-gramophone:after { |
| content: "๔ขฝ"; |
| } |
|
|
| .fad.fa-greater-than:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-greater-than-equal:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-grimace:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-grin:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-beam:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-beam-sweat:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-hearts:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-squint:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-grin-squint-tears:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-stars:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-tears:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-tongue:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-tongue-squint:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-tongue-wink:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grin-wink:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grip-horizontal:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-grip-lines:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-grip-lines-vertical:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-grip-vertical:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-guitar:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-guitar-electric:after { |
| content: "๔ขพ"; |
| } |
|
|
| .fad.fa-guitars:after { |
| content: "๔ขฟ"; |
| } |
|
|
| .fad.fa-h-square:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-h1:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-h2:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-h3:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-h4:after { |
| content: "๔กช"; |
| } |
|
|
| .fad.fa-hamburger:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-hammer:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-hammer-war:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-hamsa:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-hand-heart:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-hand-holding:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-hand-holding-box:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-hand-holding-heart:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-hand-holding-magic:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-hand-holding-medical:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-hand-holding-seedling:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-hand-holding-usd:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-holding-water:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-lizard:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-middle-finger:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-hand-paper:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-peace:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-point-down:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-hand-point-left:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-hand-point-right:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-hand-point-up:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-hand-pointer:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-receiving:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-hand-rock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-scissors:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hand-sparkles:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-hand-spock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hands:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hands-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hands-helping:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hands-usd:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-hands-wash:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-handshake:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-handshake-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-handshake-alt-slash:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-handshake-slash:after { |
| content: "๔ฅ "; |
| } |
|
|
| .fad.fa-hanukiah:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-hard-hat:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-hashtag:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hat-chef:after { |
| content: "๔กซ"; |
| } |
|
|
| .fad.fa-hat-cowboy:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-hat-cowboy-side:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-hat-santa:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-hat-winter:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-hat-witch:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-hat-wizard:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-hdd:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-head-side:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-head-side-brain:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-head-side-cough:after { |
| content: "๔ฅก"; |
| } |
|
|
| .fad.fa-head-side-cough-slash:after { |
| content: "๔ฅข"; |
| } |
|
|
| .fad.fa-head-side-headphones:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-head-side-mask:after { |
| content: "๔ฅฃ"; |
| } |
|
|
| .fad.fa-head-side-medical:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-head-side-virus:after { |
| content: "๔ฅค"; |
| } |
|
|
| .fad.fa-head-vr:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-heading:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-headphones:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-headphones-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-headset:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-heart-broken:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-heart-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-heart-rate:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-heart-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-heartbeat:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-heat:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-helicopter:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-helmet-battle:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-hexagon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-highlighter:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hiking:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-hippo:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-history:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hockey-mask:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-hockey-puck:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hockey-sticks:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-holly-berry:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-home:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-home-alt:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-home-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-home-lg:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-home-lg-alt:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-hood-cloak:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-horizontal-rule:after { |
| content: "๔กฌ"; |
| } |
|
|
| .fad.fa-horse:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-horse-head:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-horse-saddle:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-hospital:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-hospital-alt:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-hospital-symbol:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-hospital-user:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-hospitals:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-hot-tub:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hotdog:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-hotel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hourglass:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hourglass-end:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hourglass-half:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hourglass-start:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-house:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-house-damage:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-house-day:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-house-flood:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-house-leave:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-house-night:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-house-return:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-house-signal:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-house-user:after { |
| content: "๔ฅฅ"; |
| } |
|
|
| .fad.fa-hryvnia:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-humidity:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-hurricane:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-i-cursor:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ice-cream:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-ice-skate:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-icicles:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-icons:after { |
| content: "๔กญ"; |
| } |
|
|
| .fad.fa-icons-alt:after { |
| content: "๔กฎ"; |
| } |
|
|
| .fad.fa-id-badge:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-id-card:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-id-card-alt:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-igloo:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-image:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-image-polaroid:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-images:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-inbox:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-inbox-in:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-inbox-out:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-indent:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-industry:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-industry-alt:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-infinity:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-info:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-info-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-info-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-inhaler:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-integral:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-intersection:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-inventory:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-island-tropical:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-italic:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-jack-o-lantern:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-jedi:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-joint:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-journal-whills:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-joystick:after { |
| content: "๔ฃ
"; |
| } |
|
|
| .fad.fa-jug:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-kaaba:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-kazoo:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-kerning:after { |
| content: "๔กฏ"; |
| } |
|
|
| .fad.fa-key:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-key-skeleton:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-keyboard:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-keynote:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-khanda:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-kidneys:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-kiss:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-kiss-beam:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-kiss-wink-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-kite:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-kiwi-bird:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-knife-kitchen:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-lambda:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-lamp:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lamp-desk:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-lamp-floor:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-landmark:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-landmark-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-language:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-laptop:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-laptop-code:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-laptop-house:after { |
| content: "๔ฅฆ"; |
| } |
|
|
| .fad.fa-laptop-medical:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-lasso:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-laugh:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-laugh-beam:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-laugh-squint:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-laugh-wink:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-layer-group:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-layer-minus:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-layer-plus:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-leaf:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-leaf-heart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-leaf-maple:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-leaf-oak:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-lemon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-less-than:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-less-than-equal:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-level-down:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-level-down-alt:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-level-up:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-level-up-alt:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-life-ring:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-light-ceiling:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-light-switch:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-light-switch-off:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-light-switch-on:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-lightbulb:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-lightbulb-dollar:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-lightbulb-exclamation:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-lightbulb-on:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-lightbulb-slash:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-lights-holiday:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-line-columns:after { |
| content: "๔กฐ"; |
| } |
|
|
| .fad.fa-line-height:after { |
| content: "๔กฑ"; |
| } |
|
|
| .fad.fa-link:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lips:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lira-sign:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-list:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-list-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-list-music:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-list-ol:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-list-ul:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-location:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-location-arrow:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-location-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-location-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lock:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-lock-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lock-open:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lock-open-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-long-arrow-alt-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-long-arrow-alt-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-long-arrow-alt-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-long-arrow-alt-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-long-arrow-down:after { |
| content: "๔
ต"; |
| } |
|
|
| .fad.fa-long-arrow-left:after { |
| content: "๔
ท"; |
| } |
|
|
| .fad.fa-long-arrow-right:after { |
| content: "๔
ธ"; |
| } |
|
|
| .fad.fa-long-arrow-up:after { |
| content: "๔
ถ"; |
| } |
|
|
| .fad.fa-loveseat:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-low-vision:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-luchador:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-luggage-cart:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lungs:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-lungs-virus:after { |
| content: "๔ฅง"; |
| } |
|
|
| .fad.fa-mace:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-magic:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-magnet:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-mail-bulk:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-mailbox:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-male:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-mandolin:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-map:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-map-marked:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marked-alt:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-map-marker:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-alt:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-map-marker-alt-slash:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-map-marker-check:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-edit:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-exclamation:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-minus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-plus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-question:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-smile:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-marker-times:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-map-pin:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-map-signs:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-marker:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-mars:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-mars-double:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-mars-stroke:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-mars-stroke-h:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-mars-stroke-v:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-mask:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-meat:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-medal:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-medkit:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-megaphone:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-meh:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-meh-blank:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-meh-rolling-eyes:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-memory:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-menorah:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-mercury:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-meteor:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-microchip:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-microphone:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-microphone-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-microphone-alt-slash:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-microphone-slash:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-microphone-stand:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-microscope:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-microwave:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-mind-share:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-minus:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-minus-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-minus-hexagon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-minus-octagon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-minus-square:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-mistletoe:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-mitten:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-mobile:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-mobile-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-mobile-android:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-mobile-android-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-money-bill:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-money-bill-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-money-bill-wave:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-money-bill-wave-alt:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-money-check:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-money-check-alt:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-money-check-edit:after { |
| content: "๔กฒ"; |
| } |
|
|
| .fad.fa-money-check-edit-alt:after { |
| content: "๔กณ"; |
| } |
|
|
| .fad.fa-monitor-heart-rate:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-monkey:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-monument:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-moon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-moon-cloud:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-moon-stars:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-mortar-pestle:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-mosque:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-motorcycle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-mountain:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-mountains:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-mouse:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-mouse-alt:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-mouse-pointer:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-mp3-player:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-mug:after { |
| content: "๔กด"; |
| } |
|
|
| .fad.fa-mug-hot:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-mug-marshmallows:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-mug-tea:after { |
| content: "๔กต"; |
| } |
|
|
| .fad.fa-music:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-music-alt:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-music-alt-slash:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-music-slash:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-narwhal:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-network-wired:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-neuter:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-newspaper:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-not-equal:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-notes-medical:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-object-group:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-object-ungroup:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-octagon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-oil-can:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-oil-temp:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-om:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-omega:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-ornament:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-otter:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-outdent:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-outlet:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-oven:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-overline:after { |
| content: "๔กถ"; |
| } |
|
|
| .fad.fa-page-break:after { |
| content: "๔กท"; |
| } |
|
|
| .fad.fa-pager:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-paint-brush:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-paint-brush-alt:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-paint-roller:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-palette:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-pallet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pallet-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-paper-plane:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-paperclip:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-parachute-box:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-paragraph:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-paragraph-rtl:after { |
| content: "๔กธ"; |
| } |
|
|
| .fad.fa-parking:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-parking-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-parking-circle-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-parking-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-passport:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-pastafarianism:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-paste:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-pause:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pause-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-paw:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-paw-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-paw-claws:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-peace:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-pegasus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pen:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pen-alt:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-pen-fancy:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-pen-nib:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-pen-square:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-pencil:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pencil-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pencil-paintbrush:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pencil-ruler:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-pennant:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-people-arrows:after { |
| content: "๔ฅจ"; |
| } |
|
|
| .fad.fa-people-carry:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pepper-hot:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-percent:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-percentage:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-person-booth:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-person-carry:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-person-dolly:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-person-dolly-empty:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-person-sign:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-phone:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-phone-alt:after { |
| content: "๔กน"; |
| } |
|
|
| .fad.fa-phone-laptop:after { |
| content: "๔กบ"; |
| } |
|
|
| .fad.fa-phone-office:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-phone-plus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-phone-rotary:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-phone-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-phone-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-phone-square-alt:after { |
| content: "๔กป"; |
| } |
|
|
| .fad.fa-phone-volume:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-photo-video:after { |
| content: "๔กผ"; |
| } |
|
|
| .fad.fa-pi:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-piano:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-piano-keyboard:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-pie:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-pig:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-piggy-bank:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pills:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pizza:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-pizza-slice:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-place-of-worship:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-plane:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-plane-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-plane-arrival:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-plane-departure:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-plane-slash:after { |
| content: "๔ฅฉ"; |
| } |
|
|
| .fad.fa-planet-moon:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-planet-ringed:after { |
| content: "๔ค "; |
| } |
|
|
| .fad.fa-play:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-play-circle:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-plug:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-plus:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-plus-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-plus-hexagon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-plus-octagon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-plus-square:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-podcast:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-podium:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-podium-star:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-police-box:after { |
| content: "๔คก"; |
| } |
|
|
| .fad.fa-poll:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-poll-h:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-poll-people:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-poo:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-poo-storm:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-poop:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-popcorn:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-portal-enter:after { |
| content: "๔คข"; |
| } |
|
|
| .fad.fa-portal-exit:after { |
| content: "๔คฃ"; |
| } |
|
|
| .fad.fa-portrait:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-pound-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-power-off:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-pray:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-praying-hands:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-prescription:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-prescription-bottle:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-prescription-bottle-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-presentation:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-print:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-print-search:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-print-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-procedures:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-project-diagram:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-projector:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-pump-medical:after { |
| content: "๔ฅช"; |
| } |
|
|
| .fad.fa-pump-soap:after { |
| content: "๔ฅซ"; |
| } |
|
|
| .fad.fa-pumpkin:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-puzzle-piece:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-qrcode:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-question:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-question-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-question-square:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-quidditch:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-quote-left:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-quote-right:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-quran:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-rabbit:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-rabbit-fast:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-racquet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-radar:after { |
| content: "๔คค"; |
| } |
|
|
| .fad.fa-radiation:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-radiation-alt:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-radio:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-radio-alt:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-rainbow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-raindrops:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ram:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ramp-loading:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-random:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-raygun:after { |
| content: "๔คฅ"; |
| } |
|
|
| .fad.fa-receipt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-record-vinyl:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-rectangle-landscape:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-rectangle-portrait:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-rectangle-wide:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-recycle:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-redo:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-redo-alt:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-refrigerator:after { |
| content: "๔คฆ"; |
| } |
|
|
| .fad.fa-registered:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-remove-format:after { |
| content: "๔กฝ"; |
| } |
|
|
| .fad.fa-repeat:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-repeat-1:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-repeat-1-alt:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-repeat-alt:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-reply:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-reply-all:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-republican:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-restroom:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-retweet:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-retweet-alt:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-ribbon:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ring:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-rings-wedding:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-road:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-robot:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-rocket:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-rocket-launch:after { |
| content: "๔คง"; |
| } |
|
|
| .fad.fa-route:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-route-highway:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-route-interstate:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-router:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-rss:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-rss-square:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-ruble-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-ruler:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-ruler-combined:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ruler-horizontal:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ruler-triangle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ruler-vertical:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-running:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-rupee-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-rv:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-sack:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-sack-dollar:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-sad-cry:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-sad-tear:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-salad:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-sandwich:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-satellite:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-satellite-dish:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sausage:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-save:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sax-hot:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-saxophone:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-scalpel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scalpel-path:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scanner:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scanner-image:after { |
| content: "๔ฃณ"; |
| } |
|
|
| .fad.fa-scanner-keyboard:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scanner-touchscreen:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scarecrow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scarf:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-school:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-screwdriver:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scroll:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scroll-old:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-scrubber:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-scythe:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sd-card:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-search:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-search-dollar:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-search-location:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-search-minus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-search-plus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-seedling:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-send-back:after { |
| content: "๔กพ"; |
| } |
|
|
| .fad.fa-send-backward:after { |
| content: "๔กฟ"; |
| } |
|
|
| .fad.fa-sensor:after { |
| content: "๔คจ"; |
| } |
|
|
| .fad.fa-sensor-alert:after { |
| content: "๔คฉ"; |
| } |
|
|
| .fad.fa-sensor-fire:after { |
| content: "๔คช"; |
| } |
|
|
| .fad.fa-sensor-on:after { |
| content: "๔คซ"; |
| } |
|
|
| .fad.fa-sensor-smoke:after { |
| content: "๔คฌ"; |
| } |
|
|
| .fad.fa-server:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-shapes:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-share:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-share-all:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-share-alt:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-share-alt-square:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-share-square:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-sheep:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shekel-sign:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shield:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-shield-alt:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-shield-check:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-shield-cross:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shield-virus:after { |
| content: "๔ฅฌ"; |
| } |
|
|
| .fad.fa-ship:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shipping-fast:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shipping-timed:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shish-kebab:after { |
| content: "๔ ก"; |
| } |
|
|
| .fad.fa-shoe-prints:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shopping-bag:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shopping-basket:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shopping-cart:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-shovel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shovel-snow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shower:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shredder:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-shuttle-van:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-shuttlecock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sickle:after { |
| content: "๔ ข"; |
| } |
|
|
| .fad.fa-sigma:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sign:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sign-in:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sign-in-alt:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-sign-language:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-sign-out:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sign-out-alt:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-signal:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-1:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-2:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-3:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-4:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-alt-1:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-alt-2:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-alt-3:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-alt-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-signal-stream:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-signature:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-sim-card:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sink:after { |
| content: "๔ฅญ"; |
| } |
|
|
| .fad.fa-siren:after { |
| content: "๔คญ"; |
| } |
|
|
| .fad.fa-siren-on:after { |
| content: "๔คฎ"; |
| } |
|
|
| .fad.fa-sitemap:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-skating:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-skeleton:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-ski-jump:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-ski-lift:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-skiing:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-skiing-nordic:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-skull:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-skull-cow:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-skull-crossbones:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sledding:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sleigh:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sliders-h:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sliders-h-square:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-sliders-v:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-sliders-v-square:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-smile:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-smile-beam:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-smile-plus:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-smile-wink:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-smog:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-smoke:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-smoking:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-smoking-ban:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sms:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snake:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snooze:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-snow-blowing:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-snowboarding:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snowflake:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snowflakes:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snowman:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snowmobile:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-snowplow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-soap:after { |
| content: "๔ฅฎ"; |
| } |
|
|
| .fad.fa-socks:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-solar-panel:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-solar-system:after { |
| content: "๔คฏ"; |
| } |
|
|
| .fad.fa-sort:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sort-alpha-down:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-sort-alpha-down-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-alpha-up:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-sort-alpha-up-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-amount-down:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-sort-amount-down-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-amount-up:after { |
| content: "๔
ก"; |
| } |
|
|
| .fad.fa-sort-amount-up-alt:after { |
| content: "๔ข
"; |
| } |
|
|
| .fad.fa-sort-circle:after { |
| content: "๔คฐ"; |
| } |
|
|
| .fad.fa-sort-circle-down:after { |
| content: "๔คฑ"; |
| } |
|
|
| .fad.fa-sort-circle-up:after { |
| content: "๔คฒ"; |
| } |
|
|
| .fad.fa-sort-down:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sort-numeric-down:after { |
| content: "๔
ข"; |
| } |
|
|
| .fad.fa-sort-numeric-down-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-numeric-up:after { |
| content: "๔
ฃ"; |
| } |
|
|
| .fad.fa-sort-numeric-up-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-shapes-down:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-shapes-down-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-shapes-up:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-shapes-up-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-size-down:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-size-down-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-size-up:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-size-up-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sort-up:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-soup:after { |
| content: "๔ ฃ"; |
| } |
|
|
| .fad.fa-spa:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-space-shuttle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-space-station-moon:after { |
| content: "๔คณ"; |
| } |
|
|
| .fad.fa-space-station-moon-alt:after { |
| content: "๔คด"; |
| } |
|
|
| .fad.fa-spade:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-sparkles:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-speaker:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-speakers:after { |
| content: "๔ฃ "; |
| } |
|
|
| .fad.fa-spell-check:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-spider:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-spider-black-widow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-spider-web:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-spinner:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-spinner-third:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-splotch:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-spray-can:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-sprinkler:after { |
| content: "๔คต"; |
| } |
|
|
| .fad.fa-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-square-full:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-square-root:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-square-root-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-squirrel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-staff:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stamp:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-star:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-star-and-crescent:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-star-christmas:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-star-exclamation:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-star-half:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-star-half-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-star-of-david:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-star-of-life:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-star-shooting:after { |
| content: "๔คถ"; |
| } |
|
|
| .fad.fa-starfighter:after { |
| content: "๔คท"; |
| } |
|
|
| .fad.fa-starfighter-alt:after { |
| content: "๔คธ"; |
| } |
|
|
| .fad.fa-stars:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-starship:after { |
| content: "๔คน"; |
| } |
|
|
| .fad.fa-starship-freighter:after { |
| content: "๔คบ"; |
| } |
|
|
| .fad.fa-steak:after { |
| content: "๔ ค"; |
| } |
|
|
| .fad.fa-steering-wheel:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-step-backward:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-step-forward:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stethoscope:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-sticky-note:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stocking:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stomach:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-stop:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stop-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stopwatch:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-stopwatch-20:after { |
| content: "๔ฅฏ"; |
| } |
|
|
| .fad.fa-store:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-store-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-store-alt-slash:after { |
| content: "๔ฅฐ"; |
| } |
|
|
| .fad.fa-store-slash:after { |
| content: "๔ฅฑ"; |
| } |
|
|
| .fad.fa-stream:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-street-view:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stretcher:after { |
| content: "๔ ฅ"; |
| } |
|
|
| .fad.fa-strikethrough:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-stroopwafel:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-subscript:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-subway:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-suitcase:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-suitcase-rolling:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sun:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-sun-cloud:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-sun-dust:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-sun-haze:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-sunglasses:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-sunrise:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-sunset:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-superscript:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-surprise:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-swatchbook:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-swimmer:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-swimming-pool:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-sword:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sword-laser:after { |
| content: "๔คป"; |
| } |
|
|
| .fad.fa-sword-laser-alt:after { |
| content: "๔คผ"; |
| } |
|
|
| .fad.fa-swords:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-swords-laser:after { |
| content: "๔คฝ"; |
| } |
|
|
| .fad.fa-synagogue:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-sync:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-sync-alt:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-syringe:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-table:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-table-tennis:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tablet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tablet-alt:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-tablet-android:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-tablet-android-alt:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-tablet-rugged:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tablets:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tachometer:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-tachometer-alt:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-tachometer-alt-average:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-tachometer-alt-fast:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-tachometer-alt-fastest:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-tachometer-alt-slow:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-tachometer-alt-slowest:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-tachometer-average:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-tachometer-fast:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-tachometer-fastest:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-tachometer-slow:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-tachometer-slowest:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-taco:after { |
| content: "๔ ฆ"; |
| } |
|
|
| .fad.fa-tag:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-tags:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-tally:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tanakh:after { |
| content: "๔ ง"; |
| } |
|
|
| .fad.fa-tape:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tasks:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-tasks-alt:after { |
| content: "๔ จ"; |
| } |
|
|
| .fad.fa-taxi:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-teeth:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-teeth-open:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-telescope:after { |
| content: "๔คพ"; |
| } |
|
|
| .fad.fa-temperature-down:after { |
| content: "๔คฟ"; |
| } |
|
|
| .fad.fa-temperature-frigid:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-temperature-high:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-temperature-hot:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-temperature-low:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-temperature-up:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-tenge:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tennis-ball:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-terminal:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-text:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-text-height:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-text-size:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-text-width:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-th:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-th-large:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-th-list:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-theater-masks:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-thermometer:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thermometer-empty:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thermometer-full:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thermometer-half:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thermometer-quarter:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thermometer-three-quarters:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-theta:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thumbs-down:after { |
| content: "๔
ฅ"; |
| } |
|
|
| .fad.fa-thumbs-up:after { |
| content: "๔
ค"; |
| } |
|
|
| .fad.fa-thumbtack:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-thunderstorm:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-thunderstorm-moon:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-thunderstorm-sun:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-ticket:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-ticket-alt:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-tilde:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-times:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-times-circle:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-times-hexagon:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-times-octagon:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-times-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tint:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tint-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tire:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-tire-flat:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-tire-pressure-warning:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-tire-rugged:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-tired:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-toggle-off:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-toggle-on:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-toilet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-toilet-paper:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-toilet-paper-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-toilet-paper-slash:after { |
| content: "๔ฅฒ"; |
| } |
|
|
| .fad.fa-tombstone:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-tombstone-alt:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-toolbox:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tools:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tooth:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-toothbrush:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-torah:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-torii-gate:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-tornado:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-tractor:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-trademark:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-traffic-cone:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-traffic-light:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-traffic-light-go:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-traffic-light-slow:after { |
| content: "๔น"; |
| } |
|
|
| .fad.fa-traffic-light-stop:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-trailer:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-train:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-tram:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-transgender:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-transgender-alt:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-transporter:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-transporter-1:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-transporter-2:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-transporter-3:after { |
| content: "๔ฅ
"; |
| } |
|
|
| .fad.fa-transporter-empty:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-trash:after { |
| content: "๔ธ"; |
| } |
|
|
| .fad.fa-trash-alt:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-trash-restore:after { |
| content: "๔ ฉ"; |
| } |
|
|
| .fad.fa-trash-restore-alt:after { |
| content: "๔ ช"; |
| } |
|
|
| .fad.fa-trash-undo:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-trash-undo-alt:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-treasure-chest:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-tree:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-tree-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tree-christmas:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tree-decorated:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tree-large:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tree-palm:after { |
| content: "๔ ซ"; |
| } |
|
|
| .fad.fa-trees:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-triangle:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-triangle-music:after { |
| content: "๔ฃข"; |
| } |
|
|
| .fad.fa-trophy:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-trophy-alt:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-truck:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-truck-container:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-truck-couch:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-truck-loading:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-truck-monster:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-truck-moving:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-truck-pickup:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-truck-plow:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-truck-ramp:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-trumpet:after { |
| content: "๔ฃฃ"; |
| } |
|
|
| .fad.fa-tshirt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-tty:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-turkey:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-turntable:after { |
| content: "๔ฃค"; |
| } |
|
|
| .fad.fa-turtle:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-tv:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-tv-alt:after { |
| content: "๔ฃฅ"; |
| } |
|
|
| .fad.fa-tv-music:after { |
| content: "๔ฃฆ"; |
| } |
|
|
| .fad.fa-tv-retro:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-typewriter:after { |
| content: "๔ฃง"; |
| } |
|
|
| .fad.fa-ufo:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-ufo-beam:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-umbrella:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-umbrella-beach:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-underline:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-undo:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-undo-alt:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-unicorn:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-union:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-universal-access:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-university:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-unlink:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-unlock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-unlock-alt:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-upload:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-usb-drive:after { |
| content: "๔ฃฉ"; |
| } |
|
|
| .fad.fa-usd-circle:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-usd-square:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-user:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-alien:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-user-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-alt-slash:after { |
| content: "๔บ"; |
| } |
|
|
| .fad.fa-user-astronaut:after { |
| content: "๔ป"; |
| } |
|
|
| .fad.fa-user-chart:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-user-check:after { |
| content: "๔ผ"; |
| } |
|
|
| .fad.fa-user-circle:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-user-clock:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-user-cog:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-user-cowboy:after { |
| content: "๔ฃช"; |
| } |
|
|
| .fad.fa-user-crown:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-user-edit:after { |
| content: "๔ฟ"; |
| } |
|
|
| .fad.fa-user-friends:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-graduate:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-hard-hat:after { |
| content: "๔ ฌ"; |
| } |
|
|
| .fad.fa-user-headset:after { |
| content: "๔ ญ"; |
| } |
|
|
| .fad.fa-user-injured:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-user-lock:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-md:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-user-md-chat:after { |
| content: "๔ ฎ"; |
| } |
|
|
| .fad.fa-user-minus:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-music:after { |
| content: "๔ฃซ"; |
| } |
|
|
| .fad.fa-user-ninja:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-nurse:after { |
| content: "๔ ฏ"; |
| } |
|
|
| .fad.fa-user-plus:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-user-robot:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-user-secret:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-shield:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-user-slash:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-tag:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-tie:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-user-times:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-user-unlock:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-user-visor:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-users:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-users-class:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-users-cog:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-users-crown:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-users-medical:after { |
| content: "๔ ฐ"; |
| } |
|
|
| .fad.fa-users-slash:after { |
| content: "๔ฅณ"; |
| } |
|
|
| .fad.fa-utensil-fork:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-utensil-knife:after { |
| content: "๔ค"; |
| } |
|
|
| .fad.fa-utensil-spoon:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-utensils:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-utensils-alt:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-vacuum:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-vacuum-robot:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-value-absolute:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-vector-square:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-venus:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-venus-double:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-venus-mars:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-vhs:after { |
| content: "๔ฃฌ"; |
| } |
|
|
| .fad.fa-vial:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-vials:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-video:after { |
| content: "๔ฝ"; |
| } |
|
|
| .fad.fa-video-plus:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-video-slash:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-vihara:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-violin:after { |
| content: "๔ฃญ"; |
| } |
|
|
| .fad.fa-virus:after { |
| content: "๔ฅด"; |
| } |
|
|
| .fad.fa-virus-slash:after { |
| content: "๔ฅต"; |
| } |
|
|
| .fad.fa-viruses:after { |
| content: "๔ฅถ"; |
| } |
|
|
| .fad.fa-voicemail:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-volcano:after { |
| content: "๔ฐ"; |
| } |
|
|
| .fad.fa-volleyball-ball:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-volume:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-volume-down:after { |
| content: "๔ง"; |
| } |
|
|
| .fad.fa-volume-mute:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-volume-off:after { |
| content: "๔ฆ"; |
| } |
|
|
| .fad.fa-volume-slash:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-volume-up:after { |
| content: "๔จ"; |
| } |
|
|
| .fad.fa-vote-nay:after { |
| content: "๔ฑ"; |
| } |
|
|
| .fad.fa-vote-yea:after { |
| content: "๔ฒ"; |
| } |
|
|
| .fad.fa-vr-cardboard:after { |
| content: "๔ฉ"; |
| } |
|
|
| .fad.fa-wagon-covered:after { |
| content: "๔ฃฎ"; |
| } |
|
|
| .fad.fa-walker:after { |
| content: "๔ ฑ"; |
| } |
|
|
| .fad.fa-walkie-talkie:after { |
| content: "๔ฃฏ"; |
| } |
|
|
| .fad.fa-walking:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-wallet:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-wand:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-wand-magic:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-warehouse:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-warehouse-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-washer:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-watch:after { |
| content: "๔ก"; |
| } |
|
|
| .fad.fa-watch-calculator:after { |
| content: "๔ฃฐ"; |
| } |
|
|
| .fad.fa-watch-fitness:after { |
| content: "๔พ"; |
| } |
|
|
| .fad.fa-water:after { |
| content: "๔ณ"; |
| } |
|
|
| .fad.fa-water-lower:after { |
| content: "๔ด"; |
| } |
|
|
| .fad.fa-water-rise:after { |
| content: "๔ต"; |
| } |
|
|
| .fad.fa-wave-sine:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-wave-square:after { |
| content: "๔ พ"; |
| } |
|
|
| .fad.fa-wave-triangle:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-waveform:after { |
| content: "๔ฃฑ"; |
| } |
|
|
| .fad.fa-waveform-path:after { |
| content: "๔ฃฒ"; |
| } |
|
|
| .fad.fa-webcam:after { |
| content: "๔ ฒ"; |
| } |
|
|
| .fad.fa-webcam-slash:after { |
| content: "๔ ณ"; |
| } |
|
|
| .fad.fa-weight:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-weight-hanging:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-whale:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-wheat:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-wheelchair:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-whistle:after { |
| content: "๔ "; |
| } |
|
|
| .fad.fa-wifi:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-wifi-1:after { |
| content: "๔ช"; |
| } |
|
|
| .fad.fa-wifi-2:after { |
| content: "๔ซ"; |
| } |
|
|
| .fad.fa-wifi-slash:after { |
| content: "๔ฌ"; |
| } |
|
|
| .fad.fa-wind:after { |
| content: "๔ฎ"; |
| } |
|
|
| .fad.fa-wind-turbine:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-wind-warning:after { |
| content: "๔ถ"; |
| } |
|
|
| .fad.fa-window:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-window-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-window-close:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-window-frame:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-window-frame-open:after { |
| content: "๔ฅ"; |
| } |
|
|
| .fad.fa-window-maximize:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-window-minimize:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-window-restore:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-windsock:after { |
| content: "๔ท"; |
| } |
|
|
| .fad.fa-wine-bottle:after { |
| content: "๔ฏ"; |
| } |
|
|
| .fad.fa-wine-glass:after { |
| content: "๔ฃ"; |
| } |
|
|
| .fad.fa-wine-glass-alt:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-won-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-wreath:after { |
| content: "๔ข"; |
| } |
|
|
| .fad.fa-wrench:after { |
| content: "๔ญ"; |
| } |
|
|
| .fad.fa-x-ray:after { |
| content: "๔"; |
| } |
|
|
| .fad.fa-yen-sign:after { |
| content: "๔
"; |
| } |
|
|
| .fad.fa-yin-yang:after { |
| content: "๔ญ"; |
| } |
|
|
| .fal { |
| font-family: "Font Awesome 5 Pro"; |
| font-weight: 300; |
| } |
|
|
| .far { |
| font-family: "Font Awesome 5 Pro"; |
| font-weight: 400; |
| } |
|
|
| .fa, .fas { |
| font-family: "Font Awesome 5 Pro"; |
| font-weight: 900; |
| } |
|
|