@plusscommunities/pluss-core-app 6.1.7 → 6.1.8-auth.0

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.
Files changed (320) hide show
  1. package/dist/module/actions/FollowerActions.js +4 -4
  2. package/dist/module/actions/FollowerActions.js.map +1 -1
  3. package/dist/module/actions/MediaActions.js +1 -1
  4. package/dist/module/actions/MediaActions.js.map +1 -1
  5. package/dist/module/actions/ResidentActions.js +1 -1
  6. package/dist/module/actions/ResidentActions.js.map +1 -1
  7. package/dist/module/actions/UserActions.js +1 -1
  8. package/dist/module/actions/UserActions.js.map +1 -1
  9. package/dist/module/actions/UserSettingsActions.js +1 -1
  10. package/dist/module/actions/UserSettingsActions.js.map +1 -1
  11. package/dist/module/actions/index.js +5 -5
  12. package/dist/module/actions/index.js.map +1 -1
  13. package/dist/module/actions/types.js +16 -16
  14. package/dist/module/actions/types.js.map +1 -1
  15. package/dist/module/apis/analyticsActions.js +5 -5
  16. package/dist/module/apis/analyticsActions.js.map +1 -1
  17. package/dist/module/apis/contactActions.js +6 -6
  18. package/dist/module/apis/contactActions.js.map +1 -1
  19. package/dist/module/apis/eventActions.js +28 -28
  20. package/dist/module/apis/eventActions.js.map +1 -1
  21. package/dist/module/apis/fileActions.js +21 -28
  22. package/dist/module/apis/fileActions.js.map +1 -1
  23. package/dist/module/apis/followerActions.js +8 -8
  24. package/dist/module/apis/followerActions.js.map +1 -1
  25. package/dist/module/apis/index.js +12 -12
  26. package/dist/module/apis/index.js.map +1 -1
  27. package/dist/module/apis/notificationActions.js +17 -17
  28. package/dist/module/apis/notificationActions.js.map +1 -1
  29. package/dist/module/apis/profileActions.js +4 -4
  30. package/dist/module/apis/profileActions.js.map +1 -1
  31. package/dist/module/apis/reactionActions.js +15 -15
  32. package/dist/module/apis/reactionActions.js.map +1 -1
  33. package/dist/module/apis/settingActions.js +6 -6
  34. package/dist/module/apis/settingActions.js.map +1 -1
  35. package/dist/module/apis/stringActions.js +8 -8
  36. package/dist/module/apis/stringActions.js.map +1 -1
  37. package/dist/module/apis/typeActions.js +4 -4
  38. package/dist/module/apis/typeActions.js.map +1 -1
  39. package/dist/module/apis/userActions.js +8 -8
  40. package/dist/module/apis/userActions.js.map +1 -1
  41. package/dist/module/assets/icons/fontawesome/fa-brands-400.ttf +0 -0
  42. package/dist/module/assets/icons/fontawesome/fa-light-300.ttf +0 -0
  43. package/dist/module/assets/icons/fontawesome/fa-regular-400.ttf +0 -0
  44. package/dist/module/assets/icons/fontawesome/fa-solid-900.ttf +0 -0
  45. package/dist/module/assets/icons/fontawesome/fa-thin-100.ttf +0 -0
  46. package/dist/module/assets/icons/fontawesome/fa7-glyphmap.json +4205 -0
  47. package/dist/module/colours.js +26 -29
  48. package/dist/module/colours.js.map +1 -1
  49. package/dist/module/components/AddButton.js +8 -8
  50. package/dist/module/components/AddButton.js.map +1 -1
  51. package/dist/module/components/AddToCalendarButton.js +30 -29
  52. package/dist/module/components/AddToCalendarButton.js.map +1 -1
  53. package/dist/module/components/Attachment.js +10 -9
  54. package/dist/module/components/Attachment.js.map +1 -1
  55. package/dist/module/components/AudienceSelectorLauncher.js +11 -11
  56. package/dist/module/components/AudienceSelectorLauncher.js.map +1 -1
  57. package/dist/module/components/AudienceSelectorPage.js +45 -44
  58. package/dist/module/components/AudienceSelectorPage.js.map +1 -1
  59. package/dist/module/components/AutoOffsetImage.js +13 -13
  60. package/dist/module/components/AutoOffsetImage.js.map +1 -1
  61. package/dist/module/components/BackButton.js +10 -10
  62. package/dist/module/components/BackButton.js.map +1 -1
  63. package/dist/module/components/CalendarPopup.js +21 -21
  64. package/dist/module/components/CalendarPopup.js.map +1 -1
  65. package/dist/module/components/CategoryTabs.js +30 -29
  66. package/dist/module/components/CategoryTabs.js.map +1 -1
  67. package/dist/module/components/CommentReply.js +36 -34
  68. package/dist/module/components/CommentReply.js.map +1 -1
  69. package/dist/module/components/CommentSection.js +74 -74
  70. package/dist/module/components/CommentSection.js.map +1 -1
  71. package/dist/module/components/ConfirmPopup.js +21 -20
  72. package/dist/module/components/ConfirmPopup.js.map +1 -1
  73. package/dist/module/components/ConfirmationPopup.js +11 -11
  74. package/dist/module/components/ConfirmationPopup.js.map +1 -1
  75. package/dist/module/components/DocumentUploader.js +253 -0
  76. package/dist/module/components/DocumentUploader.js.map +1 -0
  77. package/dist/module/components/DropDownItem.js +14 -13
  78. package/dist/module/components/DropDownItem.js.map +1 -1
  79. package/dist/module/components/DropDownMenu.js +5 -5
  80. package/dist/module/components/DropDownMenu.js.map +1 -1
  81. package/dist/module/components/EmptyStateMain.js +10 -9
  82. package/dist/module/components/EmptyStateMain.js.map +1 -1
  83. package/dist/module/components/EmptyStateWidget.js +7 -6
  84. package/dist/module/components/EmptyStateWidget.js.map +1 -1
  85. package/dist/module/components/FontScaleButton.js +5 -4
  86. package/dist/module/components/FontScaleButton.js.map +1 -1
  87. package/dist/module/components/FontScalePopup.js +11 -10
  88. package/dist/module/components/FontScalePopup.js.map +1 -1
  89. package/dist/module/components/Forbidden.js +13 -13
  90. package/dist/module/components/Forbidden.js.map +1 -1
  91. package/dist/module/components/FormCard.js +4 -4
  92. package/dist/module/components/FormCard.js.map +1 -1
  93. package/dist/module/components/FormCardSection.js +20 -18
  94. package/dist/module/components/FormCardSection.js.map +1 -1
  95. package/dist/module/components/FormCardSectionOptionLauncher.js +13 -12
  96. package/dist/module/components/FormCardSectionOptionLauncher.js.map +1 -1
  97. package/dist/module/components/FormattedText.js +18 -16
  98. package/dist/module/components/FormattedText.js.map +1 -1
  99. package/dist/module/components/GenericInput.js +24 -21
  100. package/dist/module/components/GenericInput.js.map +1 -1
  101. package/dist/module/components/GenericInputSection.js +27 -26
  102. package/dist/module/components/GenericInputSection.js.map +1 -1
  103. package/dist/module/components/Header.js +70 -69
  104. package/dist/module/components/Header.js.map +1 -1
  105. package/dist/module/components/Icon.js +109 -0
  106. package/dist/module/components/Icon.js.map +1 -0
  107. package/dist/module/components/ImagePopup.js +237 -77
  108. package/dist/module/components/ImagePopup.js.map +1 -1
  109. package/dist/module/components/ImageUploadProgress.js +10 -9
  110. package/dist/module/components/ImageUploadProgress.js.map +1 -1
  111. package/dist/module/components/ImageUploader.js +22 -13
  112. package/dist/module/components/ImageUploader.js.map +1 -1
  113. package/dist/module/components/InlineButton.js +9 -8
  114. package/dist/module/components/InlineButton.js.map +1 -1
  115. package/dist/module/components/Input.js +28 -26
  116. package/dist/module/components/Input.js.map +1 -1
  117. package/dist/module/components/LoadingCircles.js +20 -20
  118. package/dist/module/components/LoadingCircles.js.map +1 -1
  119. package/dist/module/components/LoadingIndicator.js +11 -11
  120. package/dist/module/components/LoadingIndicator.js.map +1 -1
  121. package/dist/module/components/LoadingStateWidget.js +5 -5
  122. package/dist/module/components/LoadingStateWidget.js.map +1 -1
  123. package/dist/module/components/MediaPlayer.js +32 -32
  124. package/dist/module/components/MediaPlayer.js.map +1 -1
  125. package/dist/module/components/MiddlePopup.js +9 -9
  126. package/dist/module/components/MiddlePopup.js.map +1 -1
  127. package/dist/module/components/PDFPopup.js +36 -36
  128. package/dist/module/components/PDFPopup.js.map +1 -1
  129. package/dist/module/components/PlussChat.js +234 -146
  130. package/dist/module/components/PlussChat.js.map +1 -1
  131. package/dist/module/components/PlussChatMessage.js +75 -38
  132. package/dist/module/components/PlussChatMessage.js.map +1 -1
  133. package/dist/module/components/PlussChatTime.js +18 -17
  134. package/dist/module/components/PlussChatTime.js.map +1 -1
  135. package/dist/module/components/Popup.js +20 -19
  136. package/dist/module/components/Popup.js.map +1 -1
  137. package/dist/module/components/PopupMenu.js +15 -14
  138. package/dist/module/components/PopupMenu.js.map +1 -1
  139. package/dist/module/components/PositionedImage.js +20 -20
  140. package/dist/module/components/PositionedImage.js.map +1 -1
  141. package/dist/module/components/ProfilePic.js +10 -10
  142. package/dist/module/components/ProfilePic.js.map +1 -1
  143. package/dist/module/components/RadioButton.js +10 -9
  144. package/dist/module/components/RadioButton.js.map +1 -1
  145. package/dist/module/components/Reaction.js +18 -17
  146. package/dist/module/components/Reaction.js.map +1 -1
  147. package/dist/module/components/Reactions.js +7 -7
  148. package/dist/module/components/Reactions.js.map +1 -1
  149. package/dist/module/components/SharingTools.js +29 -28
  150. package/dist/module/components/SharingTools.js.map +1 -1
  151. package/dist/module/components/Spinner.js +5 -5
  152. package/dist/module/components/Spinner.js.map +1 -1
  153. package/dist/module/components/StickyFooter.js +6 -6
  154. package/dist/module/components/StickyFooter.js.map +1 -1
  155. package/dist/module/components/Text.js +57 -0
  156. package/dist/module/components/Text.js.map +1 -0
  157. package/dist/module/components/TickIcon.js +6 -6
  158. package/dist/module/components/TickIcon.js.map +1 -1
  159. package/dist/module/components/Toggle.js +10 -9
  160. package/dist/module/components/Toggle.js.map +1 -1
  161. package/dist/module/components/TouchableSearchBar.js +18 -17
  162. package/dist/module/components/TouchableSearchBar.js.map +1 -1
  163. package/dist/module/components/UserListPopup.js +20 -19
  164. package/dist/module/components/UserListPopup.js.map +1 -1
  165. package/dist/module/components/UserListing.js +41 -40
  166. package/dist/module/components/UserListing.js.map +1 -1
  167. package/dist/module/components/VideoPopup.js +20 -20
  168. package/dist/module/components/VideoPopup.js.map +1 -1
  169. package/dist/module/components/WarningPopup.js +21 -20
  170. package/dist/module/components/WarningPopup.js.map +1 -1
  171. package/dist/module/components/expo-image-picker-multiple/ImageBrowser.js +13 -13
  172. package/dist/module/components/expo-image-picker-multiple/ImageBrowser.js.map +1 -1
  173. package/dist/module/components/expo-image-picker-multiple/ImageTile.js +24 -23
  174. package/dist/module/components/expo-image-picker-multiple/ImageTile.js.map +1 -1
  175. package/dist/module/components/index.js +59 -57
  176. package/dist/module/components/index.js.map +1 -1
  177. package/dist/module/components/react-native-expo-image-cropper/ExpoImageManipulator.js +90 -58
  178. package/dist/module/components/react-native-expo-image-cropper/ExpoImageManipulator.js.map +1 -1
  179. package/dist/module/components/react-native-expo-image-cropper/ImageCropOverlay.js +64 -64
  180. package/dist/module/components/react-native-expo-image-cropper/ImageCropOverlay.js.map +1 -1
  181. package/dist/module/config.js +6 -1
  182. package/dist/module/config.js.map +1 -1
  183. package/dist/module/constants.js +3 -3
  184. package/dist/module/constants.js.map +1 -1
  185. package/dist/module/helper.js +83 -82
  186. package/dist/module/helper.js.map +1 -1
  187. package/dist/module/index.js +12 -12
  188. package/dist/module/index.js.map +1 -1
  189. package/dist/module/js/images/detectFaces.js +6 -6
  190. package/dist/module/js/images/detectFaces.js.map +1 -1
  191. package/dist/module/js/images/findLandmarkRange.js +8 -8
  192. package/dist/module/js/images/findLandmarkRange.js.map +1 -1
  193. package/dist/module/js/images/getScaledOffset.js.map +1 -1
  194. package/dist/module/js/site/getSiteLevelFromState.js +2 -2
  195. package/dist/module/js/site/getSiteLevelFromState.js.map +1 -1
  196. package/dist/module/js/site/isTVEnabled.js +2 -2
  197. package/dist/module/js/site/isTVEnabled.js.map +1 -1
  198. package/dist/module/session.js +2 -2
  199. package/dist/module/session.js.map +1 -1
  200. package/dist/module/styles.js +17 -17
  201. package/dist/module/styles.js.map +1 -1
  202. package/dist/module/withNavigationFocus.js +30 -0
  203. package/dist/module/withNavigationFocus.js.map +1 -0
  204. package/package.json +4 -1
  205. package/src/actions/FollowerActions.js +36 -32
  206. package/src/actions/MediaActions.js +25 -20
  207. package/src/actions/ResidentActions.js +26 -21
  208. package/src/actions/UserActions.js +22 -22
  209. package/src/actions/UserSettingsActions.js +11 -11
  210. package/src/actions/index.js +5 -5
  211. package/src/actions/types.js +16 -16
  212. package/src/apis/analyticsActions.js +17 -17
  213. package/src/apis/contactActions.js +20 -20
  214. package/src/apis/eventActions.js +153 -144
  215. package/src/apis/fileActions.js +19 -27
  216. package/src/apis/followerActions.js +29 -29
  217. package/src/apis/index.js +12 -12
  218. package/src/apis/notificationActions.js +44 -44
  219. package/src/apis/profileActions.js +8 -8
  220. package/src/apis/reactionActions.js +81 -73
  221. package/src/apis/settingActions.js +15 -15
  222. package/src/apis/stringActions.js +29 -25
  223. package/src/apis/typeActions.js +10 -10
  224. package/src/apis/userActions.js +93 -93
  225. package/src/assets/icons/fontawesome/fa-brands-400.ttf +0 -0
  226. package/src/assets/icons/fontawesome/fa-light-300.ttf +0 -0
  227. package/src/assets/icons/fontawesome/fa-regular-400.ttf +0 -0
  228. package/src/assets/icons/fontawesome/fa-solid-900.ttf +0 -0
  229. package/src/assets/icons/fontawesome/fa-thin-100.ttf +0 -0
  230. package/src/assets/icons/fontawesome/fa7-glyphmap.json +4205 -0
  231. package/src/colours.js +116 -96
  232. package/src/components/AddButton.js +32 -27
  233. package/src/components/AddToCalendarButton.js +236 -202
  234. package/src/components/Attachment.js +59 -36
  235. package/src/components/AudienceSelectorLauncher.js +52 -48
  236. package/src/components/AudienceSelectorPage.js +353 -311
  237. package/src/components/AutoOffsetImage.js +237 -196
  238. package/src/components/BackButton.js +57 -41
  239. package/src/components/CalendarPopup.js +127 -97
  240. package/src/components/CategoryTabs.js +208 -163
  241. package/src/components/CommentReply.js +363 -309
  242. package/src/components/CommentSection.js +974 -782
  243. package/src/components/ConfirmPopup.js +141 -110
  244. package/src/components/ConfirmationPopup.js +80 -69
  245. package/src/components/DocumentUploader.js +255 -0
  246. package/src/components/DropDownItem.js +70 -60
  247. package/src/components/DropDownMenu.js +31 -27
  248. package/src/components/EmptyStateMain.js +51 -44
  249. package/src/components/EmptyStateWidget.js +47 -38
  250. package/src/components/FontScaleButton.js +29 -25
  251. package/src/components/FontScalePopup.js +67 -56
  252. package/src/components/Forbidden.js +48 -46
  253. package/src/components/FormCard.js +21 -17
  254. package/src/components/FormCardSection.js +284 -233
  255. package/src/components/FormCardSectionOptionLauncher.js +72 -46
  256. package/src/components/FormattedText.js +128 -111
  257. package/src/components/GenericInput.js +168 -136
  258. package/src/components/GenericInputSection.js +209 -161
  259. package/src/components/Header.js +620 -474
  260. package/src/components/Icon.js +119 -0
  261. package/src/components/ImagePopup.js +425 -206
  262. package/src/components/ImageUploadProgress.js +49 -41
  263. package/src/components/ImageUploader.js +23 -13
  264. package/src/components/InlineButton.js +79 -69
  265. package/src/components/Input.js +190 -156
  266. package/src/components/LoadingCircles.js +233 -233
  267. package/src/components/LoadingIndicator.js +87 -76
  268. package/src/components/LoadingStateWidget.js +47 -37
  269. package/src/components/MediaPlayer.js +416 -387
  270. package/src/components/MiddlePopup.js +50 -32
  271. package/src/components/PDFPopup.js +198 -159
  272. package/src/components/PlussChat.js +1271 -986
  273. package/src/components/PlussChatMessage.js +330 -262
  274. package/src/components/PlussChatTime.js +57 -53
  275. package/src/components/Popup.js +138 -116
  276. package/src/components/PopupMenu.js +140 -110
  277. package/src/components/PositionedImage.js +281 -237
  278. package/src/components/ProfilePic.js +122 -113
  279. package/src/components/RadioButton.js +76 -52
  280. package/src/components/Reaction.js +134 -96
  281. package/src/components/Reactions.js +65 -63
  282. package/src/components/SharingTools.js +136 -122
  283. package/src/components/Spinner.js +13 -13
  284. package/src/components/StickyFooter.js +36 -26
  285. package/src/components/Text.js +62 -0
  286. package/src/components/TickIcon.js +20 -20
  287. package/src/components/Toggle.js +74 -73
  288. package/src/components/TouchableSearchBar.js +68 -50
  289. package/src/components/UserListPopup.js +161 -124
  290. package/src/components/UserListing.js +273 -238
  291. package/src/components/VideoPopup.js +110 -96
  292. package/src/components/WarningPopup.js +92 -71
  293. package/src/components/expo-image-picker-multiple/ImageBrowser.js +288 -256
  294. package/src/components/expo-image-picker-multiple/ImageTile.js +108 -84
  295. package/src/components/index.js +59 -57
  296. package/src/components/react-native-expo-image-cropper/ExpoImageManipulator.js +442 -358
  297. package/src/components/react-native-expo-image-cropper/ImageCropOverlay.js +420 -324
  298. package/src/config.js +5 -0
  299. package/src/constants.js +8 -8
  300. package/src/helper.js +469 -438
  301. package/src/index.js +24 -12
  302. package/src/js/images/detectFaces.js +27 -20
  303. package/src/js/images/findLandmarkRange.js +97 -90
  304. package/src/js/images/getScaledOffset.js +80 -75
  305. package/src/js/site/getSiteLevelFromState.js +26 -26
  306. package/src/js/site/isTVEnabled.js +10 -10
  307. package/src/session.js +2 -2
  308. package/src/styles.js +61 -61
  309. package/src/withNavigationFocus.js +28 -0
  310. package/dist/module/components/TextStyle.js +0 -45
  311. package/dist/module/components/TextStyle.js.map +0 -1
  312. package/dist/module/fonts/index.js +0 -2
  313. package/dist/module/fonts/index.js.map +0 -1
  314. package/dist/module/fonts/pluss60-icons.js +0 -5
  315. package/dist/module/fonts/pluss60-icons.js.map +0 -1
  316. package/dist/module/fonts/pluss60-icons.json +0 -1097
  317. package/src/components/TextStyle.js +0 -48
  318. package/src/fonts/index.js +0 -1
  319. package/src/fonts/pluss60-icons.js +0 -6
  320. package/src/fonts/pluss60-icons.json +0 -1097
@@ -0,0 +1,4205 @@
1
+ {
2
+ "0": 48,
3
+ "1": 49,
4
+ "2": 50,
5
+ "3": 51,
6
+ "4": 52,
7
+ "5": 53,
8
+ "6": 54,
9
+ "7": 55,
10
+ "8": 56,
11
+ "9": 57,
12
+ "00": 58471,
13
+ "360-degrees": 58076,
14
+ "42-group": 57472,
15
+ "500px": 62062,
16
+ "a": 65,
17
+ "abacus": 63040,
18
+ "accent-grave": 96,
19
+ "accessible-icon": 62312,
20
+ "accusoft": 62313,
21
+ "acorn": 63150,
22
+ "address-book": 62137,
23
+ "address-card": 62139,
24
+ "adn": 61808,
25
+ "adversal": 62314,
26
+ "aeropress": 59435,
27
+ "affiliatetheme": 62315,
28
+ "air-conditioner": 63732,
29
+ "airbnb": 63540,
30
+ "airplay": 57481,
31
+ "airplay-audio": 59259,
32
+ "alarm-clock": 62286,
33
+ "alarm-exclamation": 63555,
34
+ "alarm-minus": 59395,
35
+ "alarm-plus": 63556,
36
+ "alarm-snooze": 63557,
37
+ "album": 63647,
38
+ "album-circle-plus": 58508,
39
+ "album-circle-user": 58509,
40
+ "album-collection": 63648,
41
+ "album-collection-circle-plus": 58510,
42
+ "album-collection-circle-user": 58511,
43
+ "algolia": 62316,
44
+ "alicorn": 63152,
45
+ "alien": 63733,
46
+ "alien-8bit": 63734,
47
+ "align-center": 61495,
48
+ "align-justify": 61497,
49
+ "align-left": 61494,
50
+ "align-right": 61496,
51
+ "align-slash": 63558,
52
+ "alipay": 63042,
53
+ "almost-equal-to": 59416,
54
+ "alt": 57482,
55
+ "amazon": 62064,
56
+ "amazon-pay": 62508,
57
+ "amilia": 62317,
58
+ "amp-guitar": 63649,
59
+ "ampersand": 38,
60
+ "anchor": 61757,
61
+ "anchor-circle-check": 58538,
62
+ "anchor-circle-exclamation": 58539,
63
+ "anchor-circle-xmark": 58540,
64
+ "anchor-lock": 58541,
65
+ "android": 61819,
66
+ "angel": 63353,
67
+ "angellist": 61961,
68
+ "angle": 57484,
69
+ "angle-90": 57485,
70
+ "angle-down": 61703,
71
+ "angle-left": 61700,
72
+ "angle-right": 61701,
73
+ "angle-up": 61702,
74
+ "angles-down": 61699,
75
+ "angles-left": 61696,
76
+ "angles-right": 61697,
77
+ "angles-up": 61698,
78
+ "angles-up-down": 58893,
79
+ "angrycreative": 62318,
80
+ "angular": 62496,
81
+ "ankh": 63044,
82
+ "ant": 59008,
83
+ "apartment": 58472,
84
+ "aperture": 58079,
85
+ "apostrophe": 39,
86
+ "app-store": 62319,
87
+ "app-store-ios": 62320,
88
+ "apper": 62321,
89
+ "apple": 61817,
90
+ "apple-core": 57487,
91
+ "apple-pay": 62485,
92
+ "apple-whole": 62929,
93
+ "archway": 62807,
94
+ "arrow-down": 61539,
95
+ "arrow-down-1-9": 61794,
96
+ "arrow-down-9-1": 63622,
97
+ "arrow-down-a-z": 61789,
98
+ "arrow-down-arrow-up": 63619,
99
+ "arrow-down-big-small": 63628,
100
+ "arrow-down-from-arc": 58900,
101
+ "arrow-down-from-bracket": 58983,
102
+ "arrow-down-from-dotted-line": 57488,
103
+ "arrow-down-from-line": 62277,
104
+ "arrow-down-left": 57489,
105
+ "arrow-down-left-and-arrow-up-right-to-center": 57490,
106
+ "arrow-down-long": 61813,
107
+ "arrow-down-long-to-line": 59063,
108
+ "arrow-down-right": 57491,
109
+ "arrow-down-short-wide": 63620,
110
+ "arrow-down-small-big": 63629,
111
+ "arrow-down-square-triangle": 63625,
112
+ "arrow-down-to-arc": 58542,
113
+ "arrow-down-to-bracket": 57492,
114
+ "arrow-down-to-dotted-line": 57493,
115
+ "arrow-down-to-line": 62269,
116
+ "arrow-down-to-square": 57494,
117
+ "arrow-down-triangle-square": 63624,
118
+ "arrow-down-up-across-line": 58543,
119
+ "arrow-down-up-lock": 58544,
120
+ "arrow-down-wide-short": 61792,
121
+ "arrow-down-z-a": 63617,
122
+ "arrow-left": 61536,
123
+ "arrow-left-arrow-right": 59064,
124
+ "arrow-left-from-arc": 58901,
125
+ "arrow-left-from-bracket": 58984,
126
+ "arrow-left-from-dotted-line": 59065,
127
+ "arrow-left-from-line": 62276,
128
+ "arrow-left-long": 61815,
129
+ "arrow-left-long-to-line": 58324,
130
+ "arrow-left-to-arc": 58902,
131
+ "arrow-left-to-bracket": 58985,
132
+ "arrow-left-to-dotted-line": 59066,
133
+ "arrow-left-to-line": 62270,
134
+ "arrow-pointer": 62021,
135
+ "arrow-progress": 58847,
136
+ "arrow-right": 61537,
137
+ "arrow-right-arrow-left": 61676,
138
+ "arrow-right-from-arc": 58545,
139
+ "arrow-right-from-bracket": 61579,
140
+ "arrow-right-from-dotted-line": 59067,
141
+ "arrow-right-from-line": 62275,
142
+ "arrow-right-long": 61816,
143
+ "arrow-right-long-to-line": 58325,
144
+ "arrow-right-to-arc": 58546,
145
+ "arrow-right-to-bracket": 61584,
146
+ "arrow-right-to-city": 58547,
147
+ "arrow-right-to-dotted-line": 59068,
148
+ "arrow-right-to-line": 62272,
149
+ "arrow-rotate-left": 61666,
150
+ "arrow-rotate-left-10": 59446,
151
+ "arrow-rotate-right": 61470,
152
+ "arrow-rotate-right-10": 59447,
153
+ "arrow-trend-down": 57495,
154
+ "arrow-trend-up": 57496,
155
+ "arrow-turn-down": 61769,
156
+ "arrow-turn-down-left": 58081,
157
+ "arrow-turn-down-right": 58326,
158
+ "arrow-turn-left": 58930,
159
+ "arrow-turn-left-down": 58931,
160
+ "arrow-turn-left-up": 58932,
161
+ "arrow-turn-right": 58933,
162
+ "arrow-turn-up": 61768,
163
+ "arrow-u-turn-down-left": 59367,
164
+ "arrow-u-turn-down-right": 59368,
165
+ "arrow-u-turn-left-down": 59369,
166
+ "arrow-u-turn-left-up": 59370,
167
+ "arrow-u-turn-right-down": 59371,
168
+ "arrow-u-turn-right-up": 59372,
169
+ "arrow-u-turn-up-left": 59373,
170
+ "arrow-u-turn-up-right": 59374,
171
+ "arrow-up": 61538,
172
+ "arrow-up-1-9": 61795,
173
+ "arrow-up-9-1": 63623,
174
+ "arrow-up-a-z": 61790,
175
+ "arrow-up-arrow-down": 57497,
176
+ "arrow-up-big-small": 63630,
177
+ "arrow-up-from-arc": 58548,
178
+ "arrow-up-from-bracket": 57498,
179
+ "arrow-up-from-dotted-line": 57499,
180
+ "arrow-up-from-ground-water": 58549,
181
+ "arrow-up-from-line": 62274,
182
+ "arrow-up-from-square": 57500,
183
+ "arrow-up-from-water-pump": 58550,
184
+ "arrow-up-left": 57501,
185
+ "arrow-up-left-from-circle": 57502,
186
+ "arrow-up-long": 61814,
187
+ "arrow-up-long-to-line": 59069,
188
+ "arrow-up-right": 57503,
189
+ "arrow-up-right-and-arrow-down-left-from-center": 57504,
190
+ "arrow-up-right-dots": 58551,
191
+ "arrow-up-right-from-square": 61582,
192
+ "arrow-up-short-wide": 63621,
193
+ "arrow-up-small-big": 63631,
194
+ "arrow-up-square-triangle": 63627,
195
+ "arrow-up-to-arc": 58903,
196
+ "arrow-up-to-bracket": 58986,
197
+ "arrow-up-to-dotted-line": 57505,
198
+ "arrow-up-to-line": 62273,
199
+ "arrow-up-triangle-square": 63626,
200
+ "arrow-up-wide-short": 61793,
201
+ "arrow-up-z-a": 63618,
202
+ "arrows-cross": 57506,
203
+ "arrows-down-to-line": 58552,
204
+ "arrows-down-to-people": 58553,
205
+ "arrows-from-dotted-line": 57507,
206
+ "arrows-from-line": 57508,
207
+ "arrows-left-right": 61566,
208
+ "arrows-left-right-to-line": 58554,
209
+ "arrows-maximize": 62237,
210
+ "arrows-minimize": 57509,
211
+ "arrows-repeat": 62308,
212
+ "arrows-repeat-1": 62310,
213
+ "arrows-retweet": 62305,
214
+ "arrows-rotate": 61473,
215
+ "arrows-rotate-reverse": 58928,
216
+ "arrows-spin": 58555,
217
+ "arrows-split-up-and-left": 58556,
218
+ "arrows-to-circle": 58557,
219
+ "arrows-to-dot": 58558,
220
+ "arrows-to-dotted-line": 57510,
221
+ "arrows-to-eye": 58559,
222
+ "arrows-to-line": 57511,
223
+ "arrows-turn-right": 58560,
224
+ "arrows-turn-to-dots": 58561,
225
+ "arrows-up-down": 61565,
226
+ "arrows-up-down-left-right": 61511,
227
+ "arrows-up-to-line": 58562,
228
+ "artstation": 63354,
229
+ "asterisk": 42,
230
+ "asymmetrik": 62322,
231
+ "at": 64,
232
+ "atlassian": 63355,
233
+ "atom": 62930,
234
+ "atom-simple": 62931,
235
+ "audible": 62323,
236
+ "audio-description": 62110,
237
+ "audio-description-slash": 57512,
238
+ "austral-sign": 57513,
239
+ "australian-dollar-sign": 59134,
240
+ "autoprefixer": 62492,
241
+ "avianex": 62324,
242
+ "aviato": 62497,
243
+ "avocado": 57514,
244
+ "award": 62809,
245
+ "award-simple": 57515,
246
+ "aws": 62325,
247
+ "axe": 63154,
248
+ "axe-battle": 63155,
249
+ "b": 66,
250
+ "baby": 63356,
251
+ "baby-carriage": 63357,
252
+ "backpack": 62932,
253
+ "backward": 61514,
254
+ "backward-fast": 61513,
255
+ "backward-step": 61512,
256
+ "bacon": 63461,
257
+ "bacteria": 57433,
258
+ "bacterium": 57434,
259
+ "badge": 62261,
260
+ "badge-check": 62262,
261
+ "badge-dollar": 63045,
262
+ "badge-percent": 63046,
263
+ "badge-sheriff": 63650,
264
+ "badger-honey": 63156,
265
+ "badminton": 58170,
266
+ "bag-seedling": 58866,
267
+ "bag-shopping": 62096,
268
+ "bag-shopping-minus": 58960,
269
+ "bag-shopping-plus": 58961,
270
+ "bagel": 58327,
271
+ "bags-shopping": 63559,
272
+ "baguette": 58328,
273
+ "bahai": 63078,
274
+ "baht-sign": 57516,
275
+ "ball-pile": 63358,
276
+ "ball-yarn": 59086,
277
+ "balloon": 58083,
278
+ "balloons": 58084,
279
+ "ballot": 63282,
280
+ "ballot-check": 63283,
281
+ "ban": 61534,
282
+ "ban-bug": 63481,
283
+ "ban-parking": 62998,
284
+ "ban-smoking": 62797,
285
+ "banana": 58085,
286
+ "bandage": 62562,
287
+ "bandcamp": 62165,
288
+ "bangladeshi-taka-sign": 58086,
289
+ "banjo": 63651,
290
+ "bar-progress": 59044,
291
+ "bar-progress-empty": 59045,
292
+ "bar-progress-full": 59046,
293
+ "bar-progress-half": 59047,
294
+ "bar-progress-quarter": 59048,
295
+ "bar-progress-three-quarters": 59049,
296
+ "barcode": 61482,
297
+ "barcode-read": 62564,
298
+ "barcode-scan": 62565,
299
+ "barn": 59079,
300
+ "bars": 61641,
301
+ "bars-filter": 57517,
302
+ "bars-progress": 63528,
303
+ "bars-sort": 57518,
304
+ "bars-staggered": 62800,
305
+ "baseball": 62515,
306
+ "baseball-bat": 59365,
307
+ "baseball-bat-ball": 62514,
308
+ "basket-shopping": 62097,
309
+ "basket-shopping-minus": 58962,
310
+ "basket-shopping-plus": 58963,
311
+ "basket-shopping-simple": 57519,
312
+ "basketball": 62516,
313
+ "basketball-hoop": 62517,
314
+ "bat": 63157,
315
+ "bath": 62157,
316
+ "battery-bolt": 62326,
317
+ "battery-empty": 62020,
318
+ "battery-exclamation": 57520,
319
+ "battery-full": 62016,
320
+ "battery-half": 62018,
321
+ "battery-low": 57521,
322
+ "battery-quarter": 62019,
323
+ "battery-slash": 62327,
324
+ "battery-three-quarters": 62017,
325
+ "battle-net": 63541,
326
+ "bed": 62006,
327
+ "bed-bunk": 63736,
328
+ "bed-empty": 63737,
329
+ "bed-front": 63735,
330
+ "bed-pulse": 62599,
331
+ "bee": 57522,
332
+ "beer-mug": 57523,
333
+ "beer-mug-empty": 61692,
334
+ "behance": 61876,
335
+ "bell": 61683,
336
+ "bell-concierge": 62818,
337
+ "bell-exclamation": 63560,
338
+ "bell-on": 63738,
339
+ "bell-plus": 63561,
340
+ "bell-ring": 58924,
341
+ "bell-school": 62933,
342
+ "bell-school-slash": 62934,
343
+ "bell-slash": 61942,
344
+ "bells": 63359,
345
+ "bench-tree": 58087,
346
+ "bezier-curve": 62811,
347
+ "bicycle": 61958,
348
+ "bilibili": 58329,
349
+ "billboard": 58829,
350
+ "bimobject": 62328,
351
+ "bin": 59235,
352
+ "bin-bottles": 58869,
353
+ "bin-bottles-recycle": 58870,
354
+ "bin-recycle": 58871,
355
+ "binary": 58171,
356
+ "binary-circle-check": 58172,
357
+ "binary-lock": 58173,
358
+ "binary-slash": 58174,
359
+ "binoculars": 61925,
360
+ "biohazard": 63360,
361
+ "bird": 58473,
362
+ "bitbucket": 61809,
363
+ "bitcoin": 62329,
364
+ "bitcoin-sign": 57524,
365
+ "bity": 62330,
366
+ "black-tie": 62078,
367
+ "blackberry": 62331,
368
+ "blanket": 62616,
369
+ "blanket-fire": 58330,
370
+ "blender": 62743,
371
+ "blender-phone": 63158,
372
+ "blinds": 63739,
373
+ "blinds-open": 63740,
374
+ "blinds-raised": 63741,
375
+ "block": 58474,
376
+ "block-brick": 58331,
377
+ "block-brick-fire": 58332,
378
+ "block-question": 58333,
379
+ "block-quote": 57525,
380
+ "blog": 63361,
381
+ "blogger": 62332,
382
+ "blogger-b": 62333,
383
+ "blueberries": 58088,
384
+ "bluesky": 58993,
385
+ "bluetooth": 62099,
386
+ "bluetooth-b": 62100,
387
+ "bold": 61490,
388
+ "bolt": 61671,
389
+ "bolt-auto": 57526,
390
+ "bolt-lightning": 57527,
391
+ "bolt-slash": 57528,
392
+ "bomb": 61922,
393
+ "bone": 62935,
394
+ "bone-break": 62936,
395
+ "bong": 62812,
396
+ "book": 61485,
397
+ "book-arrow-right": 57529,
398
+ "book-arrow-up": 57530,
399
+ "book-atlas": 62808,
400
+ "book-bible": 63047,
401
+ "book-blank": 62937,
402
+ "book-bookmark": 57531,
403
+ "book-circle-arrow-right": 57532,
404
+ "book-circle-arrow-up": 57533,
405
+ "book-copy": 57534,
406
+ "book-font": 57535,
407
+ "book-heart": 62617,
408
+ "book-journal-whills": 63082,
409
+ "book-medical": 63462,
410
+ "book-open": 62744,
411
+ "book-open-cover": 57536,
412
+ "book-open-lines": 59219,
413
+ "book-open-reader": 62938,
414
+ "book-quran": 63111,
415
+ "book-section": 57537,
416
+ "book-skull": 63159,
417
+ "book-sparkles": 63160,
418
+ "book-spine": 59220,
419
+ "book-tanakh": 63527,
420
+ "book-user": 63463,
421
+ "bookmark": 61486,
422
+ "bookmark-plus": 59221,
423
+ "bookmark-slash": 57538,
424
+ "books": 62939,
425
+ "books-medical": 63464,
426
+ "boombox": 63653,
427
+ "boot": 63362,
428
+ "boot-heeled": 58175,
429
+ "booth-curtain": 63284,
430
+ "bootstrap": 63542,
431
+ "border-all": 63564,
432
+ "border-bottom": 63565,
433
+ "border-bottom-right": 63572,
434
+ "border-center-h": 63644,
435
+ "border-center-v": 63645,
436
+ "border-inner": 63566,
437
+ "border-left": 63567,
438
+ "border-none": 63568,
439
+ "border-outer": 63569,
440
+ "border-right": 63570,
441
+ "border-top": 63573,
442
+ "border-top-left": 63571,
443
+ "bore-hole": 58563,
444
+ "bots": 58176,
445
+ "bottle-baby": 58995,
446
+ "bottle-droplet": 58564,
447
+ "bottle-water": 58565,
448
+ "bow-arrow": 63161,
449
+ "bowl-chopsticks": 58089,
450
+ "bowl-chopsticks-noodles": 58090,
451
+ "bowl-food": 58566,
452
+ "bowl-hot": 63523,
453
+ "bowl-rice": 58091,
454
+ "bowl-scoop": 58334,
455
+ "bowl-scoops": 58335,
456
+ "bowl-soft-serve": 58475,
457
+ "bowl-spoon": 58336,
458
+ "bowling-ball": 62518,
459
+ "bowling-ball-pin": 57539,
460
+ "bowling-pins": 62519,
461
+ "box": 62566,
462
+ "box-archive": 61831,
463
+ "box-arrow-down": 59284,
464
+ "box-arrow-down-arrow-up": 59285,
465
+ "box-arrow-down-magnifying-glass": 59286,
466
+ "box-arrow-up": 59431,
467
+ "box-ballot": 63285,
468
+ "box-check": 62567,
469
+ "box-circle-check": 57540,
470
+ "box-dollar": 62624,
471
+ "box-heart": 62621,
472
+ "box-isometric": 59287,
473
+ "box-isometric-tape": 59288,
474
+ "box-magnifying-glass": 59432,
475
+ "box-open": 62622,
476
+ "box-open-full": 62620,
477
+ "box-taped": 62618,
478
+ "box-tissue": 57435,
479
+ "boxes-packing": 58567,
480
+ "boxes-stacked": 62568,
481
+ "boxing-glove": 62520,
482
+ "bra": 59087,
483
+ "bracket-curly": 123,
484
+ "bracket-curly-right": 125,
485
+ "bracket-round": 40,
486
+ "bracket-round-right": 41,
487
+ "bracket-square": 91,
488
+ "bracket-square-right": 93,
489
+ "brackets-curly": 63466,
490
+ "brackets-round": 57541,
491
+ "brackets-square": 63465,
492
+ "braille": 62113,
493
+ "brain": 62940,
494
+ "brain-arrow-curved-right": 63095,
495
+ "brain-circuit": 57542,
496
+ "brake-warning": 57543,
497
+ "brave": 58940,
498
+ "brave-reverse": 58941,
499
+ "brazilian-real-sign": 58476,
500
+ "bread-loaf": 63467,
501
+ "bread-slice": 63468,
502
+ "bread-slice-butter": 58337,
503
+ "bridge": 58568,
504
+ "bridge-circle-check": 58569,
505
+ "bridge-circle-exclamation": 58570,
506
+ "bridge-circle-xmark": 58571,
507
+ "bridge-lock": 58572,
508
+ "bridge-suspension": 58573,
509
+ "bridge-water": 58574,
510
+ "briefcase": 61617,
511
+ "briefcase-arrow-right": 58098,
512
+ "briefcase-blank": 57544,
513
+ "briefcase-medical": 62569,
514
+ "briefs": 59088,
515
+ "brightness": 57545,
516
+ "brightness-low": 57546,
517
+ "bring-forward": 63574,
518
+ "bring-front": 63575,
519
+ "broccoli": 58338,
520
+ "broom": 62746,
521
+ "broom-ball": 62552,
522
+ "broom-wide": 58833,
523
+ "browser": 62334,
524
+ "browsers": 57547,
525
+ "brush": 62813,
526
+ "btc": 61786,
527
+ "bucket": 58575,
528
+ "buffer": 63543,
529
+ "bug": 61832,
530
+ "bug-slash": 58512,
531
+ "bugs": 58576,
532
+ "building": 61869,
533
+ "building-circle-arrow-right": 58577,
534
+ "building-circle-check": 58578,
535
+ "building-circle-exclamation": 58579,
536
+ "building-circle-xmark": 58580,
537
+ "building-columns": 61852,
538
+ "building-flag": 58581,
539
+ "building-lock": 58582,
540
+ "building-magnifying-glass": 58908,
541
+ "building-memo": 58910,
542
+ "building-ngo": 58583,
543
+ "building-shield": 58584,
544
+ "building-un": 58585,
545
+ "building-user": 58586,
546
+ "building-wheat": 58587,
547
+ "buildings": 57548,
548
+ "bulldozer": 58965,
549
+ "bullhorn": 61601,
550
+ "bullseye": 61760,
551
+ "bullseye-arrow": 63048,
552
+ "bullseye-pointer": 63049,
553
+ "buoy": 58805,
554
+ "buoy-mooring": 58806,
555
+ "burger": 63493,
556
+ "burger-cheese": 63473,
557
+ "burger-fries": 57549,
558
+ "burger-glass": 57550,
559
+ "burger-lettuce": 58339,
560
+ "burger-soda": 63576,
561
+ "buromobelexperte": 62335,
562
+ "burrito": 63469,
563
+ "burst": 58588,
564
+ "bus": 61959,
565
+ "bus-school": 62941,
566
+ "bus-side": 59421,
567
+ "bus-simple": 62814,
568
+ "bus-stop": 59422,
569
+ "business-time": 63050,
570
+ "butter": 58340,
571
+ "butterfly": 59409,
572
+ "buy-n-large": 63654,
573
+ "buysellads": 61965,
574
+ "c": 67,
575
+ "cabin": 58477,
576
+ "cabinet-filing": 63051,
577
+ "cable-car": 63450,
578
+ "cactus": 63655,
579
+ "caduceus": 59009,
580
+ "cake-candles": 61949,
581
+ "cake-slice": 58341,
582
+ "calculator": 61932,
583
+ "calculator-simple": 63052,
584
+ "calendar": 61747,
585
+ "calendar-arrow-down": 57552,
586
+ "calendar-arrow-up": 57553,
587
+ "calendar-check": 62068,
588
+ "calendar-circle-exclamation": 58478,
589
+ "calendar-circle-minus": 58479,
590
+ "calendar-circle-plus": 58480,
591
+ "calendar-circle-user": 58481,
592
+ "calendar-clock": 57554,
593
+ "calendar-day": 63363,
594
+ "calendar-days": 61555,
595
+ "calendar-exclamation": 62260,
596
+ "calendar-heart": 57555,
597
+ "calendar-image": 57556,
598
+ "calendar-lines": 57557,
599
+ "calendar-lines-pen": 58482,
600
+ "calendar-minus": 62066,
601
+ "calendar-pen": 62259,
602
+ "calendar-plus": 62065,
603
+ "calendar-range": 57558,
604
+ "calendar-star": 63286,
605
+ "calendar-users": 58850,
606
+ "calendar-week": 63364,
607
+ "calendar-xmark": 62067,
608
+ "calendars": 57559,
609
+ "camcorder": 63656,
610
+ "camera": 61488,
611
+ "camera-cctv": 63660,
612
+ "camera-circle-ellipsis": 59238,
613
+ "camera-clock": 59239,
614
+ "camera-movie": 63657,
615
+ "camera-polaroid": 63658,
616
+ "camera-retro": 61571,
617
+ "camera-rotate": 57560,
618
+ "camera-security": 63742,
619
+ "camera-shutter": 59240,
620
+ "camera-slash": 57561,
621
+ "camera-viewfinder": 57562,
622
+ "camera-web": 63538,
623
+ "camera-web-slash": 63539,
624
+ "campfire": 63162,
625
+ "campground": 63163,
626
+ "can-food": 58342,
627
+ "canadian-maple-leaf": 63365,
628
+ "candle-holder": 63164,
629
+ "candy": 58343,
630
+ "candy-bar": 58344,
631
+ "candy-cane": 63366,
632
+ "candy-corn": 63165,
633
+ "cannabis": 62815,
634
+ "cannon": 58946,
635
+ "capsule": 59226,
636
+ "capsules": 62571,
637
+ "car": 61881,
638
+ "car-battery": 62943,
639
+ "car-bolt": 58177,
640
+ "car-building": 63577,
641
+ "car-bump": 62944,
642
+ "car-burst": 62945,
643
+ "car-bus": 63578,
644
+ "car-circle-bolt": 58178,
645
+ "car-garage": 62946,
646
+ "car-key": 59328,
647
+ "car-mirrors": 58179,
648
+ "car-on": 58589,
649
+ "car-rear": 62942,
650
+ "car-side": 62948,
651
+ "car-side-bolt": 58180,
652
+ "car-siren": 59329,
653
+ "car-siren-on": 59330,
654
+ "car-tilt": 62949,
655
+ "car-tunnel": 58590,
656
+ "car-wash": 62950,
657
+ "car-wrench": 62947,
658
+ "caravan": 63743,
659
+ "caravan-simple": 57344,
660
+ "card-club": 58345,
661
+ "card-diamond": 58346,
662
+ "card-heart": 58347,
663
+ "card-spade": 58348,
664
+ "cards": 58349,
665
+ "cards-blank": 58591,
666
+ "caret-down": 61655,
667
+ "caret-large-down": 59436,
668
+ "caret-large-left": 59437,
669
+ "caret-large-right": 59438,
670
+ "caret-large-up": 59439,
671
+ "caret-left": 61657,
672
+ "caret-right": 61658,
673
+ "caret-up": 61656,
674
+ "carpool": 59036,
675
+ "carrot": 63367,
676
+ "cars": 63579,
677
+ "cart-arrow-down": 61976,
678
+ "cart-arrow-up": 58350,
679
+ "cart-circle-arrow-down": 58351,
680
+ "cart-circle-arrow-up": 58352,
681
+ "cart-circle-check": 58353,
682
+ "cart-circle-exclamation": 58354,
683
+ "cart-circle-plus": 58355,
684
+ "cart-circle-xmark": 58356,
685
+ "cart-flatbed": 62580,
686
+ "cart-flatbed-boxes": 62581,
687
+ "cart-flatbed-empty": 62582,
688
+ "cart-flatbed-suitcase": 62877,
689
+ "cart-minus": 57563,
690
+ "cart-plus": 61975,
691
+ "cart-shopping": 61562,
692
+ "cart-shopping-fast": 57564,
693
+ "cart-xmark": 57565,
694
+ "cash-app": 59348,
695
+ "cash-register": 63368,
696
+ "cassette-betamax": 63652,
697
+ "cassette-tape": 63659,
698
+ "cassette-vhs": 63724,
699
+ "castle": 57566,
700
+ "cat": 63166,
701
+ "cat-space": 57345,
702
+ "cauldron": 63167,
703
+ "cc-amazon-pay": 62509,
704
+ "cc-amex": 61939,
705
+ "cc-apple-pay": 62486,
706
+ "cc-diners-club": 62028,
707
+ "cc-discover": 61938,
708
+ "cc-jcb": 62027,
709
+ "cc-mastercard": 61937,
710
+ "cc-paypal": 61940,
711
+ "cc-stripe": 61941,
712
+ "cc-visa": 61936,
713
+ "cedi-sign": 57567,
714
+ "cent-sign": 58357,
715
+ "centercode": 62336,
716
+ "centos": 63369,
717
+ "certificate": 61603,
718
+ "chair": 63168,
719
+ "chair-office": 63169,
720
+ "chalkboard": 62747,
721
+ "chalkboard-user": 62748,
722
+ "champagne-glass": 63390,
723
+ "champagne-glasses": 63391,
724
+ "charging-station": 62951,
725
+ "chart-area": 61950,
726
+ "chart-bar": 61568,
727
+ "chart-bullet": 57569,
728
+ "chart-candlestick": 57570,
729
+ "chart-column": 57571,
730
+ "chart-diagram": 59029,
731
+ "chart-fft": 59038,
732
+ "chart-gantt": 57572,
733
+ "chart-kanban": 58959,
734
+ "chart-line": 61953,
735
+ "chart-line-down": 63053,
736
+ "chart-line-up": 57573,
737
+ "chart-line-up-down": 58839,
738
+ "chart-mixed": 63043,
739
+ "chart-mixed-up-circle-currency": 58840,
740
+ "chart-mixed-up-circle-dollar": 58841,
741
+ "chart-network": 63370,
742
+ "chart-pie": 61952,
743
+ "chart-pie-simple": 63054,
744
+ "chart-pie-simple-circle-currency": 58884,
745
+ "chart-pie-simple-circle-dollar": 58885,
746
+ "chart-pyramid": 57574,
747
+ "chart-radar": 57575,
748
+ "chart-scatter": 63470,
749
+ "chart-scatter-3d": 57576,
750
+ "chart-scatter-bubble": 57577,
751
+ "chart-simple": 58483,
752
+ "chart-simple-horizontal": 58484,
753
+ "chart-sine": 59037,
754
+ "chart-tree-map": 57578,
755
+ "chart-user": 63139,
756
+ "chart-waterfall": 57579,
757
+ "check": 61452,
758
+ "check-double": 62816,
759
+ "check-to-slot": 63346,
760
+ "cheese": 63471,
761
+ "cheese-swiss": 63472,
762
+ "chemex": 59440,
763
+ "cherries": 57580,
764
+ "chess": 62521,
765
+ "chess-bishop": 62522,
766
+ "chess-bishop-piece": 62523,
767
+ "chess-board": 62524,
768
+ "chess-clock": 62525,
769
+ "chess-clock-flip": 62526,
770
+ "chess-king": 62527,
771
+ "chess-king-piece": 62528,
772
+ "chess-knight": 62529,
773
+ "chess-knight-piece": 62530,
774
+ "chess-pawn": 62531,
775
+ "chess-pawn-piece": 62532,
776
+ "chess-queen": 62533,
777
+ "chess-queen-piece": 62534,
778
+ "chess-rook": 62535,
779
+ "chess-rook-piece": 62536,
780
+ "chestnut": 58358,
781
+ "chevron-down": 61560,
782
+ "chevron-left": 61523,
783
+ "chevron-right": 61524,
784
+ "chevron-up": 61559,
785
+ "chevrons-down": 62242,
786
+ "chevrons-left": 62243,
787
+ "chevrons-right": 62244,
788
+ "chevrons-up": 62245,
789
+ "chf-sign": 58882,
790
+ "child": 61870,
791
+ "child-combatant": 58592,
792
+ "child-dress": 58780,
793
+ "child-reaching": 58781,
794
+ "children": 58593,
795
+ "chimney": 63371,
796
+ "chopsticks": 58359,
797
+ "chrome": 62056,
798
+ "chromecast": 63544,
799
+ "church": 62749,
800
+ "circle": 61713,
801
+ "circle-0": 57581,
802
+ "circle-1": 57582,
803
+ "circle-2": 57583,
804
+ "circle-3": 57584,
805
+ "circle-4": 57585,
806
+ "circle-5": 57586,
807
+ "circle-6": 57587,
808
+ "circle-7": 57588,
809
+ "circle-8": 57589,
810
+ "circle-9": 57590,
811
+ "circle-a": 57591,
812
+ "circle-ampersand": 57592,
813
+ "circle-arrow-down": 61611,
814
+ "circle-arrow-down-left": 57593,
815
+ "circle-arrow-down-right": 57594,
816
+ "circle-arrow-left": 61608,
817
+ "circle-arrow-right": 61609,
818
+ "circle-arrow-up": 61610,
819
+ "circle-arrow-up-left": 57595,
820
+ "circle-arrow-up-right": 57596,
821
+ "circle-austral": 59163,
822
+ "circle-australian-dollar": 59184,
823
+ "circle-b": 57597,
824
+ "circle-baht": 59181,
825
+ "circle-bangladeshi-taka": 59137,
826
+ "circle-bitcoin": 59191,
827
+ "circle-bolt": 57598,
828
+ "circle-book-open": 57599,
829
+ "circle-bookmark": 57600,
830
+ "circle-brazilian-real": 59115,
831
+ "circle-c": 57601,
832
+ "circle-calendar": 57602,
833
+ "circle-camera": 57603,
834
+ "circle-caret-down": 62253,
835
+ "circle-caret-left": 62254,
836
+ "circle-caret-right": 62256,
837
+ "circle-caret-up": 62257,
838
+ "circle-cedi": 59202,
839
+ "circle-cent": 59178,
840
+ "circle-check": 61528,
841
+ "circle-chevron-down": 61754,
842
+ "circle-chevron-left": 61751,
843
+ "circle-chevron-right": 61752,
844
+ "circle-chevron-up": 61753,
845
+ "circle-chf": 59180,
846
+ "circle-colon": 59132,
847
+ "circle-cruzeiro": 59170,
848
+ "circle-currency": 59118,
849
+ "circle-d": 57604,
850
+ "circle-danish-krone": 59206,
851
+ "circle-dashed": 57605,
852
+ "circle-divide": 57606,
853
+ "circle-dollar": 62184,
854
+ "circle-dollar-to-slot": 62649,
855
+ "circle-dong": 59171,
856
+ "circle-dot": 61842,
857
+ "circle-down": 62296,
858
+ "circle-down-left": 57607,
859
+ "circle-down-right": 57608,
860
+ "circle-e": 57609,
861
+ "circle-ellipsis": 57610,
862
+ "circle-ellipsis-vertical": 57611,
863
+ "circle-envelope": 57612,
864
+ "circle-equals": 59057,
865
+ "circle-euro": 58830,
866
+ "circle-eurozone": 59205,
867
+ "circle-exclamation": 61546,
868
+ "circle-exclamation-check": 57613,
869
+ "circle-f": 57614,
870
+ "circle-florin": 59108,
871
+ "circle-franc": 59169,
872
+ "circle-g": 57615,
873
+ "circle-gf": 59007,
874
+ "circle-guarani": 59195,
875
+ "circle-h": 62590,
876
+ "circle-half": 57616,
877
+ "circle-half-horizontal": 59404,
878
+ "circle-half-stroke": 61506,
879
+ "circle-half-stroke-horizontal": 59405,
880
+ "circle-heart": 62663,
881
+ "circle-house": 59080,
882
+ "circle-hryvnia": 59119,
883
+ "circle-i": 57617,
884
+ "circle-indian-rupee": 59188,
885
+ "circle-info": 61530,
886
+ "circle-j": 57618,
887
+ "circle-k": 57619,
888
+ "circle-kip": 59133,
889
+ "circle-l": 57620,
890
+ "circle-lari": 59165,
891
+ "circle-left": 62297,
892
+ "circle-lira": 59126,
893
+ "circle-litecoin": 59124,
894
+ "circle-location-arrow": 62978,
895
+ "circle-m": 57621,
896
+ "circle-malaysian-ringgit": 59129,
897
+ "circle-manat": 59131,
898
+ "circle-microphone": 57622,
899
+ "circle-microphone-lines": 57623,
900
+ "circle-mill": 59138,
901
+ "circle-minus": 61526,
902
+ "circle-moon": 59360,
903
+ "circle-n": 57624,
904
+ "circle-naira": 59209,
905
+ "circle-nodes": 58594,
906
+ "circle-norwegian-krone": 59192,
907
+ "circle-notch": 61902,
908
+ "circle-o": 57625,
909
+ "circle-p": 57626,
910
+ "circle-parking": 62997,
911
+ "circle-pause": 62091,
912
+ "circle-peruvian-soles": 59123,
913
+ "circle-peseta": 59201,
914
+ "circle-peso": 59135,
915
+ "circle-phone": 57627,
916
+ "circle-phone-flip": 57628,
917
+ "circle-phone-hangup": 57629,
918
+ "circle-play": 61764,
919
+ "circle-plus": 61525,
920
+ "circle-polish-zloty": 59136,
921
+ "circle-q": 57630,
922
+ "circle-quarter": 57631,
923
+ "circle-quarter-stroke": 58835,
924
+ "circle-quarters": 58360,
925
+ "circle-question": 61529,
926
+ "circle-r": 57632,
927
+ "circle-radiation": 63418,
928
+ "circle-renminbi": 59113,
929
+ "circle-right": 62298,
930
+ "circle-ruble": 59109,
931
+ "circle-rupee": 59156,
932
+ "circle-rupiah": 59142,
933
+ "circle-s": 57633,
934
+ "circle-share-nodes": 59099,
935
+ "circle-shekel": 59139,
936
+ "circle-small": 57634,
937
+ "circle-sort": 57392,
938
+ "circle-sort-down": 57393,
939
+ "circle-sort-up": 57394,
940
+ "circle-star": 57635,
941
+ "circle-sterling": 58831,
942
+ "circle-stop": 62093,
943
+ "circle-swedish-krona": 59203,
944
+ "circle-t": 57636,
945
+ "circle-tenge": 59173,
946
+ "circle-three-quarters": 57637,
947
+ "circle-three-quarters-stroke": 58836,
948
+ "circle-trash": 57638,
949
+ "circle-tugrik": 59153,
950
+ "circle-turkish-lira": 59193,
951
+ "circle-u": 57639,
952
+ "circle-up": 62299,
953
+ "circle-up-left": 57640,
954
+ "circle-up-right": 57641,
955
+ "circle-user": 62141,
956
+ "circle-user-circle-check": 59295,
957
+ "circle-user-circle-exclamation": 59296,
958
+ "circle-user-circle-minus": 59297,
959
+ "circle-user-circle-moon": 59298,
960
+ "circle-user-circle-plus": 59299,
961
+ "circle-user-circle-question": 59300,
962
+ "circle-user-circle-user": 59301,
963
+ "circle-user-circle-xmark": 59302,
964
+ "circle-user-clock": 59303,
965
+ "circle-v": 57642,
966
+ "circle-video": 57643,
967
+ "circle-w": 57644,
968
+ "circle-waveform-lines": 57645,
969
+ "circle-wifi": 59005,
970
+ "circle-wifi-circle-wifi": 59006,
971
+ "circle-won": 59116,
972
+ "circle-x": 57646,
973
+ "circle-xmark": 61527,
974
+ "circle-y": 57647,
975
+ "circle-yen": 58832,
976
+ "circle-z": 57648,
977
+ "circleapore-dollar": 59166,
978
+ "circles-overlap": 58880,
979
+ "circles-overlap-3": 59041,
980
+ "citrus": 58100,
981
+ "citrus-slice": 58101,
982
+ "city": 63055,
983
+ "clapperboard": 57649,
984
+ "clapperboard-play": 57650,
985
+ "clarinet": 63661,
986
+ "claw-marks": 63170,
987
+ "clipboard": 62248,
988
+ "clipboard-check": 62572,
989
+ "clipboard-clock": 59222,
990
+ "clipboard-exclamation": 59223,
991
+ "clipboard-list": 62573,
992
+ "clipboard-list-check": 63287,
993
+ "clipboard-medical": 57651,
994
+ "clipboard-prescription": 62952,
995
+ "clipboard-question": 58595,
996
+ "clipboard-user": 63475,
997
+ "clock": 61463,
998
+ "clock-desk": 57652,
999
+ "clock-eight": 58181,
1000
+ "clock-eight-thirty": 58182,
1001
+ "clock-eleven": 58183,
1002
+ "clock-eleven-thirty": 58184,
1003
+ "clock-five": 58185,
1004
+ "clock-five-thirty": 58186,
1005
+ "clock-four-thirty": 58187,
1006
+ "clock-nine": 58188,
1007
+ "clock-nine-thirty": 58189,
1008
+ "clock-one": 58190,
1009
+ "clock-one-thirty": 58191,
1010
+ "clock-rotate-left": 61914,
1011
+ "clock-seven": 58192,
1012
+ "clock-seven-thirty": 58193,
1013
+ "clock-six": 58194,
1014
+ "clock-six-thirty": 58195,
1015
+ "clock-ten": 58196,
1016
+ "clock-ten-thirty": 58197,
1017
+ "clock-three": 58198,
1018
+ "clock-three-thirty": 58199,
1019
+ "clock-twelve": 58200,
1020
+ "clock-twelve-thirty": 58201,
1021
+ "clock-two": 58202,
1022
+ "clock-two-thirty": 58203,
1023
+ "clone": 62029,
1024
+ "clone-plus": 59212,
1025
+ "closed-captioning": 61962,
1026
+ "closed-captioning-slash": 57653,
1027
+ "clothes-hanger": 57654,
1028
+ "cloud": 61634,
1029
+ "cloud-arrow-down": 61677,
1030
+ "cloud-arrow-up": 61678,
1031
+ "cloud-binary": 58881,
1032
+ "cloud-bolt": 63340,
1033
+ "cloud-bolt-moon": 63341,
1034
+ "cloud-bolt-sun": 63342,
1035
+ "cloud-check": 58204,
1036
+ "cloud-drizzle": 63288,
1037
+ "cloud-exclamation": 58513,
1038
+ "cloud-fog": 63310,
1039
+ "cloud-hail": 63289,
1040
+ "cloud-hail-mixed": 63290,
1041
+ "cloud-meatball": 63291,
1042
+ "cloud-minus": 58205,
1043
+ "cloud-moon": 63171,
1044
+ "cloud-moon-rain": 63292,
1045
+ "cloud-music": 63662,
1046
+ "cloud-plus": 58206,
1047
+ "cloud-question": 58514,
1048
+ "cloud-rain": 63293,
1049
+ "cloud-rainbow": 63294,
1050
+ "cloud-showers": 63295,
1051
+ "cloud-showers-heavy": 63296,
1052
+ "cloud-showers-water": 58596,
1053
+ "cloud-slash": 57655,
1054
+ "cloud-sleet": 63297,
1055
+ "cloud-snow": 63298,
1056
+ "cloud-sun": 63172,
1057
+ "cloud-sun-rain": 63299,
1058
+ "cloud-word": 57656,
1059
+ "cloud-xmark": 58207,
1060
+ "cloudflare": 57469,
1061
+ "clouds": 63300,
1062
+ "clouds-moon": 63301,
1063
+ "clouds-sun": 63302,
1064
+ "cloudscale": 62339,
1065
+ "cloudsmith": 62340,
1066
+ "cloudversify": 62341,
1067
+ "clover": 57657,
1068
+ "club": 62247,
1069
+ "cmplid": 58208,
1070
+ "coconut": 58102,
1071
+ "code": 61729,
1072
+ "code-branch": 61734,
1073
+ "code-commit": 62342,
1074
+ "code-compare": 57658,
1075
+ "code-fork": 57659,
1076
+ "code-merge": 62343,
1077
+ "code-pull-request": 57660,
1078
+ "code-pull-request-closed": 58361,
1079
+ "code-pull-request-draft": 58362,
1080
+ "code-simple": 57661,
1081
+ "codepen": 61899,
1082
+ "codiepie": 62084,
1083
+ "coffee-bean": 57662,
1084
+ "coffee-beans": 57663,
1085
+ "coffee-pot": 57346,
1086
+ "coffin": 63174,
1087
+ "coffin-cross": 57425,
1088
+ "coin": 63580,
1089
+ "coin-blank": 58363,
1090
+ "coin-front": 58364,
1091
+ "coin-vertical": 58365,
1092
+ "coins": 62750,
1093
+ "colon": 58,
1094
+ "colon-sign": 57664,
1095
+ "columns-3": 58209,
1096
+ "comet": 57347,
1097
+ "comma": 44,
1098
+ "command": 57666,
1099
+ "comment": 61557,
1100
+ "comment-arrow-down": 57667,
1101
+ "comment-arrow-up": 57668,
1102
+ "comment-arrow-up-right": 57669,
1103
+ "comment-captions": 57670,
1104
+ "comment-check": 62636,
1105
+ "comment-code": 57671,
1106
+ "comment-dollar": 63057,
1107
+ "comment-dot": 59100,
1108
+ "comment-dots": 62637,
1109
+ "comment-exclamation": 62639,
1110
+ "comment-heart": 58824,
1111
+ "comment-image": 57672,
1112
+ "comment-lines": 62640,
1113
+ "comment-medical": 63477,
1114
+ "comment-middle": 57673,
1115
+ "comment-middle-top": 57674,
1116
+ "comment-minus": 62641,
1117
+ "comment-music": 63664,
1118
+ "comment-nodes": 59030,
1119
+ "comment-pen": 62638,
1120
+ "comment-plus": 62642,
1121
+ "comment-question": 57675,
1122
+ "comment-quote": 57676,
1123
+ "comment-slash": 62643,
1124
+ "comment-smile": 62644,
1125
+ "comment-sms": 63437,
1126
+ "comment-text": 57677,
1127
+ "comment-waveform": 59101,
1128
+ "comment-xmark": 62645,
1129
+ "comments": 61574,
1130
+ "comments-dollar": 63059,
1131
+ "comments-question": 57678,
1132
+ "comments-question-check": 57679,
1133
+ "compact-disc": 62751,
1134
+ "compass": 61774,
1135
+ "compass-drafting": 62824,
1136
+ "compass-slash": 62953,
1137
+ "compress": 61542,
1138
+ "compress-wide": 62246,
1139
+ "computer": 58597,
1140
+ "computer-classic": 63665,
1141
+ "computer-mouse": 63692,
1142
+ "computer-mouse-button-left": 59341,
1143
+ "computer-mouse-button-right": 59342,
1144
+ "computer-mouse-scrollwheel": 63693,
1145
+ "computer-speaker": 63666,
1146
+ "confluence": 63373,
1147
+ "connectdevelop": 61966,
1148
+ "container-storage": 62647,
1149
+ "contao": 62061,
1150
+ "conveyor-belt": 62574,
1151
+ "conveyor-belt-arm": 58872,
1152
+ "conveyor-belt-boxes": 62575,
1153
+ "conveyor-belt-empty": 57680,
1154
+ "cookie": 62819,
1155
+ "cookie-bite": 62820,
1156
+ "copy": 61637,
1157
+ "copyright": 61945,
1158
+ "corn": 63175,
1159
+ "corner": 58366,
1160
+ "cotton-bureau": 63646,
1161
+ "couch": 62648,
1162
+ "court-sport": 58947,
1163
+ "cow": 63176,
1164
+ "cowbell": 63667,
1165
+ "cowbell-circle-plus": 63668,
1166
+ "cpanel": 62344,
1167
+ "crab": 58367,
1168
+ "crate-apple": 63153,
1169
+ "crate-empty": 57681,
1170
+ "creative-commons": 62046,
1171
+ "creative-commons-by": 62695,
1172
+ "creative-commons-nc": 62696,
1173
+ "creative-commons-nc-eu": 62697,
1174
+ "creative-commons-nc-jp": 62698,
1175
+ "creative-commons-nd": 62699,
1176
+ "creative-commons-pd": 62700,
1177
+ "creative-commons-pd-alt": 62701,
1178
+ "creative-commons-remix": 62702,
1179
+ "creative-commons-sa": 62703,
1180
+ "creative-commons-sampling": 62704,
1181
+ "creative-commons-sampling-plus": 62705,
1182
+ "creative-commons-share": 62706,
1183
+ "creative-commons-zero": 62707,
1184
+ "credit-card": 61597,
1185
+ "credit-card-blank": 62345,
1186
+ "credit-card-front": 62346,
1187
+ "cricket-bat-ball": 62537,
1188
+ "critical-role": 63177,
1189
+ "croissant": 63478,
1190
+ "crop": 61733,
1191
+ "crop-simple": 62821,
1192
+ "cross": 63060,
1193
+ "crosshairs": 61531,
1194
+ "crosshairs-simple": 58783,
1195
+ "crow": 62752,
1196
+ "crown": 62753,
1197
+ "crutch": 63479,
1198
+ "crutches": 63480,
1199
+ "cruzeiro-sign": 57682,
1200
+ "crystal-ball": 58210,
1201
+ "css": 59042,
1202
+ "css3": 61756,
1203
+ "css3-alt": 62347,
1204
+ "cube": 61874,
1205
+ "cubes": 61875,
1206
+ "cubes-stacked": 58598,
1207
+ "cucumber": 58369,
1208
+ "cup-straw": 58211,
1209
+ "cup-straw-swoosh": 58212,
1210
+ "cup-togo": 63173,
1211
+ "cupcake": 58370,
1212
+ "curling-stone": 62538,
1213
+ "currency-sign": 59179,
1214
+ "custard": 58371,
1215
+ "cuttlefish": 62348,
1216
+ "d": 68,
1217
+ "d-and-d": 62349,
1218
+ "d-and-d-beyond": 63178,
1219
+ "dagger": 63179,
1220
+ "dailymotion": 57426,
1221
+ "danish-krone-sign": 59168,
1222
+ "dart-lang": 59027,
1223
+ "dash": 58372,
1224
+ "dashcube": 61968,
1225
+ "database": 61888,
1226
+ "debian": 58891,
1227
+ "deer": 63374,
1228
+ "deer-rudolph": 63375,
1229
+ "deezer": 57463,
1230
+ "delete-left": 62810,
1231
+ "delete-right": 57684,
1232
+ "delicious": 61861,
1233
+ "democrat": 63303,
1234
+ "deploydog": 62350,
1235
+ "deskpro": 62351,
1236
+ "desktop": 62352,
1237
+ "desktop-arrow-down": 57685,
1238
+ "dev": 63180,
1239
+ "deviantart": 61885,
1240
+ "dharmachakra": 63061,
1241
+ "dhl": 63376,
1242
+ "diagram-cells": 58485,
1243
+ "diagram-lean-canvas": 57686,
1244
+ "diagram-nested": 57687,
1245
+ "diagram-next": 58486,
1246
+ "diagram-predecessor": 58487,
1247
+ "diagram-previous": 58488,
1248
+ "diagram-project": 62786,
1249
+ "diagram-sankey": 57688,
1250
+ "diagram-subtask": 58489,
1251
+ "diagram-successor": 58490,
1252
+ "diagram-venn": 57690,
1253
+ "dial": 57691,
1254
+ "dial-high": 57692,
1255
+ "dial-low": 57693,
1256
+ "dial-max": 57694,
1257
+ "dial-med": 57695,
1258
+ "dial-med-low": 57696,
1259
+ "dial-min": 57697,
1260
+ "dial-off": 57698,
1261
+ "dialpad": 59340,
1262
+ "diamond": 61977,
1263
+ "diamond-exclamation": 58373,
1264
+ "diamond-half": 58807,
1265
+ "diamond-half-stroke": 58808,
1266
+ "diamond-turn-right": 62955,
1267
+ "diamonds-4": 59019,
1268
+ "diaspora": 63377,
1269
+ "dice": 62754,
1270
+ "dice-d10": 63181,
1271
+ "dice-d12": 63182,
1272
+ "dice-d20": 63183,
1273
+ "dice-d4": 63184,
1274
+ "dice-d6": 63185,
1275
+ "dice-d8": 63186,
1276
+ "dice-five": 62755,
1277
+ "dice-four": 62756,
1278
+ "dice-one": 62757,
1279
+ "dice-six": 62758,
1280
+ "dice-three": 62759,
1281
+ "dice-two": 62760,
1282
+ "digg": 61862,
1283
+ "digital-ocean": 62353,
1284
+ "dinosaur": 58878,
1285
+ "diploma": 62954,
1286
+ "direction-left-right": 59070,
1287
+ "direction-up-down": 59071,
1288
+ "disc-drive": 63669,
1289
+ "discord": 62354,
1290
+ "discourse": 62355,
1291
+ "disease": 63482,
1292
+ "display": 57699,
1293
+ "display-arrow-down": 57700,
1294
+ "display-chart-up": 58851,
1295
+ "display-chart-up-circle-currency": 58853,
1296
+ "display-chart-up-circle-dollar": 58854,
1297
+ "display-code": 57701,
1298
+ "display-medical": 57702,
1299
+ "display-slash": 58106,
1300
+ "disqus": 59349,
1301
+ "distribute-spacing-horizontal": 58213,
1302
+ "distribute-spacing-vertical": 58214,
1303
+ "ditto": 34,
1304
+ "divide": 62761,
1305
+ "dna": 62577,
1306
+ "do-not-enter": 62956,
1307
+ "dochub": 62356,
1308
+ "docker": 62357,
1309
+ "dog": 63187,
1310
+ "dog-leashed": 63188,
1311
+ "dollar-sign": 36,
1312
+ "dolly": 62578,
1313
+ "dolly-empty": 62579,
1314
+ "dolphin": 57704,
1315
+ "dong-sign": 57705,
1316
+ "donut": 58374,
1317
+ "door-closed": 62762,
1318
+ "door-open": 62763,
1319
+ "dot": 59345,
1320
+ "dove": 62650,
1321
+ "down": 62292,
1322
+ "down-from-bracket": 58987,
1323
+ "down-from-dotted-line": 58375,
1324
+ "down-from-line": 62281,
1325
+ "down-left": 57706,
1326
+ "down-left-and-up-right-to-center": 62498,
1327
+ "down-long": 62217,
1328
+ "down-long-to-line": 59072,
1329
+ "down-right": 57707,
1330
+ "down-to-bracket": 58599,
1331
+ "down-to-dotted-line": 58376,
1332
+ "down-to-line": 62282,
1333
+ "down-up": 59073,
1334
+ "download": 61465,
1335
+ "draft2digital": 62358,
1336
+ "dragon": 63189,
1337
+ "draw-circle": 62957,
1338
+ "draw-polygon": 62958,
1339
+ "draw-square": 62959,
1340
+ "dreidel": 63378,
1341
+ "dress": 59089,
1342
+ "dribbble": 61821,
1343
+ "drone": 63583,
1344
+ "drone-front": 63584,
1345
+ "dropbox": 61803,
1346
+ "droplet": 61507,
1347
+ "droplet-degree": 63304,
1348
+ "droplet-percent": 63312,
1349
+ "droplet-plus": 59392,
1350
+ "droplet-slash": 62919,
1351
+ "drum": 62825,
1352
+ "drum-steelpan": 62826,
1353
+ "drumstick": 63190,
1354
+ "drumstick-bite": 63191,
1355
+ "drupal": 61865,
1356
+ "dryer": 63585,
1357
+ "dryer-heat": 63586,
1358
+ "duck": 63192,
1359
+ "dumbbell": 62539,
1360
+ "dumpster": 63379,
1361
+ "dumpster-fire": 63380,
1362
+ "dungeon": 63193,
1363
+ "duolingo": 59410,
1364
+ "dyalog": 62361,
1365
+ "e": 69,
1366
+ "ear": 62960,
1367
+ "ear-circle-checkmark": 59227,
1368
+ "ear-deaf": 62116,
1369
+ "ear-listen": 62114,
1370
+ "ear-muffs": 63381,
1371
+ "ear-triangle-exclamation": 59228,
1372
+ "ear-waveform": 59229,
1373
+ "earlybirds": 62362,
1374
+ "earth-africa": 62844,
1375
+ "earth-americas": 62845,
1376
+ "earth-asia": 62846,
1377
+ "earth-europe": 63394,
1378
+ "earth-oceania": 58491,
1379
+ "ebay": 62708,
1380
+ "eclipse": 63305,
1381
+ "edge": 62082,
1382
+ "edge-legacy": 57464,
1383
+ "egg": 63483,
1384
+ "egg-fried": 63484,
1385
+ "eggplant": 57708,
1386
+ "eject": 61522,
1387
+ "elementor": 62512,
1388
+ "elephant": 63194,
1389
+ "elevator": 57709,
1390
+ "eleventy": 59350,
1391
+ "ellipsis": 61761,
1392
+ "ellipsis-stroke": 62363,
1393
+ "ellipsis-stroke-vertical": 62364,
1394
+ "ellipsis-vertical": 61762,
1395
+ "ello": 62961,
1396
+ "ember": 62499,
1397
+ "empire": 61905,
1398
+ "empty-set": 63062,
1399
+ "engine": 57710,
1400
+ "engine-warning": 62962,
1401
+ "envelope": 61664,
1402
+ "envelope-circle-check": 58600,
1403
+ "envelope-circle-user": 59102,
1404
+ "envelope-dot": 57711,
1405
+ "envelope-open": 62134,
1406
+ "envelope-open-dollar": 63063,
1407
+ "envelope-open-text": 63064,
1408
+ "envelope-ribbon": 59433,
1409
+ "envelopes": 57712,
1410
+ "envelopes-bulk": 63092,
1411
+ "envira": 62105,
1412
+ "equals": 61,
1413
+ "eraser": 61741,
1414
+ "erlang": 62365,
1415
+ "escalator": 57713,
1416
+ "ethereum": 62510,
1417
+ "ethernet": 63382,
1418
+ "etsy": 62167,
1419
+ "euro-sign": 61779,
1420
+ "eurozone-sign": 59200,
1421
+ "evernote": 63545,
1422
+ "excavator": 58966,
1423
+ "exclamation": 33,
1424
+ "expand": 61541,
1425
+ "expand-wide": 62240,
1426
+ "expeditedssl": 62014,
1427
+ "explosion": 58601,
1428
+ "eye": 61550,
1429
+ "eye-dropper": 61947,
1430
+ "eye-dropper-full": 57714,
1431
+ "eye-dropper-half": 57715,
1432
+ "eye-evil": 63195,
1433
+ "eye-low-vision": 62120,
1434
+ "eye-slash": 61552,
1435
+ "eyes": 58215,
1436
+ "f": 70,
1437
+ "face-angry": 62806,
1438
+ "face-angry-horns": 58216,
1439
+ "face-anguished": 58217,
1440
+ "face-anxious-sweat": 58218,
1441
+ "face-astonished": 58219,
1442
+ "face-awesome": 58377,
1443
+ "face-beam-hand-over-mouth": 58492,
1444
+ "face-clouds": 58493,
1445
+ "face-confounded": 58220,
1446
+ "face-confused": 58221,
1447
+ "face-cowboy-hat": 58222,
1448
+ "face-diagonal-mouth": 58494,
1449
+ "face-disappointed": 58223,
1450
+ "face-disguise": 58224,
1451
+ "face-dizzy": 62823,
1452
+ "face-dotted": 58495,
1453
+ "face-downcast-sweat": 58225,
1454
+ "face-drooling": 58226,
1455
+ "face-exhaling": 58496,
1456
+ "face-explode": 58110,
1457
+ "face-expressionless": 58227,
1458
+ "face-eyes-xmarks": 58228,
1459
+ "face-fearful": 58229,
1460
+ "face-flushed": 62841,
1461
+ "face-frown": 61721,
1462
+ "face-frown-open": 62842,
1463
+ "face-frown-slight": 58230,
1464
+ "face-glasses": 58231,
1465
+ "face-grimace": 62847,
1466
+ "face-grin": 62848,
1467
+ "face-grin-beam": 62850,
1468
+ "face-grin-beam-sweat": 62851,
1469
+ "face-grin-hearts": 62852,
1470
+ "face-grin-squint": 62853,
1471
+ "face-grin-squint-tears": 62854,
1472
+ "face-grin-stars": 62855,
1473
+ "face-grin-tears": 62856,
1474
+ "face-grin-tongue": 62857,
1475
+ "face-grin-tongue-squint": 62858,
1476
+ "face-grin-tongue-wink": 62859,
1477
+ "face-grin-wide": 62849,
1478
+ "face-grin-wink": 62860,
1479
+ "face-hand-over-mouth": 58232,
1480
+ "face-hand-peeking": 58497,
1481
+ "face-hand-yawn": 58233,
1482
+ "face-head-bandage": 58234,
1483
+ "face-holding-back-tears": 58498,
1484
+ "face-hushed": 58235,
1485
+ "face-icicles": 58236,
1486
+ "face-kiss": 62870,
1487
+ "face-kiss-beam": 62871,
1488
+ "face-kiss-closed-eyes": 58237,
1489
+ "face-kiss-wink-heart": 62872,
1490
+ "face-laugh": 62873,
1491
+ "face-laugh-beam": 62874,
1492
+ "face-laugh-squint": 62875,
1493
+ "face-laugh-wink": 62876,
1494
+ "face-lying": 58238,
1495
+ "face-mask": 58239,
1496
+ "face-meh": 61722,
1497
+ "face-meh-blank": 62884,
1498
+ "face-melting": 58499,
1499
+ "face-monocle": 58240,
1500
+ "face-nauseated": 58241,
1501
+ "face-nose-steam": 58242,
1502
+ "face-party": 58243,
1503
+ "face-pensive": 58244,
1504
+ "face-persevering": 58245,
1505
+ "face-pleading": 58246,
1506
+ "face-pouting": 58247,
1507
+ "face-raised-eyebrow": 58248,
1508
+ "face-relieved": 58249,
1509
+ "face-rolling-eyes": 62885,
1510
+ "face-sad-cry": 62899,
1511
+ "face-sad-sweat": 58250,
1512
+ "face-sad-tear": 62900,
1513
+ "face-saluting": 58500,
1514
+ "face-scream": 58251,
1515
+ "face-shaking": 59292,
1516
+ "face-shaking-horizontal": 59293,
1517
+ "face-shaking-vertical": 59294,
1518
+ "face-shush": 58252,
1519
+ "face-sleeping": 58253,
1520
+ "face-sleepy": 58254,
1521
+ "face-smile": 61720,
1522
+ "face-smile-beam": 62904,
1523
+ "face-smile-halo": 58255,
1524
+ "face-smile-hearts": 58256,
1525
+ "face-smile-horns": 58257,
1526
+ "face-smile-plus": 62905,
1527
+ "face-smile-relaxed": 58258,
1528
+ "face-smile-tear": 58259,
1529
+ "face-smile-tongue": 58260,
1530
+ "face-smile-upside-down": 58261,
1531
+ "face-smile-wink": 62682,
1532
+ "face-smiling-hands": 58262,
1533
+ "face-smirking": 58263,
1534
+ "face-spiral-eyes": 58501,
1535
+ "face-sunglasses": 58264,
1536
+ "face-surprise": 62914,
1537
+ "face-swear": 58265,
1538
+ "face-thermometer": 58266,
1539
+ "face-thinking": 58267,
1540
+ "face-tired": 62920,
1541
+ "face-tissue": 58268,
1542
+ "face-tongue-money": 58269,
1543
+ "face-tongue-sweat": 58270,
1544
+ "face-unamused": 58271,
1545
+ "face-viewfinder": 58111,
1546
+ "face-vomit": 58272,
1547
+ "face-weary": 58273,
1548
+ "face-woozy": 58274,
1549
+ "face-worried": 58275,
1550
+ "face-zany": 58276,
1551
+ "face-zipper": 58277,
1552
+ "facebook": 61594,
1553
+ "facebook-f": 62366,
1554
+ "facebook-messenger": 62367,
1555
+ "falafel": 58378,
1556
+ "family": 58112,
1557
+ "family-dress": 58113,
1558
+ "family-pants": 58114,
1559
+ "fan": 63587,
1560
+ "fan-table": 57348,
1561
+ "fantasy-flight-games": 63196,
1562
+ "farm": 63588,
1563
+ "faucet": 57349,
1564
+ "faucet-drip": 57350,
1565
+ "fax": 61868,
1566
+ "feather": 62765,
1567
+ "feather-pointed": 62827,
1568
+ "fedex": 63383,
1569
+ "fedora": 63384,
1570
+ "fence": 58115,
1571
+ "ferris-wheel": 57716,
1572
+ "ferry": 58602,
1573
+ "field-hockey-stick-ball": 62540,
1574
+ "figma": 63385,
1575
+ "file": 61787,
1576
+ "file-aiff": 59387,
1577
+ "file-arrow-down": 62829,
1578
+ "file-arrow-up": 62836,
1579
+ "file-audio": 61895,
1580
+ "file-ban": 59224,
1581
+ "file-binary": 57717,
1582
+ "file-brackets-curly": 59396,
1583
+ "file-cad": 58994,
1584
+ "file-certificate": 62963,
1585
+ "file-chart-column": 63065,
1586
+ "file-chart-pie": 63066,
1587
+ "file-check": 62230,
1588
+ "file-circle-check": 58784,
1589
+ "file-circle-exclamation": 58603,
1590
+ "file-circle-info": 58515,
1591
+ "file-circle-minus": 58605,
1592
+ "file-circle-plus": 58516,
1593
+ "file-circle-question": 58607,
1594
+ "file-circle-xmark": 58785,
1595
+ "file-code": 61897,
1596
+ "file-contract": 62828,
1597
+ "file-csv": 63197,
1598
+ "file-dashed-line": 63607,
1599
+ "file-doc": 58861,
1600
+ "file-eps": 58948,
1601
+ "file-excel": 61891,
1602
+ "file-exclamation": 62234,
1603
+ "file-export": 62830,
1604
+ "file-fragment": 59031,
1605
+ "file-gif": 58949,
1606
+ "file-half-dashed": 59032,
1607
+ "file-heart": 57718,
1608
+ "file-image": 61893,
1609
+ "file-import": 62831,
1610
+ "file-invoice": 62832,
1611
+ "file-invoice-dollar": 62833,
1612
+ "file-jpg": 58950,
1613
+ "file-lines": 61788,
1614
+ "file-lock": 58278,
1615
+ "file-magnifying-glass": 63589,
1616
+ "file-medical": 62583,
1617
+ "file-midi": 59397,
1618
+ "file-minus": 62232,
1619
+ "file-mov": 58951,
1620
+ "file-mp3": 58952,
1621
+ "file-mp4": 58953,
1622
+ "file-music": 63670,
1623
+ "file-odf": 59388,
1624
+ "file-pdf": 61889,
1625
+ "file-pen": 62236,
1626
+ "file-plus": 62233,
1627
+ "file-plus-minus": 57719,
1628
+ "file-png": 58982,
1629
+ "file-powerpoint": 61892,
1630
+ "file-ppt": 58954,
1631
+ "file-prescription": 62834,
1632
+ "file-shield": 58608,
1633
+ "file-signature": 62835,
1634
+ "file-slash": 58279,
1635
+ "file-spreadsheet": 63067,
1636
+ "file-svg": 58955,
1637
+ "file-tex": 59389,
1638
+ "file-user": 63068,
1639
+ "file-vector": 58956,
1640
+ "file-video": 61896,
1641
+ "file-wav": 59390,
1642
+ "file-waveform": 62584,
1643
+ "file-word": 61890,
1644
+ "file-xls": 58957,
1645
+ "file-xmark": 62231,
1646
+ "file-xml": 58964,
1647
+ "file-zip": 58862,
1648
+ "file-zipper": 61894,
1649
+ "files": 57720,
1650
+ "files-medical": 63485,
1651
+ "files-pinwheel": 59039,
1652
+ "fill": 62837,
1653
+ "fill-drip": 62838,
1654
+ "film": 61448,
1655
+ "film-canister": 63671,
1656
+ "film-music": 59241,
1657
+ "film-slash": 57721,
1658
+ "film-stack": 59243,
1659
+ "films": 57722,
1660
+ "filter": 61616,
1661
+ "filter-circle-dollar": 63074,
1662
+ "filter-circle-xmark": 57723,
1663
+ "filter-list": 57724,
1664
+ "filter-slash": 57725,
1665
+ "filters": 57726,
1666
+ "fingerprint": 62839,
1667
+ "fire": 61549,
1668
+ "fire-burner": 58609,
1669
+ "fire-extinguisher": 61748,
1670
+ "fire-flame": 63199,
1671
+ "fire-flame-curved": 63460,
1672
+ "fire-flame-simple": 62570,
1673
+ "fire-hydrant": 57727,
1674
+ "fire-smoke": 63307,
1675
+ "firefox": 62057,
1676
+ "firefox-browser": 57351,
1677
+ "fireplace": 63386,
1678
+ "first-order": 62128,
1679
+ "first-order-alt": 62730,
1680
+ "firstdraft": 62369,
1681
+ "fish": 62840,
1682
+ "fish-bones": 58116,
1683
+ "fish-cooked": 63486,
1684
+ "fish-fins": 58610,
1685
+ "fishing-rod": 58280,
1686
+ "flag": 61476,
1687
+ "flag-checkered": 61726,
1688
+ "flag-pennant": 62550,
1689
+ "flag-swallowtail": 63308,
1690
+ "flag-usa": 63309,
1691
+ "flashlight": 63672,
1692
+ "flask": 61635,
1693
+ "flask-gear": 58865,
1694
+ "flask-round-poison": 63200,
1695
+ "flask-round-potion": 63201,
1696
+ "flask-vial": 58611,
1697
+ "flatbread": 58379,
1698
+ "flatbread-stuffed": 58380,
1699
+ "flickr": 61806,
1700
+ "flipboard": 62541,
1701
+ "floppy-disk": 61639,
1702
+ "floppy-disk-circle-arrow-right": 57728,
1703
+ "floppy-disk-circle-xmark": 57729,
1704
+ "floppy-disk-pen": 57730,
1705
+ "floppy-disks": 57731,
1706
+ "florin-sign": 57732,
1707
+ "flower": 63487,
1708
+ "flower-daffodil": 63488,
1709
+ "flower-tulip": 63489,
1710
+ "flute": 63673,
1711
+ "flutter": 59028,
1712
+ "flux-capacitor": 63674,
1713
+ "fly": 62487,
1714
+ "flying-disc": 58281,
1715
+ "folder": 61563,
1716
+ "folder-arrow-down": 57427,
1717
+ "folder-arrow-left": 59346,
1718
+ "folder-arrow-right": 59347,
1719
+ "folder-arrow-up": 57428,
1720
+ "folder-bookmark": 57734,
1721
+ "folder-check": 58958,
1722
+ "folder-closed": 57733,
1723
+ "folder-gear": 57735,
1724
+ "folder-grid": 57736,
1725
+ "folder-heart": 57737,
1726
+ "folder-image": 57738,
1727
+ "folder-magnifying-glass": 57739,
1728
+ "folder-medical": 57740,
1729
+ "folder-minus": 63069,
1730
+ "folder-music": 57741,
1731
+ "folder-open": 61564,
1732
+ "folder-plus": 63070,
1733
+ "folder-tree": 63490,
1734
+ "folder-user": 57742,
1735
+ "folder-xmark": 63071,
1736
+ "folders": 63072,
1737
+ "fondue-pot": 58381,
1738
+ "font": 61489,
1739
+ "font-awesome": 62132,
1740
+ "font-case": 63590,
1741
+ "fonticons": 62080,
1742
+ "fonticons-fi": 62370,
1743
+ "foot-wing": 59444,
1744
+ "football": 62542,
1745
+ "football-helmet": 62543,
1746
+ "fork": 62179,
1747
+ "fork-knife": 62182,
1748
+ "forklift": 62586,
1749
+ "fort": 58502,
1750
+ "fort-awesome": 62086,
1751
+ "fort-awesome-alt": 62371,
1752
+ "forumbee": 61969,
1753
+ "forward": 61518,
1754
+ "forward-fast": 61520,
1755
+ "forward-step": 61521,
1756
+ "foursquare": 61824,
1757
+ "frame": 58517,
1758
+ "franc-sign": 57743,
1759
+ "free-code-camp": 62149,
1760
+ "freebsd": 62372,
1761
+ "french-fries": 63491,
1762
+ "frog": 62766,
1763
+ "fulcrum": 62731,
1764
+ "function": 63073,
1765
+ "futbol": 61923,
1766
+ "g": 71,
1767
+ "galactic-republic": 62732,
1768
+ "galactic-senate": 62733,
1769
+ "galaxy": 57352,
1770
+ "gallery-thumbnails": 58282,
1771
+ "game-board": 63591,
1772
+ "game-board-simple": 63592,
1773
+ "game-console-handheld": 63675,
1774
+ "game-console-handheld-crank": 58809,
1775
+ "gamepad": 61723,
1776
+ "gamepad-modern": 58786,
1777
+ "garage": 57353,
1778
+ "garage-car": 57354,
1779
+ "garage-empty": 59081,
1780
+ "garage-open": 57355,
1781
+ "garlic": 58382,
1782
+ "gas-pump": 62767,
1783
+ "gas-pump-left": 59256,
1784
+ "gas-pump-right": 59257,
1785
+ "gas-pump-slash": 62964,
1786
+ "gauge": 63012,
1787
+ "gauge-circle-bolt": 58518,
1788
+ "gauge-circle-minus": 58519,
1789
+ "gauge-circle-plus": 58520,
1790
+ "gauge-high": 63013,
1791
+ "gauge-low": 63015,
1792
+ "gauge-max": 63014,
1793
+ "gauge-min": 63016,
1794
+ "gauge-simple": 63017,
1795
+ "gauge-simple-high": 63018,
1796
+ "gauge-simple-low": 63020,
1797
+ "gauge-simple-max": 63019,
1798
+ "gauge-simple-min": 63021,
1799
+ "gavel": 61667,
1800
+ "gear": 61459,
1801
+ "gear-code": 58856,
1802
+ "gear-complex": 58857,
1803
+ "gear-complex-code": 58859,
1804
+ "gears": 61573,
1805
+ "gem": 62373,
1806
+ "genderless": 61997,
1807
+ "get-pocket": 62053,
1808
+ "gg": 62048,
1809
+ "gg-circle": 62049,
1810
+ "ghost": 63202,
1811
+ "gif": 57744,
1812
+ "gift": 61547,
1813
+ "gift-card": 63075,
1814
+ "gifts": 63388,
1815
+ "gingerbread-man": 63389,
1816
+ "git": 61907,
1817
+ "git-alt": 63553,
1818
+ "github": 61595,
1819
+ "github-alt": 61715,
1820
+ "gitkraken": 62374,
1821
+ "gitlab": 62102,
1822
+ "gitter": 62502,
1823
+ "glass": 63492,
1824
+ "glass-citrus": 63593,
1825
+ "glass-empty": 57745,
1826
+ "glass-half": 57746,
1827
+ "glass-water": 58612,
1828
+ "glass-water-droplet": 58613,
1829
+ "glasses": 62768,
1830
+ "glasses-round": 62965,
1831
+ "glide": 62117,
1832
+ "glide-g": 62118,
1833
+ "globe": 61612,
1834
+ "globe-pointer": 58894,
1835
+ "globe-snow": 63395,
1836
+ "globe-stand": 62966,
1837
+ "globe-wifi": 59013,
1838
+ "goal-net": 58283,
1839
+ "gofore": 62375,
1840
+ "golang": 58383,
1841
+ "golf-ball-tee": 62544,
1842
+ "golf-club": 62545,
1843
+ "golf-flag-hole": 58284,
1844
+ "goodreads": 62376,
1845
+ "goodreads-g": 62377,
1846
+ "google": 61856,
1847
+ "google-drive": 62378,
1848
+ "google-pay": 57465,
1849
+ "google-play": 62379,
1850
+ "google-plus": 62131,
1851
+ "google-plus-g": 61653,
1852
+ "google-scholar": 58939,
1853
+ "google-wallet": 61934,
1854
+ "gopuram": 63076,
1855
+ "graduation-cap": 61853,
1856
+ "gramophone": 63677,
1857
+ "grapes": 58118,
1858
+ "grate": 57747,
1859
+ "grate-droplet": 57748,
1860
+ "gratipay": 61828,
1861
+ "grav": 62166,
1862
+ "greater-than": 62,
1863
+ "greater-than-equal": 62770,
1864
+ "grid": 57749,
1865
+ "grid-2": 57750,
1866
+ "grid-2-minus": 59050,
1867
+ "grid-2-plus": 57751,
1868
+ "grid-4": 57752,
1869
+ "grid-5": 57753,
1870
+ "grid-dividers": 58285,
1871
+ "grid-round": 58842,
1872
+ "grid-round-2": 58843,
1873
+ "grid-round-2-minus": 59051,
1874
+ "grid-round-2-plus": 58844,
1875
+ "grid-round-4": 58845,
1876
+ "grid-round-5": 58846,
1877
+ "grill": 58787,
1878
+ "grill-fire": 58788,
1879
+ "grill-hot": 58789,
1880
+ "grip": 62861,
1881
+ "grip-dots": 58384,
1882
+ "grip-dots-vertical": 58385,
1883
+ "grip-lines": 63396,
1884
+ "grip-lines-vertical": 63397,
1885
+ "grip-vertical": 62862,
1886
+ "gripfire": 62380,
1887
+ "group-arrows-rotate": 58614,
1888
+ "grunt": 62381,
1889
+ "guarani-sign": 57754,
1890
+ "guilded": 57470,
1891
+ "guitar": 63398,
1892
+ "guitar-electric": 63678,
1893
+ "guitars": 63679,
1894
+ "gulp": 62382,
1895
+ "gun": 57755,
1896
+ "gun-slash": 57756,
1897
+ "gun-squirt": 57757,
1898
+ "h": 72,
1899
+ "h1": 62227,
1900
+ "h2": 62228,
1901
+ "h3": 62229,
1902
+ "h4": 63594,
1903
+ "h5": 58386,
1904
+ "h6": 58387,
1905
+ "hacker-news": 61908,
1906
+ "hackerrank": 62967,
1907
+ "hammer": 63203,
1908
+ "hammer-brush": 58912,
1909
+ "hammer-crash": 58388,
1910
+ "hammer-war": 63204,
1911
+ "hamsa": 63077,
1912
+ "hand": 62038,
1913
+ "hand-back-fist": 62037,
1914
+ "hand-back-point-down": 57758,
1915
+ "hand-back-point-left": 57759,
1916
+ "hand-back-point-ribbon": 57760,
1917
+ "hand-back-point-right": 57761,
1918
+ "hand-back-point-up": 57762,
1919
+ "hand-dots": 62561,
1920
+ "hand-fingers-crossed": 57763,
1921
+ "hand-fist": 63198,
1922
+ "hand-heart": 62652,
1923
+ "hand-holding": 62653,
1924
+ "hand-holding-box": 62587,
1925
+ "hand-holding-circle-dollar": 58913,
1926
+ "hand-holding-dollar": 62656,
1927
+ "hand-holding-droplet": 62657,
1928
+ "hand-holding-hand": 58615,
1929
+ "hand-holding-heart": 62654,
1930
+ "hand-holding-magic": 63205,
1931
+ "hand-holding-medical": 57436,
1932
+ "hand-holding-seedling": 62655,
1933
+ "hand-holding-skull": 57764,
1934
+ "hand-holding-star": 59393,
1935
+ "hand-horns": 57769,
1936
+ "hand-lizard": 62040,
1937
+ "hand-love": 57765,
1938
+ "hand-middle-finger": 63494,
1939
+ "hand-peace": 62043,
1940
+ "hand-point-down": 61607,
1941
+ "hand-point-left": 61605,
1942
+ "hand-point-ribbon": 57766,
1943
+ "hand-point-right": 61604,
1944
+ "hand-point-up": 61606,
1945
+ "hand-pointer": 62042,
1946
+ "hand-scissors": 62039,
1947
+ "hand-shaka": 59441,
1948
+ "hand-sparkles": 57437,
1949
+ "hand-spock": 62041,
1950
+ "hand-wave": 57767,
1951
+ "handcuffs": 58616,
1952
+ "hands": 62119,
1953
+ "hands-asl-interpreting": 62115,
1954
+ "hands-bound": 58617,
1955
+ "hands-bubbles": 57438,
1956
+ "hands-clapping": 57768,
1957
+ "hands-holding": 62658,
1958
+ "hands-holding-child": 58618,
1959
+ "hands-holding-circle": 58619,
1960
+ "hands-holding-diamond": 62588,
1961
+ "hands-holding-dollar": 62661,
1962
+ "hands-holding-heart": 62659,
1963
+ "hands-praying": 63108,
1964
+ "handshake": 62133,
1965
+ "handshake-angle": 62660,
1966
+ "handshake-slash": 57440,
1967
+ "hanukiah": 63206,
1968
+ "hard-drive": 61600,
1969
+ "hashnode": 58521,
1970
+ "hashtag": 35,
1971
+ "hashtag-lock": 58389,
1972
+ "hat-beach": 58886,
1973
+ "hat-chef": 63595,
1974
+ "hat-cowboy": 63680,
1975
+ "hat-cowboy-side": 63681,
1976
+ "hat-santa": 63399,
1977
+ "hat-winter": 63400,
1978
+ "hat-witch": 63207,
1979
+ "hat-wizard": 63208,
1980
+ "head-side": 63209,
1981
+ "head-side-brain": 63496,
1982
+ "head-side-circuit": 59230,
1983
+ "head-side-cough": 57441,
1984
+ "head-side-cough-slash": 57442,
1985
+ "head-side-gear": 58897,
1986
+ "head-side-goggles": 63210,
1987
+ "head-side-headphones": 63682,
1988
+ "head-side-heart": 57770,
1989
+ "head-side-mask": 57443,
1990
+ "head-side-medical": 63497,
1991
+ "head-side-speak": 59231,
1992
+ "head-side-virus": 57444,
1993
+ "heading": 61916,
1994
+ "headphones": 61477,
1995
+ "headphones-slash": 59260,
1996
+ "headset": 62864,
1997
+ "heart": 61444,
1998
+ "heart-circle-bolt": 58620,
1999
+ "heart-circle-check": 58621,
2000
+ "heart-circle-exclamation": 58622,
2001
+ "heart-circle-minus": 58623,
2002
+ "heart-circle-plus": 58624,
2003
+ "heart-circle-xmark": 58625,
2004
+ "heart-crack": 63401,
2005
+ "heart-half": 57771,
2006
+ "heart-half-stroke": 57772,
2007
+ "heart-pulse": 61982,
2008
+ "heart-slash": 59278,
2009
+ "hearts": 59279,
2010
+ "heat": 57356,
2011
+ "helicopter": 62771,
2012
+ "helicopter-symbol": 58626,
2013
+ "helmet-battle": 63211,
2014
+ "helmet-safety": 63495,
2015
+ "helmet-un": 58627,
2016
+ "hexagon": 62226,
2017
+ "hexagon-check": 58390,
2018
+ "hexagon-divide": 57773,
2019
+ "hexagon-equals": 59058,
2020
+ "hexagon-exclamation": 58391,
2021
+ "hexagon-image": 58628,
2022
+ "hexagon-minus": 62215,
2023
+ "hexagon-nodes": 59033,
2024
+ "hexagon-nodes-bolt": 59034,
2025
+ "hexagon-plus": 62208,
2026
+ "hexagon-vertical-nft": 58629,
2027
+ "hexagon-xmark": 62190,
2028
+ "high-definition": 57774,
2029
+ "highlighter": 62865,
2030
+ "highlighter-line": 57775,
2031
+ "hill-avalanche": 58631,
2032
+ "hill-rockslide": 58632,
2033
+ "hippo": 63213,
2034
+ "hips": 62546,
2035
+ "hire-a-helper": 62384,
2036
+ "hive": 57471,
2037
+ "hockey-mask": 63214,
2038
+ "hockey-puck": 62547,
2039
+ "hockey-stick": 59366,
2040
+ "hockey-stick-puck": 58286,
2041
+ "hockey-sticks": 62548,
2042
+ "holly-berry": 63402,
2043
+ "honey-pot": 58392,
2044
+ "hood-cloak": 63215,
2045
+ "hooli": 62503,
2046
+ "horizontal-rule": 63596,
2047
+ "hornbill": 62866,
2048
+ "horse": 63216,
2049
+ "horse-head": 63403,
2050
+ "horse-saddle": 63683,
2051
+ "horseshoe": 59418,
2052
+ "hose": 58393,
2053
+ "hose-reel": 58394,
2054
+ "hospital": 61688,
2055
+ "hospital-user": 63501,
2056
+ "hospitals": 63502,
2057
+ "hot-tub-person": 62867,
2058
+ "hotdog": 63503,
2059
+ "hotel": 62868,
2060
+ "hotjar": 62385,
2061
+ "hourglass": 62036,
2062
+ "hourglass-clock": 58395,
2063
+ "hourglass-end": 62035,
2064
+ "hourglass-half": 62034,
2065
+ "hourglass-start": 62033,
2066
+ "house": 61461,
2067
+ "house-blank": 58503,
2068
+ "house-building": 57777,
2069
+ "house-chimney": 58287,
2070
+ "house-chimney-blank": 58288,
2071
+ "house-chimney-crack": 63217,
2072
+ "house-chimney-heart": 57778,
2073
+ "house-chimney-medical": 63474,
2074
+ "house-chimney-user": 57445,
2075
+ "house-chimney-window": 57357,
2076
+ "house-circle-check": 58633,
2077
+ "house-circle-exclamation": 58634,
2078
+ "house-circle-xmark": 58635,
2079
+ "house-crack": 58289,
2080
+ "house-day": 57358,
2081
+ "house-fire": 58636,
2082
+ "house-flag": 58637,
2083
+ "house-flood-water": 58638,
2084
+ "house-flood-water-circle-arrow-right": 58639,
2085
+ "house-heart": 62665,
2086
+ "house-laptop": 57446,
2087
+ "house-lock": 58640,
2088
+ "house-medical": 58290,
2089
+ "house-medical-circle-check": 58641,
2090
+ "house-medical-circle-exclamation": 58642,
2091
+ "house-medical-circle-xmark": 58643,
2092
+ "house-medical-flag": 58644,
2093
+ "house-night": 57360,
2094
+ "house-person-leave": 57359,
2095
+ "house-person-return": 57361,
2096
+ "house-signal": 57362,
2097
+ "house-tree": 57779,
2098
+ "house-tsunami": 58645,
2099
+ "house-turret": 57780,
2100
+ "house-unlock": 59082,
2101
+ "house-user": 57776,
2102
+ "house-water": 63311,
2103
+ "house-window": 58291,
2104
+ "houzz": 62076,
2105
+ "hryvnia-sign": 63218,
2106
+ "html5": 61755,
2107
+ "hubspot": 62386,
2108
+ "hundred-points": 58396,
2109
+ "hurricane": 63313,
2110
+ "hydra": 59014,
2111
+ "hyphen": 45,
2112
+ "i": 73,
2113
+ "i-cursor": 62022,
2114
+ "ice-cream": 63504,
2115
+ "ice-skate": 63404,
2116
+ "icicles": 63405,
2117
+ "icons": 63597,
2118
+ "id-badge": 62145,
2119
+ "id-card": 62146,
2120
+ "id-card-clip": 62591,
2121
+ "ideal": 57363,
2122
+ "igloo": 63406,
2123
+ "image": 61502,
2124
+ "image-circle-arrow-down": 59244,
2125
+ "image-circle-check": 59245,
2126
+ "image-circle-plus": 59246,
2127
+ "image-circle-xmark": 59247,
2128
+ "image-landscape": 57781,
2129
+ "image-music": 59248,
2130
+ "image-polaroid": 63684,
2131
+ "image-polaroid-user": 57782,
2132
+ "image-portrait": 62432,
2133
+ "image-slash": 57783,
2134
+ "image-stack": 59249,
2135
+ "image-user": 57784,
2136
+ "images": 62210,
2137
+ "images-user": 57785,
2138
+ "imdb": 62168,
2139
+ "inbox": 61468,
2140
+ "inbox-full": 57786,
2141
+ "inbox-in": 62224,
2142
+ "inbox-out": 62225,
2143
+ "inboxes": 57787,
2144
+ "indent": 61500,
2145
+ "indian-rupee-sign": 57788,
2146
+ "industry": 62069,
2147
+ "industry-windows": 62387,
2148
+ "infinity": 62772,
2149
+ "info": 61737,
2150
+ "inhaler": 62969,
2151
+ "input-numeric": 57789,
2152
+ "input-pipe": 57790,
2153
+ "input-text": 57791,
2154
+ "instagram": 61805,
2155
+ "instalod": 57473,
2156
+ "integral": 63079,
2157
+ "intercom": 63407,
2158
+ "internet-explorer": 62059,
2159
+ "interrobang": 58810,
2160
+ "intersection": 63080,
2161
+ "invision": 63408,
2162
+ "ioxhost": 61960,
2163
+ "island-tropical": 63505,
2164
+ "italic": 61491,
2165
+ "itch-io": 63546,
2166
+ "itunes": 62388,
2167
+ "itunes-note": 62389,
2168
+ "j": 74,
2169
+ "jack-o-lantern": 62222,
2170
+ "jar": 58646,
2171
+ "jar-wheat": 58647,
2172
+ "java": 62692,
2173
+ "jeans": 59090,
2174
+ "jeans-straight": 59091,
2175
+ "jedi": 63081,
2176
+ "jedi-order": 62734,
2177
+ "jenkins": 62390,
2178
+ "jet-fighter": 61691,
2179
+ "jet-fighter-up": 58648,
2180
+ "jira": 63409,
2181
+ "joget": 62391,
2182
+ "joint": 62869,
2183
+ "joomla": 61866,
2184
+ "joystick": 63685,
2185
+ "js": 62392,
2186
+ "jsfiddle": 61900,
2187
+ "jug": 63686,
2188
+ "jug-bottle": 58875,
2189
+ "jug-detergent": 58649,
2190
+ "jxl": 59003,
2191
+ "k": 75,
2192
+ "kaaba": 63083,
2193
+ "kaggle": 62970,
2194
+ "kakao-talk": 59351,
2195
+ "kazoo": 63687,
2196
+ "kerning": 63599,
2197
+ "kettlebell": 59442,
2198
+ "key": 61572,
2199
+ "key-skeleton": 63219,
2200
+ "key-skeleton-left-right": 58292,
2201
+ "keybase": 62709,
2202
+ "keyboard": 61724,
2203
+ "keyboard-brightness": 57792,
2204
+ "keyboard-brightness-low": 57793,
2205
+ "keyboard-down": 57794,
2206
+ "keyboard-left": 57795,
2207
+ "keycdn": 62394,
2208
+ "keynote": 63084,
2209
+ "khanda": 63085,
2210
+ "kickstarter": 62395,
2211
+ "kickstarter-k": 62396,
2212
+ "kidneys": 62971,
2213
+ "kip-sign": 57796,
2214
+ "kit-medical": 62585,
2215
+ "kitchen-set": 58650,
2216
+ "kite": 63220,
2217
+ "kiwi-bird": 62773,
2218
+ "kiwi-fruit": 58124,
2219
+ "knife": 62180,
2220
+ "knife-kitchen": 63221,
2221
+ "korvue": 62511,
2222
+ "l": 76,
2223
+ "lacrosse-stick": 58293,
2224
+ "lacrosse-stick-ball": 58294,
2225
+ "lambda": 63086,
2226
+ "lamp": 62666,
2227
+ "lamp-desk": 57364,
2228
+ "lamp-floor": 57365,
2229
+ "lamp-street": 57797,
2230
+ "land-mine-on": 58651,
2231
+ "landmark": 63087,
2232
+ "landmark-dome": 63314,
2233
+ "landmark-flag": 58652,
2234
+ "landmark-magnifying-glass": 58914,
2235
+ "language": 61867,
2236
+ "laptop": 61705,
2237
+ "laptop-arrow-down": 57798,
2238
+ "laptop-binary": 58855,
2239
+ "laptop-code": 62972,
2240
+ "laptop-file": 58653,
2241
+ "laptop-medical": 63506,
2242
+ "laptop-mobile": 63610,
2243
+ "laptop-slash": 57799,
2244
+ "laravel": 62397,
2245
+ "lari-sign": 57800,
2246
+ "lasso": 63688,
2247
+ "lasso-sparkles": 57801,
2248
+ "lastfm": 61954,
2249
+ "layer-group": 62973,
2250
+ "layer-minus": 62974,
2251
+ "layer-plus": 62975,
2252
+ "leaf": 61548,
2253
+ "leaf-heart": 62667,
2254
+ "leaf-maple": 63222,
2255
+ "leaf-oak": 63223,
2256
+ "leafy-green": 58397,
2257
+ "leanpub": 61970,
2258
+ "left": 62293,
2259
+ "left-from-bracket": 58988,
2260
+ "left-from-dotted-line": 59074,
2261
+ "left-from-line": 62280,
2262
+ "left-long": 62218,
2263
+ "left-long-to-line": 58398,
2264
+ "left-right": 62263,
2265
+ "left-to-bracket": 58989,
2266
+ "left-to-dotted-line": 59075,
2267
+ "left-to-line": 62283,
2268
+ "lemon": 61588,
2269
+ "less": 62493,
2270
+ "less-than": 60,
2271
+ "less-than-equal": 62775,
2272
+ "letterboxd": 58925,
2273
+ "life-ring": 61901,
2274
+ "light-ceiling": 57366,
2275
+ "light-emergency": 58399,
2276
+ "light-emergency-on": 58400,
2277
+ "light-switch": 57367,
2278
+ "light-switch-off": 57368,
2279
+ "light-switch-on": 57369,
2280
+ "lightbulb": 61675,
2281
+ "lightbulb-cfl": 58790,
2282
+ "lightbulb-cfl-on": 58791,
2283
+ "lightbulb-dollar": 63088,
2284
+ "lightbulb-exclamation": 63089,
2285
+ "lightbulb-exclamation-on": 57802,
2286
+ "lightbulb-gear": 58877,
2287
+ "lightbulb-message": 59015,
2288
+ "lightbulb-on": 63090,
2289
+ "lightbulb-slash": 63091,
2290
+ "lighthouse": 58898,
2291
+ "lights-holiday": 63410,
2292
+ "line": 62400,
2293
+ "line-columns": 63600,
2294
+ "line-height": 63601,
2295
+ "lines-leaning": 58654,
2296
+ "link": 61633,
2297
+ "link-horizontal": 57803,
2298
+ "link-horizontal-slash": 57804,
2299
+ "link-simple": 57805,
2300
+ "link-simple-slash": 57806,
2301
+ "link-slash": 61735,
2302
+ "linkedin": 61580,
2303
+ "linkedin-in": 61665,
2304
+ "linktree": 59352,
2305
+ "linode": 62136,
2306
+ "linux": 61820,
2307
+ "lips": 62976,
2308
+ "lira-sign": 61845,
2309
+ "list": 61498,
2310
+ "list-check": 61614,
2311
+ "list-dropdown": 57807,
2312
+ "list-music": 63689,
2313
+ "list-ol": 61643,
2314
+ "list-radio": 57808,
2315
+ "list-timeline": 57809,
2316
+ "list-tree": 57810,
2317
+ "list-ul": 61642,
2318
+ "litecoin-sign": 57811,
2319
+ "loader": 57812,
2320
+ "lobster": 58401,
2321
+ "location-arrow": 61732,
2322
+ "location-arrow-slash": 59258,
2323
+ "location-arrow-up": 58938,
2324
+ "location-check": 62982,
2325
+ "location-crosshairs": 62977,
2326
+ "location-crosshairs-slash": 62979,
2327
+ "location-dot": 62405,
2328
+ "location-dot-slash": 62981,
2329
+ "location-exclamation": 62984,
2330
+ "location-minus": 62985,
2331
+ "location-pen": 62983,
2332
+ "location-pin": 61505,
2333
+ "location-pin-lock": 58655,
2334
+ "location-pin-slash": 62988,
2335
+ "location-plus": 62986,
2336
+ "location-question": 62987,
2337
+ "location-smile": 62989,
2338
+ "location-xmark": 62990,
2339
+ "lock": 61475,
2340
+ "lock-a": 58402,
2341
+ "lock-hashtag": 58403,
2342
+ "lock-keyhole": 62221,
2343
+ "lock-keyhole-open": 62402,
2344
+ "lock-open": 62401,
2345
+ "locust": 58656,
2346
+ "lollipop": 58404,
2347
+ "loveseat": 62668,
2348
+ "luchador-mask": 62549,
2349
+ "lumon": 59362,
2350
+ "lumon-drop": 59363,
2351
+ "lungs": 62980,
2352
+ "lungs-virus": 57447,
2353
+ "lychee": 59428,
2354
+ "lyft": 62403,
2355
+ "m": 77,
2356
+ "mace": 63224,
2357
+ "magento": 62404,
2358
+ "magnet": 61558,
2359
+ "magnifying-glass": 61442,
2360
+ "magnifying-glass-arrow-right": 58657,
2361
+ "magnifying-glass-arrows-rotate": 58974,
2362
+ "magnifying-glass-chart": 58658,
2363
+ "magnifying-glass-dollar": 63112,
2364
+ "magnifying-glass-location": 63113,
2365
+ "magnifying-glass-minus": 61456,
2366
+ "magnifying-glass-music": 58975,
2367
+ "magnifying-glass-play": 58976,
2368
+ "magnifying-glass-plus": 61454,
2369
+ "magnifying-glass-waveform": 58977,
2370
+ "mailbox": 63507,
2371
+ "mailbox-flag-up": 58811,
2372
+ "mailbox-open-empty": 59425,
2373
+ "mailbox-open-letter": 59427,
2374
+ "mailchimp": 62878,
2375
+ "malaysian-ringgit-sign": 59130,
2376
+ "manat-sign": 57813,
2377
+ "mandalorian": 62735,
2378
+ "mandolin": 63225,
2379
+ "mango": 58127,
2380
+ "manhole": 57814,
2381
+ "map": 62073,
2382
+ "map-location": 62879,
2383
+ "map-location-dot": 62880,
2384
+ "map-pin": 62070,
2385
+ "markdown": 62991,
2386
+ "marker": 62881,
2387
+ "mars": 61986,
2388
+ "mars-and-venus": 61988,
2389
+ "mars-and-venus-burst": 58659,
2390
+ "mars-double": 61991,
2391
+ "mars-stroke": 61993,
2392
+ "mars-stroke-right": 61995,
2393
+ "mars-stroke-up": 61994,
2394
+ "martini-glass": 62843,
2395
+ "martini-glass-citrus": 62817,
2396
+ "martini-glass-empty": 61440,
2397
+ "mask": 63226,
2398
+ "mask-face": 57815,
2399
+ "mask-snorkel": 58295,
2400
+ "mask-ventilator": 58660,
2401
+ "masks-theater": 63024,
2402
+ "mastodon": 62710,
2403
+ "mattress-pillow": 58661,
2404
+ "maxcdn": 61750,
2405
+ "maximize": 62238,
2406
+ "mdb": 63690,
2407
+ "meat": 63508,
2408
+ "medal": 62882,
2409
+ "medapps": 62406,
2410
+ "medium": 62010,
2411
+ "medrt": 62408,
2412
+ "meetup": 62176,
2413
+ "megaphone": 63093,
2414
+ "megaport": 62883,
2415
+ "melon": 58128,
2416
+ "melon-slice": 58129,
2417
+ "memo": 57816,
2418
+ "memo-circle-check": 57817,
2419
+ "memo-circle-info": 58522,
2420
+ "memo-pad": 57818,
2421
+ "memory": 62776,
2422
+ "mendeley": 63411,
2423
+ "menorah": 63094,
2424
+ "mercury": 61987,
2425
+ "merge": 58662,
2426
+ "message": 62074,
2427
+ "message-arrow-down": 57819,
2428
+ "message-arrow-up": 57820,
2429
+ "message-arrow-up-right": 57821,
2430
+ "message-bot": 58296,
2431
+ "message-captions": 57822,
2432
+ "message-check": 62626,
2433
+ "message-code": 57823,
2434
+ "message-dollar": 63056,
2435
+ "message-dot": 59103,
2436
+ "message-dots": 62627,
2437
+ "message-exclamation": 62629,
2438
+ "message-heart": 58825,
2439
+ "message-image": 57824,
2440
+ "message-lines": 62630,
2441
+ "message-medical": 63476,
2442
+ "message-middle": 57825,
2443
+ "message-middle-top": 57826,
2444
+ "message-minus": 62631,
2445
+ "message-music": 63663,
2446
+ "message-pen": 62628,
2447
+ "message-plus": 62632,
2448
+ "message-question": 57827,
2449
+ "message-quote": 57828,
2450
+ "message-slash": 62633,
2451
+ "message-smile": 62634,
2452
+ "message-sms": 57829,
2453
+ "message-text": 57830,
2454
+ "message-waveform": 59104,
2455
+ "message-xmark": 62635,
2456
+ "messages": 62646,
2457
+ "messages-dollar": 63058,
2458
+ "messages-question": 57831,
2459
+ "meta": 58523,
2460
+ "meteor": 63315,
2461
+ "meter": 57832,
2462
+ "meter-bolt": 57833,
2463
+ "meter-droplet": 57834,
2464
+ "meter-fire": 57835,
2465
+ "microblog": 57370,
2466
+ "microchip": 62171,
2467
+ "microchip-ai": 57836,
2468
+ "microphone": 61744,
2469
+ "microphone-circle-plus": 59261,
2470
+ "microphone-circle-xmark": 59262,
2471
+ "microphone-lines": 62409,
2472
+ "microphone-lines-slash": 62777,
2473
+ "microphone-signal-meter": 59232,
2474
+ "microphone-slash": 61745,
2475
+ "microphone-stand": 63691,
2476
+ "microscope": 62992,
2477
+ "microsoft": 62410,
2478
+ "microwave": 57371,
2479
+ "midi": 59398,
2480
+ "mill-sign": 57837,
2481
+ "minimize": 63372,
2482
+ "mintbit": 58927,
2483
+ "minus": 61544,
2484
+ "mistletoe": 63412,
2485
+ "mitten": 63413,
2486
+ "mix": 62411,
2487
+ "mixcloud": 62089,
2488
+ "mixer": 57430,
2489
+ "mizuni": 62412,
2490
+ "mobile": 62414,
2491
+ "mobile-arrow-down": 59211,
2492
+ "mobile-button": 61707,
2493
+ "mobile-notch": 57838,
2494
+ "mobile-retro": 58663,
2495
+ "mobile-rotate": 59411,
2496
+ "mobile-rotate-reverse": 59412,
2497
+ "mobile-screen": 62415,
2498
+ "mobile-screen-button": 62413,
2499
+ "mobile-signal": 57839,
2500
+ "mobile-signal-out": 57840,
2501
+ "mobile-slash": 59413,
2502
+ "mobile-vibrate": 59414,
2503
+ "mobile-vibrate-slash": 59415,
2504
+ "modx": 62085,
2505
+ "monero": 62416,
2506
+ "money-bill": 61654,
2507
+ "money-bill-1": 62417,
2508
+ "money-bill-1-wave": 62779,
2509
+ "money-bill-simple": 57841,
2510
+ "money-bill-simple-wave": 57842,
2511
+ "money-bill-transfer": 58664,
2512
+ "money-bill-trend-up": 58665,
2513
+ "money-bill-wave": 62778,
2514
+ "money-bill-wheat": 58666,
2515
+ "money-bills": 57843,
2516
+ "money-bills-simple": 57844,
2517
+ "money-check": 62780,
2518
+ "money-check-dollar": 62781,
2519
+ "money-check-dollar-pen": 63603,
2520
+ "money-check-pen": 63602,
2521
+ "money-from-bracket": 58130,
2522
+ "money-simple-from-bracket": 58131,
2523
+ "monitor-waveform": 62993,
2524
+ "monkey": 63227,
2525
+ "monument": 62886,
2526
+ "moon": 61830,
2527
+ "moon-cloud": 63316,
2528
+ "moon-over-sun": 63306,
2529
+ "moon-star": 59337,
2530
+ "moon-stars": 63317,
2531
+ "moped": 58297,
2532
+ "mortar-pestle": 62887,
2533
+ "mosque": 63096,
2534
+ "mosquito": 58667,
2535
+ "mosquito-net": 58668,
2536
+ "motorcycle": 61980,
2537
+ "mound": 58669,
2538
+ "mountain": 63228,
2539
+ "mountain-city": 58670,
2540
+ "mountain-sun": 58671,
2541
+ "mountains": 63229,
2542
+ "mouse-field": 58792,
2543
+ "mp3-player": 63694,
2544
+ "mug": 63604,
2545
+ "mug-hot": 63414,
2546
+ "mug-marshmallows": 63415,
2547
+ "mug-saucer": 61684,
2548
+ "mug-tea": 63605,
2549
+ "mug-tea-saucer": 57845,
2550
+ "mushroom": 58405,
2551
+ "music": 61441,
2552
+ "music-magnifying-glass": 58978,
2553
+ "music-note": 63695,
2554
+ "music-note-slash": 63696,
2555
+ "music-slash": 63697,
2556
+ "mustache": 58812,
2557
+ "n": 78,
2558
+ "naira-sign": 57846,
2559
+ "napster": 62418,
2560
+ "narwhal": 63230,
2561
+ "neos": 62994,
2562
+ "nesting-dolls": 58298,
2563
+ "network-wired": 63231,
2564
+ "neuter": 61996,
2565
+ "newspaper": 61930,
2566
+ "nfc": 57847,
2567
+ "nfc-directional": 58672,
2568
+ "nfc-lock": 57848,
2569
+ "nfc-magnifying-glass": 57849,
2570
+ "nfc-pen": 57850,
2571
+ "nfc-signal": 57851,
2572
+ "nfc-slash": 57852,
2573
+ "nfc-symbol": 58673,
2574
+ "nfc-trash": 57853,
2575
+ "nimblr": 62888,
2576
+ "node": 62489,
2577
+ "node-js": 62419,
2578
+ "non-binary": 59399,
2579
+ "norwegian-krone-sign": 59112,
2580
+ "nose": 58813,
2581
+ "not-equal": 62782,
2582
+ "notdef": 57854,
2583
+ "note": 57855,
2584
+ "note-medical": 57856,
2585
+ "note-sticky": 62025,
2586
+ "notebook": 57857,
2587
+ "notes": 57858,
2588
+ "notes-medical": 62593,
2589
+ "notes-sticky": 59225,
2590
+ "notion": 59353,
2591
+ "npm": 62420,
2592
+ "ns8": 62421,
2593
+ "nutritionix": 62422,
2594
+ "o": 79,
2595
+ "object-exclude": 58524,
2596
+ "object-group": 62023,
2597
+ "object-intersect": 58525,
2598
+ "object-subtract": 58526,
2599
+ "object-ungroup": 62024,
2600
+ "object-union": 58527,
2601
+ "objects-align-bottom": 58299,
2602
+ "objects-align-center-horizontal": 58300,
2603
+ "objects-align-center-vertical": 58301,
2604
+ "objects-align-left": 58302,
2605
+ "objects-align-right": 58303,
2606
+ "objects-align-top": 58304,
2607
+ "objects-column": 58305,
2608
+ "octagon": 62214,
2609
+ "octagon-check": 58406,
2610
+ "octagon-divide": 57859,
2611
+ "octagon-equals": 59059,
2612
+ "octagon-exclamation": 57860,
2613
+ "octagon-minus": 62216,
2614
+ "octagon-plus": 62209,
2615
+ "octagon-xmark": 62192,
2616
+ "octopus": 59016,
2617
+ "octopus-deploy": 57474,
2618
+ "odnoklassniki": 62051,
2619
+ "odysee": 58822,
2620
+ "oil-can": 62995,
2621
+ "oil-can-drip": 57861,
2622
+ "oil-temperature": 62996,
2623
+ "oil-well": 58674,
2624
+ "old-republic": 62736,
2625
+ "olive": 58134,
2626
+ "olive-branch": 58135,
2627
+ "om": 63097,
2628
+ "omega": 63098,
2629
+ "onion": 58407,
2630
+ "open-captioning": 59263,
2631
+ "openai": 59343,
2632
+ "opencart": 62013,
2633
+ "openid": 61851,
2634
+ "opensuse": 58923,
2635
+ "opera": 62058,
2636
+ "optin-monster": 62012,
2637
+ "option": 58136,
2638
+ "orcid": 63698,
2639
+ "ornament": 63416,
2640
+ "osi": 62490,
2641
+ "otter": 63232,
2642
+ "outdent": 61499,
2643
+ "outlet": 57372,
2644
+ "oven": 57373,
2645
+ "overline": 63606,
2646
+ "p": 80,
2647
+ "padlet": 58528,
2648
+ "page": 58408,
2649
+ "page-caret-down": 58409,
2650
+ "page-caret-up": 58410,
2651
+ "page4": 62423,
2652
+ "pagelines": 61836,
2653
+ "pager": 63509,
2654
+ "paint-roller": 62890,
2655
+ "paintbrush": 61948,
2656
+ "paintbrush-fine": 62889,
2657
+ "paintbrush-fine-slash": 59213,
2658
+ "paintbrush-pencil": 57862,
2659
+ "paintbrush-slash": 59214,
2660
+ "palette": 62783,
2661
+ "palfed": 62424,
2662
+ "pallet": 62594,
2663
+ "pallet-box": 57864,
2664
+ "pallet-boxes": 62595,
2665
+ "pan-food": 58411,
2666
+ "pan-frying": 58412,
2667
+ "pancakes": 58413,
2668
+ "pandora": 59354,
2669
+ "panel-ews": 58414,
2670
+ "panel-fire": 58415,
2671
+ "panorama": 57865,
2672
+ "panties": 59092,
2673
+ "pants": 59093,
2674
+ "pants-straight": 59094,
2675
+ "paper-plane": 61912,
2676
+ "paper-plane-top": 57866,
2677
+ "paperclip": 61638,
2678
+ "paperclip-vertical": 58306,
2679
+ "parachute-box": 62669,
2680
+ "paragraph": 61917,
2681
+ "paragraph-left": 63608,
2682
+ "party-bell": 58138,
2683
+ "party-horn": 58139,
2684
+ "passport": 62891,
2685
+ "paste": 61674,
2686
+ "patreon": 62425,
2687
+ "pause": 61516,
2688
+ "paw": 61872,
2689
+ "paw-claws": 63234,
2690
+ "paw-simple": 63233,
2691
+ "paypal": 61933,
2692
+ "peace": 63100,
2693
+ "peach": 57867,
2694
+ "peanut": 58416,
2695
+ "peanuts": 58417,
2696
+ "peapod": 58140,
2697
+ "pear": 57868,
2698
+ "pedestal": 57869,
2699
+ "pegasus": 63235,
2700
+ "pen": 62212,
2701
+ "pen-circle": 57870,
2702
+ "pen-clip": 62213,
2703
+ "pen-clip-slash": 57871,
2704
+ "pen-fancy": 62892,
2705
+ "pen-fancy-slash": 57872,
2706
+ "pen-field": 57873,
2707
+ "pen-line": 57874,
2708
+ "pen-nib": 62893,
2709
+ "pen-nib-slash": 58529,
2710
+ "pen-paintbrush": 63000,
2711
+ "pen-ruler": 62894,
2712
+ "pen-slash": 57875,
2713
+ "pen-swirl": 57876,
2714
+ "pen-to-square": 61508,
2715
+ "pencil": 62211,
2716
+ "pencil-line": 59215,
2717
+ "pencil-mechanical": 58826,
2718
+ "pencil-slash": 57877,
2719
+ "pentagon": 59280,
2720
+ "people": 57878,
2721
+ "people-arrows": 57448,
2722
+ "people-carry-box": 62670,
2723
+ "people-dress": 57879,
2724
+ "people-dress-simple": 57880,
2725
+ "people-group": 58675,
2726
+ "people-line": 58676,
2727
+ "people-pants": 57881,
2728
+ "people-pants-simple": 57882,
2729
+ "people-pulling": 58677,
2730
+ "people-robbery": 58678,
2731
+ "people-roof": 58679,
2732
+ "people-simple": 57883,
2733
+ "pepper": 58418,
2734
+ "pepper-hot": 63510,
2735
+ "perbyte": 57475,
2736
+ "percent": 37,
2737
+ "period": 46,
2738
+ "periscope": 62426,
2739
+ "person": 61827,
2740
+ "person-arms-raised": 59267,
2741
+ "person-arrow-down-to-line": 58680,
2742
+ "person-arrow-up-from-line": 58681,
2743
+ "person-basketball": 59268,
2744
+ "person-biking": 63562,
2745
+ "person-biking-mountain": 63563,
2746
+ "person-booth": 63318,
2747
+ "person-breastfeeding": 58682,
2748
+ "person-burst": 58683,
2749
+ "person-cane": 58684,
2750
+ "person-carry-box": 62671,
2751
+ "person-carry-empty": 59269,
2752
+ "person-chalkboard": 58685,
2753
+ "person-circle-check": 58686,
2754
+ "person-circle-exclamation": 58687,
2755
+ "person-circle-minus": 58688,
2756
+ "person-circle-plus": 58689,
2757
+ "person-circle-question": 58690,
2758
+ "person-circle-xmark": 58691,
2759
+ "person-digging": 63582,
2760
+ "person-dolly": 62672,
2761
+ "person-dolly-empty": 62673,
2762
+ "person-dots-from-line": 62576,
2763
+ "person-dress": 61826,
2764
+ "person-dress-burst": 58692,
2765
+ "person-dress-fairy": 58887,
2766
+ "person-dress-simple": 57884,
2767
+ "person-drowning": 58693,
2768
+ "person-fairy": 58888,
2769
+ "person-falling": 58694,
2770
+ "person-falling-burst": 58695,
2771
+ "person-from-portal": 57379,
2772
+ "person-golfing": 59270,
2773
+ "person-half-dress": 58696,
2774
+ "person-harassing": 58697,
2775
+ "person-hiking": 63212,
2776
+ "person-limbs-wide": 59271,
2777
+ "person-meditating": 59361,
2778
+ "person-military-pointing": 58698,
2779
+ "person-military-rifle": 58699,
2780
+ "person-military-to-person": 58700,
2781
+ "person-pinball": 57885,
2782
+ "person-praying": 63107,
2783
+ "person-pregnant": 58142,
2784
+ "person-rays": 58701,
2785
+ "person-rifle": 58702,
2786
+ "person-running": 63244,
2787
+ "person-running-fast": 58879,
2788
+ "person-seat": 57886,
2789
+ "person-seat-reclined": 57887,
2790
+ "person-seat-window": 59272,
2791
+ "person-shelter": 58703,
2792
+ "person-sign": 63319,
2793
+ "person-simple": 57888,
2794
+ "person-skating": 63429,
2795
+ "person-ski-jumping": 63431,
2796
+ "person-ski-lift": 63432,
2797
+ "person-skiing": 63433,
2798
+ "person-skiing-nordic": 63434,
2799
+ "person-sledding": 63435,
2800
+ "person-snowboarding": 63438,
2801
+ "person-snowmobiling": 63441,
2802
+ "person-soccer": 59273,
2803
+ "person-swimming": 62916,
2804
+ "person-swimming-pool": 59274,
2805
+ "person-swimming-water": 59275,
2806
+ "person-through-window": 58793,
2807
+ "person-to-door": 58419,
2808
+ "person-to-portal": 57378,
2809
+ "person-walking": 62804,
2810
+ "person-walking-arrow-loop-left": 58705,
2811
+ "person-walking-arrow-right": 58706,
2812
+ "person-walking-dashed-line-arrow-right": 58707,
2813
+ "person-walking-luggage": 58708,
2814
+ "person-walking-with-cane": 62109,
2815
+ "person-water-arms-raised": 59276,
2816
+ "person-waving": 59277,
2817
+ "peruvian-soles-sign": 59141,
2818
+ "peseta-sign": 57889,
2819
+ "peso-sign": 57890,
2820
+ "phabricator": 62427,
2821
+ "phoenix-framework": 62428,
2822
+ "phoenix-squadron": 62737,
2823
+ "phone": 61589,
2824
+ "phone-arrow-down-left": 57891,
2825
+ "phone-arrow-right": 58814,
2826
+ "phone-arrow-up-right": 57892,
2827
+ "phone-connection": 59105,
2828
+ "phone-flip": 63609,
2829
+ "phone-hangup": 57893,
2830
+ "phone-intercom": 58420,
2831
+ "phone-missed": 57894,
2832
+ "phone-office": 63101,
2833
+ "phone-plus": 62674,
2834
+ "phone-rotary": 63699,
2835
+ "phone-slash": 62429,
2836
+ "phone-volume": 62112,
2837
+ "phone-waveform": 59106,
2838
+ "phone-xmark": 57895,
2839
+ "photo-film": 63612,
2840
+ "photo-film-music": 57896,
2841
+ "php": 62551,
2842
+ "pi": 63102,
2843
+ "piano": 63700,
2844
+ "piano-keyboard": 63701,
2845
+ "pickaxe": 58815,
2846
+ "pickleball": 58421,
2847
+ "picture-in-picture": 59403,
2848
+ "pie": 63237,
2849
+ "pied-piper": 62126,
2850
+ "pied-piper-alt": 61864,
2851
+ "pied-piper-hat": 62693,
2852
+ "pied-piper-pp": 61863,
2853
+ "pig": 63238,
2854
+ "piggy-bank": 62675,
2855
+ "pills": 62596,
2856
+ "pinata": 58307,
2857
+ "pinball": 57897,
2858
+ "pineapple": 58143,
2859
+ "pinterest": 61650,
2860
+ "pinterest-p": 62001,
2861
+ "pipe": 124,
2862
+ "pipe-circle-check": 58422,
2863
+ "pipe-collar": 58423,
2864
+ "pipe-section": 58424,
2865
+ "pipe-smoking": 58308,
2866
+ "pipe-valve": 58425,
2867
+ "pix": 58426,
2868
+ "pixelfed": 59355,
2869
+ "pixiv": 58944,
2870
+ "pizza": 63511,
2871
+ "pizza-slice": 63512,
2872
+ "place-of-worship": 63103,
2873
+ "plane": 61554,
2874
+ "plane-arrival": 62895,
2875
+ "plane-circle-check": 58709,
2876
+ "plane-circle-exclamation": 58710,
2877
+ "plane-circle-xmark": 58711,
2878
+ "plane-departure": 62896,
2879
+ "plane-engines": 62430,
2880
+ "plane-flying": 59323,
2881
+ "plane-landing-gear": 59324,
2882
+ "plane-lock": 58712,
2883
+ "plane-prop": 57899,
2884
+ "plane-slash": 57449,
2885
+ "plane-tail": 57900,
2886
+ "plane-up": 57901,
2887
+ "plane-up-slash": 57902,
2888
+ "planet-moon": 57375,
2889
+ "planet-ringed": 57376,
2890
+ "plant-wilt": 58794,
2891
+ "plate-utensils": 58427,
2892
+ "plate-wheat": 58714,
2893
+ "play": 61515,
2894
+ "play-flip": 59264,
2895
+ "play-pause": 57903,
2896
+ "playstation": 62431,
2897
+ "plug": 61926,
2898
+ "plug-circle-bolt": 58715,
2899
+ "plug-circle-check": 58716,
2900
+ "plug-circle-exclamation": 58717,
2901
+ "plug-circle-minus": 58718,
2902
+ "plug-circle-plus": 58719,
2903
+ "plug-circle-xmark": 58720,
2904
+ "plus": 43,
2905
+ "plus-large": 58782,
2906
+ "plus-minus": 58428,
2907
+ "podcast": 62158,
2908
+ "podium": 63104,
2909
+ "podium-star": 63320,
2910
+ "police-box": 57377,
2911
+ "polish-zloty-sign": 59147,
2912
+ "poll-people": 63321,
2913
+ "pompebled": 58429,
2914
+ "poo": 62206,
2915
+ "poo-storm": 63322,
2916
+ "pool-8-ball": 58309,
2917
+ "poop": 63001,
2918
+ "popcorn": 63513,
2919
+ "popsicle": 58430,
2920
+ "postage-stamp": 59107,
2921
+ "pot-food": 58431,
2922
+ "potato": 58432,
2923
+ "power-off": 61457,
2924
+ "prescription": 62897,
2925
+ "prescription-bottle": 62597,
2926
+ "prescription-bottle-medical": 62598,
2927
+ "prescription-bottle-pill": 58816,
2928
+ "presentation-screen": 63109,
2929
+ "pretzel": 58433,
2930
+ "print": 61487,
2931
+ "print-magnifying-glass": 63514,
2932
+ "print-slash": 63110,
2933
+ "product-hunt": 62088,
2934
+ "projector": 63702,
2935
+ "pump": 58434,
2936
+ "pump-impeller": 59445,
2937
+ "pump-medical": 57450,
2938
+ "pump-soap": 57451,
2939
+ "pumpkin": 63239,
2940
+ "pushed": 62433,
2941
+ "puzzle": 58435,
2942
+ "puzzle-piece": 61742,
2943
+ "puzzle-piece-simple": 57905,
2944
+ "python": 62434,
2945
+ "q": 81,
2946
+ "qq": 61910,
2947
+ "qrcode": 61481,
2948
+ "qrcode-read": 59289,
2949
+ "question": 63,
2950
+ "quinscape": 62553,
2951
+ "quora": 62148,
2952
+ "quote-left": 61709,
2953
+ "quote-right": 61710,
2954
+ "quotes": 57908,
2955
+ "r": 82,
2956
+ "r-project": 62711,
2957
+ "rabbit": 63240,
2958
+ "rabbit-running": 63241,
2959
+ "raccoon": 58899,
2960
+ "racquet": 62554,
2961
+ "radar": 57380,
2962
+ "radiation": 63417,
2963
+ "radio": 63703,
2964
+ "radio-tuner": 63704,
2965
+ "rainbow": 63323,
2966
+ "rainbow-half": 59338,
2967
+ "raindrops": 63324,
2968
+ "ram": 63242,
2969
+ "ramp-loading": 62676,
2970
+ "ranking-star": 58721,
2971
+ "raspberry-pi": 63419,
2972
+ "ravelry": 62169,
2973
+ "raygun": 57381,
2974
+ "react": 62491,
2975
+ "reacteurope": 63325,
2976
+ "readme": 62677,
2977
+ "rebel": 61904,
2978
+ "receipt": 62787,
2979
+ "record-vinyl": 63705,
2980
+ "rectangle": 62202,
2981
+ "rectangle-4k": 59250,
2982
+ "rectangle-ad": 63041,
2983
+ "rectangle-barcode": 62563,
2984
+ "rectangle-beta": 59400,
2985
+ "rectangle-code": 58146,
2986
+ "rectangle-high-dynamic-range": 59251,
2987
+ "rectangle-history": 58530,
2988
+ "rectangle-history-circle-plus": 58531,
2989
+ "rectangle-history-circle-user": 58532,
2990
+ "rectangle-list": 61474,
2991
+ "rectangle-minus": 59060,
2992
+ "rectangle-plus": 59061,
2993
+ "rectangle-pro": 57909,
2994
+ "rectangle-tall": 59281,
2995
+ "rectangle-terminal": 57910,
2996
+ "rectangle-vertical": 62203,
2997
+ "rectangle-vertical-history": 57911,
2998
+ "rectangle-video-on-demand": 59252,
2999
+ "rectangle-wide": 62204,
3000
+ "rectangle-xmark": 62480,
3001
+ "rectangles-mixed": 58147,
3002
+ "recycle": 61880,
3003
+ "red-river": 62435,
3004
+ "reddit": 61857,
3005
+ "reddit-alien": 62081,
3006
+ "redhat": 63420,
3007
+ "reel": 57912,
3008
+ "reflect-both": 58991,
3009
+ "reflect-horizontal": 58980,
3010
+ "reflect-vertical": 58981,
3011
+ "refrigerator": 57382,
3012
+ "registered": 62045,
3013
+ "renminbi-sign": 59196,
3014
+ "renren": 61835,
3015
+ "repeat": 62307,
3016
+ "repeat-1": 62309,
3017
+ "reply": 62437,
3018
+ "reply-all": 61730,
3019
+ "reply-clock": 57913,
3020
+ "replyd": 62438,
3021
+ "republican": 63326,
3022
+ "researchgate": 62712,
3023
+ "resolving": 62439,
3024
+ "restroom": 63421,
3025
+ "restroom-simple": 57914,
3026
+ "retweet": 61561,
3027
+ "rev": 62898,
3028
+ "rhombus": 57915,
3029
+ "ribbon": 62678,
3030
+ "right": 62294,
3031
+ "right-from-bracket": 62197,
3032
+ "right-from-dotted-line": 59076,
3033
+ "right-from-line": 62279,
3034
+ "right-left": 62306,
3035
+ "right-left-large": 58849,
3036
+ "right-long": 62219,
3037
+ "right-long-to-line": 58436,
3038
+ "right-to-bracket": 62198,
3039
+ "right-to-dotted-line": 59077,
3040
+ "right-to-line": 62284,
3041
+ "ring": 63243,
3042
+ "ring-diamond": 58795,
3043
+ "rings-wedding": 63515,
3044
+ "road": 61464,
3045
+ "road-barrier": 58722,
3046
+ "road-bridge": 58723,
3047
+ "road-circle-check": 58724,
3048
+ "road-circle-exclamation": 58725,
3049
+ "road-circle-xmark": 58726,
3050
+ "road-lock": 58727,
3051
+ "road-spikes": 58728,
3052
+ "robot": 62788,
3053
+ "robot-astromech": 58066,
3054
+ "rocket": 61749,
3055
+ "rocket-launch": 57383,
3056
+ "rocket-vertical": 59325,
3057
+ "rocketchat": 62440,
3058
+ "rockrms": 62441,
3059
+ "roller-coaster": 58148,
3060
+ "rotate": 62193,
3061
+ "rotate-exclamation": 57916,
3062
+ "rotate-left": 62186,
3063
+ "rotate-reverse": 58929,
3064
+ "rotate-right": 62201,
3065
+ "route": 62679,
3066
+ "route-highway": 63002,
3067
+ "route-interstate": 63003,
3068
+ "router": 63706,
3069
+ "rss": 61598,
3070
+ "ruble-sign": 61784,
3071
+ "rug": 58729,
3072
+ "rugby-ball": 58310,
3073
+ "ruler": 62789,
3074
+ "ruler-combined": 62790,
3075
+ "ruler-horizontal": 62791,
3076
+ "ruler-triangle": 63004,
3077
+ "ruler-vertical": 62792,
3078
+ "rupee-sign": 61782,
3079
+ "rupiah-sign": 57917,
3080
+ "rust": 57466,
3081
+ "rv": 63422,
3082
+ "s": 83,
3083
+ "sack": 63516,
3084
+ "sack-dollar": 63517,
3085
+ "sack-xmark": 58730,
3086
+ "safari": 62055,
3087
+ "sailboat": 58437,
3088
+ "salad": 63518,
3089
+ "salesforce": 63547,
3090
+ "salt-shaker": 58438,
3091
+ "sandwich": 63519,
3092
+ "sass": 62494,
3093
+ "satellite": 63423,
3094
+ "satellite-dish": 63424,
3095
+ "sausage": 63520,
3096
+ "saxophone": 63708,
3097
+ "saxophone-fire": 63707,
3098
+ "scale-balanced": 62030,
3099
+ "scale-unbalanced": 62741,
3100
+ "scale-unbalanced-flip": 62742,
3101
+ "scalpel": 63005,
3102
+ "scalpel-line-dashed": 63006,
3103
+ "scanner-gun": 62600,
3104
+ "scanner-image": 63731,
3105
+ "scanner-keyboard": 62601,
3106
+ "scanner-touchscreen": 62602,
3107
+ "scarecrow": 63245,
3108
+ "scarf": 63425,
3109
+ "schlix": 62442,
3110
+ "school": 62793,
3111
+ "school-circle-check": 58731,
3112
+ "school-circle-exclamation": 58732,
3113
+ "school-circle-xmark": 58733,
3114
+ "school-flag": 58734,
3115
+ "school-lock": 58735,
3116
+ "school-unlock": 59083,
3117
+ "scissors": 61636,
3118
+ "scooter": 59331,
3119
+ "screen-users": 63037,
3120
+ "screencast": 57918,
3121
+ "screenpal": 58736,
3122
+ "screwdriver": 62794,
3123
+ "screwdriver-wrench": 63449,
3124
+ "scribble": 57919,
3125
+ "scribd": 62090,
3126
+ "scroll": 63246,
3127
+ "scroll-old": 63247,
3128
+ "scroll-torah": 63136,
3129
+ "scrubber": 62200,
3130
+ "scythe": 63248,
3131
+ "sd-card": 63426,
3132
+ "sd-cards": 57920,
3133
+ "seal": 57921,
3134
+ "seal-exclamation": 57922,
3135
+ "seal-question": 57923,
3136
+ "searchengin": 62443,
3137
+ "seat": 59236,
3138
+ "seat-airline": 57924,
3139
+ "seat-airline-window": 59326,
3140
+ "seats": 59237,
3141
+ "section": 58439,
3142
+ "seedling": 62680,
3143
+ "sellcast": 62170,
3144
+ "sellsy": 61971,
3145
+ "semicolon": 59,
3146
+ "send-back": 63614,
3147
+ "send-backward": 63615,
3148
+ "sensor": 57384,
3149
+ "sensor-cloud": 57388,
3150
+ "sensor-fire": 57386,
3151
+ "sensor-on": 57387,
3152
+ "sensor-triangle-exclamation": 57385,
3153
+ "septagon": 59424,
3154
+ "server": 62003,
3155
+ "servicestack": 62444,
3156
+ "shapes": 63007,
3157
+ "share": 61540,
3158
+ "share-all": 62311,
3159
+ "share-from-square": 61773,
3160
+ "share-nodes": 61920,
3161
+ "sheep": 63249,
3162
+ "sheet-plastic": 58737,
3163
+ "shekel-sign": 61963,
3164
+ "shelves": 62592,
3165
+ "shelves-empty": 57926,
3166
+ "shield": 61746,
3167
+ "shield-cat": 58738,
3168
+ "shield-check": 62199,
3169
+ "shield-cross": 63250,
3170
+ "shield-dog": 58739,
3171
+ "shield-exclamation": 57927,
3172
+ "shield-halved": 62445,
3173
+ "shield-heart": 58740,
3174
+ "shield-keyhole": 57928,
3175
+ "shield-minus": 57929,
3176
+ "shield-plus": 57930,
3177
+ "shield-quartered": 58741,
3178
+ "shield-slash": 57931,
3179
+ "shield-user": 59401,
3180
+ "shield-virus": 57452,
3181
+ "shield-xmark": 57932,
3182
+ "ship": 61978,
3183
+ "ship-large": 59408,
3184
+ "shirt": 62803,
3185
+ "shirt-jersey": 59095,
3186
+ "shirt-long-sleeve": 58311,
3187
+ "shirt-running": 58312,
3188
+ "shirt-tank-top": 58313,
3189
+ "shirtsinbulk": 61972,
3190
+ "shish-kebab": 63521,
3191
+ "shoe": 59096,
3192
+ "shoe-prints": 62795,
3193
+ "shoelace": 58892,
3194
+ "shop": 62799,
3195
+ "shop-24": 59290,
3196
+ "shop-lock": 58533,
3197
+ "shop-slash": 57456,
3198
+ "shopify": 57431,
3199
+ "shopware": 62901,
3200
+ "shorts": 59097,
3201
+ "shovel": 63251,
3202
+ "shovel-snow": 63427,
3203
+ "shower": 62156,
3204
+ "shower-down": 57933,
3205
+ "shredder": 63114,
3206
+ "shrimp": 58440,
3207
+ "shuffle": 61556,
3208
+ "shutters": 58441,
3209
+ "shuttle-space": 61847,
3210
+ "shuttle-space-vertical": 59327,
3211
+ "shuttlecock": 62555,
3212
+ "sickle": 63522,
3213
+ "sidebar": 57934,
3214
+ "sidebar-flip": 57935,
3215
+ "sigma": 63115,
3216
+ "sign-hanging": 62681,
3217
+ "sign-post": 58916,
3218
+ "sign-posts": 58917,
3219
+ "sign-posts-wrench": 58918,
3220
+ "signal": 61458,
3221
+ "signal-bars": 63120,
3222
+ "signal-bars-fair": 63122,
3223
+ "signal-bars-good": 63123,
3224
+ "signal-bars-slash": 63124,
3225
+ "signal-bars-weak": 63121,
3226
+ "signal-fair": 63117,
3227
+ "signal-good": 63118,
3228
+ "signal-messenger": 58979,
3229
+ "signal-slash": 63125,
3230
+ "signal-stream": 63709,
3231
+ "signal-stream-slash": 57936,
3232
+ "signal-strong": 63119,
3233
+ "signal-weak": 63116,
3234
+ "signapore-dollar-sign": 59182,
3235
+ "signature": 62903,
3236
+ "signature-lock": 58314,
3237
+ "signature-slash": 58315,
3238
+ "signs-post": 62071,
3239
+ "sim-card": 63428,
3240
+ "sim-cards": 57937,
3241
+ "simplybuilt": 61973,
3242
+ "single-quote-left": 59419,
3243
+ "single-quote-right": 59420,
3244
+ "sink": 57453,
3245
+ "siren": 57389,
3246
+ "siren-on": 57390,
3247
+ "sistrix": 62446,
3248
+ "sitemap": 61672,
3249
+ "sith": 62738,
3250
+ "sitrox": 58442,
3251
+ "skeleton": 63008,
3252
+ "skeleton-ribs": 58827,
3253
+ "sketch": 63430,
3254
+ "ski-boot": 58316,
3255
+ "ski-boot-ski": 58317,
3256
+ "skull": 62796,
3257
+ "skull-cow": 63710,
3258
+ "skull-crossbones": 63252,
3259
+ "skyatlas": 61974,
3260
+ "skype": 61822,
3261
+ "slack": 61848,
3262
+ "slash": 63253,
3263
+ "slash-back": 92,
3264
+ "slash-forward": 47,
3265
+ "sleigh": 63436,
3266
+ "slider": 57938,
3267
+ "slider-circle": 59216,
3268
+ "sliders": 61918,
3269
+ "sliders-simple": 57939,
3270
+ "sliders-up": 62449,
3271
+ "slideshare": 61927,
3272
+ "slot-machine": 58318,
3273
+ "smog": 63327,
3274
+ "smoke": 63328,
3275
+ "smoking": 62605,
3276
+ "snake": 63254,
3277
+ "snapchat": 62123,
3278
+ "sneaker": 59098,
3279
+ "sneaker-running": 59417,
3280
+ "snooze": 63616,
3281
+ "snow-blowing": 63329,
3282
+ "snowflake": 62172,
3283
+ "snowflake-droplets": 58817,
3284
+ "snowflakes": 63439,
3285
+ "snowman": 63440,
3286
+ "snowman-head": 63387,
3287
+ "snowmobile-blank": 59332,
3288
+ "snowplow": 63442,
3289
+ "soap": 57454,
3290
+ "socks": 63126,
3291
+ "soft-serve": 58368,
3292
+ "solar-panel": 62906,
3293
+ "solar-system": 57391,
3294
+ "sort": 61660,
3295
+ "sort-down": 61661,
3296
+ "sort-up": 61662,
3297
+ "soundcloud": 61886,
3298
+ "sourcetree": 63443,
3299
+ "spa": 62907,
3300
+ "space-awesome": 58796,
3301
+ "space-station-moon": 57395,
3302
+ "space-station-moon-construction": 57396,
3303
+ "spade": 62196,
3304
+ "spaghetti-monster-flying": 63099,
3305
+ "sparkle": 58838,
3306
+ "sparkles": 63632,
3307
+ "speakap": 62451,
3308
+ "speaker": 63711,
3309
+ "speaker-deck": 63548,
3310
+ "speakers": 63712,
3311
+ "spell-check": 63633,
3312
+ "spider": 63255,
3313
+ "spider-black-widow": 63256,
3314
+ "spider-web": 63257,
3315
+ "spine": 59233,
3316
+ "spinner": 61712,
3317
+ "spinner-scale": 58922,
3318
+ "spinner-third": 62452,
3319
+ "spiral": 59402,
3320
+ "split": 57940,
3321
+ "splotch": 62908,
3322
+ "spoon": 62181,
3323
+ "sportsball": 58443,
3324
+ "spotify": 61884,
3325
+ "spray-can": 62909,
3326
+ "spray-can-sparkles": 62928,
3327
+ "sprinkler": 57397,
3328
+ "sprinkler-ceiling": 58444,
3329
+ "square": 61640,
3330
+ "square-0": 57941,
3331
+ "square-1": 57942,
3332
+ "square-2": 57943,
3333
+ "square-3": 57944,
3334
+ "square-4": 57945,
3335
+ "square-5": 57946,
3336
+ "square-6": 57947,
3337
+ "square-7": 57948,
3338
+ "square-8": 57949,
3339
+ "square-9": 57950,
3340
+ "square-a": 57951,
3341
+ "square-a-lock": 58445,
3342
+ "square-ampersand": 57952,
3343
+ "square-arrow-down": 62265,
3344
+ "square-arrow-down-left": 57953,
3345
+ "square-arrow-down-right": 57954,
3346
+ "square-arrow-left": 62266,
3347
+ "square-arrow-right": 62267,
3348
+ "square-arrow-up": 62268,
3349
+ "square-arrow-up-left": 57955,
3350
+ "square-arrow-up-right": 61772,
3351
+ "square-austral": 59174,
3352
+ "square-australian-dollar": 59160,
3353
+ "square-b": 57956,
3354
+ "square-baht": 59161,
3355
+ "square-bangladeshi-taka": 59204,
3356
+ "square-behance": 61877,
3357
+ "square-binary": 59035,
3358
+ "square-bitcoin": 59122,
3359
+ "square-bluesky": 59043,
3360
+ "square-bolt": 57957,
3361
+ "square-brazilian-real": 59121,
3362
+ "square-c": 57958,
3363
+ "square-caret-down": 61776,
3364
+ "square-caret-left": 61841,
3365
+ "square-caret-right": 61778,
3366
+ "square-caret-up": 61777,
3367
+ "square-cedi": 59177,
3368
+ "square-cent": 59120,
3369
+ "square-check": 61770,
3370
+ "square-chevron-down": 62249,
3371
+ "square-chevron-left": 62250,
3372
+ "square-chevron-right": 62251,
3373
+ "square-chevron-up": 62252,
3374
+ "square-chf": 59110,
3375
+ "square-code": 57959,
3376
+ "square-colon": 59194,
3377
+ "square-cruzeiro": 59117,
3378
+ "square-currency": 59148,
3379
+ "square-d": 57960,
3380
+ "square-danish-krone": 59207,
3381
+ "square-dashed": 57961,
3382
+ "square-dashed-circle-plus": 58818,
3383
+ "square-divide": 57962,
3384
+ "square-dollar": 62185,
3385
+ "square-dong": 59151,
3386
+ "square-down": 62288,
3387
+ "square-down-left": 57963,
3388
+ "square-down-right": 57964,
3389
+ "square-dribbble": 62359,
3390
+ "square-e": 57965,
3391
+ "square-ellipsis": 57966,
3392
+ "square-ellipsis-vertical": 57967,
3393
+ "square-envelope": 61849,
3394
+ "square-equals": 59062,
3395
+ "square-euro": 59186,
3396
+ "square-eurozone": 59175,
3397
+ "square-exclamation": 62241,
3398
+ "square-f": 57968,
3399
+ "square-facebook": 61570,
3400
+ "square-figma": 59364,
3401
+ "square-florin": 59159,
3402
+ "square-font-awesome": 58797,
3403
+ "square-font-awesome-stroke": 62300,
3404
+ "square-fragile": 62619,
3405
+ "square-franc": 59183,
3406
+ "square-full": 62556,
3407
+ "square-g": 57969,
3408
+ "square-git": 61906,
3409
+ "square-github": 61586,
3410
+ "square-gitlab": 58798,
3411
+ "square-google-plus": 61652,
3412
+ "square-guarani": 59150,
3413
+ "square-h": 61693,
3414
+ "square-hacker-news": 62383,
3415
+ "square-half": 59282,
3416
+ "square-half-horizontal": 59406,
3417
+ "square-half-stroke": 59283,
3418
+ "square-half-stroke-horizontal": 59407,
3419
+ "square-heart": 62664,
3420
+ "square-hryvnia": 59152,
3421
+ "square-i": 57970,
3422
+ "square-indian-rupee": 59125,
3423
+ "square-info": 62223,
3424
+ "square-instagram": 57429,
3425
+ "square-j": 57971,
3426
+ "square-js": 62393,
3427
+ "square-k": 57972,
3428
+ "square-kanban": 58504,
3429
+ "square-kip": 59149,
3430
+ "square-l": 57973,
3431
+ "square-lari": 59199,
3432
+ "square-lastfm": 61955,
3433
+ "square-left": 62289,
3434
+ "square-letterboxd": 58926,
3435
+ "square-linkedin": 59344,
3436
+ "square-lira": 59111,
3437
+ "square-list": 58505,
3438
+ "square-litecoin": 59127,
3439
+ "square-m": 57974,
3440
+ "square-malaysian-ringgit": 59208,
3441
+ "square-manat": 59140,
3442
+ "square-microphone": 59265,
3443
+ "square-mill": 59146,
3444
+ "square-minus": 61766,
3445
+ "square-n": 57975,
3446
+ "square-naira": 59144,
3447
+ "square-nfi": 58742,
3448
+ "square-norwegian-krone": 59143,
3449
+ "square-o": 57976,
3450
+ "square-odnoklassniki": 62052,
3451
+ "square-p": 57977,
3452
+ "square-parking": 62784,
3453
+ "square-parking-slash": 62999,
3454
+ "square-pen": 61771,
3455
+ "square-person-confined": 58743,
3456
+ "square-peruvian-soles": 59158,
3457
+ "square-peseta": 59114,
3458
+ "square-peso": 59162,
3459
+ "square-phone": 61592,
3460
+ "square-phone-flip": 63611,
3461
+ "square-phone-hangup": 57978,
3462
+ "square-pied-piper": 57374,
3463
+ "square-pinterest": 61651,
3464
+ "square-plus": 61694,
3465
+ "square-polish-zloty": 59190,
3466
+ "square-poll-horizontal": 63106,
3467
+ "square-poll-vertical": 63105,
3468
+ "square-q": 57979,
3469
+ "square-quarters": 58446,
3470
+ "square-question": 62205,
3471
+ "square-quote": 58153,
3472
+ "square-r": 57980,
3473
+ "square-reddit": 61858,
3474
+ "square-renminbi": 59197,
3475
+ "square-right": 62290,
3476
+ "square-ring": 58447,
3477
+ "square-root": 63127,
3478
+ "square-root-variable": 63128,
3479
+ "square-rss": 61763,
3480
+ "square-ruble": 59128,
3481
+ "square-rupee": 59157,
3482
+ "square-rupiah": 59154,
3483
+ "square-s": 57981,
3484
+ "square-share-nodes": 61921,
3485
+ "square-shekel": 59189,
3486
+ "square-sliders": 62448,
3487
+ "square-sliders-vertical": 62450,
3488
+ "square-small": 57982,
3489
+ "square-snapchat": 62125,
3490
+ "square-star": 57983,
3491
+ "square-steam": 61879,
3492
+ "square-sterling": 59155,
3493
+ "square-swedish-krona": 59164,
3494
+ "square-t": 57984,
3495
+ "square-tenge": 59185,
3496
+ "square-terminal": 58154,
3497
+ "square-this-way-up": 62623,
3498
+ "square-threads": 58905,
3499
+ "square-tugrik": 59176,
3500
+ "square-tumblr": 61812,
3501
+ "square-turkish-lira": 59167,
3502
+ "square-twitter": 61569,
3503
+ "square-u": 57985,
3504
+ "square-up": 62291,
3505
+ "square-up-left": 57986,
3506
+ "square-up-right": 62304,
3507
+ "square-upwork": 59004,
3508
+ "square-user": 57987,
3509
+ "square-v": 57988,
3510
+ "square-viadeo": 62122,
3511
+ "square-vimeo": 61844,
3512
+ "square-virus": 58744,
3513
+ "square-w": 57989,
3514
+ "square-web-awesome": 59011,
3515
+ "square-web-awesome-stroke": 59012,
3516
+ "square-whatsapp": 62476,
3517
+ "square-won": 59145,
3518
+ "square-x": 57990,
3519
+ "square-x-twitter": 58906,
3520
+ "square-xing": 61801,
3521
+ "square-xmark": 62163,
3522
+ "square-y": 57991,
3523
+ "square-yen": 59172,
3524
+ "square-youtube": 62513,
3525
+ "square-z": 57992,
3526
+ "squareapore-dollar": 59187,
3527
+ "squarespace": 62910,
3528
+ "squid": 58448,
3529
+ "squirrel": 63258,
3530
+ "stack-exchange": 61837,
3531
+ "stack-overflow": 61804,
3532
+ "stackpath": 63554,
3533
+ "stadium": 59084,
3534
+ "staff": 63259,
3535
+ "staff-snake": 58745,
3536
+ "stair-car": 59333,
3537
+ "stairs": 57993,
3538
+ "stamp": 62911,
3539
+ "standard-definition": 57994,
3540
+ "stapler": 58799,
3541
+ "star": 61445,
3542
+ "star-and-crescent": 63129,
3543
+ "star-christmas": 63444,
3544
+ "star-exclamation": 62195,
3545
+ "star-half": 61577,
3546
+ "star-half-stroke": 62912,
3547
+ "star-of-david": 63130,
3548
+ "star-of-life": 63009,
3549
+ "star-sharp": 57995,
3550
+ "star-sharp-half": 57996,
3551
+ "star-sharp-half-stroke": 57997,
3552
+ "star-shooting": 57398,
3553
+ "starfighter": 57399,
3554
+ "starfighter-twin-ion-engine": 57400,
3555
+ "starfighter-twin-ion-engine-advanced": 57998,
3556
+ "stars": 63330,
3557
+ "starship": 57401,
3558
+ "starship-freighter": 57402,
3559
+ "staylinked": 62453,
3560
+ "steak": 63524,
3561
+ "steam": 61878,
3562
+ "steam-symbol": 62454,
3563
+ "steering-wheel": 63010,
3564
+ "sterling-sign": 61780,
3565
+ "stethoscope": 61681,
3566
+ "sticker-mule": 62455,
3567
+ "stocking": 63445,
3568
+ "stomach": 63011,
3569
+ "stop": 61517,
3570
+ "stopwatch": 62194,
3571
+ "stopwatch-20": 57455,
3572
+ "store": 62798,
3573
+ "store-24": 59291,
3574
+ "store-lock": 58534,
3575
+ "store-slash": 57457,
3576
+ "strava": 62504,
3577
+ "strawberry": 58155,
3578
+ "street-view": 61981,
3579
+ "stretcher": 63525,
3580
+ "strikethrough": 61644,
3581
+ "stripe": 62505,
3582
+ "stripe-s": 62506,
3583
+ "stroopwafel": 62801,
3584
+ "stubber": 58823,
3585
+ "studiovinari": 62456,
3586
+ "stumbleupon": 61860,
3587
+ "stumbleupon-circle": 61859,
3588
+ "subscript": 61740,
3589
+ "subtitles": 58895,
3590
+ "subtitles-slash": 58896,
3591
+ "suitcase": 61682,
3592
+ "suitcase-medical": 61690,
3593
+ "suitcase-rolling": 62913,
3594
+ "sun": 61829,
3595
+ "sun-bright": 57999,
3596
+ "sun-cloud": 63331,
3597
+ "sun-dust": 63332,
3598
+ "sun-haze": 63333,
3599
+ "sun-plant-wilt": 58746,
3600
+ "sunglasses": 63634,
3601
+ "sunrise": 63334,
3602
+ "sunset": 63335,
3603
+ "superpowers": 62173,
3604
+ "superscript": 61739,
3605
+ "supple": 62457,
3606
+ "supportnow": 59443,
3607
+ "suse": 63446,
3608
+ "sushi": 58506,
3609
+ "sushi-roll": 58507,
3610
+ "swap": 58889,
3611
+ "swap-arrows": 58890,
3612
+ "swatchbook": 62915,
3613
+ "swedish-krona-sign": 59198,
3614
+ "swift": 63713,
3615
+ "sword": 63260,
3616
+ "sword-laser": 57403,
3617
+ "sword-laser-alt": 57404,
3618
+ "swords": 63261,
3619
+ "swords-laser": 57405,
3620
+ "symbols": 63598,
3621
+ "symfony": 63549,
3622
+ "synagogue": 63131,
3623
+ "syringe": 62606,
3624
+ "t": 84,
3625
+ "t-rex": 58921,
3626
+ "table": 61646,
3627
+ "table-cells": 61450,
3628
+ "table-cells-column-lock": 59000,
3629
+ "table-cells-column-unlock": 59024,
3630
+ "table-cells-columns": 59052,
3631
+ "table-cells-header": 59053,
3632
+ "table-cells-header-lock": 59054,
3633
+ "table-cells-header-unlock": 59055,
3634
+ "table-cells-large": 61449,
3635
+ "table-cells-lock": 59001,
3636
+ "table-cells-row-lock": 59002,
3637
+ "table-cells-row-unlock": 59025,
3638
+ "table-cells-rows": 59056,
3639
+ "table-cells-unlock": 59026,
3640
+ "table-columns": 61659,
3641
+ "table-layout": 58000,
3642
+ "table-list": 61451,
3643
+ "table-picnic": 58157,
3644
+ "table-pivot": 58001,
3645
+ "table-rows": 58002,
3646
+ "table-tennis-paddle-ball": 62557,
3647
+ "table-tree": 58003,
3648
+ "tablet": 62459,
3649
+ "tablet-button": 61706,
3650
+ "tablet-rugged": 62607,
3651
+ "tablet-screen": 62460,
3652
+ "tablet-screen-button": 62458,
3653
+ "tablets": 62608,
3654
+ "tachograph-digital": 62822,
3655
+ "taco": 63526,
3656
+ "tag": 61483,
3657
+ "tags": 61484,
3658
+ "tally": 63132,
3659
+ "tally-1": 58004,
3660
+ "tally-2": 58005,
3661
+ "tally-3": 58006,
3662
+ "tally-4": 58007,
3663
+ "tamale": 58449,
3664
+ "tank-recovery": 59429,
3665
+ "tank-water": 58450,
3666
+ "tape": 62683,
3667
+ "tarp": 58747,
3668
+ "tarp-droplet": 58748,
3669
+ "taxi": 61882,
3670
+ "taxi-bus": 58008,
3671
+ "teamspeak": 62713,
3672
+ "teddy-bear": 58319,
3673
+ "teeth": 63022,
3674
+ "teeth-open": 63023,
3675
+ "telegram": 62150,
3676
+ "telescope": 57406,
3677
+ "temperature-arrow-down": 57407,
3678
+ "temperature-arrow-up": 57408,
3679
+ "temperature-empty": 62155,
3680
+ "temperature-full": 62151,
3681
+ "temperature-half": 62153,
3682
+ "temperature-high": 63337,
3683
+ "temperature-list": 58009,
3684
+ "temperature-low": 63339,
3685
+ "temperature-quarter": 62154,
3686
+ "temperature-slash": 59339,
3687
+ "temperature-snow": 63336,
3688
+ "temperature-sun": 63338,
3689
+ "temperature-three-quarters": 62152,
3690
+ "tencent-weibo": 61909,
3691
+ "tenge-sign": 63447,
3692
+ "tennis-ball": 62558,
3693
+ "tent": 58749,
3694
+ "tent-arrow-down-to-line": 58750,
3695
+ "tent-arrow-left-right": 58751,
3696
+ "tent-arrow-turn-left": 58752,
3697
+ "tent-arrows-down": 58753,
3698
+ "tent-circus": 59085,
3699
+ "tent-double-peak": 58919,
3700
+ "tents": 58754,
3701
+ "terminal": 61728,
3702
+ "tex": 59391,
3703
+ "text": 63635,
3704
+ "text-height": 61492,
3705
+ "text-size": 63636,
3706
+ "text-slash": 63613,
3707
+ "text-width": 61493,
3708
+ "the-red-yeti": 63133,
3709
+ "themeco": 62918,
3710
+ "themeisle": 62130,
3711
+ "thermometer": 62609,
3712
+ "theta": 63134,
3713
+ "think-peaks": 63281,
3714
+ "thought-bubble": 58158,
3715
+ "threads": 58904,
3716
+ "thumbs-down": 61797,
3717
+ "thumbs-up": 61796,
3718
+ "thumbtack": 61581,
3719
+ "thumbtack-angle": 59217,
3720
+ "thumbtack-angle-slash": 59218,
3721
+ "thumbtack-slash": 59023,
3722
+ "tick": 58159,
3723
+ "ticket": 61765,
3724
+ "ticket-airline": 58010,
3725
+ "ticket-perforated": 58942,
3726
+ "ticket-simple": 62463,
3727
+ "tickets": 58968,
3728
+ "tickets-airline": 58011,
3729
+ "tickets-perforated": 58943,
3730
+ "tickets-simple": 58969,
3731
+ "tidal": 59356,
3732
+ "tiktok": 57467,
3733
+ "tilde": 126,
3734
+ "timeline": 58012,
3735
+ "timeline-arrow": 58013,
3736
+ "timer": 58014,
3737
+ "tire": 63025,
3738
+ "tire-flat": 63026,
3739
+ "tire-pressure-warning": 63027,
3740
+ "tire-rugged": 63028,
3741
+ "toggle-large-off": 58800,
3742
+ "toggle-large-on": 58801,
3743
+ "toggle-off": 61956,
3744
+ "toggle-on": 61957,
3745
+ "toilet": 63448,
3746
+ "toilet-paper": 63262,
3747
+ "toilet-paper-check": 58802,
3748
+ "toilet-paper-slash": 57458,
3749
+ "toilet-paper-under": 58016,
3750
+ "toilet-paper-under-slash": 58017,
3751
+ "toilet-paper-xmark": 58803,
3752
+ "toilet-portable": 58755,
3753
+ "toilets-portable": 58756,
3754
+ "tomato": 58160,
3755
+ "tombstone": 63264,
3756
+ "tombstone-blank": 63265,
3757
+ "toolbox": 62802,
3758
+ "tooth": 62921,
3759
+ "toothbrush": 63029,
3760
+ "tor-browser": 59448,
3761
+ "torii-gate": 63137,
3762
+ "tornado": 63343,
3763
+ "tower-broadcast": 62745,
3764
+ "tower-cell": 58757,
3765
+ "tower-control": 58018,
3766
+ "tower-observation": 58758,
3767
+ "tractor": 63266,
3768
+ "trade-federation": 62739,
3769
+ "trademark": 62044,
3770
+ "traffic-cone": 63030,
3771
+ "traffic-light": 63031,
3772
+ "traffic-light-go": 63032,
3773
+ "traffic-light-slow": 63033,
3774
+ "traffic-light-stop": 63034,
3775
+ "trailer": 57409,
3776
+ "train": 62008,
3777
+ "train-stop": 59423,
3778
+ "train-subway": 62009,
3779
+ "train-subway-tunnel": 58019,
3780
+ "train-track": 58451,
3781
+ "train-tram": 58804,
3782
+ "train-tunnel": 58452,
3783
+ "transducer": 59430,
3784
+ "transformer-bolt": 58020,
3785
+ "transgender": 61989,
3786
+ "transmission": 59394,
3787
+ "transporter": 57410,
3788
+ "transporter-1": 57411,
3789
+ "transporter-2": 57412,
3790
+ "transporter-3": 57413,
3791
+ "transporter-4": 58021,
3792
+ "transporter-5": 58022,
3793
+ "transporter-6": 58023,
3794
+ "transporter-7": 58024,
3795
+ "transporter-empty": 57414,
3796
+ "trash": 61944,
3797
+ "trash-arrow-up": 63529,
3798
+ "trash-can": 62189,
3799
+ "trash-can-arrow-up": 63530,
3800
+ "trash-can-check": 58025,
3801
+ "trash-can-clock": 58026,
3802
+ "trash-can-list": 58027,
3803
+ "trash-can-plus": 58028,
3804
+ "trash-can-slash": 58029,
3805
+ "trash-can-undo": 63638,
3806
+ "trash-can-xmark": 58030,
3807
+ "trash-check": 58031,
3808
+ "trash-clock": 58032,
3809
+ "trash-list": 58033,
3810
+ "trash-plus": 58034,
3811
+ "trash-slash": 58035,
3812
+ "trash-undo": 63637,
3813
+ "trash-xmark": 58036,
3814
+ "treasure-chest": 63267,
3815
+ "tree": 61883,
3816
+ "tree-christmas": 63451,
3817
+ "tree-city": 58759,
3818
+ "tree-deciduous": 62464,
3819
+ "tree-decorated": 63452,
3820
+ "tree-large": 63453,
3821
+ "tree-palm": 63531,
3822
+ "trees": 63268,
3823
+ "trello": 61825,
3824
+ "triangle": 62188,
3825
+ "triangle-exclamation": 61553,
3826
+ "triangle-instrument": 63714,
3827
+ "triangle-person-digging": 63581,
3828
+ "tricycle": 58819,
3829
+ "tricycle-adult": 58820,
3830
+ "trillium": 58760,
3831
+ "triple-chevrons-down": 59383,
3832
+ "triple-chevrons-left": 59384,
3833
+ "triple-chevrons-right": 59385,
3834
+ "triple-chevrons-up": 59386,
3835
+ "trombone": 59266,
3836
+ "trophy": 61585,
3837
+ "trophy-star": 62187,
3838
+ "trowel": 58761,
3839
+ "trowel-bricks": 58762,
3840
+ "truck": 61649,
3841
+ "truck-arrow-right": 58763,
3842
+ "truck-bolt": 58320,
3843
+ "truck-clock": 62604,
3844
+ "truck-container": 62684,
3845
+ "truck-container-empty": 58037,
3846
+ "truck-droplet": 58764,
3847
+ "truck-fast": 62603,
3848
+ "truck-field": 58765,
3849
+ "truck-field-un": 58766,
3850
+ "truck-fire": 58970,
3851
+ "truck-flatbed": 58038,
3852
+ "truck-front": 58039,
3853
+ "truck-ladder": 58967,
3854
+ "truck-medical": 61689,
3855
+ "truck-monster": 63035,
3856
+ "truck-moving": 62687,
3857
+ "truck-pickup": 63036,
3858
+ "truck-plane": 58767,
3859
+ "truck-plow": 63454,
3860
+ "truck-ramp": 62688,
3861
+ "truck-ramp-box": 62686,
3862
+ "truck-ramp-couch": 62685,
3863
+ "truck-suv": 59334,
3864
+ "truck-tow": 58040,
3865
+ "truck-utensils": 58920,
3866
+ "trumpet": 63715,
3867
+ "tty": 61924,
3868
+ "tty-answer": 58041,
3869
+ "tugrik-sign": 58042,
3870
+ "tumblr": 61811,
3871
+ "turkey": 63269,
3872
+ "turkish-lira-sign": 58043,
3873
+ "turn-down": 62398,
3874
+ "turn-down-left": 58161,
3875
+ "turn-down-right": 58453,
3876
+ "turn-left": 58934,
3877
+ "turn-left-down": 58935,
3878
+ "turn-left-up": 58936,
3879
+ "turn-right": 58937,
3880
+ "turn-up": 62399,
3881
+ "turntable": 63716,
3882
+ "turtle": 63270,
3883
+ "tv": 62060,
3884
+ "tv-music": 63718,
3885
+ "tv-retro": 62465,
3886
+ "twitch": 61928,
3887
+ "twitter": 61593,
3888
+ "typewriter": 63719,
3889
+ "typo3": 62507,
3890
+ "u": 85,
3891
+ "u-turn-down-left": 59375,
3892
+ "u-turn-down-right": 59376,
3893
+ "u-turn-left-down": 59377,
3894
+ "u-turn-left-up": 59378,
3895
+ "u-turn-right-down": 59379,
3896
+ "u-turn-right-up": 59380,
3897
+ "u-turn-up-left": 59381,
3898
+ "u-turn-up-right": 59382,
3899
+ "uber": 62466,
3900
+ "ubuntu": 63455,
3901
+ "ufo": 57415,
3902
+ "ufo-beam": 57416,
3903
+ "uikit": 62467,
3904
+ "umbraco": 63720,
3905
+ "umbrella": 61673,
3906
+ "umbrella-beach": 62922,
3907
+ "umbrella-simple": 58044,
3908
+ "uncharted": 57476,
3909
+ "underline": 61645,
3910
+ "unicorn": 63271,
3911
+ "unicycle": 59335,
3912
+ "uniform-martial-arts": 58321,
3913
+ "union": 63138,
3914
+ "uniregistry": 62468,
3915
+ "unity": 57417,
3916
+ "universal-access": 62106,
3917
+ "unlock": 61596,
3918
+ "unlock-keyhole": 61758,
3919
+ "unsplash": 57468,
3920
+ "untappd": 62469,
3921
+ "up": 62295,
3922
+ "up-down": 62264,
3923
+ "up-down-left-right": 61618,
3924
+ "up-from-bracket": 58768,
3925
+ "up-from-dotted-line": 58454,
3926
+ "up-from-line": 62278,
3927
+ "up-left": 58045,
3928
+ "up-long": 62220,
3929
+ "up-long-to-line": 59078,
3930
+ "up-right": 58046,
3931
+ "up-right-and-down-left-from-center": 62500,
3932
+ "up-right-from-square": 62301,
3933
+ "up-to-bracket": 58990,
3934
+ "up-to-dotted-line": 58455,
3935
+ "up-to-line": 62285,
3936
+ "upload": 61587,
3937
+ "ups": 63456,
3938
+ "upwork": 58945,
3939
+ "usb": 62087,
3940
+ "usb-drive": 63721,
3941
+ "user": 61447,
3942
+ "user-alien": 57418,
3943
+ "user-astronaut": 62715,
3944
+ "user-beard": 59304,
3945
+ "user-beard-bolt": 59017,
3946
+ "user-bounty-hunter": 58047,
3947
+ "user-check": 62716,
3948
+ "user-chef": 58322,
3949
+ "user-chef-hair-long": 59305,
3950
+ "user-circle-minus": 59306,
3951
+ "user-circle-plus": 59307,
3952
+ "user-clock": 62717,
3953
+ "user-cowboy": 63722,
3954
+ "user-crown": 63140,
3955
+ "user-dashed": 59308,
3956
+ "user-doctor": 61680,
3957
+ "user-doctor-hair": 58456,
3958
+ "user-doctor-hair-long": 58457,
3959
+ "user-doctor-hair-mullet": 59309,
3960
+ "user-doctor-message": 63534,
3961
+ "user-gear": 62718,
3962
+ "user-graduate": 62721,
3963
+ "user-group": 62720,
3964
+ "user-group-crown": 63141,
3965
+ "user-group-simple": 58883,
3966
+ "user-hair": 58458,
3967
+ "user-hair-buns": 58323,
3968
+ "user-hair-long": 58459,
3969
+ "user-hair-mullet": 58460,
3970
+ "user-hat-tie": 59310,
3971
+ "user-hat-tie-magnifying-glass": 59311,
3972
+ "user-headset": 63533,
3973
+ "user-helmet-safety": 63532,
3974
+ "user-hoodie": 59018,
3975
+ "user-injured": 63272,
3976
+ "user-key": 59312,
3977
+ "user-lock": 62722,
3978
+ "user-magnifying-glass": 58821,
3979
+ "user-message": 59313,
3980
+ "user-microphone": 59314,
3981
+ "user-minus": 62723,
3982
+ "user-music": 63723,
3983
+ "user-ninja": 62724,
3984
+ "user-nurse": 63535,
3985
+ "user-nurse-hair": 58461,
3986
+ "user-nurse-hair-long": 58462,
3987
+ "user-pen": 62719,
3988
+ "user-pilot": 58048,
3989
+ "user-pilot-hair-long": 59315,
3990
+ "user-pilot-tie": 58049,
3991
+ "user-pilot-tie-hair-long": 59316,
3992
+ "user-plus": 62004,
3993
+ "user-police": 58163,
3994
+ "user-police-hair-long": 59317,
3995
+ "user-police-tie": 58164,
3996
+ "user-police-tie-hair-long": 59318,
3997
+ "user-question": 59319,
3998
+ "user-robot": 57419,
3999
+ "user-robot-xmarks": 58535,
4000
+ "user-secret": 61979,
4001
+ "user-shakespeare": 58050,
4002
+ "user-shield": 62725,
4003
+ "user-sith": 59320,
4004
+ "user-slash": 62726,
4005
+ "user-tag": 62727,
4006
+ "user-tie": 62728,
4007
+ "user-tie-hair": 58463,
4008
+ "user-tie-hair-long": 58464,
4009
+ "user-tie-hair-mullet": 59321,
4010
+ "user-unlock": 57432,
4011
+ "user-viewfinder": 59253,
4012
+ "user-visor": 57420,
4013
+ "user-vneck": 58465,
4014
+ "user-vneck-hair": 58466,
4015
+ "user-vneck-hair-long": 58467,
4016
+ "user-vneck-hair-mullet": 59322,
4017
+ "user-xmark": 62005,
4018
+ "users": 61632,
4019
+ "users-between-lines": 58769,
4020
+ "users-gear": 62729,
4021
+ "users-line": 58770,
4022
+ "users-medical": 63536,
4023
+ "users-rays": 58771,
4024
+ "users-rectangle": 58772,
4025
+ "users-slash": 57459,
4026
+ "users-viewfinder": 58773,
4027
+ "usps": 63457,
4028
+ "ussunnah": 62471,
4029
+ "utensils": 62183,
4030
+ "utensils-slash": 58468,
4031
+ "utility-pole": 58051,
4032
+ "utility-pole-double": 58052,
4033
+ "v": 86,
4034
+ "vaadin": 62472,
4035
+ "vacuum": 57421,
4036
+ "vacuum-robot": 57422,
4037
+ "value-absolute": 63142,
4038
+ "van": 59336,
4039
+ "van-shuttle": 62902,
4040
+ "vault": 58053,
4041
+ "vent-damper": 58469,
4042
+ "venus": 61985,
4043
+ "venus-double": 61990,
4044
+ "venus-mars": 61992,
4045
+ "vest": 57477,
4046
+ "vest-patches": 57478,
4047
+ "viacoin": 62007,
4048
+ "viadeo": 62121,
4049
+ "vial": 62610,
4050
+ "vial-circle-check": 58774,
4051
+ "vial-vertical": 59234,
4052
+ "vial-virus": 58775,
4053
+ "vials": 62611,
4054
+ "viber": 62473,
4055
+ "video": 61501,
4056
+ "video-arrow-down-left": 58056,
4057
+ "video-arrow-up-right": 58057,
4058
+ "video-down-to-line": 59254,
4059
+ "video-plus": 62689,
4060
+ "video-question": 59255,
4061
+ "video-slash": 62690,
4062
+ "vihara": 63143,
4063
+ "vimeo": 62474,
4064
+ "vimeo-v": 62077,
4065
+ "vine": 61898,
4066
+ "violin": 63725,
4067
+ "virus": 57460,
4068
+ "virus-covid": 58536,
4069
+ "virus-covid-slash": 58537,
4070
+ "virus-slash": 57461,
4071
+ "viruses": 57462,
4072
+ "vk": 61833,
4073
+ "vnv": 62475,
4074
+ "voicemail": 63639,
4075
+ "volcano": 63344,
4076
+ "volleyball": 62559,
4077
+ "volume": 63144,
4078
+ "volume-high": 61480,
4079
+ "volume-low": 61479,
4080
+ "volume-off": 61478,
4081
+ "volume-slash": 62178,
4082
+ "volume-xmark": 63145,
4083
+ "vr-cardboard": 63273,
4084
+ "vsco": 59357,
4085
+ "vuejs": 62495,
4086
+ "w": 87,
4087
+ "w3c": 59358,
4088
+ "waffle": 58470,
4089
+ "wagon-covered": 63726,
4090
+ "walker": 63537,
4091
+ "walkie-talkie": 63727,
4092
+ "wallet": 62805,
4093
+ "wand": 63274,
4094
+ "wand-magic": 61648,
4095
+ "wand-magic-sparkles": 58058,
4096
+ "wand-sparkles": 63275,
4097
+ "warehouse": 62612,
4098
+ "warehouse-full": 62613,
4099
+ "washing-machine": 63640,
4100
+ "watch": 62177,
4101
+ "watch-apple": 58059,
4102
+ "watch-calculator": 63728,
4103
+ "watch-fitness": 63038,
4104
+ "watch-smart": 58060,
4105
+ "watchman-monitoring": 57479,
4106
+ "water": 63347,
4107
+ "water-arrow-down": 63348,
4108
+ "water-arrow-up": 63349,
4109
+ "water-ladder": 62917,
4110
+ "water-temperature": 59434,
4111
+ "watermelon-slice": 58167,
4112
+ "wave": 58971,
4113
+ "wave-pulse": 62968,
4114
+ "wave-sine": 63641,
4115
+ "wave-square": 63550,
4116
+ "wave-triangle": 63642,
4117
+ "waveform": 63729,
4118
+ "waveform-lines": 63730,
4119
+ "waves-sine": 58973,
4120
+ "waze": 63551,
4121
+ "web-awesome": 59010,
4122
+ "webflow": 58972,
4123
+ "webhook": 58837,
4124
+ "weebly": 62924,
4125
+ "weibo": 61834,
4126
+ "weight-hanging": 62925,
4127
+ "weight-scale": 62614,
4128
+ "weixin": 61911,
4129
+ "whale": 63276,
4130
+ "whatsapp": 62002,
4131
+ "wheat": 63277,
4132
+ "wheat-awn": 58061,
4133
+ "wheat-awn-circle-exclamation": 58776,
4134
+ "wheat-awn-slash": 58168,
4135
+ "wheat-slash": 58169,
4136
+ "wheelchair": 61843,
4137
+ "wheelchair-move": 58062,
4138
+ "whiskey-glass": 63392,
4139
+ "whiskey-glass-ice": 63393,
4140
+ "whistle": 62560,
4141
+ "whmcs": 62477,
4142
+ "wifi": 61931,
4143
+ "wifi-exclamation": 58063,
4144
+ "wifi-fair": 63147,
4145
+ "wifi-slash": 63148,
4146
+ "wifi-weak": 63146,
4147
+ "wikipedia-w": 62054,
4148
+ "wind": 63278,
4149
+ "wind-turbine": 63643,
4150
+ "wind-warning": 63350,
4151
+ "window": 62478,
4152
+ "window-flip": 62479,
4153
+ "window-frame": 57423,
4154
+ "window-frame-open": 57424,
4155
+ "window-maximize": 62160,
4156
+ "window-minimize": 62161,
4157
+ "window-restore": 62162,
4158
+ "windows": 61818,
4159
+ "windsock": 63351,
4160
+ "wine-bottle": 63279,
4161
+ "wine-glass": 62691,
4162
+ "wine-glass-crack": 62651,
4163
+ "wine-glass-empty": 62926,
4164
+ "wireless": 59359,
4165
+ "wirsindhandwerk": 58064,
4166
+ "wix": 62927,
4167
+ "wizards-of-the-coast": 63280,
4168
+ "wodu": 57480,
4169
+ "wolf-pack-battalion": 62740,
4170
+ "won-sign": 61785,
4171
+ "wordpress": 61850,
4172
+ "wordpress-simple": 62481,
4173
+ "worm": 58777,
4174
+ "wpbeginner": 62103,
4175
+ "wpexplorer": 62174,
4176
+ "wpforms": 62104,
4177
+ "wpressr": 62436,
4178
+ "wreath": 63458,
4179
+ "wreath-laurel": 58834,
4180
+ "wrench": 61613,
4181
+ "wrench-simple": 58065,
4182
+ "x": 88,
4183
+ "x-ray": 62615,
4184
+ "x-twitter": 58907,
4185
+ "xbox": 62482,
4186
+ "xing": 61800,
4187
+ "xmark": 61453,
4188
+ "xmark-large": 58779,
4189
+ "xmark-to-slot": 63345,
4190
+ "xmarks-lines": 58778,
4191
+ "y": 89,
4192
+ "y-combinator": 62011,
4193
+ "yahoo": 61854,
4194
+ "yammer": 63552,
4195
+ "yandex": 62483,
4196
+ "yandex-international": 62484,
4197
+ "yarn": 63459,
4198
+ "yelp": 61929,
4199
+ "yen-sign": 61783,
4200
+ "yin-yang": 63149,
4201
+ "yoast": 62129,
4202
+ "youtube": 61799,
4203
+ "z": 90,
4204
+ "zhihu": 63039
4205
+ }