word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -0,0 +1,1993 @@
1
+ /*!
2
+ * Bootstrap Icons (https://icons.getbootstrap.com/)
3
+ * Copyright 2019-2023 The Bootstrap Authors
4
+ * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md)
5
+ */
6
+
7
+ $bootstrap-icons-font: "bootstrap-icons" !default;
8
+ $bootstrap-icons-font-dir: "./fonts" !default;
9
+ $bootstrap-icons-font-file: "#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}" !default;
10
+ $bootstrap-icons-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default;
11
+ $bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"),
12
+ url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;
13
+
14
+ @font-face {
15
+ font-display: block;
16
+ font-family: $bootstrap-icons-font;
17
+ src: $bootstrap-icons-font-src;
18
+ }
19
+
20
+ .bi::before,
21
+ [class^="bi-"]::before,
22
+ [class*=" bi-"]::before {
23
+ display: inline-block;
24
+ font-family: $bootstrap-icons-font !important;
25
+ font-style: normal;
26
+ font-weight: normal !important;
27
+ font-variant: normal;
28
+ text-transform: none;
29
+ line-height: 1;
30
+ vertical-align: -.125em;
31
+ -webkit-font-smoothing: antialiased;
32
+ -moz-osx-font-smoothing: grayscale;
33
+ }
34
+
35
+ $bootstrap-icons-map: (
36
+ "123": "\f67f",
37
+ "alarm-fill": "\f101",
38
+ "alarm": "\f102",
39
+ "align-bottom": "\f103",
40
+ "align-center": "\f104",
41
+ "align-end": "\f105",
42
+ "align-middle": "\f106",
43
+ "align-start": "\f107",
44
+ "align-top": "\f108",
45
+ "alt": "\f109",
46
+ "app-indicator": "\f10a",
47
+ "app": "\f10b",
48
+ "archive-fill": "\f10c",
49
+ "archive": "\f10d",
50
+ "arrow-90deg-down": "\f10e",
51
+ "arrow-90deg-left": "\f10f",
52
+ "arrow-90deg-right": "\f110",
53
+ "arrow-90deg-up": "\f111",
54
+ "arrow-bar-down": "\f112",
55
+ "arrow-bar-left": "\f113",
56
+ "arrow-bar-right": "\f114",
57
+ "arrow-bar-up": "\f115",
58
+ "arrow-clockwise": "\f116",
59
+ "arrow-counterclockwise": "\f117",
60
+ "arrow-down-circle-fill": "\f118",
61
+ "arrow-down-circle": "\f119",
62
+ "arrow-down-left-circle-fill": "\f11a",
63
+ "arrow-down-left-circle": "\f11b",
64
+ "arrow-down-left-square-fill": "\f11c",
65
+ "arrow-down-left-square": "\f11d",
66
+ "arrow-down-left": "\f11e",
67
+ "arrow-down-right-circle-fill": "\f11f",
68
+ "arrow-down-right-circle": "\f120",
69
+ "arrow-down-right-square-fill": "\f121",
70
+ "arrow-down-right-square": "\f122",
71
+ "arrow-down-right": "\f123",
72
+ "arrow-down-short": "\f124",
73
+ "arrow-down-square-fill": "\f125",
74
+ "arrow-down-square": "\f126",
75
+ "arrow-down-up": "\f127",
76
+ "arrow-down": "\f128",
77
+ "arrow-left-circle-fill": "\f129",
78
+ "arrow-left-circle": "\f12a",
79
+ "arrow-left-right": "\f12b",
80
+ "arrow-left-short": "\f12c",
81
+ "arrow-left-square-fill": "\f12d",
82
+ "arrow-left-square": "\f12e",
83
+ "arrow-left": "\f12f",
84
+ "arrow-repeat": "\f130",
85
+ "arrow-return-left": "\f131",
86
+ "arrow-return-right": "\f132",
87
+ "arrow-right-circle-fill": "\f133",
88
+ "arrow-right-circle": "\f134",
89
+ "arrow-right-short": "\f135",
90
+ "arrow-right-square-fill": "\f136",
91
+ "arrow-right-square": "\f137",
92
+ "arrow-right": "\f138",
93
+ "arrow-up-circle-fill": "\f139",
94
+ "arrow-up-circle": "\f13a",
95
+ "arrow-up-left-circle-fill": "\f13b",
96
+ "arrow-up-left-circle": "\f13c",
97
+ "arrow-up-left-square-fill": "\f13d",
98
+ "arrow-up-left-square": "\f13e",
99
+ "arrow-up-left": "\f13f",
100
+ "arrow-up-right-circle-fill": "\f140",
101
+ "arrow-up-right-circle": "\f141",
102
+ "arrow-up-right-square-fill": "\f142",
103
+ "arrow-up-right-square": "\f143",
104
+ "arrow-up-right": "\f144",
105
+ "arrow-up-short": "\f145",
106
+ "arrow-up-square-fill": "\f146",
107
+ "arrow-up-square": "\f147",
108
+ "arrow-up": "\f148",
109
+ "arrows-angle-contract": "\f149",
110
+ "arrows-angle-expand": "\f14a",
111
+ "arrows-collapse": "\f14b",
112
+ "arrows-expand": "\f14c",
113
+ "arrows-fullscreen": "\f14d",
114
+ "arrows-move": "\f14e",
115
+ "aspect-ratio-fill": "\f14f",
116
+ "aspect-ratio": "\f150",
117
+ "asterisk": "\f151",
118
+ "at": "\f152",
119
+ "award-fill": "\f153",
120
+ "award": "\f154",
121
+ "back": "\f155",
122
+ "backspace-fill": "\f156",
123
+ "backspace-reverse-fill": "\f157",
124
+ "backspace-reverse": "\f158",
125
+ "backspace": "\f159",
126
+ "badge-3d-fill": "\f15a",
127
+ "badge-3d": "\f15b",
128
+ "badge-4k-fill": "\f15c",
129
+ "badge-4k": "\f15d",
130
+ "badge-8k-fill": "\f15e",
131
+ "badge-8k": "\f15f",
132
+ "badge-ad-fill": "\f160",
133
+ "badge-ad": "\f161",
134
+ "badge-ar-fill": "\f162",
135
+ "badge-ar": "\f163",
136
+ "badge-cc-fill": "\f164",
137
+ "badge-cc": "\f165",
138
+ "badge-hd-fill": "\f166",
139
+ "badge-hd": "\f167",
140
+ "badge-tm-fill": "\f168",
141
+ "badge-tm": "\f169",
142
+ "badge-vo-fill": "\f16a",
143
+ "badge-vo": "\f16b",
144
+ "badge-vr-fill": "\f16c",
145
+ "badge-vr": "\f16d",
146
+ "badge-wc-fill": "\f16e",
147
+ "badge-wc": "\f16f",
148
+ "bag-check-fill": "\f170",
149
+ "bag-check": "\f171",
150
+ "bag-dash-fill": "\f172",
151
+ "bag-dash": "\f173",
152
+ "bag-fill": "\f174",
153
+ "bag-plus-fill": "\f175",
154
+ "bag-plus": "\f176",
155
+ "bag-x-fill": "\f177",
156
+ "bag-x": "\f178",
157
+ "bag": "\f179",
158
+ "bar-chart-fill": "\f17a",
159
+ "bar-chart-line-fill": "\f17b",
160
+ "bar-chart-line": "\f17c",
161
+ "bar-chart-steps": "\f17d",
162
+ "bar-chart": "\f17e",
163
+ "basket-fill": "\f17f",
164
+ "basket": "\f180",
165
+ "basket2-fill": "\f181",
166
+ "basket2": "\f182",
167
+ "basket3-fill": "\f183",
168
+ "basket3": "\f184",
169
+ "battery-charging": "\f185",
170
+ "battery-full": "\f186",
171
+ "battery-half": "\f187",
172
+ "battery": "\f188",
173
+ "bell-fill": "\f189",
174
+ "bell": "\f18a",
175
+ "bezier": "\f18b",
176
+ "bezier2": "\f18c",
177
+ "bicycle": "\f18d",
178
+ "binoculars-fill": "\f18e",
179
+ "binoculars": "\f18f",
180
+ "blockquote-left": "\f190",
181
+ "blockquote-right": "\f191",
182
+ "book-fill": "\f192",
183
+ "book-half": "\f193",
184
+ "book": "\f194",
185
+ "bookmark-check-fill": "\f195",
186
+ "bookmark-check": "\f196",
187
+ "bookmark-dash-fill": "\f197",
188
+ "bookmark-dash": "\f198",
189
+ "bookmark-fill": "\f199",
190
+ "bookmark-heart-fill": "\f19a",
191
+ "bookmark-heart": "\f19b",
192
+ "bookmark-plus-fill": "\f19c",
193
+ "bookmark-plus": "\f19d",
194
+ "bookmark-star-fill": "\f19e",
195
+ "bookmark-star": "\f19f",
196
+ "bookmark-x-fill": "\f1a0",
197
+ "bookmark-x": "\f1a1",
198
+ "bookmark": "\f1a2",
199
+ "bookmarks-fill": "\f1a3",
200
+ "bookmarks": "\f1a4",
201
+ "bookshelf": "\f1a5",
202
+ "bootstrap-fill": "\f1a6",
203
+ "bootstrap-reboot": "\f1a7",
204
+ "bootstrap": "\f1a8",
205
+ "border-all": "\f1a9",
206
+ "border-bottom": "\f1aa",
207
+ "border-center": "\f1ab",
208
+ "border-inner": "\f1ac",
209
+ "border-left": "\f1ad",
210
+ "border-middle": "\f1ae",
211
+ "border-outer": "\f1af",
212
+ "border-right": "\f1b0",
213
+ "border-style": "\f1b1",
214
+ "border-top": "\f1b2",
215
+ "border-width": "\f1b3",
216
+ "border": "\f1b4",
217
+ "bounding-box-circles": "\f1b5",
218
+ "bounding-box": "\f1b6",
219
+ "box-arrow-down-left": "\f1b7",
220
+ "box-arrow-down-right": "\f1b8",
221
+ "box-arrow-down": "\f1b9",
222
+ "box-arrow-in-down-left": "\f1ba",
223
+ "box-arrow-in-down-right": "\f1bb",
224
+ "box-arrow-in-down": "\f1bc",
225
+ "box-arrow-in-left": "\f1bd",
226
+ "box-arrow-in-right": "\f1be",
227
+ "box-arrow-in-up-left": "\f1bf",
228
+ "box-arrow-in-up-right": "\f1c0",
229
+ "box-arrow-in-up": "\f1c1",
230
+ "box-arrow-left": "\f1c2",
231
+ "box-arrow-right": "\f1c3",
232
+ "box-arrow-up-left": "\f1c4",
233
+ "box-arrow-up-right": "\f1c5",
234
+ "box-arrow-up": "\f1c6",
235
+ "box-seam": "\f1c7",
236
+ "box": "\f1c8",
237
+ "braces": "\f1c9",
238
+ "bricks": "\f1ca",
239
+ "briefcase-fill": "\f1cb",
240
+ "briefcase": "\f1cc",
241
+ "brightness-alt-high-fill": "\f1cd",
242
+ "brightness-alt-high": "\f1ce",
243
+ "brightness-alt-low-fill": "\f1cf",
244
+ "brightness-alt-low": "\f1d0",
245
+ "brightness-high-fill": "\f1d1",
246
+ "brightness-high": "\f1d2",
247
+ "brightness-low-fill": "\f1d3",
248
+ "brightness-low": "\f1d4",
249
+ "broadcast-pin": "\f1d5",
250
+ "broadcast": "\f1d6",
251
+ "brush-fill": "\f1d7",
252
+ "brush": "\f1d8",
253
+ "bucket-fill": "\f1d9",
254
+ "bucket": "\f1da",
255
+ "bug-fill": "\f1db",
256
+ "bug": "\f1dc",
257
+ "building": "\f1dd",
258
+ "bullseye": "\f1de",
259
+ "calculator-fill": "\f1df",
260
+ "calculator": "\f1e0",
261
+ "calendar-check-fill": "\f1e1",
262
+ "calendar-check": "\f1e2",
263
+ "calendar-date-fill": "\f1e3",
264
+ "calendar-date": "\f1e4",
265
+ "calendar-day-fill": "\f1e5",
266
+ "calendar-day": "\f1e6",
267
+ "calendar-event-fill": "\f1e7",
268
+ "calendar-event": "\f1e8",
269
+ "calendar-fill": "\f1e9",
270
+ "calendar-minus-fill": "\f1ea",
271
+ "calendar-minus": "\f1eb",
272
+ "calendar-month-fill": "\f1ec",
273
+ "calendar-month": "\f1ed",
274
+ "calendar-plus-fill": "\f1ee",
275
+ "calendar-plus": "\f1ef",
276
+ "calendar-range-fill": "\f1f0",
277
+ "calendar-range": "\f1f1",
278
+ "calendar-week-fill": "\f1f2",
279
+ "calendar-week": "\f1f3",
280
+ "calendar-x-fill": "\f1f4",
281
+ "calendar-x": "\f1f5",
282
+ "calendar": "\f1f6",
283
+ "calendar2-check-fill": "\f1f7",
284
+ "calendar2-check": "\f1f8",
285
+ "calendar2-date-fill": "\f1f9",
286
+ "calendar2-date": "\f1fa",
287
+ "calendar2-day-fill": "\f1fb",
288
+ "calendar2-day": "\f1fc",
289
+ "calendar2-event-fill": "\f1fd",
290
+ "calendar2-event": "\f1fe",
291
+ "calendar2-fill": "\f1ff",
292
+ "calendar2-minus-fill": "\f200",
293
+ "calendar2-minus": "\f201",
294
+ "calendar2-month-fill": "\f202",
295
+ "calendar2-month": "\f203",
296
+ "calendar2-plus-fill": "\f204",
297
+ "calendar2-plus": "\f205",
298
+ "calendar2-range-fill": "\f206",
299
+ "calendar2-range": "\f207",
300
+ "calendar2-week-fill": "\f208",
301
+ "calendar2-week": "\f209",
302
+ "calendar2-x-fill": "\f20a",
303
+ "calendar2-x": "\f20b",
304
+ "calendar2": "\f20c",
305
+ "calendar3-event-fill": "\f20d",
306
+ "calendar3-event": "\f20e",
307
+ "calendar3-fill": "\f20f",
308
+ "calendar3-range-fill": "\f210",
309
+ "calendar3-range": "\f211",
310
+ "calendar3-week-fill": "\f212",
311
+ "calendar3-week": "\f213",
312
+ "calendar3": "\f214",
313
+ "calendar4-event": "\f215",
314
+ "calendar4-range": "\f216",
315
+ "calendar4-week": "\f217",
316
+ "calendar4": "\f218",
317
+ "camera-fill": "\f219",
318
+ "camera-reels-fill": "\f21a",
319
+ "camera-reels": "\f21b",
320
+ "camera-video-fill": "\f21c",
321
+ "camera-video-off-fill": "\f21d",
322
+ "camera-video-off": "\f21e",
323
+ "camera-video": "\f21f",
324
+ "camera": "\f220",
325
+ "camera2": "\f221",
326
+ "capslock-fill": "\f222",
327
+ "capslock": "\f223",
328
+ "card-checklist": "\f224",
329
+ "card-heading": "\f225",
330
+ "card-image": "\f226",
331
+ "card-list": "\f227",
332
+ "card-text": "\f228",
333
+ "caret-down-fill": "\f229",
334
+ "caret-down-square-fill": "\f22a",
335
+ "caret-down-square": "\f22b",
336
+ "caret-down": "\f22c",
337
+ "caret-left-fill": "\f22d",
338
+ "caret-left-square-fill": "\f22e",
339
+ "caret-left-square": "\f22f",
340
+ "caret-left": "\f230",
341
+ "caret-right-fill": "\f231",
342
+ "caret-right-square-fill": "\f232",
343
+ "caret-right-square": "\f233",
344
+ "caret-right": "\f234",
345
+ "caret-up-fill": "\f235",
346
+ "caret-up-square-fill": "\f236",
347
+ "caret-up-square": "\f237",
348
+ "caret-up": "\f238",
349
+ "cart-check-fill": "\f239",
350
+ "cart-check": "\f23a",
351
+ "cart-dash-fill": "\f23b",
352
+ "cart-dash": "\f23c",
353
+ "cart-fill": "\f23d",
354
+ "cart-plus-fill": "\f23e",
355
+ "cart-plus": "\f23f",
356
+ "cart-x-fill": "\f240",
357
+ "cart-x": "\f241",
358
+ "cart": "\f242",
359
+ "cart2": "\f243",
360
+ "cart3": "\f244",
361
+ "cart4": "\f245",
362
+ "cash-stack": "\f246",
363
+ "cash": "\f247",
364
+ "cast": "\f248",
365
+ "chat-dots-fill": "\f249",
366
+ "chat-dots": "\f24a",
367
+ "chat-fill": "\f24b",
368
+ "chat-left-dots-fill": "\f24c",
369
+ "chat-left-dots": "\f24d",
370
+ "chat-left-fill": "\f24e",
371
+ "chat-left-quote-fill": "\f24f",
372
+ "chat-left-quote": "\f250",
373
+ "chat-left-text-fill": "\f251",
374
+ "chat-left-text": "\f252",
375
+ "chat-left": "\f253",
376
+ "chat-quote-fill": "\f254",
377
+ "chat-quote": "\f255",
378
+ "chat-right-dots-fill": "\f256",
379
+ "chat-right-dots": "\f257",
380
+ "chat-right-fill": "\f258",
381
+ "chat-right-quote-fill": "\f259",
382
+ "chat-right-quote": "\f25a",
383
+ "chat-right-text-fill": "\f25b",
384
+ "chat-right-text": "\f25c",
385
+ "chat-right": "\f25d",
386
+ "chat-square-dots-fill": "\f25e",
387
+ "chat-square-dots": "\f25f",
388
+ "chat-square-fill": "\f260",
389
+ "chat-square-quote-fill": "\f261",
390
+ "chat-square-quote": "\f262",
391
+ "chat-square-text-fill": "\f263",
392
+ "chat-square-text": "\f264",
393
+ "chat-square": "\f265",
394
+ "chat-text-fill": "\f266",
395
+ "chat-text": "\f267",
396
+ "chat": "\f268",
397
+ "check-all": "\f269",
398
+ "check-circle-fill": "\f26a",
399
+ "check-circle": "\f26b",
400
+ "check-square-fill": "\f26c",
401
+ "check-square": "\f26d",
402
+ "check": "\f26e",
403
+ "check2-all": "\f26f",
404
+ "check2-circle": "\f270",
405
+ "check2-square": "\f271",
406
+ "check2": "\f272",
407
+ "chevron-bar-contract": "\f273",
408
+ "chevron-bar-down": "\f274",
409
+ "chevron-bar-expand": "\f275",
410
+ "chevron-bar-left": "\f276",
411
+ "chevron-bar-right": "\f277",
412
+ "chevron-bar-up": "\f278",
413
+ "chevron-compact-down": "\f279",
414
+ "chevron-compact-left": "\f27a",
415
+ "chevron-compact-right": "\f27b",
416
+ "chevron-compact-up": "\f27c",
417
+ "chevron-contract": "\f27d",
418
+ "chevron-double-down": "\f27e",
419
+ "chevron-double-left": "\f27f",
420
+ "chevron-double-right": "\f280",
421
+ "chevron-double-up": "\f281",
422
+ "chevron-down": "\f282",
423
+ "chevron-expand": "\f283",
424
+ "chevron-left": "\f284",
425
+ "chevron-right": "\f285",
426
+ "chevron-up": "\f286",
427
+ "circle-fill": "\f287",
428
+ "circle-half": "\f288",
429
+ "circle-square": "\f289",
430
+ "circle": "\f28a",
431
+ "clipboard-check": "\f28b",
432
+ "clipboard-data": "\f28c",
433
+ "clipboard-minus": "\f28d",
434
+ "clipboard-plus": "\f28e",
435
+ "clipboard-x": "\f28f",
436
+ "clipboard": "\f290",
437
+ "clock-fill": "\f291",
438
+ "clock-history": "\f292",
439
+ "clock": "\f293",
440
+ "cloud-arrow-down-fill": "\f294",
441
+ "cloud-arrow-down": "\f295",
442
+ "cloud-arrow-up-fill": "\f296",
443
+ "cloud-arrow-up": "\f297",
444
+ "cloud-check-fill": "\f298",
445
+ "cloud-check": "\f299",
446
+ "cloud-download-fill": "\f29a",
447
+ "cloud-download": "\f29b",
448
+ "cloud-drizzle-fill": "\f29c",
449
+ "cloud-drizzle": "\f29d",
450
+ "cloud-fill": "\f29e",
451
+ "cloud-fog-fill": "\f29f",
452
+ "cloud-fog": "\f2a0",
453
+ "cloud-fog2-fill": "\f2a1",
454
+ "cloud-fog2": "\f2a2",
455
+ "cloud-hail-fill": "\f2a3",
456
+ "cloud-hail": "\f2a4",
457
+ "cloud-haze-fill": "\f2a6",
458
+ "cloud-haze": "\f2a7",
459
+ "cloud-haze2-fill": "\f2a8",
460
+ "cloud-lightning-fill": "\f2a9",
461
+ "cloud-lightning-rain-fill": "\f2aa",
462
+ "cloud-lightning-rain": "\f2ab",
463
+ "cloud-lightning": "\f2ac",
464
+ "cloud-minus-fill": "\f2ad",
465
+ "cloud-minus": "\f2ae",
466
+ "cloud-moon-fill": "\f2af",
467
+ "cloud-moon": "\f2b0",
468
+ "cloud-plus-fill": "\f2b1",
469
+ "cloud-plus": "\f2b2",
470
+ "cloud-rain-fill": "\f2b3",
471
+ "cloud-rain-heavy-fill": "\f2b4",
472
+ "cloud-rain-heavy": "\f2b5",
473
+ "cloud-rain": "\f2b6",
474
+ "cloud-slash-fill": "\f2b7",
475
+ "cloud-slash": "\f2b8",
476
+ "cloud-sleet-fill": "\f2b9",
477
+ "cloud-sleet": "\f2ba",
478
+ "cloud-snow-fill": "\f2bb",
479
+ "cloud-snow": "\f2bc",
480
+ "cloud-sun-fill": "\f2bd",
481
+ "cloud-sun": "\f2be",
482
+ "cloud-upload-fill": "\f2bf",
483
+ "cloud-upload": "\f2c0",
484
+ "cloud": "\f2c1",
485
+ "clouds-fill": "\f2c2",
486
+ "clouds": "\f2c3",
487
+ "cloudy-fill": "\f2c4",
488
+ "cloudy": "\f2c5",
489
+ "code-slash": "\f2c6",
490
+ "code-square": "\f2c7",
491
+ "code": "\f2c8",
492
+ "collection-fill": "\f2c9",
493
+ "collection-play-fill": "\f2ca",
494
+ "collection-play": "\f2cb",
495
+ "collection": "\f2cc",
496
+ "columns-gap": "\f2cd",
497
+ "columns": "\f2ce",
498
+ "command": "\f2cf",
499
+ "compass-fill": "\f2d0",
500
+ "compass": "\f2d1",
501
+ "cone-striped": "\f2d2",
502
+ "cone": "\f2d3",
503
+ "controller": "\f2d4",
504
+ "cpu-fill": "\f2d5",
505
+ "cpu": "\f2d6",
506
+ "credit-card-2-back-fill": "\f2d7",
507
+ "credit-card-2-back": "\f2d8",
508
+ "credit-card-2-front-fill": "\f2d9",
509
+ "credit-card-2-front": "\f2da",
510
+ "credit-card-fill": "\f2db",
511
+ "credit-card": "\f2dc",
512
+ "crop": "\f2dd",
513
+ "cup-fill": "\f2de",
514
+ "cup-straw": "\f2df",
515
+ "cup": "\f2e0",
516
+ "cursor-fill": "\f2e1",
517
+ "cursor-text": "\f2e2",
518
+ "cursor": "\f2e3",
519
+ "dash-circle-dotted": "\f2e4",
520
+ "dash-circle-fill": "\f2e5",
521
+ "dash-circle": "\f2e6",
522
+ "dash-square-dotted": "\f2e7",
523
+ "dash-square-fill": "\f2e8",
524
+ "dash-square": "\f2e9",
525
+ "dash": "\f2ea",
526
+ "diagram-2-fill": "\f2eb",
527
+ "diagram-2": "\f2ec",
528
+ "diagram-3-fill": "\f2ed",
529
+ "diagram-3": "\f2ee",
530
+ "diamond-fill": "\f2ef",
531
+ "diamond-half": "\f2f0",
532
+ "diamond": "\f2f1",
533
+ "dice-1-fill": "\f2f2",
534
+ "dice-1": "\f2f3",
535
+ "dice-2-fill": "\f2f4",
536
+ "dice-2": "\f2f5",
537
+ "dice-3-fill": "\f2f6",
538
+ "dice-3": "\f2f7",
539
+ "dice-4-fill": "\f2f8",
540
+ "dice-4": "\f2f9",
541
+ "dice-5-fill": "\f2fa",
542
+ "dice-5": "\f2fb",
543
+ "dice-6-fill": "\f2fc",
544
+ "dice-6": "\f2fd",
545
+ "disc-fill": "\f2fe",
546
+ "disc": "\f2ff",
547
+ "discord": "\f300",
548
+ "display-fill": "\f301",
549
+ "display": "\f302",
550
+ "distribute-horizontal": "\f303",
551
+ "distribute-vertical": "\f304",
552
+ "door-closed-fill": "\f305",
553
+ "door-closed": "\f306",
554
+ "door-open-fill": "\f307",
555
+ "door-open": "\f308",
556
+ "dot": "\f309",
557
+ "download": "\f30a",
558
+ "droplet-fill": "\f30b",
559
+ "droplet-half": "\f30c",
560
+ "droplet": "\f30d",
561
+ "earbuds": "\f30e",
562
+ "easel-fill": "\f30f",
563
+ "easel": "\f310",
564
+ "egg-fill": "\f311",
565
+ "egg-fried": "\f312",
566
+ "egg": "\f313",
567
+ "eject-fill": "\f314",
568
+ "eject": "\f315",
569
+ "emoji-angry-fill": "\f316",
570
+ "emoji-angry": "\f317",
571
+ "emoji-dizzy-fill": "\f318",
572
+ "emoji-dizzy": "\f319",
573
+ "emoji-expressionless-fill": "\f31a",
574
+ "emoji-expressionless": "\f31b",
575
+ "emoji-frown-fill": "\f31c",
576
+ "emoji-frown": "\f31d",
577
+ "emoji-heart-eyes-fill": "\f31e",
578
+ "emoji-heart-eyes": "\f31f",
579
+ "emoji-laughing-fill": "\f320",
580
+ "emoji-laughing": "\f321",
581
+ "emoji-neutral-fill": "\f322",
582
+ "emoji-neutral": "\f323",
583
+ "emoji-smile-fill": "\f324",
584
+ "emoji-smile-upside-down-fill": "\f325",
585
+ "emoji-smile-upside-down": "\f326",
586
+ "emoji-smile": "\f327",
587
+ "emoji-sunglasses-fill": "\f328",
588
+ "emoji-sunglasses": "\f329",
589
+ "emoji-wink-fill": "\f32a",
590
+ "emoji-wink": "\f32b",
591
+ "envelope-fill": "\f32c",
592
+ "envelope-open-fill": "\f32d",
593
+ "envelope-open": "\f32e",
594
+ "envelope": "\f32f",
595
+ "eraser-fill": "\f330",
596
+ "eraser": "\f331",
597
+ "exclamation-circle-fill": "\f332",
598
+ "exclamation-circle": "\f333",
599
+ "exclamation-diamond-fill": "\f334",
600
+ "exclamation-diamond": "\f335",
601
+ "exclamation-octagon-fill": "\f336",
602
+ "exclamation-octagon": "\f337",
603
+ "exclamation-square-fill": "\f338",
604
+ "exclamation-square": "\f339",
605
+ "exclamation-triangle-fill": "\f33a",
606
+ "exclamation-triangle": "\f33b",
607
+ "exclamation": "\f33c",
608
+ "exclude": "\f33d",
609
+ "eye-fill": "\f33e",
610
+ "eye-slash-fill": "\f33f",
611
+ "eye-slash": "\f340",
612
+ "eye": "\f341",
613
+ "eyedropper": "\f342",
614
+ "eyeglasses": "\f343",
615
+ "facebook": "\f344",
616
+ "file-arrow-down-fill": "\f345",
617
+ "file-arrow-down": "\f346",
618
+ "file-arrow-up-fill": "\f347",
619
+ "file-arrow-up": "\f348",
620
+ "file-bar-graph-fill": "\f349",
621
+ "file-bar-graph": "\f34a",
622
+ "file-binary-fill": "\f34b",
623
+ "file-binary": "\f34c",
624
+ "file-break-fill": "\f34d",
625
+ "file-break": "\f34e",
626
+ "file-check-fill": "\f34f",
627
+ "file-check": "\f350",
628
+ "file-code-fill": "\f351",
629
+ "file-code": "\f352",
630
+ "file-diff-fill": "\f353",
631
+ "file-diff": "\f354",
632
+ "file-earmark-arrow-down-fill": "\f355",
633
+ "file-earmark-arrow-down": "\f356",
634
+ "file-earmark-arrow-up-fill": "\f357",
635
+ "file-earmark-arrow-up": "\f358",
636
+ "file-earmark-bar-graph-fill": "\f359",
637
+ "file-earmark-bar-graph": "\f35a",
638
+ "file-earmark-binary-fill": "\f35b",
639
+ "file-earmark-binary": "\f35c",
640
+ "file-earmark-break-fill": "\f35d",
641
+ "file-earmark-break": "\f35e",
642
+ "file-earmark-check-fill": "\f35f",
643
+ "file-earmark-check": "\f360",
644
+ "file-earmark-code-fill": "\f361",
645
+ "file-earmark-code": "\f362",
646
+ "file-earmark-diff-fill": "\f363",
647
+ "file-earmark-diff": "\f364",
648
+ "file-earmark-easel-fill": "\f365",
649
+ "file-earmark-easel": "\f366",
650
+ "file-earmark-excel-fill": "\f367",
651
+ "file-earmark-excel": "\f368",
652
+ "file-earmark-fill": "\f369",
653
+ "file-earmark-font-fill": "\f36a",
654
+ "file-earmark-font": "\f36b",
655
+ "file-earmark-image-fill": "\f36c",
656
+ "file-earmark-image": "\f36d",
657
+ "file-earmark-lock-fill": "\f36e",
658
+ "file-earmark-lock": "\f36f",
659
+ "file-earmark-lock2-fill": "\f370",
660
+ "file-earmark-lock2": "\f371",
661
+ "file-earmark-medical-fill": "\f372",
662
+ "file-earmark-medical": "\f373",
663
+ "file-earmark-minus-fill": "\f374",
664
+ "file-earmark-minus": "\f375",
665
+ "file-earmark-music-fill": "\f376",
666
+ "file-earmark-music": "\f377",
667
+ "file-earmark-person-fill": "\f378",
668
+ "file-earmark-person": "\f379",
669
+ "file-earmark-play-fill": "\f37a",
670
+ "file-earmark-play": "\f37b",
671
+ "file-earmark-plus-fill": "\f37c",
672
+ "file-earmark-plus": "\f37d",
673
+ "file-earmark-post-fill": "\f37e",
674
+ "file-earmark-post": "\f37f",
675
+ "file-earmark-ppt-fill": "\f380",
676
+ "file-earmark-ppt": "\f381",
677
+ "file-earmark-richtext-fill": "\f382",
678
+ "file-earmark-richtext": "\f383",
679
+ "file-earmark-ruled-fill": "\f384",
680
+ "file-earmark-ruled": "\f385",
681
+ "file-earmark-slides-fill": "\f386",
682
+ "file-earmark-slides": "\f387",
683
+ "file-earmark-spreadsheet-fill": "\f388",
684
+ "file-earmark-spreadsheet": "\f389",
685
+ "file-earmark-text-fill": "\f38a",
686
+ "file-earmark-text": "\f38b",
687
+ "file-earmark-word-fill": "\f38c",
688
+ "file-earmark-word": "\f38d",
689
+ "file-earmark-x-fill": "\f38e",
690
+ "file-earmark-x": "\f38f",
691
+ "file-earmark-zip-fill": "\f390",
692
+ "file-earmark-zip": "\f391",
693
+ "file-earmark": "\f392",
694
+ "file-easel-fill": "\f393",
695
+ "file-easel": "\f394",
696
+ "file-excel-fill": "\f395",
697
+ "file-excel": "\f396",
698
+ "file-fill": "\f397",
699
+ "file-font-fill": "\f398",
700
+ "file-font": "\f399",
701
+ "file-image-fill": "\f39a",
702
+ "file-image": "\f39b",
703
+ "file-lock-fill": "\f39c",
704
+ "file-lock": "\f39d",
705
+ "file-lock2-fill": "\f39e",
706
+ "file-lock2": "\f39f",
707
+ "file-medical-fill": "\f3a0",
708
+ "file-medical": "\f3a1",
709
+ "file-minus-fill": "\f3a2",
710
+ "file-minus": "\f3a3",
711
+ "file-music-fill": "\f3a4",
712
+ "file-music": "\f3a5",
713
+ "file-person-fill": "\f3a6",
714
+ "file-person": "\f3a7",
715
+ "file-play-fill": "\f3a8",
716
+ "file-play": "\f3a9",
717
+ "file-plus-fill": "\f3aa",
718
+ "file-plus": "\f3ab",
719
+ "file-post-fill": "\f3ac",
720
+ "file-post": "\f3ad",
721
+ "file-ppt-fill": "\f3ae",
722
+ "file-ppt": "\f3af",
723
+ "file-richtext-fill": "\f3b0",
724
+ "file-richtext": "\f3b1",
725
+ "file-ruled-fill": "\f3b2",
726
+ "file-ruled": "\f3b3",
727
+ "file-slides-fill": "\f3b4",
728
+ "file-slides": "\f3b5",
729
+ "file-spreadsheet-fill": "\f3b6",
730
+ "file-spreadsheet": "\f3b7",
731
+ "file-text-fill": "\f3b8",
732
+ "file-text": "\f3b9",
733
+ "file-word-fill": "\f3ba",
734
+ "file-word": "\f3bb",
735
+ "file-x-fill": "\f3bc",
736
+ "file-x": "\f3bd",
737
+ "file-zip-fill": "\f3be",
738
+ "file-zip": "\f3bf",
739
+ "file": "\f3c0",
740
+ "files-alt": "\f3c1",
741
+ "files": "\f3c2",
742
+ "film": "\f3c3",
743
+ "filter-circle-fill": "\f3c4",
744
+ "filter-circle": "\f3c5",
745
+ "filter-left": "\f3c6",
746
+ "filter-right": "\f3c7",
747
+ "filter-square-fill": "\f3c8",
748
+ "filter-square": "\f3c9",
749
+ "filter": "\f3ca",
750
+ "flag-fill": "\f3cb",
751
+ "flag": "\f3cc",
752
+ "flower1": "\f3cd",
753
+ "flower2": "\f3ce",
754
+ "flower3": "\f3cf",
755
+ "folder-check": "\f3d0",
756
+ "folder-fill": "\f3d1",
757
+ "folder-minus": "\f3d2",
758
+ "folder-plus": "\f3d3",
759
+ "folder-symlink-fill": "\f3d4",
760
+ "folder-symlink": "\f3d5",
761
+ "folder-x": "\f3d6",
762
+ "folder": "\f3d7",
763
+ "folder2-open": "\f3d8",
764
+ "folder2": "\f3d9",
765
+ "fonts": "\f3da",
766
+ "forward-fill": "\f3db",
767
+ "forward": "\f3dc",
768
+ "front": "\f3dd",
769
+ "fullscreen-exit": "\f3de",
770
+ "fullscreen": "\f3df",
771
+ "funnel-fill": "\f3e0",
772
+ "funnel": "\f3e1",
773
+ "gear-fill": "\f3e2",
774
+ "gear-wide-connected": "\f3e3",
775
+ "gear-wide": "\f3e4",
776
+ "gear": "\f3e5",
777
+ "gem": "\f3e6",
778
+ "geo-alt-fill": "\f3e7",
779
+ "geo-alt": "\f3e8",
780
+ "geo-fill": "\f3e9",
781
+ "geo": "\f3ea",
782
+ "gift-fill": "\f3eb",
783
+ "gift": "\f3ec",
784
+ "github": "\f3ed",
785
+ "globe": "\f3ee",
786
+ "globe2": "\f3ef",
787
+ "google": "\f3f0",
788
+ "graph-down": "\f3f1",
789
+ "graph-up": "\f3f2",
790
+ "grid-1x2-fill": "\f3f3",
791
+ "grid-1x2": "\f3f4",
792
+ "grid-3x2-gap-fill": "\f3f5",
793
+ "grid-3x2-gap": "\f3f6",
794
+ "grid-3x2": "\f3f7",
795
+ "grid-3x3-gap-fill": "\f3f8",
796
+ "grid-3x3-gap": "\f3f9",
797
+ "grid-3x3": "\f3fa",
798
+ "grid-fill": "\f3fb",
799
+ "grid": "\f3fc",
800
+ "grip-horizontal": "\f3fd",
801
+ "grip-vertical": "\f3fe",
802
+ "hammer": "\f3ff",
803
+ "hand-index-fill": "\f400",
804
+ "hand-index-thumb-fill": "\f401",
805
+ "hand-index-thumb": "\f402",
806
+ "hand-index": "\f403",
807
+ "hand-thumbs-down-fill": "\f404",
808
+ "hand-thumbs-down": "\f405",
809
+ "hand-thumbs-up-fill": "\f406",
810
+ "hand-thumbs-up": "\f407",
811
+ "handbag-fill": "\f408",
812
+ "handbag": "\f409",
813
+ "hash": "\f40a",
814
+ "hdd-fill": "\f40b",
815
+ "hdd-network-fill": "\f40c",
816
+ "hdd-network": "\f40d",
817
+ "hdd-rack-fill": "\f40e",
818
+ "hdd-rack": "\f40f",
819
+ "hdd-stack-fill": "\f410",
820
+ "hdd-stack": "\f411",
821
+ "hdd": "\f412",
822
+ "headphones": "\f413",
823
+ "headset": "\f414",
824
+ "heart-fill": "\f415",
825
+ "heart-half": "\f416",
826
+ "heart": "\f417",
827
+ "heptagon-fill": "\f418",
828
+ "heptagon-half": "\f419",
829
+ "heptagon": "\f41a",
830
+ "hexagon-fill": "\f41b",
831
+ "hexagon-half": "\f41c",
832
+ "hexagon": "\f41d",
833
+ "hourglass-bottom": "\f41e",
834
+ "hourglass-split": "\f41f",
835
+ "hourglass-top": "\f420",
836
+ "hourglass": "\f421",
837
+ "house-door-fill": "\f422",
838
+ "house-door": "\f423",
839
+ "house-fill": "\f424",
840
+ "house": "\f425",
841
+ "hr": "\f426",
842
+ "hurricane": "\f427",
843
+ "image-alt": "\f428",
844
+ "image-fill": "\f429",
845
+ "image": "\f42a",
846
+ "images": "\f42b",
847
+ "inbox-fill": "\f42c",
848
+ "inbox": "\f42d",
849
+ "inboxes-fill": "\f42e",
850
+ "inboxes": "\f42f",
851
+ "info-circle-fill": "\f430",
852
+ "info-circle": "\f431",
853
+ "info-square-fill": "\f432",
854
+ "info-square": "\f433",
855
+ "info": "\f434",
856
+ "input-cursor-text": "\f435",
857
+ "input-cursor": "\f436",
858
+ "instagram": "\f437",
859
+ "intersect": "\f438",
860
+ "journal-album": "\f439",
861
+ "journal-arrow-down": "\f43a",
862
+ "journal-arrow-up": "\f43b",
863
+ "journal-bookmark-fill": "\f43c",
864
+ "journal-bookmark": "\f43d",
865
+ "journal-check": "\f43e",
866
+ "journal-code": "\f43f",
867
+ "journal-medical": "\f440",
868
+ "journal-minus": "\f441",
869
+ "journal-plus": "\f442",
870
+ "journal-richtext": "\f443",
871
+ "journal-text": "\f444",
872
+ "journal-x": "\f445",
873
+ "journal": "\f446",
874
+ "journals": "\f447",
875
+ "joystick": "\f448",
876
+ "justify-left": "\f449",
877
+ "justify-right": "\f44a",
878
+ "justify": "\f44b",
879
+ "kanban-fill": "\f44c",
880
+ "kanban": "\f44d",
881
+ "key-fill": "\f44e",
882
+ "key": "\f44f",
883
+ "keyboard-fill": "\f450",
884
+ "keyboard": "\f451",
885
+ "ladder": "\f452",
886
+ "lamp-fill": "\f453",
887
+ "lamp": "\f454",
888
+ "laptop-fill": "\f455",
889
+ "laptop": "\f456",
890
+ "layer-backward": "\f457",
891
+ "layer-forward": "\f458",
892
+ "layers-fill": "\f459",
893
+ "layers-half": "\f45a",
894
+ "layers": "\f45b",
895
+ "layout-sidebar-inset-reverse": "\f45c",
896
+ "layout-sidebar-inset": "\f45d",
897
+ "layout-sidebar-reverse": "\f45e",
898
+ "layout-sidebar": "\f45f",
899
+ "layout-split": "\f460",
900
+ "layout-text-sidebar-reverse": "\f461",
901
+ "layout-text-sidebar": "\f462",
902
+ "layout-text-window-reverse": "\f463",
903
+ "layout-text-window": "\f464",
904
+ "layout-three-columns": "\f465",
905
+ "layout-wtf": "\f466",
906
+ "life-preserver": "\f467",
907
+ "lightbulb-fill": "\f468",
908
+ "lightbulb-off-fill": "\f469",
909
+ "lightbulb-off": "\f46a",
910
+ "lightbulb": "\f46b",
911
+ "lightning-charge-fill": "\f46c",
912
+ "lightning-charge": "\f46d",
913
+ "lightning-fill": "\f46e",
914
+ "lightning": "\f46f",
915
+ "link-45deg": "\f470",
916
+ "link": "\f471",
917
+ "linkedin": "\f472",
918
+ "list-check": "\f473",
919
+ "list-nested": "\f474",
920
+ "list-ol": "\f475",
921
+ "list-stars": "\f476",
922
+ "list-task": "\f477",
923
+ "list-ul": "\f478",
924
+ "list": "\f479",
925
+ "lock-fill": "\f47a",
926
+ "lock": "\f47b",
927
+ "mailbox": "\f47c",
928
+ "mailbox2": "\f47d",
929
+ "map-fill": "\f47e",
930
+ "map": "\f47f",
931
+ "markdown-fill": "\f480",
932
+ "markdown": "\f481",
933
+ "mask": "\f482",
934
+ "megaphone-fill": "\f483",
935
+ "megaphone": "\f484",
936
+ "menu-app-fill": "\f485",
937
+ "menu-app": "\f486",
938
+ "menu-button-fill": "\f487",
939
+ "menu-button-wide-fill": "\f488",
940
+ "menu-button-wide": "\f489",
941
+ "menu-button": "\f48a",
942
+ "menu-down": "\f48b",
943
+ "menu-up": "\f48c",
944
+ "mic-fill": "\f48d",
945
+ "mic-mute-fill": "\f48e",
946
+ "mic-mute": "\f48f",
947
+ "mic": "\f490",
948
+ "minecart-loaded": "\f491",
949
+ "minecart": "\f492",
950
+ "moisture": "\f493",
951
+ "moon-fill": "\f494",
952
+ "moon-stars-fill": "\f495",
953
+ "moon-stars": "\f496",
954
+ "moon": "\f497",
955
+ "mouse-fill": "\f498",
956
+ "mouse": "\f499",
957
+ "mouse2-fill": "\f49a",
958
+ "mouse2": "\f49b",
959
+ "mouse3-fill": "\f49c",
960
+ "mouse3": "\f49d",
961
+ "music-note-beamed": "\f49e",
962
+ "music-note-list": "\f49f",
963
+ "music-note": "\f4a0",
964
+ "music-player-fill": "\f4a1",
965
+ "music-player": "\f4a2",
966
+ "newspaper": "\f4a3",
967
+ "node-minus-fill": "\f4a4",
968
+ "node-minus": "\f4a5",
969
+ "node-plus-fill": "\f4a6",
970
+ "node-plus": "\f4a7",
971
+ "nut-fill": "\f4a8",
972
+ "nut": "\f4a9",
973
+ "octagon-fill": "\f4aa",
974
+ "octagon-half": "\f4ab",
975
+ "octagon": "\f4ac",
976
+ "option": "\f4ad",
977
+ "outlet": "\f4ae",
978
+ "paint-bucket": "\f4af",
979
+ "palette-fill": "\f4b0",
980
+ "palette": "\f4b1",
981
+ "palette2": "\f4b2",
982
+ "paperclip": "\f4b3",
983
+ "paragraph": "\f4b4",
984
+ "patch-check-fill": "\f4b5",
985
+ "patch-check": "\f4b6",
986
+ "patch-exclamation-fill": "\f4b7",
987
+ "patch-exclamation": "\f4b8",
988
+ "patch-minus-fill": "\f4b9",
989
+ "patch-minus": "\f4ba",
990
+ "patch-plus-fill": "\f4bb",
991
+ "patch-plus": "\f4bc",
992
+ "patch-question-fill": "\f4bd",
993
+ "patch-question": "\f4be",
994
+ "pause-btn-fill": "\f4bf",
995
+ "pause-btn": "\f4c0",
996
+ "pause-circle-fill": "\f4c1",
997
+ "pause-circle": "\f4c2",
998
+ "pause-fill": "\f4c3",
999
+ "pause": "\f4c4",
1000
+ "peace-fill": "\f4c5",
1001
+ "peace": "\f4c6",
1002
+ "pen-fill": "\f4c7",
1003
+ "pen": "\f4c8",
1004
+ "pencil-fill": "\f4c9",
1005
+ "pencil-square": "\f4ca",
1006
+ "pencil": "\f4cb",
1007
+ "pentagon-fill": "\f4cc",
1008
+ "pentagon-half": "\f4cd",
1009
+ "pentagon": "\f4ce",
1010
+ "people-fill": "\f4cf",
1011
+ "people": "\f4d0",
1012
+ "percent": "\f4d1",
1013
+ "person-badge-fill": "\f4d2",
1014
+ "person-badge": "\f4d3",
1015
+ "person-bounding-box": "\f4d4",
1016
+ "person-check-fill": "\f4d5",
1017
+ "person-check": "\f4d6",
1018
+ "person-circle": "\f4d7",
1019
+ "person-dash-fill": "\f4d8",
1020
+ "person-dash": "\f4d9",
1021
+ "person-fill": "\f4da",
1022
+ "person-lines-fill": "\f4db",
1023
+ "person-plus-fill": "\f4dc",
1024
+ "person-plus": "\f4dd",
1025
+ "person-square": "\f4de",
1026
+ "person-x-fill": "\f4df",
1027
+ "person-x": "\f4e0",
1028
+ "person": "\f4e1",
1029
+ "phone-fill": "\f4e2",
1030
+ "phone-landscape-fill": "\f4e3",
1031
+ "phone-landscape": "\f4e4",
1032
+ "phone-vibrate-fill": "\f4e5",
1033
+ "phone-vibrate": "\f4e6",
1034
+ "phone": "\f4e7",
1035
+ "pie-chart-fill": "\f4e8",
1036
+ "pie-chart": "\f4e9",
1037
+ "pin-angle-fill": "\f4ea",
1038
+ "pin-angle": "\f4eb",
1039
+ "pin-fill": "\f4ec",
1040
+ "pin": "\f4ed",
1041
+ "pip-fill": "\f4ee",
1042
+ "pip": "\f4ef",
1043
+ "play-btn-fill": "\f4f0",
1044
+ "play-btn": "\f4f1",
1045
+ "play-circle-fill": "\f4f2",
1046
+ "play-circle": "\f4f3",
1047
+ "play-fill": "\f4f4",
1048
+ "play": "\f4f5",
1049
+ "plug-fill": "\f4f6",
1050
+ "plug": "\f4f7",
1051
+ "plus-circle-dotted": "\f4f8",
1052
+ "plus-circle-fill": "\f4f9",
1053
+ "plus-circle": "\f4fa",
1054
+ "plus-square-dotted": "\f4fb",
1055
+ "plus-square-fill": "\f4fc",
1056
+ "plus-square": "\f4fd",
1057
+ "plus": "\f4fe",
1058
+ "power": "\f4ff",
1059
+ "printer-fill": "\f500",
1060
+ "printer": "\f501",
1061
+ "puzzle-fill": "\f502",
1062
+ "puzzle": "\f503",
1063
+ "question-circle-fill": "\f504",
1064
+ "question-circle": "\f505",
1065
+ "question-diamond-fill": "\f506",
1066
+ "question-diamond": "\f507",
1067
+ "question-octagon-fill": "\f508",
1068
+ "question-octagon": "\f509",
1069
+ "question-square-fill": "\f50a",
1070
+ "question-square": "\f50b",
1071
+ "question": "\f50c",
1072
+ "rainbow": "\f50d",
1073
+ "receipt-cutoff": "\f50e",
1074
+ "receipt": "\f50f",
1075
+ "reception-0": "\f510",
1076
+ "reception-1": "\f511",
1077
+ "reception-2": "\f512",
1078
+ "reception-3": "\f513",
1079
+ "reception-4": "\f514",
1080
+ "record-btn-fill": "\f515",
1081
+ "record-btn": "\f516",
1082
+ "record-circle-fill": "\f517",
1083
+ "record-circle": "\f518",
1084
+ "record-fill": "\f519",
1085
+ "record": "\f51a",
1086
+ "record2-fill": "\f51b",
1087
+ "record2": "\f51c",
1088
+ "reply-all-fill": "\f51d",
1089
+ "reply-all": "\f51e",
1090
+ "reply-fill": "\f51f",
1091
+ "reply": "\f520",
1092
+ "rss-fill": "\f521",
1093
+ "rss": "\f522",
1094
+ "rulers": "\f523",
1095
+ "save-fill": "\f524",
1096
+ "save": "\f525",
1097
+ "save2-fill": "\f526",
1098
+ "save2": "\f527",
1099
+ "scissors": "\f528",
1100
+ "screwdriver": "\f529",
1101
+ "search": "\f52a",
1102
+ "segmented-nav": "\f52b",
1103
+ "server": "\f52c",
1104
+ "share-fill": "\f52d",
1105
+ "share": "\f52e",
1106
+ "shield-check": "\f52f",
1107
+ "shield-exclamation": "\f530",
1108
+ "shield-fill-check": "\f531",
1109
+ "shield-fill-exclamation": "\f532",
1110
+ "shield-fill-minus": "\f533",
1111
+ "shield-fill-plus": "\f534",
1112
+ "shield-fill-x": "\f535",
1113
+ "shield-fill": "\f536",
1114
+ "shield-lock-fill": "\f537",
1115
+ "shield-lock": "\f538",
1116
+ "shield-minus": "\f539",
1117
+ "shield-plus": "\f53a",
1118
+ "shield-shaded": "\f53b",
1119
+ "shield-slash-fill": "\f53c",
1120
+ "shield-slash": "\f53d",
1121
+ "shield-x": "\f53e",
1122
+ "shield": "\f53f",
1123
+ "shift-fill": "\f540",
1124
+ "shift": "\f541",
1125
+ "shop-window": "\f542",
1126
+ "shop": "\f543",
1127
+ "shuffle": "\f544",
1128
+ "signpost-2-fill": "\f545",
1129
+ "signpost-2": "\f546",
1130
+ "signpost-fill": "\f547",
1131
+ "signpost-split-fill": "\f548",
1132
+ "signpost-split": "\f549",
1133
+ "signpost": "\f54a",
1134
+ "sim-fill": "\f54b",
1135
+ "sim": "\f54c",
1136
+ "skip-backward-btn-fill": "\f54d",
1137
+ "skip-backward-btn": "\f54e",
1138
+ "skip-backward-circle-fill": "\f54f",
1139
+ "skip-backward-circle": "\f550",
1140
+ "skip-backward-fill": "\f551",
1141
+ "skip-backward": "\f552",
1142
+ "skip-end-btn-fill": "\f553",
1143
+ "skip-end-btn": "\f554",
1144
+ "skip-end-circle-fill": "\f555",
1145
+ "skip-end-circle": "\f556",
1146
+ "skip-end-fill": "\f557",
1147
+ "skip-end": "\f558",
1148
+ "skip-forward-btn-fill": "\f559",
1149
+ "skip-forward-btn": "\f55a",
1150
+ "skip-forward-circle-fill": "\f55b",
1151
+ "skip-forward-circle": "\f55c",
1152
+ "skip-forward-fill": "\f55d",
1153
+ "skip-forward": "\f55e",
1154
+ "skip-start-btn-fill": "\f55f",
1155
+ "skip-start-btn": "\f560",
1156
+ "skip-start-circle-fill": "\f561",
1157
+ "skip-start-circle": "\f562",
1158
+ "skip-start-fill": "\f563",
1159
+ "skip-start": "\f564",
1160
+ "slack": "\f565",
1161
+ "slash-circle-fill": "\f566",
1162
+ "slash-circle": "\f567",
1163
+ "slash-square-fill": "\f568",
1164
+ "slash-square": "\f569",
1165
+ "slash": "\f56a",
1166
+ "sliders": "\f56b",
1167
+ "smartwatch": "\f56c",
1168
+ "snow": "\f56d",
1169
+ "snow2": "\f56e",
1170
+ "snow3": "\f56f",
1171
+ "sort-alpha-down-alt": "\f570",
1172
+ "sort-alpha-down": "\f571",
1173
+ "sort-alpha-up-alt": "\f572",
1174
+ "sort-alpha-up": "\f573",
1175
+ "sort-down-alt": "\f574",
1176
+ "sort-down": "\f575",
1177
+ "sort-numeric-down-alt": "\f576",
1178
+ "sort-numeric-down": "\f577",
1179
+ "sort-numeric-up-alt": "\f578",
1180
+ "sort-numeric-up": "\f579",
1181
+ "sort-up-alt": "\f57a",
1182
+ "sort-up": "\f57b",
1183
+ "soundwave": "\f57c",
1184
+ "speaker-fill": "\f57d",
1185
+ "speaker": "\f57e",
1186
+ "speedometer": "\f57f",
1187
+ "speedometer2": "\f580",
1188
+ "spellcheck": "\f581",
1189
+ "square-fill": "\f582",
1190
+ "square-half": "\f583",
1191
+ "square": "\f584",
1192
+ "stack": "\f585",
1193
+ "star-fill": "\f586",
1194
+ "star-half": "\f587",
1195
+ "star": "\f588",
1196
+ "stars": "\f589",
1197
+ "stickies-fill": "\f58a",
1198
+ "stickies": "\f58b",
1199
+ "sticky-fill": "\f58c",
1200
+ "sticky": "\f58d",
1201
+ "stop-btn-fill": "\f58e",
1202
+ "stop-btn": "\f58f",
1203
+ "stop-circle-fill": "\f590",
1204
+ "stop-circle": "\f591",
1205
+ "stop-fill": "\f592",
1206
+ "stop": "\f593",
1207
+ "stoplights-fill": "\f594",
1208
+ "stoplights": "\f595",
1209
+ "stopwatch-fill": "\f596",
1210
+ "stopwatch": "\f597",
1211
+ "subtract": "\f598",
1212
+ "suit-club-fill": "\f599",
1213
+ "suit-club": "\f59a",
1214
+ "suit-diamond-fill": "\f59b",
1215
+ "suit-diamond": "\f59c",
1216
+ "suit-heart-fill": "\f59d",
1217
+ "suit-heart": "\f59e",
1218
+ "suit-spade-fill": "\f59f",
1219
+ "suit-spade": "\f5a0",
1220
+ "sun-fill": "\f5a1",
1221
+ "sun": "\f5a2",
1222
+ "sunglasses": "\f5a3",
1223
+ "sunrise-fill": "\f5a4",
1224
+ "sunrise": "\f5a5",
1225
+ "sunset-fill": "\f5a6",
1226
+ "sunset": "\f5a7",
1227
+ "symmetry-horizontal": "\f5a8",
1228
+ "symmetry-vertical": "\f5a9",
1229
+ "table": "\f5aa",
1230
+ "tablet-fill": "\f5ab",
1231
+ "tablet-landscape-fill": "\f5ac",
1232
+ "tablet-landscape": "\f5ad",
1233
+ "tablet": "\f5ae",
1234
+ "tag-fill": "\f5af",
1235
+ "tag": "\f5b0",
1236
+ "tags-fill": "\f5b1",
1237
+ "tags": "\f5b2",
1238
+ "telegram": "\f5b3",
1239
+ "telephone-fill": "\f5b4",
1240
+ "telephone-forward-fill": "\f5b5",
1241
+ "telephone-forward": "\f5b6",
1242
+ "telephone-inbound-fill": "\f5b7",
1243
+ "telephone-inbound": "\f5b8",
1244
+ "telephone-minus-fill": "\f5b9",
1245
+ "telephone-minus": "\f5ba",
1246
+ "telephone-outbound-fill": "\f5bb",
1247
+ "telephone-outbound": "\f5bc",
1248
+ "telephone-plus-fill": "\f5bd",
1249
+ "telephone-plus": "\f5be",
1250
+ "telephone-x-fill": "\f5bf",
1251
+ "telephone-x": "\f5c0",
1252
+ "telephone": "\f5c1",
1253
+ "terminal-fill": "\f5c2",
1254
+ "terminal": "\f5c3",
1255
+ "text-center": "\f5c4",
1256
+ "text-indent-left": "\f5c5",
1257
+ "text-indent-right": "\f5c6",
1258
+ "text-left": "\f5c7",
1259
+ "text-paragraph": "\f5c8",
1260
+ "text-right": "\f5c9",
1261
+ "textarea-resize": "\f5ca",
1262
+ "textarea-t": "\f5cb",
1263
+ "textarea": "\f5cc",
1264
+ "thermometer-half": "\f5cd",
1265
+ "thermometer-high": "\f5ce",
1266
+ "thermometer-low": "\f5cf",
1267
+ "thermometer-snow": "\f5d0",
1268
+ "thermometer-sun": "\f5d1",
1269
+ "thermometer": "\f5d2",
1270
+ "three-dots-vertical": "\f5d3",
1271
+ "three-dots": "\f5d4",
1272
+ "toggle-off": "\f5d5",
1273
+ "toggle-on": "\f5d6",
1274
+ "toggle2-off": "\f5d7",
1275
+ "toggle2-on": "\f5d8",
1276
+ "toggles": "\f5d9",
1277
+ "toggles2": "\f5da",
1278
+ "tools": "\f5db",
1279
+ "tornado": "\f5dc",
1280
+ "trash-fill": "\f5dd",
1281
+ "trash": "\f5de",
1282
+ "trash2-fill": "\f5df",
1283
+ "trash2": "\f5e0",
1284
+ "tree-fill": "\f5e1",
1285
+ "tree": "\f5e2",
1286
+ "triangle-fill": "\f5e3",
1287
+ "triangle-half": "\f5e4",
1288
+ "triangle": "\f5e5",
1289
+ "trophy-fill": "\f5e6",
1290
+ "trophy": "\f5e7",
1291
+ "tropical-storm": "\f5e8",
1292
+ "truck-flatbed": "\f5e9",
1293
+ "truck": "\f5ea",
1294
+ "tsunami": "\f5eb",
1295
+ "tv-fill": "\f5ec",
1296
+ "tv": "\f5ed",
1297
+ "twitch": "\f5ee",
1298
+ "twitter": "\f5ef",
1299
+ "type-bold": "\f5f0",
1300
+ "type-h1": "\f5f1",
1301
+ "type-h2": "\f5f2",
1302
+ "type-h3": "\f5f3",
1303
+ "type-italic": "\f5f4",
1304
+ "type-strikethrough": "\f5f5",
1305
+ "type-underline": "\f5f6",
1306
+ "type": "\f5f7",
1307
+ "ui-checks-grid": "\f5f8",
1308
+ "ui-checks": "\f5f9",
1309
+ "ui-radios-grid": "\f5fa",
1310
+ "ui-radios": "\f5fb",
1311
+ "umbrella-fill": "\f5fc",
1312
+ "umbrella": "\f5fd",
1313
+ "union": "\f5fe",
1314
+ "unlock-fill": "\f5ff",
1315
+ "unlock": "\f600",
1316
+ "upc-scan": "\f601",
1317
+ "upc": "\f602",
1318
+ "upload": "\f603",
1319
+ "vector-pen": "\f604",
1320
+ "view-list": "\f605",
1321
+ "view-stacked": "\f606",
1322
+ "vinyl-fill": "\f607",
1323
+ "vinyl": "\f608",
1324
+ "voicemail": "\f609",
1325
+ "volume-down-fill": "\f60a",
1326
+ "volume-down": "\f60b",
1327
+ "volume-mute-fill": "\f60c",
1328
+ "volume-mute": "\f60d",
1329
+ "volume-off-fill": "\f60e",
1330
+ "volume-off": "\f60f",
1331
+ "volume-up-fill": "\f610",
1332
+ "volume-up": "\f611",
1333
+ "vr": "\f612",
1334
+ "wallet-fill": "\f613",
1335
+ "wallet": "\f614",
1336
+ "wallet2": "\f615",
1337
+ "watch": "\f616",
1338
+ "water": "\f617",
1339
+ "whatsapp": "\f618",
1340
+ "wifi-1": "\f619",
1341
+ "wifi-2": "\f61a",
1342
+ "wifi-off": "\f61b",
1343
+ "wifi": "\f61c",
1344
+ "wind": "\f61d",
1345
+ "window-dock": "\f61e",
1346
+ "window-sidebar": "\f61f",
1347
+ "window": "\f620",
1348
+ "wrench": "\f621",
1349
+ "x-circle-fill": "\f622",
1350
+ "x-circle": "\f623",
1351
+ "x-diamond-fill": "\f624",
1352
+ "x-diamond": "\f625",
1353
+ "x-octagon-fill": "\f626",
1354
+ "x-octagon": "\f627",
1355
+ "x-square-fill": "\f628",
1356
+ "x-square": "\f629",
1357
+ "x": "\f62a",
1358
+ "youtube": "\f62b",
1359
+ "zoom-in": "\f62c",
1360
+ "zoom-out": "\f62d",
1361
+ "bank": "\f62e",
1362
+ "bank2": "\f62f",
1363
+ "bell-slash-fill": "\f630",
1364
+ "bell-slash": "\f631",
1365
+ "cash-coin": "\f632",
1366
+ "check-lg": "\f633",
1367
+ "coin": "\f634",
1368
+ "currency-bitcoin": "\f635",
1369
+ "currency-dollar": "\f636",
1370
+ "currency-euro": "\f637",
1371
+ "currency-exchange": "\f638",
1372
+ "currency-pound": "\f639",
1373
+ "currency-yen": "\f63a",
1374
+ "dash-lg": "\f63b",
1375
+ "exclamation-lg": "\f63c",
1376
+ "file-earmark-pdf-fill": "\f63d",
1377
+ "file-earmark-pdf": "\f63e",
1378
+ "file-pdf-fill": "\f63f",
1379
+ "file-pdf": "\f640",
1380
+ "gender-ambiguous": "\f641",
1381
+ "gender-female": "\f642",
1382
+ "gender-male": "\f643",
1383
+ "gender-trans": "\f644",
1384
+ "headset-vr": "\f645",
1385
+ "info-lg": "\f646",
1386
+ "mastodon": "\f647",
1387
+ "messenger": "\f648",
1388
+ "piggy-bank-fill": "\f649",
1389
+ "piggy-bank": "\f64a",
1390
+ "pin-map-fill": "\f64b",
1391
+ "pin-map": "\f64c",
1392
+ "plus-lg": "\f64d",
1393
+ "question-lg": "\f64e",
1394
+ "recycle": "\f64f",
1395
+ "reddit": "\f650",
1396
+ "safe-fill": "\f651",
1397
+ "safe2-fill": "\f652",
1398
+ "safe2": "\f653",
1399
+ "sd-card-fill": "\f654",
1400
+ "sd-card": "\f655",
1401
+ "skype": "\f656",
1402
+ "slash-lg": "\f657",
1403
+ "translate": "\f658",
1404
+ "x-lg": "\f659",
1405
+ "safe": "\f65a",
1406
+ "apple": "\f65b",
1407
+ "microsoft": "\f65d",
1408
+ "windows": "\f65e",
1409
+ "behance": "\f65c",
1410
+ "dribbble": "\f65f",
1411
+ "line": "\f660",
1412
+ "medium": "\f661",
1413
+ "paypal": "\f662",
1414
+ "pinterest": "\f663",
1415
+ "signal": "\f664",
1416
+ "snapchat": "\f665",
1417
+ "spotify": "\f666",
1418
+ "stack-overflow": "\f667",
1419
+ "strava": "\f668",
1420
+ "wordpress": "\f669",
1421
+ "vimeo": "\f66a",
1422
+ "activity": "\f66b",
1423
+ "easel2-fill": "\f66c",
1424
+ "easel2": "\f66d",
1425
+ "easel3-fill": "\f66e",
1426
+ "easel3": "\f66f",
1427
+ "fan": "\f670",
1428
+ "fingerprint": "\f671",
1429
+ "graph-down-arrow": "\f672",
1430
+ "graph-up-arrow": "\f673",
1431
+ "hypnotize": "\f674",
1432
+ "magic": "\f675",
1433
+ "person-rolodex": "\f676",
1434
+ "person-video": "\f677",
1435
+ "person-video2": "\f678",
1436
+ "person-video3": "\f679",
1437
+ "person-workspace": "\f67a",
1438
+ "radioactive": "\f67b",
1439
+ "webcam-fill": "\f67c",
1440
+ "webcam": "\f67d",
1441
+ "yin-yang": "\f67e",
1442
+ "bandaid-fill": "\f680",
1443
+ "bandaid": "\f681",
1444
+ "bluetooth": "\f682",
1445
+ "body-text": "\f683",
1446
+ "boombox": "\f684",
1447
+ "boxes": "\f685",
1448
+ "dpad-fill": "\f686",
1449
+ "dpad": "\f687",
1450
+ "ear-fill": "\f688",
1451
+ "ear": "\f689",
1452
+ "envelope-check-fill": "\f68b",
1453
+ "envelope-check": "\f68c",
1454
+ "envelope-dash-fill": "\f68e",
1455
+ "envelope-dash": "\f68f",
1456
+ "envelope-exclamation-fill": "\f691",
1457
+ "envelope-exclamation": "\f692",
1458
+ "envelope-plus-fill": "\f693",
1459
+ "envelope-plus": "\f694",
1460
+ "envelope-slash-fill": "\f696",
1461
+ "envelope-slash": "\f697",
1462
+ "envelope-x-fill": "\f699",
1463
+ "envelope-x": "\f69a",
1464
+ "explicit-fill": "\f69b",
1465
+ "explicit": "\f69c",
1466
+ "git": "\f69d",
1467
+ "infinity": "\f69e",
1468
+ "list-columns-reverse": "\f69f",
1469
+ "list-columns": "\f6a0",
1470
+ "meta": "\f6a1",
1471
+ "nintendo-switch": "\f6a4",
1472
+ "pc-display-horizontal": "\f6a5",
1473
+ "pc-display": "\f6a6",
1474
+ "pc-horizontal": "\f6a7",
1475
+ "pc": "\f6a8",
1476
+ "playstation": "\f6a9",
1477
+ "plus-slash-minus": "\f6aa",
1478
+ "projector-fill": "\f6ab",
1479
+ "projector": "\f6ac",
1480
+ "qr-code-scan": "\f6ad",
1481
+ "qr-code": "\f6ae",
1482
+ "quora": "\f6af",
1483
+ "quote": "\f6b0",
1484
+ "robot": "\f6b1",
1485
+ "send-check-fill": "\f6b2",
1486
+ "send-check": "\f6b3",
1487
+ "send-dash-fill": "\f6b4",
1488
+ "send-dash": "\f6b5",
1489
+ "send-exclamation-fill": "\f6b7",
1490
+ "send-exclamation": "\f6b8",
1491
+ "send-fill": "\f6b9",
1492
+ "send-plus-fill": "\f6ba",
1493
+ "send-plus": "\f6bb",
1494
+ "send-slash-fill": "\f6bc",
1495
+ "send-slash": "\f6bd",
1496
+ "send-x-fill": "\f6be",
1497
+ "send-x": "\f6bf",
1498
+ "send": "\f6c0",
1499
+ "steam": "\f6c1",
1500
+ "terminal-dash": "\f6c3",
1501
+ "terminal-plus": "\f6c4",
1502
+ "terminal-split": "\f6c5",
1503
+ "ticket-detailed-fill": "\f6c6",
1504
+ "ticket-detailed": "\f6c7",
1505
+ "ticket-fill": "\f6c8",
1506
+ "ticket-perforated-fill": "\f6c9",
1507
+ "ticket-perforated": "\f6ca",
1508
+ "ticket": "\f6cb",
1509
+ "tiktok": "\f6cc",
1510
+ "window-dash": "\f6cd",
1511
+ "window-desktop": "\f6ce",
1512
+ "window-fullscreen": "\f6cf",
1513
+ "window-plus": "\f6d0",
1514
+ "window-split": "\f6d1",
1515
+ "window-stack": "\f6d2",
1516
+ "window-x": "\f6d3",
1517
+ "xbox": "\f6d4",
1518
+ "ethernet": "\f6d5",
1519
+ "hdmi-fill": "\f6d6",
1520
+ "hdmi": "\f6d7",
1521
+ "usb-c-fill": "\f6d8",
1522
+ "usb-c": "\f6d9",
1523
+ "usb-fill": "\f6da",
1524
+ "usb-plug-fill": "\f6db",
1525
+ "usb-plug": "\f6dc",
1526
+ "usb-symbol": "\f6dd",
1527
+ "usb": "\f6de",
1528
+ "boombox-fill": "\f6df",
1529
+ "displayport": "\f6e1",
1530
+ "gpu-card": "\f6e2",
1531
+ "memory": "\f6e3",
1532
+ "modem-fill": "\f6e4",
1533
+ "modem": "\f6e5",
1534
+ "motherboard-fill": "\f6e6",
1535
+ "motherboard": "\f6e7",
1536
+ "optical-audio-fill": "\f6e8",
1537
+ "optical-audio": "\f6e9",
1538
+ "pci-card": "\f6ea",
1539
+ "router-fill": "\f6eb",
1540
+ "router": "\f6ec",
1541
+ "thunderbolt-fill": "\f6ef",
1542
+ "thunderbolt": "\f6f0",
1543
+ "usb-drive-fill": "\f6f1",
1544
+ "usb-drive": "\f6f2",
1545
+ "usb-micro-fill": "\f6f3",
1546
+ "usb-micro": "\f6f4",
1547
+ "usb-mini-fill": "\f6f5",
1548
+ "usb-mini": "\f6f6",
1549
+ "cloud-haze2": "\f6f7",
1550
+ "device-hdd-fill": "\f6f8",
1551
+ "device-hdd": "\f6f9",
1552
+ "device-ssd-fill": "\f6fa",
1553
+ "device-ssd": "\f6fb",
1554
+ "displayport-fill": "\f6fc",
1555
+ "mortarboard-fill": "\f6fd",
1556
+ "mortarboard": "\f6fe",
1557
+ "terminal-x": "\f6ff",
1558
+ "arrow-through-heart-fill": "\f700",
1559
+ "arrow-through-heart": "\f701",
1560
+ "badge-sd-fill": "\f702",
1561
+ "badge-sd": "\f703",
1562
+ "bag-heart-fill": "\f704",
1563
+ "bag-heart": "\f705",
1564
+ "balloon-fill": "\f706",
1565
+ "balloon-heart-fill": "\f707",
1566
+ "balloon-heart": "\f708",
1567
+ "balloon": "\f709",
1568
+ "box2-fill": "\f70a",
1569
+ "box2-heart-fill": "\f70b",
1570
+ "box2-heart": "\f70c",
1571
+ "box2": "\f70d",
1572
+ "braces-asterisk": "\f70e",
1573
+ "calendar-heart-fill": "\f70f",
1574
+ "calendar-heart": "\f710",
1575
+ "calendar2-heart-fill": "\f711",
1576
+ "calendar2-heart": "\f712",
1577
+ "chat-heart-fill": "\f713",
1578
+ "chat-heart": "\f714",
1579
+ "chat-left-heart-fill": "\f715",
1580
+ "chat-left-heart": "\f716",
1581
+ "chat-right-heart-fill": "\f717",
1582
+ "chat-right-heart": "\f718",
1583
+ "chat-square-heart-fill": "\f719",
1584
+ "chat-square-heart": "\f71a",
1585
+ "clipboard-check-fill": "\f71b",
1586
+ "clipboard-data-fill": "\f71c",
1587
+ "clipboard-fill": "\f71d",
1588
+ "clipboard-heart-fill": "\f71e",
1589
+ "clipboard-heart": "\f71f",
1590
+ "clipboard-minus-fill": "\f720",
1591
+ "clipboard-plus-fill": "\f721",
1592
+ "clipboard-pulse": "\f722",
1593
+ "clipboard-x-fill": "\f723",
1594
+ "clipboard2-check-fill": "\f724",
1595
+ "clipboard2-check": "\f725",
1596
+ "clipboard2-data-fill": "\f726",
1597
+ "clipboard2-data": "\f727",
1598
+ "clipboard2-fill": "\f728",
1599
+ "clipboard2-heart-fill": "\f729",
1600
+ "clipboard2-heart": "\f72a",
1601
+ "clipboard2-minus-fill": "\f72b",
1602
+ "clipboard2-minus": "\f72c",
1603
+ "clipboard2-plus-fill": "\f72d",
1604
+ "clipboard2-plus": "\f72e",
1605
+ "clipboard2-pulse-fill": "\f72f",
1606
+ "clipboard2-pulse": "\f730",
1607
+ "clipboard2-x-fill": "\f731",
1608
+ "clipboard2-x": "\f732",
1609
+ "clipboard2": "\f733",
1610
+ "emoji-kiss-fill": "\f734",
1611
+ "emoji-kiss": "\f735",
1612
+ "envelope-heart-fill": "\f736",
1613
+ "envelope-heart": "\f737",
1614
+ "envelope-open-heart-fill": "\f738",
1615
+ "envelope-open-heart": "\f739",
1616
+ "envelope-paper-fill": "\f73a",
1617
+ "envelope-paper-heart-fill": "\f73b",
1618
+ "envelope-paper-heart": "\f73c",
1619
+ "envelope-paper": "\f73d",
1620
+ "filetype-aac": "\f73e",
1621
+ "filetype-ai": "\f73f",
1622
+ "filetype-bmp": "\f740",
1623
+ "filetype-cs": "\f741",
1624
+ "filetype-css": "\f742",
1625
+ "filetype-csv": "\f743",
1626
+ "filetype-doc": "\f744",
1627
+ "filetype-docx": "\f745",
1628
+ "filetype-exe": "\f746",
1629
+ "filetype-gif": "\f747",
1630
+ "filetype-heic": "\f748",
1631
+ "filetype-html": "\f749",
1632
+ "filetype-java": "\f74a",
1633
+ "filetype-jpg": "\f74b",
1634
+ "filetype-js": "\f74c",
1635
+ "filetype-jsx": "\f74d",
1636
+ "filetype-key": "\f74e",
1637
+ "filetype-m4p": "\f74f",
1638
+ "filetype-md": "\f750",
1639
+ "filetype-mdx": "\f751",
1640
+ "filetype-mov": "\f752",
1641
+ "filetype-mp3": "\f753",
1642
+ "filetype-mp4": "\f754",
1643
+ "filetype-otf": "\f755",
1644
+ "filetype-pdf": "\f756",
1645
+ "filetype-php": "\f757",
1646
+ "filetype-png": "\f758",
1647
+ "filetype-ppt": "\f75a",
1648
+ "filetype-psd": "\f75b",
1649
+ "filetype-py": "\f75c",
1650
+ "filetype-raw": "\f75d",
1651
+ "filetype-rb": "\f75e",
1652
+ "filetype-sass": "\f75f",
1653
+ "filetype-scss": "\f760",
1654
+ "filetype-sh": "\f761",
1655
+ "filetype-svg": "\f762",
1656
+ "filetype-tiff": "\f763",
1657
+ "filetype-tsx": "\f764",
1658
+ "filetype-ttf": "\f765",
1659
+ "filetype-txt": "\f766",
1660
+ "filetype-wav": "\f767",
1661
+ "filetype-woff": "\f768",
1662
+ "filetype-xls": "\f76a",
1663
+ "filetype-xml": "\f76b",
1664
+ "filetype-yml": "\f76c",
1665
+ "heart-arrow": "\f76d",
1666
+ "heart-pulse-fill": "\f76e",
1667
+ "heart-pulse": "\f76f",
1668
+ "heartbreak-fill": "\f770",
1669
+ "heartbreak": "\f771",
1670
+ "hearts": "\f772",
1671
+ "hospital-fill": "\f773",
1672
+ "hospital": "\f774",
1673
+ "house-heart-fill": "\f775",
1674
+ "house-heart": "\f776",
1675
+ "incognito": "\f777",
1676
+ "magnet-fill": "\f778",
1677
+ "magnet": "\f779",
1678
+ "person-heart": "\f77a",
1679
+ "person-hearts": "\f77b",
1680
+ "phone-flip": "\f77c",
1681
+ "plugin": "\f77d",
1682
+ "postage-fill": "\f77e",
1683
+ "postage-heart-fill": "\f77f",
1684
+ "postage-heart": "\f780",
1685
+ "postage": "\f781",
1686
+ "postcard-fill": "\f782",
1687
+ "postcard-heart-fill": "\f783",
1688
+ "postcard-heart": "\f784",
1689
+ "postcard": "\f785",
1690
+ "search-heart-fill": "\f786",
1691
+ "search-heart": "\f787",
1692
+ "sliders2-vertical": "\f788",
1693
+ "sliders2": "\f789",
1694
+ "trash3-fill": "\f78a",
1695
+ "trash3": "\f78b",
1696
+ "valentine": "\f78c",
1697
+ "valentine2": "\f78d",
1698
+ "wrench-adjustable-circle-fill": "\f78e",
1699
+ "wrench-adjustable-circle": "\f78f",
1700
+ "wrench-adjustable": "\f790",
1701
+ "filetype-json": "\f791",
1702
+ "filetype-pptx": "\f792",
1703
+ "filetype-xlsx": "\f793",
1704
+ "1-circle-fill": "\f796",
1705
+ "1-circle": "\f797",
1706
+ "1-square-fill": "\f798",
1707
+ "1-square": "\f799",
1708
+ "2-circle-fill": "\f79c",
1709
+ "2-circle": "\f79d",
1710
+ "2-square-fill": "\f79e",
1711
+ "2-square": "\f79f",
1712
+ "3-circle-fill": "\f7a2",
1713
+ "3-circle": "\f7a3",
1714
+ "3-square-fill": "\f7a4",
1715
+ "3-square": "\f7a5",
1716
+ "4-circle-fill": "\f7a8",
1717
+ "4-circle": "\f7a9",
1718
+ "4-square-fill": "\f7aa",
1719
+ "4-square": "\f7ab",
1720
+ "5-circle-fill": "\f7ae",
1721
+ "5-circle": "\f7af",
1722
+ "5-square-fill": "\f7b0",
1723
+ "5-square": "\f7b1",
1724
+ "6-circle-fill": "\f7b4",
1725
+ "6-circle": "\f7b5",
1726
+ "6-square-fill": "\f7b6",
1727
+ "6-square": "\f7b7",
1728
+ "7-circle-fill": "\f7ba",
1729
+ "7-circle": "\f7bb",
1730
+ "7-square-fill": "\f7bc",
1731
+ "7-square": "\f7bd",
1732
+ "8-circle-fill": "\f7c0",
1733
+ "8-circle": "\f7c1",
1734
+ "8-square-fill": "\f7c2",
1735
+ "8-square": "\f7c3",
1736
+ "9-circle-fill": "\f7c6",
1737
+ "9-circle": "\f7c7",
1738
+ "9-square-fill": "\f7c8",
1739
+ "9-square": "\f7c9",
1740
+ "airplane-engines-fill": "\f7ca",
1741
+ "airplane-engines": "\f7cb",
1742
+ "airplane-fill": "\f7cc",
1743
+ "airplane": "\f7cd",
1744
+ "alexa": "\f7ce",
1745
+ "alipay": "\f7cf",
1746
+ "android": "\f7d0",
1747
+ "android2": "\f7d1",
1748
+ "box-fill": "\f7d2",
1749
+ "box-seam-fill": "\f7d3",
1750
+ "browser-chrome": "\f7d4",
1751
+ "browser-edge": "\f7d5",
1752
+ "browser-firefox": "\f7d6",
1753
+ "browser-safari": "\f7d7",
1754
+ "c-circle-fill": "\f7da",
1755
+ "c-circle": "\f7db",
1756
+ "c-square-fill": "\f7dc",
1757
+ "c-square": "\f7dd",
1758
+ "capsule-pill": "\f7de",
1759
+ "capsule": "\f7df",
1760
+ "car-front-fill": "\f7e0",
1761
+ "car-front": "\f7e1",
1762
+ "cassette-fill": "\f7e2",
1763
+ "cassette": "\f7e3",
1764
+ "cc-circle-fill": "\f7e6",
1765
+ "cc-circle": "\f7e7",
1766
+ "cc-square-fill": "\f7e8",
1767
+ "cc-square": "\f7e9",
1768
+ "cup-hot-fill": "\f7ea",
1769
+ "cup-hot": "\f7eb",
1770
+ "currency-rupee": "\f7ec",
1771
+ "dropbox": "\f7ed",
1772
+ "escape": "\f7ee",
1773
+ "fast-forward-btn-fill": "\f7ef",
1774
+ "fast-forward-btn": "\f7f0",
1775
+ "fast-forward-circle-fill": "\f7f1",
1776
+ "fast-forward-circle": "\f7f2",
1777
+ "fast-forward-fill": "\f7f3",
1778
+ "fast-forward": "\f7f4",
1779
+ "filetype-sql": "\f7f5",
1780
+ "fire": "\f7f6",
1781
+ "google-play": "\f7f7",
1782
+ "h-circle-fill": "\f7fa",
1783
+ "h-circle": "\f7fb",
1784
+ "h-square-fill": "\f7fc",
1785
+ "h-square": "\f7fd",
1786
+ "indent": "\f7fe",
1787
+ "lungs-fill": "\f7ff",
1788
+ "lungs": "\f800",
1789
+ "microsoft-teams": "\f801",
1790
+ "p-circle-fill": "\f804",
1791
+ "p-circle": "\f805",
1792
+ "p-square-fill": "\f806",
1793
+ "p-square": "\f807",
1794
+ "pass-fill": "\f808",
1795
+ "pass": "\f809",
1796
+ "prescription": "\f80a",
1797
+ "prescription2": "\f80b",
1798
+ "r-circle-fill": "\f80e",
1799
+ "r-circle": "\f80f",
1800
+ "r-square-fill": "\f810",
1801
+ "r-square": "\f811",
1802
+ "repeat-1": "\f812",
1803
+ "repeat": "\f813",
1804
+ "rewind-btn-fill": "\f814",
1805
+ "rewind-btn": "\f815",
1806
+ "rewind-circle-fill": "\f816",
1807
+ "rewind-circle": "\f817",
1808
+ "rewind-fill": "\f818",
1809
+ "rewind": "\f819",
1810
+ "train-freight-front-fill": "\f81a",
1811
+ "train-freight-front": "\f81b",
1812
+ "train-front-fill": "\f81c",
1813
+ "train-front": "\f81d",
1814
+ "train-lightrail-front-fill": "\f81e",
1815
+ "train-lightrail-front": "\f81f",
1816
+ "truck-front-fill": "\f820",
1817
+ "truck-front": "\f821",
1818
+ "ubuntu": "\f822",
1819
+ "unindent": "\f823",
1820
+ "unity": "\f824",
1821
+ "universal-access-circle": "\f825",
1822
+ "universal-access": "\f826",
1823
+ "virus": "\f827",
1824
+ "virus2": "\f828",
1825
+ "wechat": "\f829",
1826
+ "yelp": "\f82a",
1827
+ "sign-stop-fill": "\f82b",
1828
+ "sign-stop-lights-fill": "\f82c",
1829
+ "sign-stop-lights": "\f82d",
1830
+ "sign-stop": "\f82e",
1831
+ "sign-turn-left-fill": "\f82f",
1832
+ "sign-turn-left": "\f830",
1833
+ "sign-turn-right-fill": "\f831",
1834
+ "sign-turn-right": "\f832",
1835
+ "sign-turn-slight-left-fill": "\f833",
1836
+ "sign-turn-slight-left": "\f834",
1837
+ "sign-turn-slight-right-fill": "\f835",
1838
+ "sign-turn-slight-right": "\f836",
1839
+ "sign-yield-fill": "\f837",
1840
+ "sign-yield": "\f838",
1841
+ "ev-station-fill": "\f839",
1842
+ "ev-station": "\f83a",
1843
+ "fuel-pump-diesel-fill": "\f83b",
1844
+ "fuel-pump-diesel": "\f83c",
1845
+ "fuel-pump-fill": "\f83d",
1846
+ "fuel-pump": "\f83e",
1847
+ "0-circle-fill": "\f83f",
1848
+ "0-circle": "\f840",
1849
+ "0-square-fill": "\f841",
1850
+ "0-square": "\f842",
1851
+ "rocket-fill": "\f843",
1852
+ "rocket-takeoff-fill": "\f844",
1853
+ "rocket-takeoff": "\f845",
1854
+ "rocket": "\f846",
1855
+ "stripe": "\f847",
1856
+ "subscript": "\f848",
1857
+ "superscript": "\f849",
1858
+ "trello": "\f84a",
1859
+ "envelope-at-fill": "\f84b",
1860
+ "envelope-at": "\f84c",
1861
+ "regex": "\f84d",
1862
+ "text-wrap": "\f84e",
1863
+ "sign-dead-end-fill": "\f84f",
1864
+ "sign-dead-end": "\f850",
1865
+ "sign-do-not-enter-fill": "\f851",
1866
+ "sign-do-not-enter": "\f852",
1867
+ "sign-intersection-fill": "\f853",
1868
+ "sign-intersection-side-fill": "\f854",
1869
+ "sign-intersection-side": "\f855",
1870
+ "sign-intersection-t-fill": "\f856",
1871
+ "sign-intersection-t": "\f857",
1872
+ "sign-intersection-y-fill": "\f858",
1873
+ "sign-intersection-y": "\f859",
1874
+ "sign-intersection": "\f85a",
1875
+ "sign-merge-left-fill": "\f85b",
1876
+ "sign-merge-left": "\f85c",
1877
+ "sign-merge-right-fill": "\f85d",
1878
+ "sign-merge-right": "\f85e",
1879
+ "sign-no-left-turn-fill": "\f85f",
1880
+ "sign-no-left-turn": "\f860",
1881
+ "sign-no-parking-fill": "\f861",
1882
+ "sign-no-parking": "\f862",
1883
+ "sign-no-right-turn-fill": "\f863",
1884
+ "sign-no-right-turn": "\f864",
1885
+ "sign-railroad-fill": "\f865",
1886
+ "sign-railroad": "\f866",
1887
+ "building-add": "\f867",
1888
+ "building-check": "\f868",
1889
+ "building-dash": "\f869",
1890
+ "building-down": "\f86a",
1891
+ "building-exclamation": "\f86b",
1892
+ "building-fill-add": "\f86c",
1893
+ "building-fill-check": "\f86d",
1894
+ "building-fill-dash": "\f86e",
1895
+ "building-fill-down": "\f86f",
1896
+ "building-fill-exclamation": "\f870",
1897
+ "building-fill-gear": "\f871",
1898
+ "building-fill-lock": "\f872",
1899
+ "building-fill-slash": "\f873",
1900
+ "building-fill-up": "\f874",
1901
+ "building-fill-x": "\f875",
1902
+ "building-fill": "\f876",
1903
+ "building-gear": "\f877",
1904
+ "building-lock": "\f878",
1905
+ "building-slash": "\f879",
1906
+ "building-up": "\f87a",
1907
+ "building-x": "\f87b",
1908
+ "buildings-fill": "\f87c",
1909
+ "buildings": "\f87d",
1910
+ "bus-front-fill": "\f87e",
1911
+ "bus-front": "\f87f",
1912
+ "ev-front-fill": "\f880",
1913
+ "ev-front": "\f881",
1914
+ "globe-americas": "\f882",
1915
+ "globe-asia-australia": "\f883",
1916
+ "globe-central-south-asia": "\f884",
1917
+ "globe-europe-africa": "\f885",
1918
+ "house-add-fill": "\f886",
1919
+ "house-add": "\f887",
1920
+ "house-check-fill": "\f888",
1921
+ "house-check": "\f889",
1922
+ "house-dash-fill": "\f88a",
1923
+ "house-dash": "\f88b",
1924
+ "house-down-fill": "\f88c",
1925
+ "house-down": "\f88d",
1926
+ "house-exclamation-fill": "\f88e",
1927
+ "house-exclamation": "\f88f",
1928
+ "house-gear-fill": "\f890",
1929
+ "house-gear": "\f891",
1930
+ "house-lock-fill": "\f892",
1931
+ "house-lock": "\f893",
1932
+ "house-slash-fill": "\f894",
1933
+ "house-slash": "\f895",
1934
+ "house-up-fill": "\f896",
1935
+ "house-up": "\f897",
1936
+ "house-x-fill": "\f898",
1937
+ "house-x": "\f899",
1938
+ "person-add": "\f89a",
1939
+ "person-down": "\f89b",
1940
+ "person-exclamation": "\f89c",
1941
+ "person-fill-add": "\f89d",
1942
+ "person-fill-check": "\f89e",
1943
+ "person-fill-dash": "\f89f",
1944
+ "person-fill-down": "\f8a0",
1945
+ "person-fill-exclamation": "\f8a1",
1946
+ "person-fill-gear": "\f8a2",
1947
+ "person-fill-lock": "\f8a3",
1948
+ "person-fill-slash": "\f8a4",
1949
+ "person-fill-up": "\f8a5",
1950
+ "person-fill-x": "\f8a6",
1951
+ "person-gear": "\f8a7",
1952
+ "person-lock": "\f8a8",
1953
+ "person-slash": "\f8a9",
1954
+ "person-up": "\f8aa",
1955
+ "scooter": "\f8ab",
1956
+ "taxi-front-fill": "\f8ac",
1957
+ "taxi-front": "\f8ad",
1958
+ "amd": "\f8ae",
1959
+ "database-add": "\f8af",
1960
+ "database-check": "\f8b0",
1961
+ "database-dash": "\f8b1",
1962
+ "database-down": "\f8b2",
1963
+ "database-exclamation": "\f8b3",
1964
+ "database-fill-add": "\f8b4",
1965
+ "database-fill-check": "\f8b5",
1966
+ "database-fill-dash": "\f8b6",
1967
+ "database-fill-down": "\f8b7",
1968
+ "database-fill-exclamation": "\f8b8",
1969
+ "database-fill-gear": "\f8b9",
1970
+ "database-fill-lock": "\f8ba",
1971
+ "database-fill-slash": "\f8bb",
1972
+ "database-fill-up": "\f8bc",
1973
+ "database-fill-x": "\f8bd",
1974
+ "database-fill": "\f8be",
1975
+ "database-gear": "\f8bf",
1976
+ "database-lock": "\f8c0",
1977
+ "database-slash": "\f8c1",
1978
+ "database-up": "\f8c2",
1979
+ "database-x": "\f8c3",
1980
+ "database": "\f8c4",
1981
+ "houses-fill": "\f8c5",
1982
+ "houses": "\f8c6",
1983
+ "nvidia": "\f8c7",
1984
+ "person-vcard-fill": "\f8c8",
1985
+ "person-vcard": "\f8c9",
1986
+ "sina-weibo": "\f8ca",
1987
+ "tencent-qq": "\f8cb",
1988
+ "wikipedia": "\f8cc",
1989
+ );
1990
+
1991
+ @each $icon, $codepoint in $bootstrap-icons-map {
1992
+ .bi-#{$icon}::before { content: $codepoint; }
1993
+ }