@argusoft/medplat-app-shell 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +139 -141
- package/src/GlobalErrorBoundary.jsx +31 -0
- package/src/SilentErrorFallback.jsx +68 -0
- package/src/TrackingProviderWrapper.jsx +40 -0
- package/src/_tests_/__mocks__/MockTranslationProvider.jsx +21 -0
- package/src/_tests_/__mocks__/ckeditor.js +45 -0
- package/src/_tests_/__mocks__/fileMock.js +1 -0
- package/src/_tests_/__mocks__/useranalytics.js +5 -0
- package/src/_tests_/views/components/Dashboard/DashboardUI.test.jsx +137 -0
- package/src/_tests_/views/components/Dashboard/DashboardUIMock.js +877 -0
- package/src/_tests_/views/components/ForgotPassword/ForgotPassword.test.jsx +314 -0
- package/src/_tests_/views/components/LocationDirective/LocationDirective.test.jsx.disable +229 -0
- package/src/_tests_/views/components/LocationDirective/mockLocationDirective.js +810 -0
- package/src/_tests_/views/components/LocationType/MockLocationType.js +42259 -0
- package/src/_tests_/views/components/LocationType/addlocationtype.test.jsx.disable +276 -0
- package/src/_tests_/views/components/LocationType/editlocationtype.test.jsx.disable +262 -0
- package/src/_tests_/views/components/LocationType/locationtype.test.jsx.disable +148 -0
- package/src/_tests_/views/components/Profile/UpdateProfileModalData.js +4396 -0
- package/src/_tests_/views/components/Profile/updateprofilemodal.test.jsx +282 -0
- package/src/_tests_/views/components/SideBar/MockSideBar.js +1379 -0
- package/src/_tests_/views/components/SideBar/SideBar.test.jsx +98 -0
- package/src/_tests_/views/components/SystemConfig/ManageSystemConfig/AddManageSystemConfig.test.jsx.disable +164 -0
- package/src/_tests_/views/components/SystemConfig/ManageSystemConfig/UpdateManageSystemConfig.test.jsx.disable +157 -0
- package/src/_tests_/views/components/SystemConfig/MockSystemConfig.js +1280 -0
- package/src/_tests_/views/components/SystemConfig/SystemConfig.test.jsx.disable +165 -0
- package/src/_tests_/views/components/login/Login.test.jsx +276 -0
- package/src/_tests_/views/components/login/MockAuthorise.js +2414 -0
- package/src/_tests_/views/components/login/ServiceResponse.js +595 -0
- package/src/_tests_/views/components/user/MockManageUser.js +7965 -0
- package/src/_tests_/views/components/user/manageuser.test.jsx.disable +989 -0
- package/src/_tests_/views/components/user/mockUsersData.js +582 -0
- package/src/assets/img/OASISLogin.png +0 -0
- package/src/assets/img/bahaarNew.png +0 -0
- package/src/assets/img/dnhdd4K.png +0 -0
- package/src/assets/img/govtofup.png +0 -0
- package/src/assets/img/sewarural4K.png +0 -0
- package/src/assets/img/techo4K.png +0 -0
- package/src/assets/img/up4K.png +0 -0
- package/src/common/HolidayList.jsx +573 -0
- package/src/common/MalaciaousInputUtil.js +23 -0
- package/src/common/SafeHtml.jsx +17 -0
- package/src/common/VersionManager.jsx +109 -0
- package/src/common/constants/PerformanceDashboard.js +514 -0
- package/src/common/constants/app.constant.js +781 -0
- package/src/common/constants/cccVerificationConstants.js +18 -0
- package/src/common/constants/fhsrConstant.js +33 -0
- package/src/common/constants/gvk-verification.constant.js +76 -0
- package/src/common/constants/search.constant.js +23 -0
- package/src/common/constants/teleconsulatationConstant.jsx +1339 -0
- package/src/common/directives/SearchTemplate.jsx +784 -0
- package/src/common/directives/SearchTemplate.scss +14 -0
- package/src/common/dynamicView/DynamicView.jsx +353 -0
- package/src/common/dynamicView/InputFieldComponent.jsx +1501 -0
- package/src/common/dynamicView/InputViewComponent.jsx +298 -0
- package/src/common/dynamicView/InputViewComponent.scss +15 -0
- package/src/common/env.js +5 -0
- package/src/common/filters/locationNameFilter.js +26 -0
- package/src/common/fontAwesomeIcons/FontAwesomeIcons.jsx +27 -0
- package/src/common/fontAwesomeIcons/FontAwesomeIconsNames.js +1968 -0
- package/src/common/fontPreferences/fontSizeProvider.jsx +34 -0
- package/src/common/fontPreferences/fontSizeSelector.jsx +116 -0
- package/src/common/getAssignedFeature/getAssignedFeature.js +32 -0
- package/src/common/interceptors/AxiosInterceptor.js +216 -0
- package/src/common/languageTranslator/TranslationContext.js +5 -0
- package/src/common/languageTranslator/TranslationProvider.jsx +24 -0
- package/src/common/languageTranslator/i18n.js +49 -0
- package/src/common/services/AuthenticateService.js +116 -0
- package/src/common/services/DownloadFile.js +35 -0
- package/src/common/services/ForgotPassword.js +18 -0
- package/src/common/services/FormConfiguratorService.js +195 -0
- package/src/common/services/GlobalApis.js +84 -0
- package/src/common/services/InterceptorNavigationService.js +17 -0
- package/src/common/services/LocationService.js +65 -0
- package/src/common/services/LocationType.js +11 -0
- package/src/common/services/QueryBuilder.js +36 -0
- package/src/common/services/Roles.js +28 -0
- package/src/common/services/SyncWithServer.js +15 -0
- package/src/common/services/SystemConfig.js +15 -0
- package/src/common/services/TranslationService.js +70 -0
- package/src/common/services/TwoFactorService.js +7 -0
- package/src/common/services/Users.js +91 -0
- package/src/common/services/Webtasks.js +27 -0
- package/src/common/services/util/Convert-pad-data-to-API-format.jsx +167 -0
- package/src/common/services/util/Convert-to-UI-format.jsx +82 -0
- package/src/common/services/util/EmptyPrescriptionPadData.jsx +11 -0
- package/src/common/services/util/GeneralUtil.js +456 -0
- package/src/common/services/util/Prescription-pad-util.js +339 -0
- package/src/common/services/util/PrescriptionPadData.js +67 -0
- package/src/common/services/util/PrescriptionpadCommonUtil.js +96 -0
- package/src/common/services/util/ReportFieldUtil.jsx +398 -0
- package/src/common/services/util/WebSocketContext.jsx +261 -0
- package/src/common/syncWithServer/SyncWithServerDialog.jsx +170 -0
- package/src/common/syncWithServer/SyncWithServerDialogSkeleton.jsx +67 -0
- package/src/common/tests/CustomWrapper.jsx +49 -0
- package/src/common/tests/TranslationWrapper.jsx +38 -0
- package/src/common/themeProvider/ColorInputs.jsx +97 -0
- package/src/common/themeProvider/EditableColorInput.jsx +128 -0
- package/src/common/themeProvider/ThemeEditor.jsx +319 -0
- package/src/common/themeProvider/ThemeProvider.jsx +210 -0
- package/src/common/themeProvider/themeConfig.js +558 -0
- package/src/common/toaster/toaster.jsx +30 -0
- package/src/firebaseConfig.js +24 -0
- package/src/global.scss +221 -0
- package/src/hooks/.gitkeep +0 -0
- package/src/hooks/useAESEncryption.js +56 -0
- package/src/hooks/useCaching.js +43 -0
- package/src/hooks/useDebounce.js +34 -0
- package/src/hooks/useDebounceFn.js +50 -0
- package/src/hooks/useDownloadPdf.js +358 -0
- package/src/hooks/useDownloadXlsx.js +55 -0
- package/src/hooks/useListValueFieldValues.js +30 -0
- package/src/hooks/useLocationHierarchies.js +63 -0
- package/src/hooks/useLocationHierarchyTranslate.js +16 -0
- package/src/hooks/useOnline.js +27 -0
- package/src/hooks/usePagination.js +63 -0
- package/src/hooks/useRefreshToken.js +87 -0
- package/src/hooks/useScript.js +25 -0
- package/src/hooks/useStopwatch.js +75 -0
- package/src/hooks/useTrackEvent.js +22 -0
- package/src/hooks/useWebAudioRecorder.js +115 -0
- package/src/layout/LoaderComponet.jsx +22 -0
- package/src/layout/LoaderContext.jsx +29 -0
- package/src/layout/mainLayout/AdaptiveZoom.jsx +27 -0
- package/src/layout/mainLayout/Chatbot.jsx +243 -0
- package/src/layout/mainLayout/Layout.jsx +445 -0
- package/src/layout/mainLayout/Profile/UpdateProfileModal.jsx +684 -0
- package/src/layout/mainLayout/header/LogoutModal.jsx +131 -0
- package/src/layout/mainLayout/header/Navbar.jsx +1677 -0
- package/src/layout/mainLayout/header/Navbar.scss +4 -0
- package/src/layout/mainLayout/header/index.js +0 -0
- package/src/layout/mainLayout/sidebar/SideBar.jsx +1402 -0
- package/src/layout/mainLayout/sidebar/Sidebar.css +159 -0
- package/src/layout/mainLayout/sidebar/index.js +0 -0
- package/src/logo.svg +1 -0
- package/src/reportWebVitals.js +13 -0
- package/src/setupFirebaseMessaging.js +28 -0
- package/src/setupTests.js +8 -0
- package/src/store/actions/AuthenticationActions.js +0 -0
- package/src/store/actions/ReportsActions.js +0 -0
- package/src/store/actions/TranslationAction.js +0 -0
- package/src/store/index.js +8 -0
- package/src/store/reducer.js +46 -0
- package/src/store/reducers/AuthenticationReducer.js +50 -0
- package/src/store/reducers/CalendarEventReducer.js +41 -0
- package/src/store/reducers/ConditionClipboardReducer.js +45 -0
- package/src/store/reducers/FeatureReducer.js +27 -0
- package/src/store/reducers/FormConfiguratorReducer.js +38 -0
- package/src/store/reducers/LoadingReducer.js +20 -0
- package/src/store/reducers/MembersAuthenticationReducer.js +28 -0
- package/src/store/reducers/PrescriptionPadReducer.js +329 -0
- package/src/store/reducers/QuestionaireReducer.js +29 -0
- package/src/store/reducers/ReportsReducer.js +24 -0
- package/src/store/reducers/SkeletonReducer.js +20 -0
- package/src/store/reducers/ThemeReducer.js +106 -0
- package/src/store/reducers/TranslationReducer.js +126 -0
- package/src/store/reducers/dashboardEditorSlice.js +77 -0
- package/src/store/reducers/districtHealthDashboardSlice.js +58 -0
- package/src/store/reducers/immunizationSlice.js +234 -0
- package/src/store/slices/dashboardPagesSlice.js +51 -0
- package/src/utils/.gitkeep +0 -0
- package/src/utils/FormConstants.js +2629 -0
- package/src/utils/GujaratTopoChart.jsx +483 -0
- package/src/utils/UUIDgenerator.js +8 -0
- package/src/utils/appointment-utils/appointment-utils.js +123 -0
- package/src/utils/feature.js +42 -0
- package/src/utils/getThemeColor.js +12 -0
- package/src/utils/localStorageHelper.js +11 -0
- package/src/utils/notifications/enable-push-notifications.js +27 -0
- package/src/utils/resolveAppliedStyle.js +11 -0
- package/src/utils/themeConfigs.js +1483 -0
- package/src/views/custom-components/.gitkeep +0 -0
- package/src/views/custom-components/AgIconButton/RIf.jsx +14 -0
- package/src/views/custom-components/AgIconButton/button.jsx +108 -0
- package/src/views/custom-components/AgIconButton/waterDrop.jsx +95 -0
- package/src/views/custom-components/AgIconButton/waterDrop.scss +37 -0
- package/src/views/custom-components/AlertPlaceholder.jsx +32 -0
- package/src/views/custom-components/AllFaIconsSelector.jsx +56 -0
- package/src/views/custom-components/CkEditor/CkEditor.js +102 -0
- package/src/views/custom-components/CustomAccordion.jsx +72 -0
- package/src/views/custom-components/CustomActionIcons.jsx +118 -0
- package/src/views/custom-components/CustomAutoComplete.jsx +188 -0
- package/src/views/custom-components/CustomCheckBox.jsx +60 -0
- package/src/views/custom-components/CustomConfirmationModal.jsx +118 -0
- package/src/views/custom-components/CustomCountrySelect.jsx +129 -0
- package/src/views/custom-components/CustomDatePicker.jsx +122 -0
- package/src/views/custom-components/CustomDropdown.jsx +191 -0
- package/src/views/custom-components/CustomFileUpload.jsx +387 -0
- package/src/views/custom-components/CustomFullCalendar.jsx +514 -0
- package/src/views/custom-components/CustomInfiniteScroll.jsx +126 -0
- package/src/views/custom-components/CustomRadioComponent.jsx +65 -0
- package/src/views/custom-components/CustomStatsComponent.jsx +114 -0
- package/src/views/custom-components/CustomSvgUpload.jsx +170 -0
- package/src/views/custom-components/CustomSwitch.jsx +37 -0
- package/src/views/custom-components/CustomTabPanel.jsx +19 -0
- package/src/views/custom-components/CustomTextArea.jsx +62 -0
- package/src/views/custom-components/CustomTextArea.scss +27 -0
- package/src/views/custom-components/CustomTextField.jsx +116 -0
- package/src/views/custom-components/CustomToggleSwitch.jsx +138 -0
- package/src/views/custom-components/CustomTooltip.jsx +51 -0
- package/src/views/custom-components/CustomZoomImage.jsx +134 -0
- package/src/views/custom-components/CustomizedTable/CustomizedTableV2.jsx +1407 -0
- package/src/views/custom-components/CustomizedTable/VirtualizeTableBody.jsx +295 -0
- package/src/views/custom-components/CustomizedTable/helper.jsx +159 -0
- package/src/views/custom-components/CustomizedTable.jsx +532 -0
- package/src/views/custom-components/EditInputField.jsx +174 -0
- package/src/views/custom-components/FieldDescription.jsx +22 -0
- package/src/views/custom-components/FileDisplayComponent.jsx +138 -0
- package/src/views/custom-components/FormItem.jsx +53 -0
- package/src/views/custom-components/GenericChart.jsx +80 -0
- package/src/views/custom-components/InfoBadge.jsx +60 -0
- package/src/views/custom-components/PostgresEditor.jsx +801 -0
- package/src/views/custom-components/ResizableEditAutocompleteField.jsx +249 -0
- package/src/views/custom-components/ResizableEditInputField.jsx +215 -0
- package/src/views/custom-components/ResizeableEditSelectField.jsx +197 -0
- package/src/views/custom-components/SideOverlay.jsx +113 -0
- package/src/views/custom-components/SideOverlay.scss +42 -0
- package/src/views/custom-components/calendar.scss +571 -0
- package/src/views/feature-components/.gitkeep +0 -0
- package/src/views/feature-components/Dashboard/DashboardUI.jsx +1043 -0
- package/src/views/feature-components/Dashboard/DhnddModal/AshaDataQualityVerificationModal.jsx +278 -0
- package/src/views/feature-components/Dashboard/PinFeatureModal.jsx +143 -0
- package/src/views/feature-components/Dashboard/QuickLinks.jsx +163 -0
- package/src/views/feature-components/Dashboard/Taskbar.jsx +56 -0
- package/src/views/feature-components/Dashboard/WebtasksFilterForm.jsx +109 -0
- package/src/views/feature-components/Dashboard/WidgetCard.jsx +161 -0
- package/src/views/feature-components/Dashboard/actionModal.jsx +263 -0
- package/src/views/feature-components/Dashboard/ekavachModal/HealthWorkerIncorrectDetailsModal.jsx +332 -0
- package/src/views/feature-components/Dashboard/ekavachModal/MoMaternalDeathVerifcationModal.jsx +275 -0
- package/src/views/feature-components/Dashboard/ekavachModal/MoVerficationForChildScreeningMoadal.jsx +566 -0
- package/src/views/feature-components/FeatureUsageAnalytics/FeatureUsageAnalytics.jsx +989 -0
- package/src/views/feature-components/Features/NewServerManagement.jsx +217 -0
- package/src/views/feature-components/Features/ServerManagement.scss +120 -0
- package/src/views/feature-components/ForgotPassword/ForgotPassword.jsx +226 -0
- package/src/views/feature-components/LocationDirective/LocationDirective.jsx +992 -0
- package/src/views/feature-components/LocationDirective/LocationDirectiveV2.jsx +909 -0
- package/src/views/feature-components/NotFound.jsx +66 -0
- package/src/views/feature-components/Onboarding/Onboarding.jsx +1400 -0
- package/src/views/feature-components/Skeletons.js +115 -0
- package/src/views/feature-components/Unauthorized.jsx +48 -0
- package/src/views/feature-components/VerifyRoute.jsx +88 -0
- package/src/views/feature-components/YearlyRecap/YearlyRecap.jsx +357 -0
- package/src/views/feature-components/YearlyRecap/components/RecapSlide.jsx +183 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/TranslationContext.js +5 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/TranslationProvider.jsx +26 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/i18n.js +46 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/translations.json +167 -0
- package/src/views/feature-components/YearlyRecap/slides/IntroSlide.jsx +233 -0
- package/src/views/feature-components/YearlyRecap/slides/MaternalHealthSlide.jsx +146 -0
- package/src/views/feature-components/YearlyRecap/slides/MetricSlide.jsx +227 -0
- package/src/views/feature-components/YearlyRecap/slides/OutroSlide.jsx +701 -0
- package/src/views/feature-components/YearlyRecap/slides/ReachSlide.jsx +273 -0
- package/src/views/feature-components/login/Login.jsx +840 -0
- package/src/views/feature-components/login/Login.scss +154 -0
- package/src/views/feature-components/login/LoginConfigurator.jsx +1149 -0
- package/src/views/feature-components/login/TwoFactorSetupModal.jsx +411 -0
- package/src/views/feature-components/login/simplifyMenu.js +45 -0
- package/src/views/feature-components/system-config/ManageSystemConfigs.jsx +284 -0
- package/src/views/feature-components/system-config/SystemConfig.jsx +299 -0
- package/src/views/feature-components/users/ChangePasswordModal.jsx +243 -0
- package/src/views/feature-components/users/PasswordField.jsx +56 -0
- package/dist/index.css +0 -1
- package/dist/index.js +0 -32001
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1,1968 @@
|
|
|
1
|
+
export const FontAwesomeIconsNames = [
|
|
2
|
+
'faAd',
|
|
3
|
+
'faAdd',
|
|
4
|
+
'faAddressBook',
|
|
5
|
+
'faAddressCard',
|
|
6
|
+
'faAdjust',
|
|
7
|
+
'faAirFreshener',
|
|
8
|
+
'faAlignCenter',
|
|
9
|
+
'faAlignJustify',
|
|
10
|
+
'faAlignLeft',
|
|
11
|
+
'faAlignRight',
|
|
12
|
+
'faAllergies',
|
|
13
|
+
'faAmbulance',
|
|
14
|
+
'faAmericanSignLanguageInterpreting',
|
|
15
|
+
'faAnchor',
|
|
16
|
+
'faAnchorCircleCheck',
|
|
17
|
+
'faAnchorCircleExclamation',
|
|
18
|
+
'faAnchorCircleXmark',
|
|
19
|
+
'faAnchorLock',
|
|
20
|
+
'faAngleDoubleDown',
|
|
21
|
+
'faAngleDoubleLeft',
|
|
22
|
+
'faAngleDoubleRight',
|
|
23
|
+
'faAngleDoubleUp',
|
|
24
|
+
'faAngleDown',
|
|
25
|
+
'faAngleLeft',
|
|
26
|
+
'faAngleRight',
|
|
27
|
+
'faAngleUp',
|
|
28
|
+
'faAnglesDown',
|
|
29
|
+
'faAnglesLeft',
|
|
30
|
+
'faAnglesRight',
|
|
31
|
+
'faAnglesUp',
|
|
32
|
+
'faAngry',
|
|
33
|
+
'faAnkh',
|
|
34
|
+
'faAppleAlt',
|
|
35
|
+
'faAppleWhole',
|
|
36
|
+
'faArchive',
|
|
37
|
+
'faArchway',
|
|
38
|
+
'faAreaChart',
|
|
39
|
+
'faArrowAltCircleDown',
|
|
40
|
+
'faArrowAltCircleLeft',
|
|
41
|
+
'faArrowAltCircleRight',
|
|
42
|
+
'faArrowAltCircleUp',
|
|
43
|
+
'faArrowCircleDown',
|
|
44
|
+
'faArrowCircleLeft',
|
|
45
|
+
'faArrowCircleRight',
|
|
46
|
+
'faArrowCircleUp',
|
|
47
|
+
'faArrowDown',
|
|
48
|
+
'faArrowDown19',
|
|
49
|
+
'faArrowDown91',
|
|
50
|
+
'faArrowDownAZ',
|
|
51
|
+
'faArrowDownLong',
|
|
52
|
+
'faArrowDownShortWide',
|
|
53
|
+
'faArrowDownUpAcrossLine',
|
|
54
|
+
'faArrowDownUpLock',
|
|
55
|
+
'faArrowDownWideShort',
|
|
56
|
+
'faArrowDownZA',
|
|
57
|
+
'faArrowLeft',
|
|
58
|
+
'faArrowLeftLong',
|
|
59
|
+
'faArrowLeftRotate',
|
|
60
|
+
'faArrowPointer',
|
|
61
|
+
'faArrowRight',
|
|
62
|
+
'faArrowRightArrowLeft',
|
|
63
|
+
'faArrowRightFromBracket',
|
|
64
|
+
'faArrowRightFromFile',
|
|
65
|
+
'faArrowRightLong',
|
|
66
|
+
'faArrowRightRotate',
|
|
67
|
+
'faArrowRightToBracket',
|
|
68
|
+
'faArrowRightToCity',
|
|
69
|
+
'faArrowRightToFile',
|
|
70
|
+
'faArrowRotateBack',
|
|
71
|
+
'faArrowRotateBackward',
|
|
72
|
+
'faArrowRotateForward',
|
|
73
|
+
'faArrowRotateLeft',
|
|
74
|
+
'faArrowRotateRight',
|
|
75
|
+
'faArrowTrendDown',
|
|
76
|
+
'faArrowTrendUp',
|
|
77
|
+
'faArrowTurnDown',
|
|
78
|
+
'faArrowTurnUp',
|
|
79
|
+
'faArrowUp',
|
|
80
|
+
'faArrowUp19',
|
|
81
|
+
'faArrowUp91',
|
|
82
|
+
'faArrowUpAZ',
|
|
83
|
+
'faArrowUpFromBracket',
|
|
84
|
+
'faArrowUpFromGroundWater',
|
|
85
|
+
'faArrowUpFromWaterPump',
|
|
86
|
+
'faArrowUpLong',
|
|
87
|
+
'faArrowUpRightDots',
|
|
88
|
+
'faArrowUpRightFromSquare',
|
|
89
|
+
'faArrowUpShortWide',
|
|
90
|
+
'faArrowUpWideShort',
|
|
91
|
+
'faArrowUpZA',
|
|
92
|
+
'faArrows',
|
|
93
|
+
'faArrowsAlt',
|
|
94
|
+
'faArrowsAltH',
|
|
95
|
+
'faArrowsAltV',
|
|
96
|
+
'faArrowsDownToLine',
|
|
97
|
+
'faArrowsDownToPeople',
|
|
98
|
+
'faArrowsH',
|
|
99
|
+
'faArrowsLeftRight',
|
|
100
|
+
'faArrowsLeftRightToLine',
|
|
101
|
+
'faArrowsRotate',
|
|
102
|
+
'faArrowsSpin',
|
|
103
|
+
'faArrowsSplitUpAndLeft',
|
|
104
|
+
'faArrowsToCircle',
|
|
105
|
+
'faArrowsToDot',
|
|
106
|
+
'faArrowsToEye',
|
|
107
|
+
'faArrowsTurnRight',
|
|
108
|
+
'faArrowsTurnToDots',
|
|
109
|
+
'faArrowsUpDown',
|
|
110
|
+
'faArrowsUpDownLeftRight',
|
|
111
|
+
'faArrowsUpToLine',
|
|
112
|
+
'faArrowsV',
|
|
113
|
+
'faAslInterpreting',
|
|
114
|
+
'faAssistiveListeningSystems',
|
|
115
|
+
'faAsterisk',
|
|
116
|
+
'faAt',
|
|
117
|
+
'faAtlas',
|
|
118
|
+
'faAtom',
|
|
119
|
+
'faAudioDescription',
|
|
120
|
+
'faAustralSign',
|
|
121
|
+
'faAutomobile',
|
|
122
|
+
'faAward',
|
|
123
|
+
'faB',
|
|
124
|
+
'faBaby',
|
|
125
|
+
'faBabyCarriage',
|
|
126
|
+
'faBackspace',
|
|
127
|
+
'faBackward',
|
|
128
|
+
'faBackwardFast',
|
|
129
|
+
'faBackwardStep',
|
|
130
|
+
'faBacon',
|
|
131
|
+
'faBacteria',
|
|
132
|
+
'faBacterium',
|
|
133
|
+
'faBagShopping',
|
|
134
|
+
'faBahai',
|
|
135
|
+
'faBahtSign',
|
|
136
|
+
'faBalanceScale',
|
|
137
|
+
'faBalanceScaleLeft',
|
|
138
|
+
'faBalanceScaleRight',
|
|
139
|
+
'faBan',
|
|
140
|
+
'faBanSmoking',
|
|
141
|
+
'faBandAid',
|
|
142
|
+
'faBandage',
|
|
143
|
+
'faBangladeshiTakaSign',
|
|
144
|
+
'faBank',
|
|
145
|
+
'faBarChart',
|
|
146
|
+
'faBarcode',
|
|
147
|
+
'faBars',
|
|
148
|
+
'faBarsProgress',
|
|
149
|
+
'faBarsStaggered',
|
|
150
|
+
'faBaseball',
|
|
151
|
+
'faBaseballBall',
|
|
152
|
+
'faBaseballBatBall',
|
|
153
|
+
'faBasketShopping',
|
|
154
|
+
'faBasketball',
|
|
155
|
+
'faBasketballBall',
|
|
156
|
+
'faBath',
|
|
157
|
+
'faBathtub',
|
|
158
|
+
'faBattery',
|
|
159
|
+
'faBattery0',
|
|
160
|
+
'faBattery2',
|
|
161
|
+
'faBattery3',
|
|
162
|
+
'faBattery4',
|
|
163
|
+
'faBattery5',
|
|
164
|
+
'faBatteryCar',
|
|
165
|
+
'faBatteryEmpty',
|
|
166
|
+
'faBatteryFull',
|
|
167
|
+
'faBatteryHalf',
|
|
168
|
+
'faBatteryQuarter',
|
|
169
|
+
'faBatteryThreeQuarters',
|
|
170
|
+
'faBed',
|
|
171
|
+
'faBedPulse',
|
|
172
|
+
'faBeer',
|
|
173
|
+
'faBeerMugEmpty',
|
|
174
|
+
'faBell',
|
|
175
|
+
'faBellConcierge',
|
|
176
|
+
'faBellSlash',
|
|
177
|
+
'faBezierCurve',
|
|
178
|
+
'faBible',
|
|
179
|
+
'faBicycle',
|
|
180
|
+
'faBiking',
|
|
181
|
+
'faBinoculars',
|
|
182
|
+
'faBiohazard',
|
|
183
|
+
'faBirthdayCake',
|
|
184
|
+
'faBitcoinSign',
|
|
185
|
+
'faBlackboard',
|
|
186
|
+
'faBlender',
|
|
187
|
+
'faBlenderPhone',
|
|
188
|
+
'faBlind',
|
|
189
|
+
'faBlog',
|
|
190
|
+
'faBold',
|
|
191
|
+
'faBolt',
|
|
192
|
+
'faBoltLightning',
|
|
193
|
+
'faBomb',
|
|
194
|
+
'faBone',
|
|
195
|
+
'faBong',
|
|
196
|
+
'faBook',
|
|
197
|
+
'faBookAtlas',
|
|
198
|
+
'faBookBible',
|
|
199
|
+
'faBookBookmark',
|
|
200
|
+
'faBookDead',
|
|
201
|
+
'faBookJournalWhills',
|
|
202
|
+
'faBookMedical',
|
|
203
|
+
'faBookOpen',
|
|
204
|
+
'faBookOpenReader',
|
|
205
|
+
'faBookQuran',
|
|
206
|
+
'faBookReader',
|
|
207
|
+
'faBookSkull',
|
|
208
|
+
'faBookTanakh',
|
|
209
|
+
'faBookmark',
|
|
210
|
+
'faBorderAll',
|
|
211
|
+
'faBorderNone',
|
|
212
|
+
'faBorderStyle',
|
|
213
|
+
'faBorderTopLeft',
|
|
214
|
+
'faBoreHole',
|
|
215
|
+
'faBottleDroplet',
|
|
216
|
+
'faBottleWater',
|
|
217
|
+
'faBowlFood',
|
|
218
|
+
'faBowlRice',
|
|
219
|
+
'faBowlingBall',
|
|
220
|
+
'faBox',
|
|
221
|
+
'faBoxArchive',
|
|
222
|
+
'faBoxOpen',
|
|
223
|
+
'faBoxTissue',
|
|
224
|
+
'faBoxes',
|
|
225
|
+
'faBoxesAlt',
|
|
226
|
+
'faBoxesPacking',
|
|
227
|
+
'faBoxesStacked',
|
|
228
|
+
'faBraille',
|
|
229
|
+
'faBrain',
|
|
230
|
+
'faBrazilianRealSign',
|
|
231
|
+
'faBreadSlice',
|
|
232
|
+
'faBridge',
|
|
233
|
+
'faBridgeCircleCheck',
|
|
234
|
+
'faBridgeCircleExclamation',
|
|
235
|
+
'faBridgeCircleXmark',
|
|
236
|
+
'faBridgeLock',
|
|
237
|
+
'faBridgeWater',
|
|
238
|
+
'faBriefcase',
|
|
239
|
+
'faBriefcaseClock',
|
|
240
|
+
'faBriefcaseMedical',
|
|
241
|
+
'faBroadcastTower',
|
|
242
|
+
'faBroom',
|
|
243
|
+
'faBroomBall',
|
|
244
|
+
'faBrush',
|
|
245
|
+
'faBucket',
|
|
246
|
+
'faBug',
|
|
247
|
+
'faBugSlash',
|
|
248
|
+
'faBugs',
|
|
249
|
+
'faBuilding',
|
|
250
|
+
'faBuildingCircleArrowRight',
|
|
251
|
+
'faBuildingCircleCheck',
|
|
252
|
+
'faBuildingCircleExclamation',
|
|
253
|
+
'faBuildingCircleXmark',
|
|
254
|
+
'faBuildingColumns',
|
|
255
|
+
'faBuildingFlag',
|
|
256
|
+
'faBuildingLock',
|
|
257
|
+
'faBuildingNgo',
|
|
258
|
+
'faBuildingShield',
|
|
259
|
+
'faBuildingUn',
|
|
260
|
+
'faBuildingUser',
|
|
261
|
+
'faBuildingWheat',
|
|
262
|
+
'faBullhorn',
|
|
263
|
+
'faBullseye',
|
|
264
|
+
'faBurger',
|
|
265
|
+
'faBurn',
|
|
266
|
+
'faBurst',
|
|
267
|
+
'faBus',
|
|
268
|
+
'faBusAlt',
|
|
269
|
+
'faBusSimple',
|
|
270
|
+
'faBusinessTime',
|
|
271
|
+
'faC',
|
|
272
|
+
'faCab',
|
|
273
|
+
'faCableCar',
|
|
274
|
+
'faCake',
|
|
275
|
+
'faCakeCandles',
|
|
276
|
+
'faCalculator',
|
|
277
|
+
'faCalendar',
|
|
278
|
+
'faCalendarAlt',
|
|
279
|
+
'faCalendarCheck',
|
|
280
|
+
'faCalendarDay',
|
|
281
|
+
'faCalendarDays',
|
|
282
|
+
'faCalendarMinus',
|
|
283
|
+
'faCalendarPlus',
|
|
284
|
+
'faCalendarTimes',
|
|
285
|
+
'faCalendarWeek',
|
|
286
|
+
'faCalendarXmark',
|
|
287
|
+
'faCamera',
|
|
288
|
+
'faCameraAlt',
|
|
289
|
+
'faCameraRetro',
|
|
290
|
+
'faCameraRotate',
|
|
291
|
+
'faCampground',
|
|
292
|
+
'faCancel',
|
|
293
|
+
'faCandyCane',
|
|
294
|
+
'faCannabis',
|
|
295
|
+
'faCapsules',
|
|
296
|
+
'faCar',
|
|
297
|
+
'faCarAlt',
|
|
298
|
+
'faCarBattery',
|
|
299
|
+
'faCarBurst',
|
|
300
|
+
'faCarCrash',
|
|
301
|
+
'faCarOn',
|
|
302
|
+
'faCarRear',
|
|
303
|
+
'faCarSide',
|
|
304
|
+
'faCarTunnel',
|
|
305
|
+
'faCaravan',
|
|
306
|
+
'faCaretDown',
|
|
307
|
+
'faCaretLeft',
|
|
308
|
+
'faCaretRight',
|
|
309
|
+
'faCaretSquareDown',
|
|
310
|
+
'faCaretSquareLeft',
|
|
311
|
+
'faCaretSquareRight',
|
|
312
|
+
'faCaretSquareUp',
|
|
313
|
+
'faCaretUp',
|
|
314
|
+
'faCarriageBaby',
|
|
315
|
+
'faCarrot',
|
|
316
|
+
'faCartArrowDown',
|
|
317
|
+
'faCartFlatbed',
|
|
318
|
+
'faCartFlatbedSuitcase',
|
|
319
|
+
'faCartPlus',
|
|
320
|
+
'faCartShopping',
|
|
321
|
+
'faCashRegister',
|
|
322
|
+
'faCat',
|
|
323
|
+
'faCediSign',
|
|
324
|
+
'faCentSign',
|
|
325
|
+
'faCertificate',
|
|
326
|
+
'faChain',
|
|
327
|
+
'faChainBroken',
|
|
328
|
+
'faChainSlash',
|
|
329
|
+
'faChair',
|
|
330
|
+
'faChalkboard',
|
|
331
|
+
'faChalkboardTeacher',
|
|
332
|
+
'faChalkboardUser',
|
|
333
|
+
'faChampagneGlasses',
|
|
334
|
+
'faChargingStation',
|
|
335
|
+
'faChartArea',
|
|
336
|
+
'faChartBar',
|
|
337
|
+
'faChartColumn',
|
|
338
|
+
'faChartDiagram',
|
|
339
|
+
'faChartGantt',
|
|
340
|
+
'faChartLine',
|
|
341
|
+
'faChartPie',
|
|
342
|
+
'faChartSimple',
|
|
343
|
+
'faCheck',
|
|
344
|
+
'faCheckCircle',
|
|
345
|
+
'faCheckDouble',
|
|
346
|
+
'faCheckSquare',
|
|
347
|
+
'faCheckToSlot',
|
|
348
|
+
'faCheese',
|
|
349
|
+
'faChess',
|
|
350
|
+
'faChessBishop',
|
|
351
|
+
'faChessBoard',
|
|
352
|
+
'faChessKing',
|
|
353
|
+
'faChessKnight',
|
|
354
|
+
'faChessPawn',
|
|
355
|
+
'faChessQueen',
|
|
356
|
+
'faChessRook',
|
|
357
|
+
'faChevronCircleDown',
|
|
358
|
+
'faChevronCircleLeft',
|
|
359
|
+
'faChevronCircleRight',
|
|
360
|
+
'faChevronCircleUp',
|
|
361
|
+
'faChevronDown',
|
|
362
|
+
'faChevronLeft',
|
|
363
|
+
'faChevronRight',
|
|
364
|
+
'faChevronUp',
|
|
365
|
+
'faChild',
|
|
366
|
+
'faChildCombatant',
|
|
367
|
+
'faChildDress',
|
|
368
|
+
'faChildReaching',
|
|
369
|
+
'faChildRifle',
|
|
370
|
+
'faChildren',
|
|
371
|
+
'faChurch',
|
|
372
|
+
'faCircle',
|
|
373
|
+
'faCircleArrowDown',
|
|
374
|
+
'faCircleArrowLeft',
|
|
375
|
+
'faCircleArrowRight',
|
|
376
|
+
'faCircleArrowUp',
|
|
377
|
+
'faCircleCheck',
|
|
378
|
+
'faCircleChevronDown',
|
|
379
|
+
'faCircleChevronLeft',
|
|
380
|
+
'faCircleChevronRight',
|
|
381
|
+
'faCircleChevronUp',
|
|
382
|
+
'faCircleDollarToSlot',
|
|
383
|
+
'faCircleDot',
|
|
384
|
+
'faCircleDown',
|
|
385
|
+
'faCircleExclamation',
|
|
386
|
+
'faCircleH',
|
|
387
|
+
'faCircleHalfStroke',
|
|
388
|
+
'faCircleInfo',
|
|
389
|
+
'faCircleLeft',
|
|
390
|
+
'faCircleMinus',
|
|
391
|
+
'faCircleNodes',
|
|
392
|
+
'faCircleNotch',
|
|
393
|
+
'faCirclePause',
|
|
394
|
+
'faCirclePlay',
|
|
395
|
+
'faCirclePlus',
|
|
396
|
+
'faCircleQuestion',
|
|
397
|
+
'faCircleRadiation',
|
|
398
|
+
'faCircleRight',
|
|
399
|
+
'faCircleStop',
|
|
400
|
+
'faCircleUp',
|
|
401
|
+
'faCircleUser',
|
|
402
|
+
'faCircleXmark',
|
|
403
|
+
'faCity',
|
|
404
|
+
'faClapperboard',
|
|
405
|
+
'faClinicMedical',
|
|
406
|
+
'faClipboard',
|
|
407
|
+
'faClipboardCheck',
|
|
408
|
+
'faClipboardList',
|
|
409
|
+
'faClipboardQuestion',
|
|
410
|
+
'faClipboardUser',
|
|
411
|
+
'faClock',
|
|
412
|
+
'faClockFour',
|
|
413
|
+
'faClockRotateLeft',
|
|
414
|
+
'faClone',
|
|
415
|
+
'faClose',
|
|
416
|
+
'faClosedCaptioning',
|
|
417
|
+
'faCloud',
|
|
418
|
+
'faCloudArrowDown',
|
|
419
|
+
'faCloudArrowUp',
|
|
420
|
+
'faCloudBolt',
|
|
421
|
+
'faCloudDownload',
|
|
422
|
+
'faCloudDownloadAlt',
|
|
423
|
+
'faCloudMeatball',
|
|
424
|
+
'faCloudMoon',
|
|
425
|
+
'faCloudMoonRain',
|
|
426
|
+
'faCloudRain',
|
|
427
|
+
'faCloudShowersHeavy',
|
|
428
|
+
'faCloudShowersWater',
|
|
429
|
+
'faCloudSun',
|
|
430
|
+
'faCloudSunRain',
|
|
431
|
+
'faCloudUpload',
|
|
432
|
+
'faCloudUploadAlt',
|
|
433
|
+
'faClover',
|
|
434
|
+
'faCny',
|
|
435
|
+
'faCocktail',
|
|
436
|
+
'faCode',
|
|
437
|
+
'faCodeBranch',
|
|
438
|
+
'faCodeCommit',
|
|
439
|
+
'faCodeCompare',
|
|
440
|
+
'faCodeFork',
|
|
441
|
+
'faCodeMerge',
|
|
442
|
+
'faCodePullRequest',
|
|
443
|
+
'faCoffee',
|
|
444
|
+
'faCog',
|
|
445
|
+
'faCogs',
|
|
446
|
+
'faCoins',
|
|
447
|
+
'faColonSign',
|
|
448
|
+
'faColumns',
|
|
449
|
+
'faComment',
|
|
450
|
+
'faCommentAlt',
|
|
451
|
+
'faCommentDollar',
|
|
452
|
+
'faCommentDots',
|
|
453
|
+
'faCommentMedical',
|
|
454
|
+
'faCommentNodes',
|
|
455
|
+
'faCommentSlash',
|
|
456
|
+
'faCommentSms',
|
|
457
|
+
'faCommenting',
|
|
458
|
+
'faComments',
|
|
459
|
+
'faCommentsDollar',
|
|
460
|
+
'faCompactDisc',
|
|
461
|
+
'faCompass',
|
|
462
|
+
'faCompassDrafting',
|
|
463
|
+
'faCompress',
|
|
464
|
+
'faCompressAlt',
|
|
465
|
+
'faCompressArrowsAlt',
|
|
466
|
+
'faComputer',
|
|
467
|
+
'faComputerMouse',
|
|
468
|
+
'faConciergeBell',
|
|
469
|
+
'faContactBook',
|
|
470
|
+
'faContactCard',
|
|
471
|
+
'faCookie',
|
|
472
|
+
'faCookieBite',
|
|
473
|
+
'faCopy',
|
|
474
|
+
'faCopyright',
|
|
475
|
+
'faCouch',
|
|
476
|
+
'faCow',
|
|
477
|
+
'faCreditCard',
|
|
478
|
+
'faCreditCardAlt',
|
|
479
|
+
'faCrop',
|
|
480
|
+
'faCropAlt',
|
|
481
|
+
'faCropSimple',
|
|
482
|
+
'faCross',
|
|
483
|
+
'faCrosshairs',
|
|
484
|
+
'faCrow',
|
|
485
|
+
'faCrown',
|
|
486
|
+
'faCrutch',
|
|
487
|
+
'faCruzeiroSign',
|
|
488
|
+
'faCube',
|
|
489
|
+
'faCubes',
|
|
490
|
+
'faCubesStacked',
|
|
491
|
+
'faCut',
|
|
492
|
+
'faCutlery',
|
|
493
|
+
'faD',
|
|
494
|
+
'faDashboard',
|
|
495
|
+
'faDatabase',
|
|
496
|
+
'faDeaf',
|
|
497
|
+
'faDeafness',
|
|
498
|
+
'faDedent',
|
|
499
|
+
'faDeleteLeft',
|
|
500
|
+
'faDemocrat',
|
|
501
|
+
'faDesktop',
|
|
502
|
+
'faDesktopAlt',
|
|
503
|
+
'faDharmachakra',
|
|
504
|
+
'faDiagnoses',
|
|
505
|
+
'faDiagramNext',
|
|
506
|
+
'faDiagramPredecessor',
|
|
507
|
+
'faDiagramProject',
|
|
508
|
+
'faDiagramSuccessor',
|
|
509
|
+
'faDiamond',
|
|
510
|
+
'faDiamondTurnRight',
|
|
511
|
+
'faDice',
|
|
512
|
+
'faDiceD20',
|
|
513
|
+
'faDiceD6',
|
|
514
|
+
'faDiceFive',
|
|
515
|
+
'faDiceFour',
|
|
516
|
+
'faDiceOne',
|
|
517
|
+
'faDiceSix',
|
|
518
|
+
'faDiceThree',
|
|
519
|
+
'faDiceTwo',
|
|
520
|
+
'faDigging',
|
|
521
|
+
'faDigitalTachograph',
|
|
522
|
+
'faDirections',
|
|
523
|
+
'faDisease',
|
|
524
|
+
'faDisplay',
|
|
525
|
+
'faDivide',
|
|
526
|
+
'faDizzy',
|
|
527
|
+
'faDna',
|
|
528
|
+
'faDog',
|
|
529
|
+
'faDollar',
|
|
530
|
+
'faDollarSign',
|
|
531
|
+
'faDolly',
|
|
532
|
+
'faDollyBox',
|
|
533
|
+
'faDollyFlatbed',
|
|
534
|
+
'faDonate',
|
|
535
|
+
'faDongSign',
|
|
536
|
+
'faDoorClosed',
|
|
537
|
+
'faDoorOpen',
|
|
538
|
+
'faDotCircle',
|
|
539
|
+
'faDove',
|
|
540
|
+
'faDownLeftAndUpRightToCenter',
|
|
541
|
+
'faDownLong',
|
|
542
|
+
'faDownload',
|
|
543
|
+
'faDraftingCompass',
|
|
544
|
+
'faDragon',
|
|
545
|
+
'faDrawPolygon',
|
|
546
|
+
'faDriversLicense',
|
|
547
|
+
'faDroplet',
|
|
548
|
+
'faDropletSlash',
|
|
549
|
+
'faDrum',
|
|
550
|
+
'faDrumSteelpan',
|
|
551
|
+
'faDrumstickBite',
|
|
552
|
+
'faDumbbell',
|
|
553
|
+
'faDumpster',
|
|
554
|
+
'faDumpsterFire',
|
|
555
|
+
'faDungeon',
|
|
556
|
+
'faE',
|
|
557
|
+
'faEarDeaf',
|
|
558
|
+
'faEarListen',
|
|
559
|
+
'faEarth',
|
|
560
|
+
'faEarthAfrica',
|
|
561
|
+
'faEarthAmerica',
|
|
562
|
+
'faEarthAmericas',
|
|
563
|
+
'faEarthAsia',
|
|
564
|
+
'faEarthEurope',
|
|
565
|
+
'faEarthOceania',
|
|
566
|
+
'faEdit',
|
|
567
|
+
'faEgg',
|
|
568
|
+
'faEject',
|
|
569
|
+
'faElevator',
|
|
570
|
+
'faEllipsis',
|
|
571
|
+
'faEllipsisH',
|
|
572
|
+
'faEllipsisV',
|
|
573
|
+
'faEllipsisVertical',
|
|
574
|
+
'faEnvelope',
|
|
575
|
+
'faEnvelopeCircleCheck',
|
|
576
|
+
'faEnvelopeOpen',
|
|
577
|
+
'faEnvelopeOpenText',
|
|
578
|
+
'faEnvelopeSquare',
|
|
579
|
+
'faEnvelopesBulk',
|
|
580
|
+
'faEquals',
|
|
581
|
+
'faEraser',
|
|
582
|
+
'faEthernet',
|
|
583
|
+
'faEur',
|
|
584
|
+
'faEuro',
|
|
585
|
+
'faEuroSign',
|
|
586
|
+
'faExchange',
|
|
587
|
+
'faExchangeAlt',
|
|
588
|
+
'faExclamation',
|
|
589
|
+
'faExclamationCircle',
|
|
590
|
+
'faExclamationTriangle',
|
|
591
|
+
'faExpand',
|
|
592
|
+
'faExpandAlt',
|
|
593
|
+
'faExpandArrowsAlt',
|
|
594
|
+
'faExplosion',
|
|
595
|
+
'faExternalLink',
|
|
596
|
+
'faExternalLinkAlt',
|
|
597
|
+
'faExternalLinkSquare',
|
|
598
|
+
'faExternalLinkSquareAlt',
|
|
599
|
+
'faEye',
|
|
600
|
+
'faEyeDropper',
|
|
601
|
+
'faEyeDropperEmpty',
|
|
602
|
+
'faEyeLowVision',
|
|
603
|
+
'faEyeSlash',
|
|
604
|
+
'faEyedropper',
|
|
605
|
+
'faF',
|
|
606
|
+
'faFaceAngry',
|
|
607
|
+
'faFaceDizzy',
|
|
608
|
+
'faFaceFlushed',
|
|
609
|
+
'faFaceFrown',
|
|
610
|
+
'faFaceFrownOpen',
|
|
611
|
+
'faFaceGrimace',
|
|
612
|
+
'faFaceGrin',
|
|
613
|
+
'faFaceGrinBeam',
|
|
614
|
+
'faFaceGrinBeamSweat',
|
|
615
|
+
'faFaceGrinHearts',
|
|
616
|
+
'faFaceGrinSquint',
|
|
617
|
+
'faFaceGrinSquintTears',
|
|
618
|
+
'faFaceGrinStars',
|
|
619
|
+
'faFaceGrinTears',
|
|
620
|
+
'faFaceGrinTongue',
|
|
621
|
+
'faFaceGrinTongueSquint',
|
|
622
|
+
'faFaceGrinTongueWink',
|
|
623
|
+
'faFaceGrinWide',
|
|
624
|
+
'faFaceGrinWink',
|
|
625
|
+
'faFaceKiss',
|
|
626
|
+
'faFaceKissBeam',
|
|
627
|
+
'faFaceKissWinkHeart',
|
|
628
|
+
'faFaceLaugh',
|
|
629
|
+
'faFaceLaughBeam',
|
|
630
|
+
'faFaceLaughSquint',
|
|
631
|
+
'faFaceLaughWink',
|
|
632
|
+
'faFaceMeh',
|
|
633
|
+
'faFaceMehBlank',
|
|
634
|
+
'faFaceRollingEyes',
|
|
635
|
+
'faFaceSadCry',
|
|
636
|
+
'faFaceSadTear',
|
|
637
|
+
'faFaceSmile',
|
|
638
|
+
'faFaceSmileBeam',
|
|
639
|
+
'faFaceSmileWink',
|
|
640
|
+
'faFaceSurprise',
|
|
641
|
+
'faFaceTired',
|
|
642
|
+
'faFan',
|
|
643
|
+
'faFastBackward',
|
|
644
|
+
'faFastForward',
|
|
645
|
+
'faFaucet',
|
|
646
|
+
'faFaucetDrip',
|
|
647
|
+
'faFax',
|
|
648
|
+
'faFeather',
|
|
649
|
+
'faFeatherAlt',
|
|
650
|
+
'faFeatherPointed',
|
|
651
|
+
'faFeed',
|
|
652
|
+
'faFemale',
|
|
653
|
+
'faFerry',
|
|
654
|
+
'faFighterJet',
|
|
655
|
+
'faFile',
|
|
656
|
+
'faFileAlt',
|
|
657
|
+
'faFileArchive',
|
|
658
|
+
'faFileArrowDown',
|
|
659
|
+
'faFileArrowUp',
|
|
660
|
+
'faFileAudio',
|
|
661
|
+
'faFileCircleCheck',
|
|
662
|
+
'faFileCircleExclamation',
|
|
663
|
+
'faFileCircleMinus',
|
|
664
|
+
'faFileCirclePlus',
|
|
665
|
+
'faFileCircleQuestion',
|
|
666
|
+
'faFileCircleXmark',
|
|
667
|
+
'faFileClipboard',
|
|
668
|
+
'faFileCode',
|
|
669
|
+
'faFileContract',
|
|
670
|
+
'faFileCsv',
|
|
671
|
+
'faFileDownload',
|
|
672
|
+
'faFileEdit',
|
|
673
|
+
'faFileExcel',
|
|
674
|
+
'faFileExport',
|
|
675
|
+
'faFileFragment',
|
|
676
|
+
'faFileHalfDashed',
|
|
677
|
+
'faFileImage',
|
|
678
|
+
'faFileImport',
|
|
679
|
+
'faFileInvoice',
|
|
680
|
+
'faFileInvoiceDollar',
|
|
681
|
+
'faFileLines',
|
|
682
|
+
'faFileMedical',
|
|
683
|
+
'faFileMedicalAlt',
|
|
684
|
+
'faFilePdf',
|
|
685
|
+
'faFilePen',
|
|
686
|
+
'faFilePowerpoint',
|
|
687
|
+
'faFilePrescription',
|
|
688
|
+
'faFileShield',
|
|
689
|
+
'faFileSignature',
|
|
690
|
+
'faFileText',
|
|
691
|
+
'faFileUpload',
|
|
692
|
+
'faFileVideo',
|
|
693
|
+
'faFileWaveform',
|
|
694
|
+
'faFileWord',
|
|
695
|
+
'faFileZipper',
|
|
696
|
+
'faFill',
|
|
697
|
+
'faFillDrip',
|
|
698
|
+
'faFilm',
|
|
699
|
+
'faFilter',
|
|
700
|
+
'faFilterCircleDollar',
|
|
701
|
+
'faFilterCircleXmark',
|
|
702
|
+
'faFingerprint',
|
|
703
|
+
'faFire',
|
|
704
|
+
'faFireAlt',
|
|
705
|
+
'faFireBurner',
|
|
706
|
+
'faFireExtinguisher',
|
|
707
|
+
'faFireFlameCurved',
|
|
708
|
+
'faFireFlameSimple',
|
|
709
|
+
'faFirstAid',
|
|
710
|
+
'faFish',
|
|
711
|
+
'faFishFins',
|
|
712
|
+
'faFistRaised',
|
|
713
|
+
'faFlag',
|
|
714
|
+
'faFlagCheckered',
|
|
715
|
+
'faFlagUsa',
|
|
716
|
+
'faFlask',
|
|
717
|
+
'faFlaskVial',
|
|
718
|
+
'faFloppyDisk',
|
|
719
|
+
'faFlorinSign',
|
|
720
|
+
'faFlushed',
|
|
721
|
+
'faFolder',
|
|
722
|
+
'faFolderBlank',
|
|
723
|
+
'faFolderClosed',
|
|
724
|
+
'faFolderMinus',
|
|
725
|
+
'faFolderOpen',
|
|
726
|
+
'faFolderPlus',
|
|
727
|
+
'faFolderTree',
|
|
728
|
+
'faFont',
|
|
729
|
+
'faFontAwesome',
|
|
730
|
+
'faFontAwesomeFlag',
|
|
731
|
+
'faFontAwesomeLogoFull',
|
|
732
|
+
'faFootball',
|
|
733
|
+
'faFootballBall',
|
|
734
|
+
'faForward',
|
|
735
|
+
'faForwardFast',
|
|
736
|
+
'faForwardStep',
|
|
737
|
+
'faFrancSign',
|
|
738
|
+
'faFrog',
|
|
739
|
+
'faFrown',
|
|
740
|
+
'faFrownOpen',
|
|
741
|
+
'faFunnelDollar',
|
|
742
|
+
'faFutbol',
|
|
743
|
+
'faFutbolBall',
|
|
744
|
+
'faG',
|
|
745
|
+
'faGamepad',
|
|
746
|
+
'faGasPump',
|
|
747
|
+
'faGauge',
|
|
748
|
+
'faGaugeHigh',
|
|
749
|
+
'faGaugeMed',
|
|
750
|
+
'faGaugeSimple',
|
|
751
|
+
'faGaugeSimpleHigh',
|
|
752
|
+
'faGaugeSimpleMed',
|
|
753
|
+
'faGavel',
|
|
754
|
+
'faGbp',
|
|
755
|
+
'faGear',
|
|
756
|
+
'faGears',
|
|
757
|
+
'faGem',
|
|
758
|
+
'faGenderless',
|
|
759
|
+
'faGhost',
|
|
760
|
+
'faGift',
|
|
761
|
+
'faGifts',
|
|
762
|
+
'faGlassCheers',
|
|
763
|
+
'faGlassMartini',
|
|
764
|
+
'faGlassMartiniAlt',
|
|
765
|
+
'faGlassWater',
|
|
766
|
+
'faGlassWaterDroplet',
|
|
767
|
+
'faGlassWhiskey',
|
|
768
|
+
'faGlasses',
|
|
769
|
+
'faGlobe',
|
|
770
|
+
'faGlobeAfrica',
|
|
771
|
+
'faGlobeAmericas',
|
|
772
|
+
'faGlobeAsia',
|
|
773
|
+
'faGlobeEurope',
|
|
774
|
+
'faGlobeOceania',
|
|
775
|
+
'faGolfBall',
|
|
776
|
+
'faGolfBallTee',
|
|
777
|
+
'faGopuram',
|
|
778
|
+
'faGraduationCap',
|
|
779
|
+
'faGreaterThan',
|
|
780
|
+
'faGreaterThanEqual',
|
|
781
|
+
'faGrimace',
|
|
782
|
+
'faGrin',
|
|
783
|
+
'faGrinAlt',
|
|
784
|
+
'faGrinBeam',
|
|
785
|
+
'faGrinBeamSweat',
|
|
786
|
+
'faGrinHearts',
|
|
787
|
+
'faGrinSquint',
|
|
788
|
+
'faGrinSquintTears',
|
|
789
|
+
'faGrinStars',
|
|
790
|
+
'faGrinTears',
|
|
791
|
+
'faGrinTongue',
|
|
792
|
+
'faGrinTongueSquint',
|
|
793
|
+
'faGrinTongueWink',
|
|
794
|
+
'faGrinWink',
|
|
795
|
+
'faGrip',
|
|
796
|
+
'faGripHorizontal',
|
|
797
|
+
'faGripLines',
|
|
798
|
+
'faGripLinesVertical',
|
|
799
|
+
'faGripVertical',
|
|
800
|
+
'faGroupArrowsRotate',
|
|
801
|
+
'faGuaraniSign',
|
|
802
|
+
'faGuitar',
|
|
803
|
+
'faGun',
|
|
804
|
+
'faH',
|
|
805
|
+
'faHSquare',
|
|
806
|
+
'faHamburger',
|
|
807
|
+
'faHammer',
|
|
808
|
+
'faHamsa',
|
|
809
|
+
'faHand',
|
|
810
|
+
'faHandBackFist',
|
|
811
|
+
'faHandDots',
|
|
812
|
+
'faHandFist',
|
|
813
|
+
'faHandHolding',
|
|
814
|
+
'faHandHoldingDollar',
|
|
815
|
+
'faHandHoldingDroplet',
|
|
816
|
+
'faHandHoldingHand',
|
|
817
|
+
'faHandHoldingHeart',
|
|
818
|
+
'faHandHoldingMedical',
|
|
819
|
+
'faHandHoldingUsd',
|
|
820
|
+
'faHandHoldingWater',
|
|
821
|
+
'faHandLizard',
|
|
822
|
+
'faHandMiddleFinger',
|
|
823
|
+
'faHandPaper',
|
|
824
|
+
'faHandPeace',
|
|
825
|
+
'faHandPointDown',
|
|
826
|
+
'faHandPointLeft',
|
|
827
|
+
'faHandPointRight',
|
|
828
|
+
'faHandPointUp',
|
|
829
|
+
'faHandPointer',
|
|
830
|
+
'faHandRock',
|
|
831
|
+
'faHandScissors',
|
|
832
|
+
'faHandSparkles',
|
|
833
|
+
'faHandSpock',
|
|
834
|
+
'faHandcuffs',
|
|
835
|
+
'faHands',
|
|
836
|
+
'faHandsAmericanSignLanguageInterpreting',
|
|
837
|
+
'faHandsAslInterpreting',
|
|
838
|
+
'faHandsBound',
|
|
839
|
+
'faHandsBubbles',
|
|
840
|
+
'faHandsClapping',
|
|
841
|
+
'faHandsHelping',
|
|
842
|
+
'faHandsHolding',
|
|
843
|
+
'faHandsHoldingChild',
|
|
844
|
+
'faHandsHoldingCircle',
|
|
845
|
+
'faHandsPraying',
|
|
846
|
+
'faHandsWash',
|
|
847
|
+
'faHandshake',
|
|
848
|
+
'faHandshakeAlt',
|
|
849
|
+
'faHandshakeAltSlash',
|
|
850
|
+
'faHandshakeAngle',
|
|
851
|
+
'faHandshakeSimple',
|
|
852
|
+
'faHandshakeSimpleSlash',
|
|
853
|
+
'faHandshakeSlash',
|
|
854
|
+
'faHanukiah',
|
|
855
|
+
'faHardDrive',
|
|
856
|
+
'faHardHat',
|
|
857
|
+
'faHardOfHearing',
|
|
858
|
+
'faHashtag',
|
|
859
|
+
'faHatCowboy',
|
|
860
|
+
'faHatCowboySide',
|
|
861
|
+
'faHatHard',
|
|
862
|
+
'faHatWizard',
|
|
863
|
+
'faHaykal',
|
|
864
|
+
'faHdd',
|
|
865
|
+
'faHeadSideCough',
|
|
866
|
+
'faHeadSideCoughSlash',
|
|
867
|
+
'faHeadSideMask',
|
|
868
|
+
'faHeadSideVirus',
|
|
869
|
+
'faHeader',
|
|
870
|
+
'faHeading',
|
|
871
|
+
'faHeadphones',
|
|
872
|
+
'faHeadphonesAlt',
|
|
873
|
+
'faHeadphonesSimple',
|
|
874
|
+
'faHeadset',
|
|
875
|
+
'faHeart',
|
|
876
|
+
'faHeartBroken',
|
|
877
|
+
'faHeartCircleBolt',
|
|
878
|
+
'faHeartCircleCheck',
|
|
879
|
+
'faHeartCircleExclamation',
|
|
880
|
+
'faHeartCircleMinus',
|
|
881
|
+
'faHeartCirclePlus',
|
|
882
|
+
'faHeartCircleXmark',
|
|
883
|
+
'faHeartCrack',
|
|
884
|
+
'faHeartMusicCameraBolt',
|
|
885
|
+
'faHeartPulse',
|
|
886
|
+
'faHeartbeat',
|
|
887
|
+
'faHelicopter',
|
|
888
|
+
'faHelicopterSymbol',
|
|
889
|
+
'faHelmetSafety',
|
|
890
|
+
'faHelmetUn',
|
|
891
|
+
'faHexagonNodes',
|
|
892
|
+
'faHexagonNodesBolt',
|
|
893
|
+
'faHighlighter',
|
|
894
|
+
'faHiking',
|
|
895
|
+
'faHillAvalanche',
|
|
896
|
+
'faHillRockslide',
|
|
897
|
+
'faHippo',
|
|
898
|
+
'faHistory',
|
|
899
|
+
'faHockeyPuck',
|
|
900
|
+
'faHollyBerry',
|
|
901
|
+
'faHome',
|
|
902
|
+
'faHomeAlt',
|
|
903
|
+
'faHomeLg',
|
|
904
|
+
'faHomeLgAlt',
|
|
905
|
+
'faHomeUser',
|
|
906
|
+
'faHorse',
|
|
907
|
+
'faHorseHead',
|
|
908
|
+
'faHospital',
|
|
909
|
+
'faHospitalAlt',
|
|
910
|
+
'faHospitalSymbol',
|
|
911
|
+
'faHospitalUser',
|
|
912
|
+
'faHospitalWide',
|
|
913
|
+
'faHotTub',
|
|
914
|
+
'faHotTubPerson',
|
|
915
|
+
'faHotdog',
|
|
916
|
+
'faHotel',
|
|
917
|
+
'faHourglass',
|
|
918
|
+
'faHourglass1',
|
|
919
|
+
'faHourglass2',
|
|
920
|
+
'faHourglass3',
|
|
921
|
+
'faHourglassEmpty',
|
|
922
|
+
'faHourglassEnd',
|
|
923
|
+
'faHourglassHalf',
|
|
924
|
+
'faHourglassStart',
|
|
925
|
+
'faHouse',
|
|
926
|
+
'faHouseChimney',
|
|
927
|
+
'faHouseChimneyCrack',
|
|
928
|
+
'faHouseChimneyMedical',
|
|
929
|
+
'faHouseChimneyUser',
|
|
930
|
+
'faHouseChimneyWindow',
|
|
931
|
+
'faHouseCircleCheck',
|
|
932
|
+
'faHouseCircleExclamation',
|
|
933
|
+
'faHouseCircleXmark',
|
|
934
|
+
'faHouseCrack',
|
|
935
|
+
'faHouseDamage',
|
|
936
|
+
'faHouseFire',
|
|
937
|
+
'faHouseFlag',
|
|
938
|
+
'faHouseFloodWater',
|
|
939
|
+
'faHouseFloodWaterCircleArrowRight',
|
|
940
|
+
'faHouseLaptop',
|
|
941
|
+
'faHouseLock',
|
|
942
|
+
'faHouseMedical',
|
|
943
|
+
'faHouseMedicalCircleCheck',
|
|
944
|
+
'faHouseMedicalCircleExclamation',
|
|
945
|
+
'faHouseMedicalCircleXmark',
|
|
946
|
+
'faHouseMedicalFlag',
|
|
947
|
+
'faHouseSignal',
|
|
948
|
+
'faHouseTsunami',
|
|
949
|
+
'faHouseUser',
|
|
950
|
+
'faHryvnia',
|
|
951
|
+
'faHryvniaSign',
|
|
952
|
+
'faHurricane',
|
|
953
|
+
'faI',
|
|
954
|
+
'faICursor',
|
|
955
|
+
'faIceCream',
|
|
956
|
+
'faIcicles',
|
|
957
|
+
'faIcons',
|
|
958
|
+
'faIdBadge',
|
|
959
|
+
'faIdCard',
|
|
960
|
+
'faIdCardAlt',
|
|
961
|
+
'faIdCardClip',
|
|
962
|
+
'faIgloo',
|
|
963
|
+
'faIls',
|
|
964
|
+
'faImage',
|
|
965
|
+
'faImagePortrait',
|
|
966
|
+
'faImages',
|
|
967
|
+
'faInbox',
|
|
968
|
+
'faIndent',
|
|
969
|
+
'faIndianRupee',
|
|
970
|
+
'faIndianRupeeSign',
|
|
971
|
+
'faIndustry',
|
|
972
|
+
'faInfinity',
|
|
973
|
+
'faInfo',
|
|
974
|
+
'faInfoCircle',
|
|
975
|
+
'faInr',
|
|
976
|
+
'faInstitution',
|
|
977
|
+
'faItalic',
|
|
978
|
+
'faJ',
|
|
979
|
+
'faJar',
|
|
980
|
+
'faJarWheat',
|
|
981
|
+
'faJedi',
|
|
982
|
+
'faJetFighter',
|
|
983
|
+
'faJetFighterUp',
|
|
984
|
+
'faJoint',
|
|
985
|
+
'faJournalWhills',
|
|
986
|
+
'faJpy',
|
|
987
|
+
'faJugDetergent',
|
|
988
|
+
'faK',
|
|
989
|
+
'faKaaba',
|
|
990
|
+
'faKey',
|
|
991
|
+
'faKeyboard',
|
|
992
|
+
'faKhanda',
|
|
993
|
+
'faKipSign',
|
|
994
|
+
'faKiss',
|
|
995
|
+
'faKissBeam',
|
|
996
|
+
'faKissWinkHeart',
|
|
997
|
+
'faKitMedical',
|
|
998
|
+
'faKitchenSet',
|
|
999
|
+
'faKiwiBird',
|
|
1000
|
+
'faKrw',
|
|
1001
|
+
'faL',
|
|
1002
|
+
'faLadderWater',
|
|
1003
|
+
'faLandMineOn',
|
|
1004
|
+
'faLandmark',
|
|
1005
|
+
'faLandmarkAlt',
|
|
1006
|
+
'faLandmarkDome',
|
|
1007
|
+
'faLandmarkFlag',
|
|
1008
|
+
'faLanguage',
|
|
1009
|
+
'faLaptop',
|
|
1010
|
+
'faLaptopCode',
|
|
1011
|
+
'faLaptopFile',
|
|
1012
|
+
'faLaptopHouse',
|
|
1013
|
+
'faLaptopMedical',
|
|
1014
|
+
'faLariSign',
|
|
1015
|
+
'faLaugh',
|
|
1016
|
+
'faLaughBeam',
|
|
1017
|
+
'faLaughSquint',
|
|
1018
|
+
'faLaughWink',
|
|
1019
|
+
'faLayerGroup',
|
|
1020
|
+
'faLeaf',
|
|
1021
|
+
'faLeftLong',
|
|
1022
|
+
'faLeftRight',
|
|
1023
|
+
'faLegal',
|
|
1024
|
+
'faLemon',
|
|
1025
|
+
'faLessThan',
|
|
1026
|
+
'faLessThanEqual',
|
|
1027
|
+
'faLevelDown',
|
|
1028
|
+
'faLevelDownAlt',
|
|
1029
|
+
'faLevelUp',
|
|
1030
|
+
'faLevelUpAlt',
|
|
1031
|
+
'faLifeRing',
|
|
1032
|
+
'faLightbulb',
|
|
1033
|
+
'faLineChart',
|
|
1034
|
+
'faLinesLeaning',
|
|
1035
|
+
'faLink',
|
|
1036
|
+
'faLinkSlash',
|
|
1037
|
+
'faLiraSign',
|
|
1038
|
+
'faList',
|
|
1039
|
+
'faList12',
|
|
1040
|
+
'faListAlt',
|
|
1041
|
+
'faListCheck',
|
|
1042
|
+
'faListDots',
|
|
1043
|
+
'faListNumeric',
|
|
1044
|
+
'faListOl',
|
|
1045
|
+
'faListSquares',
|
|
1046
|
+
'faListUl',
|
|
1047
|
+
'faLitecoinSign',
|
|
1048
|
+
'faLocation',
|
|
1049
|
+
'faLocationArrow',
|
|
1050
|
+
'faLocationCrosshairs',
|
|
1051
|
+
'faLocationDot',
|
|
1052
|
+
'faLocationPin',
|
|
1053
|
+
'faLocationPinLock',
|
|
1054
|
+
'faLock',
|
|
1055
|
+
'faLockOpen',
|
|
1056
|
+
'faLocust',
|
|
1057
|
+
'faLongArrowAltDown',
|
|
1058
|
+
'faLongArrowAltLeft',
|
|
1059
|
+
'faLongArrowAltRight',
|
|
1060
|
+
'faLongArrowAltUp',
|
|
1061
|
+
'faLongArrowDown',
|
|
1062
|
+
'faLongArrowLeft',
|
|
1063
|
+
'faLongArrowRight',
|
|
1064
|
+
'faLongArrowUp',
|
|
1065
|
+
'faLowVision',
|
|
1066
|
+
'faLuggageCart',
|
|
1067
|
+
'faLungs',
|
|
1068
|
+
'faLungsVirus',
|
|
1069
|
+
'faM',
|
|
1070
|
+
'faMagic',
|
|
1071
|
+
'faMagicWandSparkles',
|
|
1072
|
+
'faMagnet',
|
|
1073
|
+
'faMagnifyingGlass',
|
|
1074
|
+
'faMagnifyingGlassArrowRight',
|
|
1075
|
+
'faMagnifyingGlassChart',
|
|
1076
|
+
'faMagnifyingGlassDollar',
|
|
1077
|
+
'faMagnifyingGlassLocation',
|
|
1078
|
+
'faMagnifyingGlassMinus',
|
|
1079
|
+
'faMagnifyingGlassPlus',
|
|
1080
|
+
'faMailBulk',
|
|
1081
|
+
'faMailForward',
|
|
1082
|
+
'faMailReply',
|
|
1083
|
+
'faMailReplyAll',
|
|
1084
|
+
'faMale',
|
|
1085
|
+
'faManatSign',
|
|
1086
|
+
'faMap',
|
|
1087
|
+
'faMapLocation',
|
|
1088
|
+
'faMapLocationDot',
|
|
1089
|
+
'faMapMarked',
|
|
1090
|
+
'faMapMarkedAlt',
|
|
1091
|
+
'faMapMarker',
|
|
1092
|
+
'faMapMarkerAlt',
|
|
1093
|
+
'faMapPin',
|
|
1094
|
+
'faMapSigns',
|
|
1095
|
+
'faMarker',
|
|
1096
|
+
'faMars',
|
|
1097
|
+
'faMarsAndVenus',
|
|
1098
|
+
'faMarsAndVenusBurst',
|
|
1099
|
+
'faMarsDouble',
|
|
1100
|
+
'faMarsStroke',
|
|
1101
|
+
'faMarsStrokeH',
|
|
1102
|
+
'faMarsStrokeRight',
|
|
1103
|
+
'faMarsStrokeUp',
|
|
1104
|
+
'faMarsStrokeV',
|
|
1105
|
+
'faMartiniGlass',
|
|
1106
|
+
'faMartiniGlassCitrus',
|
|
1107
|
+
'faMartiniGlassEmpty',
|
|
1108
|
+
'faMask',
|
|
1109
|
+
'faMaskFace',
|
|
1110
|
+
'faMaskVentilator',
|
|
1111
|
+
'faMasksTheater',
|
|
1112
|
+
'faMattressPillow',
|
|
1113
|
+
'faMaximize',
|
|
1114
|
+
'faMedal',
|
|
1115
|
+
'faMedkit',
|
|
1116
|
+
'faMeh',
|
|
1117
|
+
'faMehBlank',
|
|
1118
|
+
'faMehRollingEyes',
|
|
1119
|
+
'faMemory',
|
|
1120
|
+
'faMenorah',
|
|
1121
|
+
'faMercury',
|
|
1122
|
+
'faMessage',
|
|
1123
|
+
'faMeteor',
|
|
1124
|
+
'faMicrochip',
|
|
1125
|
+
'faMicrophone',
|
|
1126
|
+
'faMicrophoneAlt',
|
|
1127
|
+
'faMicrophoneAltSlash',
|
|
1128
|
+
'faMicrophoneLines',
|
|
1129
|
+
'faMicrophoneLinesSlash',
|
|
1130
|
+
'faMicrophoneSlash',
|
|
1131
|
+
'faMicroscope',
|
|
1132
|
+
'faMillSign',
|
|
1133
|
+
'faMinimize',
|
|
1134
|
+
'faMinus',
|
|
1135
|
+
'faMinusCircle',
|
|
1136
|
+
'faMinusSquare',
|
|
1137
|
+
'faMitten',
|
|
1138
|
+
'faMobile',
|
|
1139
|
+
'faMobileAlt',
|
|
1140
|
+
'faMobileAndroid',
|
|
1141
|
+
'faMobileAndroidAlt',
|
|
1142
|
+
'faMobileButton',
|
|
1143
|
+
'faMobilePhone',
|
|
1144
|
+
'faMobileRetro',
|
|
1145
|
+
'faMobileScreen',
|
|
1146
|
+
'faMobileScreenButton',
|
|
1147
|
+
'faMoneyBill',
|
|
1148
|
+
'faMoneyBill1',
|
|
1149
|
+
'faMoneyBill1Wave',
|
|
1150
|
+
'faMoneyBillAlt',
|
|
1151
|
+
'faMoneyBillTransfer',
|
|
1152
|
+
'faMoneyBillTrendUp',
|
|
1153
|
+
'faMoneyBillWave',
|
|
1154
|
+
'faMoneyBillWaveAlt',
|
|
1155
|
+
'faMoneyBillWheat',
|
|
1156
|
+
'faMoneyBills',
|
|
1157
|
+
'faMoneyCheck',
|
|
1158
|
+
'faMoneyCheckAlt',
|
|
1159
|
+
'faMoneyCheckDollar',
|
|
1160
|
+
'faMonument',
|
|
1161
|
+
'faMoon',
|
|
1162
|
+
'faMortarBoard',
|
|
1163
|
+
'faMortarPestle',
|
|
1164
|
+
'faMosque',
|
|
1165
|
+
'faMosquito',
|
|
1166
|
+
'faMosquitoNet',
|
|
1167
|
+
'faMotorcycle',
|
|
1168
|
+
'faMound',
|
|
1169
|
+
'faMountain',
|
|
1170
|
+
'faMountainCity',
|
|
1171
|
+
'faMountainSun',
|
|
1172
|
+
'faMouse',
|
|
1173
|
+
'faMousePointer',
|
|
1174
|
+
'faMugHot',
|
|
1175
|
+
'faMugSaucer',
|
|
1176
|
+
'faMultiply',
|
|
1177
|
+
'faMuseum',
|
|
1178
|
+
'faMusic',
|
|
1179
|
+
'faN',
|
|
1180
|
+
'faNairaSign',
|
|
1181
|
+
'faNavicon',
|
|
1182
|
+
'faNetworkWired',
|
|
1183
|
+
'faNeuter',
|
|
1184
|
+
'faNewspaper',
|
|
1185
|
+
'faNotEqual',
|
|
1186
|
+
'faNotdef',
|
|
1187
|
+
'faNoteSticky',
|
|
1188
|
+
'faNotesMedical',
|
|
1189
|
+
'faO',
|
|
1190
|
+
'faObjectGroup',
|
|
1191
|
+
'faObjectUngroup',
|
|
1192
|
+
'faOilCan',
|
|
1193
|
+
'faOilWell',
|
|
1194
|
+
'faOm',
|
|
1195
|
+
'faOtter',
|
|
1196
|
+
'faOutdent',
|
|
1197
|
+
'faP',
|
|
1198
|
+
'faPager',
|
|
1199
|
+
'faPaintBrush',
|
|
1200
|
+
'faPaintRoller',
|
|
1201
|
+
'faPaintbrush',
|
|
1202
|
+
'faPalette',
|
|
1203
|
+
'faPallet',
|
|
1204
|
+
'faPanorama',
|
|
1205
|
+
'faPaperPlane',
|
|
1206
|
+
'faPaperclip',
|
|
1207
|
+
'faParachuteBox',
|
|
1208
|
+
'faParagraph',
|
|
1209
|
+
'faParking',
|
|
1210
|
+
'faPassport',
|
|
1211
|
+
'faPastafarianism',
|
|
1212
|
+
'faPaste',
|
|
1213
|
+
'faPause',
|
|
1214
|
+
'faPauseCircle',
|
|
1215
|
+
'faPaw',
|
|
1216
|
+
'faPeace',
|
|
1217
|
+
'faPen',
|
|
1218
|
+
'faPenAlt',
|
|
1219
|
+
'faPenClip',
|
|
1220
|
+
'faPenFancy',
|
|
1221
|
+
'faPenNib',
|
|
1222
|
+
'faPenRuler',
|
|
1223
|
+
'faPenSquare',
|
|
1224
|
+
'faPenToSquare',
|
|
1225
|
+
'faPencil',
|
|
1226
|
+
'faPencilAlt',
|
|
1227
|
+
'faPencilRuler',
|
|
1228
|
+
'faPencilSquare',
|
|
1229
|
+
'faPeopleArrows',
|
|
1230
|
+
'faPeopleArrowsLeftRight',
|
|
1231
|
+
'faPeopleCarry',
|
|
1232
|
+
'faPeopleCarryBox',
|
|
1233
|
+
'faPeopleGroup',
|
|
1234
|
+
'faPeopleLine',
|
|
1235
|
+
'faPeoplePulling',
|
|
1236
|
+
'faPeopleRobbery',
|
|
1237
|
+
'faPeopleRoof',
|
|
1238
|
+
'faPepperHot',
|
|
1239
|
+
'faPercent',
|
|
1240
|
+
'faPercentage',
|
|
1241
|
+
'faPerson',
|
|
1242
|
+
'faPersonArrowDownToLine',
|
|
1243
|
+
'faPersonArrowUpFromLine',
|
|
1244
|
+
'faPersonBiking',
|
|
1245
|
+
'faPersonBooth',
|
|
1246
|
+
'faPersonBreastfeeding',
|
|
1247
|
+
'faPersonBurst',
|
|
1248
|
+
'faPersonCane',
|
|
1249
|
+
'faPersonChalkboard',
|
|
1250
|
+
'faPersonCircleCheck',
|
|
1251
|
+
'faPersonCircleExclamation',
|
|
1252
|
+
'faPersonCircleMinus',
|
|
1253
|
+
'faPersonCirclePlus',
|
|
1254
|
+
'faPersonCircleQuestion',
|
|
1255
|
+
'faPersonCircleXmark',
|
|
1256
|
+
'faPersonDigging',
|
|
1257
|
+
'faPersonDotsFromLine',
|
|
1258
|
+
'faPersonDress',
|
|
1259
|
+
'faPersonDressBurst',
|
|
1260
|
+
'faPersonDrowning',
|
|
1261
|
+
'faPersonFalling',
|
|
1262
|
+
'faPersonFallingBurst',
|
|
1263
|
+
'faPersonHalfDress',
|
|
1264
|
+
'faPersonHarassing',
|
|
1265
|
+
'faPersonHiking',
|
|
1266
|
+
'faPersonMilitaryPointing',
|
|
1267
|
+
'faPersonMilitaryRifle',
|
|
1268
|
+
'faPersonMilitaryToPerson',
|
|
1269
|
+
'faPersonPraying',
|
|
1270
|
+
'faPersonPregnant',
|
|
1271
|
+
'faPersonRays',
|
|
1272
|
+
'faPersonRifle',
|
|
1273
|
+
'faPersonRunning',
|
|
1274
|
+
'faPersonShelter',
|
|
1275
|
+
'faPersonSkating',
|
|
1276
|
+
'faPersonSkiing',
|
|
1277
|
+
'faPersonSkiingNordic',
|
|
1278
|
+
'faPersonSnowboarding',
|
|
1279
|
+
'faPersonSwimming',
|
|
1280
|
+
'faPersonThroughWindow',
|
|
1281
|
+
'faPersonWalking',
|
|
1282
|
+
'faPersonWalkingArrowLoopLeft',
|
|
1283
|
+
'faPersonWalkingArrowRight',
|
|
1284
|
+
'faPersonWalkingDashedLineArrowRight',
|
|
1285
|
+
'faPersonWalkingLuggage',
|
|
1286
|
+
'faPersonWalkingWithCane',
|
|
1287
|
+
'faPesetaSign',
|
|
1288
|
+
'faPesoSign',
|
|
1289
|
+
'faPhone',
|
|
1290
|
+
'faPhoneAlt',
|
|
1291
|
+
'faPhoneFlip',
|
|
1292
|
+
'faPhoneSlash',
|
|
1293
|
+
'faPhoneSquare',
|
|
1294
|
+
'faPhoneSquareAlt',
|
|
1295
|
+
'faPhoneVolume',
|
|
1296
|
+
'faPhotoFilm',
|
|
1297
|
+
'faPhotoVideo',
|
|
1298
|
+
'faPieChart',
|
|
1299
|
+
'faPiggyBank',
|
|
1300
|
+
'faPills',
|
|
1301
|
+
'faPingPongPaddleBall',
|
|
1302
|
+
'faPizzaSlice',
|
|
1303
|
+
'faPlaceOfWorship',
|
|
1304
|
+
'faPlane',
|
|
1305
|
+
'faPlaneArrival',
|
|
1306
|
+
'faPlaneCircleCheck',
|
|
1307
|
+
'faPlaneCircleExclamation',
|
|
1308
|
+
'faPlaneCircleXmark',
|
|
1309
|
+
'faPlaneDeparture',
|
|
1310
|
+
'faPlaneLock',
|
|
1311
|
+
'faPlaneSlash',
|
|
1312
|
+
'faPlaneUp',
|
|
1313
|
+
'faPlantWilt',
|
|
1314
|
+
'faPlateWheat',
|
|
1315
|
+
'faPlay',
|
|
1316
|
+
'faPlayCircle',
|
|
1317
|
+
'faPlug',
|
|
1318
|
+
'faPlugCircleBolt',
|
|
1319
|
+
'faPlugCircleCheck',
|
|
1320
|
+
'faPlugCircleExclamation',
|
|
1321
|
+
'faPlugCircleMinus',
|
|
1322
|
+
'faPlugCirclePlus',
|
|
1323
|
+
'faPlugCircleXmark',
|
|
1324
|
+
'faPlus',
|
|
1325
|
+
'faPlusCircle',
|
|
1326
|
+
'faPlusMinus',
|
|
1327
|
+
'faPlusSquare',
|
|
1328
|
+
'faPodcast',
|
|
1329
|
+
'faPoll',
|
|
1330
|
+
'faPollH',
|
|
1331
|
+
'faPoo',
|
|
1332
|
+
'faPooBolt',
|
|
1333
|
+
'faPooStorm',
|
|
1334
|
+
'faPoop',
|
|
1335
|
+
'faPortrait',
|
|
1336
|
+
'faPoundSign',
|
|
1337
|
+
'faPowerOff',
|
|
1338
|
+
'faPray',
|
|
1339
|
+
'faPrayingHands',
|
|
1340
|
+
'faPrescription',
|
|
1341
|
+
'faPrescriptionBottle',
|
|
1342
|
+
'faPrescriptionBottleAlt',
|
|
1343
|
+
'faPrescriptionBottleMedical',
|
|
1344
|
+
'faPrint',
|
|
1345
|
+
'faProcedures',
|
|
1346
|
+
'faProjectDiagram',
|
|
1347
|
+
'faPumpMedical',
|
|
1348
|
+
'faPumpSoap',
|
|
1349
|
+
'faPuzzlePiece',
|
|
1350
|
+
'faQ',
|
|
1351
|
+
'faQrcode',
|
|
1352
|
+
'faQuestion',
|
|
1353
|
+
'faQuestionCircle',
|
|
1354
|
+
'faQuidditch',
|
|
1355
|
+
'faQuidditchBroomBall',
|
|
1356
|
+
'faQuoteLeft',
|
|
1357
|
+
'faQuoteLeftAlt',
|
|
1358
|
+
'faQuoteRight',
|
|
1359
|
+
'faQuoteRightAlt',
|
|
1360
|
+
'faQuran',
|
|
1361
|
+
'faR',
|
|
1362
|
+
'faRadiation',
|
|
1363
|
+
'faRadiationAlt',
|
|
1364
|
+
'faRadio',
|
|
1365
|
+
'faRainbow',
|
|
1366
|
+
'faRandom',
|
|
1367
|
+
'faRankingStar',
|
|
1368
|
+
'faReceipt',
|
|
1369
|
+
'faRecordVinyl',
|
|
1370
|
+
'faRectangleAd',
|
|
1371
|
+
'faRectangleList',
|
|
1372
|
+
'faRectangleTimes',
|
|
1373
|
+
'faRectangleXmark',
|
|
1374
|
+
'faRecycle',
|
|
1375
|
+
'faRedo',
|
|
1376
|
+
'faRedoAlt',
|
|
1377
|
+
'faRefresh',
|
|
1378
|
+
'faRegistered',
|
|
1379
|
+
'faRemove',
|
|
1380
|
+
'faRemoveFormat',
|
|
1381
|
+
'faReorder',
|
|
1382
|
+
'faRepeat',
|
|
1383
|
+
'faReply',
|
|
1384
|
+
'faReplyAll',
|
|
1385
|
+
'faRepublican',
|
|
1386
|
+
'faRestroom',
|
|
1387
|
+
'faRetweet',
|
|
1388
|
+
'faRibbon',
|
|
1389
|
+
'faRightFromBracket',
|
|
1390
|
+
'faRightLeft',
|
|
1391
|
+
'faRightLong',
|
|
1392
|
+
'faRightToBracket',
|
|
1393
|
+
'faRing',
|
|
1394
|
+
'faRmb',
|
|
1395
|
+
'faRoad',
|
|
1396
|
+
'faRoadBarrier',
|
|
1397
|
+
'faRoadBridge',
|
|
1398
|
+
'faRoadCircleCheck',
|
|
1399
|
+
'faRoadCircleExclamation',
|
|
1400
|
+
'faRoadCircleXmark',
|
|
1401
|
+
'faRoadLock',
|
|
1402
|
+
'faRoadSpikes',
|
|
1403
|
+
'faRobot',
|
|
1404
|
+
'faRocket',
|
|
1405
|
+
'faRodAsclepius',
|
|
1406
|
+
'faRodSnake',
|
|
1407
|
+
'faRotate',
|
|
1408
|
+
'faRotateBack',
|
|
1409
|
+
'faRotateBackward',
|
|
1410
|
+
'faRotateForward',
|
|
1411
|
+
'faRotateLeft',
|
|
1412
|
+
'faRotateRight',
|
|
1413
|
+
'faRouble',
|
|
1414
|
+
'faRoute',
|
|
1415
|
+
'faRss',
|
|
1416
|
+
'faRssSquare',
|
|
1417
|
+
'faRub',
|
|
1418
|
+
'faRuble',
|
|
1419
|
+
'faRubleSign',
|
|
1420
|
+
'faRug',
|
|
1421
|
+
'faRuler',
|
|
1422
|
+
'faRulerCombined',
|
|
1423
|
+
'faRulerHorizontal',
|
|
1424
|
+
'faRulerVertical',
|
|
1425
|
+
'faRunning',
|
|
1426
|
+
'faRupee',
|
|
1427
|
+
'faRupeeSign',
|
|
1428
|
+
'faRupiahSign',
|
|
1429
|
+
'faS',
|
|
1430
|
+
'faSackDollar',
|
|
1431
|
+
'faSackXmark',
|
|
1432
|
+
'faSadCry',
|
|
1433
|
+
'faSadTear',
|
|
1434
|
+
'faSailboat',
|
|
1435
|
+
'faSatellite',
|
|
1436
|
+
'faSatelliteDish',
|
|
1437
|
+
'faSave',
|
|
1438
|
+
'faScaleBalanced',
|
|
1439
|
+
'faScaleUnbalanced',
|
|
1440
|
+
'faScaleUnbalancedFlip',
|
|
1441
|
+
'faSchool',
|
|
1442
|
+
'faSchoolCircleCheck',
|
|
1443
|
+
'faSchoolCircleExclamation',
|
|
1444
|
+
'faSchoolCircleXmark',
|
|
1445
|
+
'faSchoolFlag',
|
|
1446
|
+
'faSchoolLock',
|
|
1447
|
+
'faScissors',
|
|
1448
|
+
'faScrewdriver',
|
|
1449
|
+
'faScrewdriverWrench',
|
|
1450
|
+
'faScroll',
|
|
1451
|
+
'faScrollTorah',
|
|
1452
|
+
'faSdCard',
|
|
1453
|
+
'faSearch',
|
|
1454
|
+
'faSearchDollar',
|
|
1455
|
+
'faSearchLocation',
|
|
1456
|
+
'faSearchMinus',
|
|
1457
|
+
'faSearchPlus',
|
|
1458
|
+
'faSection',
|
|
1459
|
+
'faSeedling',
|
|
1460
|
+
'faServer',
|
|
1461
|
+
'faShapes',
|
|
1462
|
+
'faShare',
|
|
1463
|
+
'faShareAlt',
|
|
1464
|
+
'faShareAltSquare',
|
|
1465
|
+
'faShareFromSquare',
|
|
1466
|
+
'faShareNodes',
|
|
1467
|
+
'faShareSquare',
|
|
1468
|
+
'faSheetPlastic',
|
|
1469
|
+
'faShekel',
|
|
1470
|
+
'faShekelSign',
|
|
1471
|
+
'faSheqel',
|
|
1472
|
+
'faSheqelSign',
|
|
1473
|
+
'faShield',
|
|
1474
|
+
'faShieldAlt',
|
|
1475
|
+
'faShieldBlank',
|
|
1476
|
+
'faShieldCat',
|
|
1477
|
+
'faShieldDog',
|
|
1478
|
+
'faShieldHalved',
|
|
1479
|
+
'faShieldHeart',
|
|
1480
|
+
'faShieldVirus',
|
|
1481
|
+
'faShip',
|
|
1482
|
+
'faShippingFast',
|
|
1483
|
+
'faShirt',
|
|
1484
|
+
'faShoePrints',
|
|
1485
|
+
'faShop',
|
|
1486
|
+
'faShopLock',
|
|
1487
|
+
'faShopSlash',
|
|
1488
|
+
'faShoppingBag',
|
|
1489
|
+
'faShoppingBasket',
|
|
1490
|
+
'faShoppingCart',
|
|
1491
|
+
'faShower',
|
|
1492
|
+
'faShrimp',
|
|
1493
|
+
'faShuffle',
|
|
1494
|
+
'faShuttleSpace',
|
|
1495
|
+
'faShuttleVan',
|
|
1496
|
+
'faSign',
|
|
1497
|
+
'faSignHanging',
|
|
1498
|
+
'faSignIn',
|
|
1499
|
+
'faSignInAlt',
|
|
1500
|
+
'faSignLanguage',
|
|
1501
|
+
'faSignOut',
|
|
1502
|
+
'faSignOutAlt',
|
|
1503
|
+
'faSignal',
|
|
1504
|
+
'faSignal5',
|
|
1505
|
+
'faSignalPerfect',
|
|
1506
|
+
'faSignature',
|
|
1507
|
+
'faSigning',
|
|
1508
|
+
'faSignsPost',
|
|
1509
|
+
'faSimCard',
|
|
1510
|
+
'faSink',
|
|
1511
|
+
'faSitemap',
|
|
1512
|
+
'faSkating',
|
|
1513
|
+
'faSkiing',
|
|
1514
|
+
'faSkiingNordic',
|
|
1515
|
+
'faSkull',
|
|
1516
|
+
'faSkullCrossbones',
|
|
1517
|
+
'faSlash',
|
|
1518
|
+
'faSleigh',
|
|
1519
|
+
'faSliders',
|
|
1520
|
+
'faSlidersH',
|
|
1521
|
+
'faSmile',
|
|
1522
|
+
'faSmileBeam',
|
|
1523
|
+
'faSmileWink',
|
|
1524
|
+
'faSmog',
|
|
1525
|
+
'faSmoking',
|
|
1526
|
+
'faSmokingBan',
|
|
1527
|
+
'faSms',
|
|
1528
|
+
'faSnowboarding',
|
|
1529
|
+
'faSnowflake',
|
|
1530
|
+
'faSnowman',
|
|
1531
|
+
'faSnowplow',
|
|
1532
|
+
'faSoap',
|
|
1533
|
+
'faSoccerBall',
|
|
1534
|
+
'faSocks',
|
|
1535
|
+
'faSolarPanel',
|
|
1536
|
+
'faSort',
|
|
1537
|
+
'faSortAlphaAsc',
|
|
1538
|
+
'faSortAlphaDesc',
|
|
1539
|
+
'faSortAlphaDown',
|
|
1540
|
+
'faSortAlphaDownAlt',
|
|
1541
|
+
'faSortAlphaUp',
|
|
1542
|
+
'faSortAlphaUpAlt',
|
|
1543
|
+
'faSortAmountAsc',
|
|
1544
|
+
'faSortAmountDesc',
|
|
1545
|
+
'faSortAmountDown',
|
|
1546
|
+
'faSortAmountDownAlt',
|
|
1547
|
+
'faSortAmountUp',
|
|
1548
|
+
'faSortAmountUpAlt',
|
|
1549
|
+
'faSortAsc',
|
|
1550
|
+
'faSortDesc',
|
|
1551
|
+
'faSortDown',
|
|
1552
|
+
'faSortNumericAsc',
|
|
1553
|
+
'faSortNumericDesc',
|
|
1554
|
+
'faSortNumericDown',
|
|
1555
|
+
'faSortNumericDownAlt',
|
|
1556
|
+
'faSortNumericUp',
|
|
1557
|
+
'faSortNumericUpAlt',
|
|
1558
|
+
'faSortUp',
|
|
1559
|
+
'faSpa',
|
|
1560
|
+
'faSpaceShuttle',
|
|
1561
|
+
'faSpaghettiMonsterFlying',
|
|
1562
|
+
'faSpellCheck',
|
|
1563
|
+
'faSpider',
|
|
1564
|
+
'faSpinner',
|
|
1565
|
+
'faSplotch',
|
|
1566
|
+
'faSpoon',
|
|
1567
|
+
'faSprayCan',
|
|
1568
|
+
'faSprayCanSparkles',
|
|
1569
|
+
'faSprout',
|
|
1570
|
+
'faSquare',
|
|
1571
|
+
'faSquareArrowUpRight',
|
|
1572
|
+
'faSquareBinary',
|
|
1573
|
+
'faSquareCaretDown',
|
|
1574
|
+
'faSquareCaretLeft',
|
|
1575
|
+
'faSquareCaretRight',
|
|
1576
|
+
'faSquareCaretUp',
|
|
1577
|
+
'faSquareCheck',
|
|
1578
|
+
'faSquareEnvelope',
|
|
1579
|
+
'faSquareFull',
|
|
1580
|
+
'faSquareH',
|
|
1581
|
+
'faSquareMinus',
|
|
1582
|
+
'faSquareNfi',
|
|
1583
|
+
'faSquareParking',
|
|
1584
|
+
'faSquarePen',
|
|
1585
|
+
'faSquarePersonConfined',
|
|
1586
|
+
'faSquarePhone',
|
|
1587
|
+
'faSquarePhoneFlip',
|
|
1588
|
+
'faSquarePlus',
|
|
1589
|
+
'faSquarePollHorizontal',
|
|
1590
|
+
'faSquarePollVertical',
|
|
1591
|
+
'faSquareRootAlt',
|
|
1592
|
+
'faSquareRootVariable',
|
|
1593
|
+
'faSquareRss',
|
|
1594
|
+
'faSquareShareNodes',
|
|
1595
|
+
'faSquareUpRight',
|
|
1596
|
+
'faSquareVirus',
|
|
1597
|
+
'faSquareXmark',
|
|
1598
|
+
'faStaffAesculapius',
|
|
1599
|
+
'faStaffSnake',
|
|
1600
|
+
'faStairs',
|
|
1601
|
+
'faStamp',
|
|
1602
|
+
'faStapler',
|
|
1603
|
+
'faStar',
|
|
1604
|
+
'faStarAndCrescent',
|
|
1605
|
+
'faStarHalf',
|
|
1606
|
+
'faStarHalfAlt',
|
|
1607
|
+
'faStarHalfStroke',
|
|
1608
|
+
'faStarOfDavid',
|
|
1609
|
+
'faStarOfLife',
|
|
1610
|
+
'faStepBackward',
|
|
1611
|
+
'faStepForward',
|
|
1612
|
+
'faSterlingSign',
|
|
1613
|
+
'faStethoscope',
|
|
1614
|
+
'faStickyNote',
|
|
1615
|
+
'faStop',
|
|
1616
|
+
'faStopCircle',
|
|
1617
|
+
'faStopwatch',
|
|
1618
|
+
'faStopwatch20',
|
|
1619
|
+
'faStore',
|
|
1620
|
+
'faStoreAlt',
|
|
1621
|
+
'faStoreAltSlash',
|
|
1622
|
+
'faStoreSlash',
|
|
1623
|
+
'faStream',
|
|
1624
|
+
'faStreetView',
|
|
1625
|
+
'faStrikethrough',
|
|
1626
|
+
'faStroopwafel',
|
|
1627
|
+
'faSubscript',
|
|
1628
|
+
'faSubtract',
|
|
1629
|
+
'faSubway',
|
|
1630
|
+
'faSuitcase',
|
|
1631
|
+
'faSuitcaseMedical',
|
|
1632
|
+
'faSuitcaseRolling',
|
|
1633
|
+
'faSun',
|
|
1634
|
+
'faSunPlantWilt',
|
|
1635
|
+
'faSuperscript',
|
|
1636
|
+
'faSurprise',
|
|
1637
|
+
'faSwatchbook',
|
|
1638
|
+
'faSwimmer',
|
|
1639
|
+
'faSwimmingPool',
|
|
1640
|
+
'faSynagogue',
|
|
1641
|
+
'faSync',
|
|
1642
|
+
'faSyncAlt',
|
|
1643
|
+
'faSyringe',
|
|
1644
|
+
'faT',
|
|
1645
|
+
'faTShirt',
|
|
1646
|
+
'faTable',
|
|
1647
|
+
'faTableCells',
|
|
1648
|
+
'faTableCellsColumnLock',
|
|
1649
|
+
'faTableCellsLarge',
|
|
1650
|
+
'faTableCellsRowLock',
|
|
1651
|
+
'faTableCellsRowUnlock',
|
|
1652
|
+
'faTableColumns',
|
|
1653
|
+
'faTableList',
|
|
1654
|
+
'faTableTennis',
|
|
1655
|
+
'faTableTennisPaddleBall',
|
|
1656
|
+
'faTablet',
|
|
1657
|
+
'faTabletAlt',
|
|
1658
|
+
'faTabletAndroid',
|
|
1659
|
+
'faTabletButton',
|
|
1660
|
+
'faTabletScreenButton',
|
|
1661
|
+
'faTablets',
|
|
1662
|
+
'faTachographDigital',
|
|
1663
|
+
'faTachometer',
|
|
1664
|
+
'faTachometerAlt',
|
|
1665
|
+
'faTachometerAltAverage',
|
|
1666
|
+
'faTachometerAltFast',
|
|
1667
|
+
'faTachometerAverage',
|
|
1668
|
+
'faTachometerFast',
|
|
1669
|
+
'faTag',
|
|
1670
|
+
'faTags',
|
|
1671
|
+
'faTanakh',
|
|
1672
|
+
'faTape',
|
|
1673
|
+
'faTarp',
|
|
1674
|
+
'faTarpDroplet',
|
|
1675
|
+
'faTasks',
|
|
1676
|
+
'faTasksAlt',
|
|
1677
|
+
'faTaxi',
|
|
1678
|
+
'faTeeth',
|
|
1679
|
+
'faTeethOpen',
|
|
1680
|
+
'faTeletype',
|
|
1681
|
+
'faTelevision',
|
|
1682
|
+
'faTemperature0',
|
|
1683
|
+
'faTemperature1',
|
|
1684
|
+
'faTemperature2',
|
|
1685
|
+
'faTemperature3',
|
|
1686
|
+
'faTemperature4',
|
|
1687
|
+
'faTemperatureArrowDown',
|
|
1688
|
+
'faTemperatureArrowUp',
|
|
1689
|
+
'faTemperatureDown',
|
|
1690
|
+
'faTemperatureEmpty',
|
|
1691
|
+
'faTemperatureFull',
|
|
1692
|
+
'faTemperatureHalf',
|
|
1693
|
+
'faTemperatureHigh',
|
|
1694
|
+
'faTemperatureLow',
|
|
1695
|
+
'faTemperatureQuarter',
|
|
1696
|
+
'faTemperatureThreeQuarters',
|
|
1697
|
+
'faTemperatureUp',
|
|
1698
|
+
'faTenge',
|
|
1699
|
+
'faTengeSign',
|
|
1700
|
+
'faTent',
|
|
1701
|
+
'faTentArrowDownToLine',
|
|
1702
|
+
'faTentArrowLeftRight',
|
|
1703
|
+
'faTentArrowTurnLeft',
|
|
1704
|
+
'faTentArrowsDown',
|
|
1705
|
+
'faTents',
|
|
1706
|
+
'faTerminal',
|
|
1707
|
+
'faTextHeight',
|
|
1708
|
+
'faTextSlash',
|
|
1709
|
+
'faTextWidth',
|
|
1710
|
+
'faTh',
|
|
1711
|
+
'faThLarge',
|
|
1712
|
+
'faThList',
|
|
1713
|
+
'faTheaterMasks',
|
|
1714
|
+
'faThermometer',
|
|
1715
|
+
'faThermometer0',
|
|
1716
|
+
'faThermometer1',
|
|
1717
|
+
'faThermometer2',
|
|
1718
|
+
'faThermometer3',
|
|
1719
|
+
'faThermometer4',
|
|
1720
|
+
'faThermometerEmpty',
|
|
1721
|
+
'faThermometerFull',
|
|
1722
|
+
'faThermometerHalf',
|
|
1723
|
+
'faThermometerQuarter',
|
|
1724
|
+
'faThermometerThreeQuarters',
|
|
1725
|
+
'faThumbTack',
|
|
1726
|
+
'faThumbTackSlash',
|
|
1727
|
+
'faThumbsDown',
|
|
1728
|
+
'faThumbsUp',
|
|
1729
|
+
'faThumbtack',
|
|
1730
|
+
'faThumbtackSlash',
|
|
1731
|
+
'faThunderstorm',
|
|
1732
|
+
'faTicket',
|
|
1733
|
+
'faTicketAlt',
|
|
1734
|
+
'faTicketSimple',
|
|
1735
|
+
'faTimeline',
|
|
1736
|
+
'faTimes',
|
|
1737
|
+
'faTimesCircle',
|
|
1738
|
+
'faTimesRectangle',
|
|
1739
|
+
'faTimesSquare',
|
|
1740
|
+
'faTint',
|
|
1741
|
+
'faTintSlash',
|
|
1742
|
+
'faTired',
|
|
1743
|
+
'faToggleOff',
|
|
1744
|
+
'faToggleOn',
|
|
1745
|
+
'faToilet',
|
|
1746
|
+
'faToiletPaper',
|
|
1747
|
+
'faToiletPaperSlash',
|
|
1748
|
+
'faToiletPortable',
|
|
1749
|
+
'faToiletsPortable',
|
|
1750
|
+
'faToolbox',
|
|
1751
|
+
'faTools',
|
|
1752
|
+
'faTooth',
|
|
1753
|
+
'faTorah',
|
|
1754
|
+
'faToriiGate',
|
|
1755
|
+
'faTornado',
|
|
1756
|
+
'faTowerBroadcast',
|
|
1757
|
+
'faTowerCell',
|
|
1758
|
+
'faTowerObservation',
|
|
1759
|
+
'faTractor',
|
|
1760
|
+
'faTrademark',
|
|
1761
|
+
'faTrafficLight',
|
|
1762
|
+
'faTrailer',
|
|
1763
|
+
'faTrain',
|
|
1764
|
+
'faTrainSubway',
|
|
1765
|
+
'faTrainTram',
|
|
1766
|
+
'faTram',
|
|
1767
|
+
'faTransgender',
|
|
1768
|
+
'faTransgenderAlt',
|
|
1769
|
+
'faTrash',
|
|
1770
|
+
'faTrashAlt',
|
|
1771
|
+
'faTrashArrowUp',
|
|
1772
|
+
'faTrashCan',
|
|
1773
|
+
'faTrashCanArrowUp',
|
|
1774
|
+
'faTrashRestore',
|
|
1775
|
+
'faTrashRestoreAlt',
|
|
1776
|
+
'faTree',
|
|
1777
|
+
'faTreeCity',
|
|
1778
|
+
'faTriangleCircleSquare',
|
|
1779
|
+
'faTriangleExclamation',
|
|
1780
|
+
'faTrophy',
|
|
1781
|
+
'faTrowel',
|
|
1782
|
+
'faTrowelBricks',
|
|
1783
|
+
'faTruck',
|
|
1784
|
+
'faTruckArrowRight',
|
|
1785
|
+
'faTruckDroplet',
|
|
1786
|
+
'faTruckFast',
|
|
1787
|
+
'faTruckField',
|
|
1788
|
+
'faTruckFieldUn',
|
|
1789
|
+
'faTruckFront',
|
|
1790
|
+
'faTruckLoading',
|
|
1791
|
+
'faTruckMedical',
|
|
1792
|
+
'faTruckMonster',
|
|
1793
|
+
'faTruckMoving',
|
|
1794
|
+
'faTruckPickup',
|
|
1795
|
+
'faTruckPlane',
|
|
1796
|
+
'faTruckRampBox',
|
|
1797
|
+
'faTry',
|
|
1798
|
+
'faTshirt',
|
|
1799
|
+
'faTty',
|
|
1800
|
+
'faTurkishLira',
|
|
1801
|
+
'faTurkishLiraSign',
|
|
1802
|
+
'faTurnDown',
|
|
1803
|
+
'faTurnUp',
|
|
1804
|
+
'faTv',
|
|
1805
|
+
'faTvAlt',
|
|
1806
|
+
'faU',
|
|
1807
|
+
'faUmbrella',
|
|
1808
|
+
'faUmbrellaBeach',
|
|
1809
|
+
'faUnderline',
|
|
1810
|
+
'faUndo',
|
|
1811
|
+
'faUndoAlt',
|
|
1812
|
+
'faUniversalAccess',
|
|
1813
|
+
'faUniversity',
|
|
1814
|
+
'faUnlink',
|
|
1815
|
+
'faUnlock',
|
|
1816
|
+
'faUnlockAlt',
|
|
1817
|
+
'faUnlockKeyhole',
|
|
1818
|
+
'faUnsorted',
|
|
1819
|
+
'faUpDown',
|
|
1820
|
+
'faUpDownLeftRight',
|
|
1821
|
+
'faUpLong',
|
|
1822
|
+
'faUpRightAndDownLeftFromCenter',
|
|
1823
|
+
'faUpRightFromSquare',
|
|
1824
|
+
'faUpload',
|
|
1825
|
+
'faUsd',
|
|
1826
|
+
'faUser',
|
|
1827
|
+
'faUserAlt',
|
|
1828
|
+
'faUserAltSlash',
|
|
1829
|
+
'faUserAstronaut',
|
|
1830
|
+
'faUserCheck',
|
|
1831
|
+
'faUserCircle',
|
|
1832
|
+
'faUserClock',
|
|
1833
|
+
'faUserCog',
|
|
1834
|
+
'faUserDoctor',
|
|
1835
|
+
'faUserEdit',
|
|
1836
|
+
'faUserFriends',
|
|
1837
|
+
'faUserGear',
|
|
1838
|
+
'faUserGraduate',
|
|
1839
|
+
'faUserGroup',
|
|
1840
|
+
'faUserInjured',
|
|
1841
|
+
'faUserLarge',
|
|
1842
|
+
'faUserLargeSlash',
|
|
1843
|
+
'faUserLock',
|
|
1844
|
+
'faUserMd',
|
|
1845
|
+
'faUserMinus',
|
|
1846
|
+
'faUserNinja',
|
|
1847
|
+
'faUserNurse',
|
|
1848
|
+
'faUserPen',
|
|
1849
|
+
'faUserPlus',
|
|
1850
|
+
'faUserSecret',
|
|
1851
|
+
'faUserShield',
|
|
1852
|
+
'faUserSlash',
|
|
1853
|
+
'faUserTag',
|
|
1854
|
+
'faUserTie',
|
|
1855
|
+
'faUserTimes',
|
|
1856
|
+
'faUserXmark',
|
|
1857
|
+
'faUsers',
|
|
1858
|
+
'faUsersBetweenLines',
|
|
1859
|
+
'faUsersCog',
|
|
1860
|
+
'faUsersGear',
|
|
1861
|
+
'faUsersLine',
|
|
1862
|
+
'faUsersRays',
|
|
1863
|
+
'faUsersRectangle',
|
|
1864
|
+
'faUsersSlash',
|
|
1865
|
+
'faUsersViewfinder',
|
|
1866
|
+
'faUtensilSpoon',
|
|
1867
|
+
'faUtensils',
|
|
1868
|
+
'faV',
|
|
1869
|
+
'faVanShuttle',
|
|
1870
|
+
'faVault',
|
|
1871
|
+
'faVcard',
|
|
1872
|
+
'faVectorSquare',
|
|
1873
|
+
'faVenus',
|
|
1874
|
+
'faVenusDouble',
|
|
1875
|
+
'faVenusMars',
|
|
1876
|
+
'faVest',
|
|
1877
|
+
'faVestPatches',
|
|
1878
|
+
'faVial',
|
|
1879
|
+
'faVialCircleCheck',
|
|
1880
|
+
'faVialVirus',
|
|
1881
|
+
'faVials',
|
|
1882
|
+
'faVideo',
|
|
1883
|
+
'faVideoCamera',
|
|
1884
|
+
'faVideoSlash',
|
|
1885
|
+
'faVihara',
|
|
1886
|
+
'faVirus',
|
|
1887
|
+
'faVirusCovid',
|
|
1888
|
+
'faVirusCovidSlash',
|
|
1889
|
+
'faVirusSlash',
|
|
1890
|
+
'faViruses',
|
|
1891
|
+
'faVoicemail',
|
|
1892
|
+
'faVolcano',
|
|
1893
|
+
'faVolleyball',
|
|
1894
|
+
'faVolleyballBall',
|
|
1895
|
+
'faVolumeControlPhone',
|
|
1896
|
+
'faVolumeDown',
|
|
1897
|
+
'faVolumeHigh',
|
|
1898
|
+
'faVolumeLow',
|
|
1899
|
+
'faVolumeMute',
|
|
1900
|
+
'faVolumeOff',
|
|
1901
|
+
'faVolumeTimes',
|
|
1902
|
+
'faVolumeUp',
|
|
1903
|
+
'faVolumeXmark',
|
|
1904
|
+
'faVoteYea',
|
|
1905
|
+
'faVrCardboard',
|
|
1906
|
+
'faW',
|
|
1907
|
+
'faWalkieTalkie',
|
|
1908
|
+
'faWalking',
|
|
1909
|
+
'faWallet',
|
|
1910
|
+
'faWandMagic',
|
|
1911
|
+
'faWandMagicSparkles',
|
|
1912
|
+
'faWandSparkles',
|
|
1913
|
+
'faWarehouse',
|
|
1914
|
+
'faWarning',
|
|
1915
|
+
'faWater',
|
|
1916
|
+
'faWaterLadder',
|
|
1917
|
+
'faWaveSquare',
|
|
1918
|
+
'faWebAwesome',
|
|
1919
|
+
'faWeight',
|
|
1920
|
+
'faWeightHanging',
|
|
1921
|
+
'faWeightScale',
|
|
1922
|
+
'faWheatAlt',
|
|
1923
|
+
'faWheatAwn',
|
|
1924
|
+
'faWheatAwnCircleExclamation',
|
|
1925
|
+
'faWheelchair',
|
|
1926
|
+
'faWheelchairAlt',
|
|
1927
|
+
'faWheelchairMove',
|
|
1928
|
+
'faWhiskeyGlass',
|
|
1929
|
+
'faWifi',
|
|
1930
|
+
'faWifi3',
|
|
1931
|
+
'faWifiStrong',
|
|
1932
|
+
'faWind',
|
|
1933
|
+
'faWindowClose',
|
|
1934
|
+
'faWindowMaximize',
|
|
1935
|
+
'faWindowMinimize',
|
|
1936
|
+
'faWindowRestore',
|
|
1937
|
+
'faWineBottle',
|
|
1938
|
+
'faWineGlass',
|
|
1939
|
+
'faWineGlassAlt',
|
|
1940
|
+
'faWineGlassEmpty',
|
|
1941
|
+
'faWon',
|
|
1942
|
+
'faWonSign',
|
|
1943
|
+
'faWorm',
|
|
1944
|
+
'faWrench',
|
|
1945
|
+
'faX',
|
|
1946
|
+
'faXRay',
|
|
1947
|
+
'faXmark',
|
|
1948
|
+
'faXmarkCircle',
|
|
1949
|
+
'faXmarkSquare',
|
|
1950
|
+
'faXmarksLines',
|
|
1951
|
+
'faY',
|
|
1952
|
+
'faYen',
|
|
1953
|
+
'faYenSign',
|
|
1954
|
+
'faYinYang',
|
|
1955
|
+
'faZ',
|
|
1956
|
+
'faZap',
|
|
1957
|
+
'fa0',
|
|
1958
|
+
'fa1',
|
|
1959
|
+
'fa2',
|
|
1960
|
+
'fa3',
|
|
1961
|
+
'fa4',
|
|
1962
|
+
'fa5',
|
|
1963
|
+
'fa6',
|
|
1964
|
+
'fa7',
|
|
1965
|
+
'fa8',
|
|
1966
|
+
'fa9',
|
|
1967
|
+
'faA',
|
|
1968
|
+
];
|