1#[cfg(feature = "bootstrap")]
4mod bootstrap;
5#[cfg(feature = "extra")]
6mod extra;
7#[cfg(feature = "feather")]
8mod feather;
9#[cfg(feature = "font_awesome_regular")]
10mod font_awesome_regular;
11#[cfg(feature = "font_awesome_solid")]
12mod font_awesome_solid;
13#[cfg(feature = "heroicons_mini_solid")]
14mod heroicons_mini_solid;
15#[cfg(feature = "heroicons_outline")]
16mod heroicons_outline;
17#[cfg(feature = "heroicons_solid")]
18mod heroicons_solid;
19#[cfg(feature = "lipis_flag_icons_1_x_1")]
20mod lipis_flag_icons_1_x_1;
21#[cfg(feature = "lipis_flag_icons_4_x_3")]
22mod lipis_flag_icons_4_x_3;
23#[cfg(feature = "lucide")]
24mod lucide;
25#[cfg(feature = "octicons")]
26mod octicons;
27#[cfg(feature = "simple_icons")]
28mod simple_icons;
29#[cfg(feature = "_enumerate_icon_data")]
30impl crate::IconData {
31 #[doc(hidden)]
32 pub const ENUMERATE: &'static [Self] = &[
33 #[cfg(feature = "bootstrap")]
34 Self::BOOTSTRAP_0_CIRCLE_FILL,
35 #[cfg(feature = "bootstrap")]
36 Self::BOOTSTRAP_0_CIRCLE,
37 #[cfg(feature = "bootstrap")]
38 Self::BOOTSTRAP_0_SQUARE_FILL,
39 #[cfg(feature = "bootstrap")]
40 Self::BOOTSTRAP_0_SQUARE,
41 #[cfg(feature = "bootstrap")]
42 Self::BOOTSTRAP_1_CIRCLE_FILL,
43 #[cfg(feature = "bootstrap")]
44 Self::BOOTSTRAP_1_CIRCLE,
45 #[cfg(feature = "bootstrap")]
46 Self::BOOTSTRAP_1_SQUARE_FILL,
47 #[cfg(feature = "bootstrap")]
48 Self::BOOTSTRAP_1_SQUARE,
49 #[cfg(feature = "bootstrap")]
50 Self::BOOTSTRAP_123,
51 #[cfg(feature = "bootstrap")]
52 Self::BOOTSTRAP_2_CIRCLE_FILL,
53 #[cfg(feature = "bootstrap")]
54 Self::BOOTSTRAP_2_CIRCLE,
55 #[cfg(feature = "bootstrap")]
56 Self::BOOTSTRAP_2_SQUARE_FILL,
57 #[cfg(feature = "bootstrap")]
58 Self::BOOTSTRAP_2_SQUARE,
59 #[cfg(feature = "bootstrap")]
60 Self::BOOTSTRAP_3_CIRCLE_FILL,
61 #[cfg(feature = "bootstrap")]
62 Self::BOOTSTRAP_3_CIRCLE,
63 #[cfg(feature = "bootstrap")]
64 Self::BOOTSTRAP_3_SQUARE_FILL,
65 #[cfg(feature = "bootstrap")]
66 Self::BOOTSTRAP_3_SQUARE,
67 #[cfg(feature = "bootstrap")]
68 Self::BOOTSTRAP_4_CIRCLE_FILL,
69 #[cfg(feature = "bootstrap")]
70 Self::BOOTSTRAP_4_CIRCLE,
71 #[cfg(feature = "bootstrap")]
72 Self::BOOTSTRAP_4_SQUARE_FILL,
73 #[cfg(feature = "bootstrap")]
74 Self::BOOTSTRAP_4_SQUARE,
75 #[cfg(feature = "bootstrap")]
76 Self::BOOTSTRAP_5_CIRCLE_FILL,
77 #[cfg(feature = "bootstrap")]
78 Self::BOOTSTRAP_5_CIRCLE,
79 #[cfg(feature = "bootstrap")]
80 Self::BOOTSTRAP_5_SQUARE_FILL,
81 #[cfg(feature = "bootstrap")]
82 Self::BOOTSTRAP_5_SQUARE,
83 #[cfg(feature = "bootstrap")]
84 Self::BOOTSTRAP_6_CIRCLE_FILL,
85 #[cfg(feature = "bootstrap")]
86 Self::BOOTSTRAP_6_CIRCLE,
87 #[cfg(feature = "bootstrap")]
88 Self::BOOTSTRAP_6_SQUARE_FILL,
89 #[cfg(feature = "bootstrap")]
90 Self::BOOTSTRAP_6_SQUARE,
91 #[cfg(feature = "bootstrap")]
92 Self::BOOTSTRAP_7_CIRCLE_FILL,
93 #[cfg(feature = "bootstrap")]
94 Self::BOOTSTRAP_7_CIRCLE,
95 #[cfg(feature = "bootstrap")]
96 Self::BOOTSTRAP_7_SQUARE_FILL,
97 #[cfg(feature = "bootstrap")]
98 Self::BOOTSTRAP_7_SQUARE,
99 #[cfg(feature = "bootstrap")]
100 Self::BOOTSTRAP_8_CIRCLE_FILL,
101 #[cfg(feature = "bootstrap")]
102 Self::BOOTSTRAP_8_CIRCLE,
103 #[cfg(feature = "bootstrap")]
104 Self::BOOTSTRAP_8_SQUARE_FILL,
105 #[cfg(feature = "bootstrap")]
106 Self::BOOTSTRAP_8_SQUARE,
107 #[cfg(feature = "bootstrap")]
108 Self::BOOTSTRAP_9_CIRCLE_FILL,
109 #[cfg(feature = "bootstrap")]
110 Self::BOOTSTRAP_9_CIRCLE,
111 #[cfg(feature = "bootstrap")]
112 Self::BOOTSTRAP_9_SQUARE_FILL,
113 #[cfg(feature = "bootstrap")]
114 Self::BOOTSTRAP_9_SQUARE,
115 #[cfg(feature = "bootstrap")]
116 Self::BOOTSTRAP_ACTIVITY,
117 #[cfg(feature = "bootstrap")]
118 Self::BOOTSTRAP_AIRPLANE_ENGINES_FILL,
119 #[cfg(feature = "bootstrap")]
120 Self::BOOTSTRAP_AIRPLANE_ENGINES,
121 #[cfg(feature = "bootstrap")]
122 Self::BOOTSTRAP_AIRPLANE_FILL,
123 #[cfg(feature = "bootstrap")]
124 Self::BOOTSTRAP_AIRPLANE,
125 #[cfg(feature = "bootstrap")]
126 Self::BOOTSTRAP_ALARM_FILL,
127 #[cfg(feature = "bootstrap")]
128 Self::BOOTSTRAP_ALARM,
129 #[cfg(feature = "bootstrap")]
130 Self::BOOTSTRAP_ALEXA,
131 #[cfg(feature = "bootstrap")]
132 Self::BOOTSTRAP_ALIGN_BOTTOM,
133 #[cfg(feature = "bootstrap")]
134 Self::BOOTSTRAP_ALIGN_CENTER,
135 #[cfg(feature = "bootstrap")]
136 Self::BOOTSTRAP_ALIGN_END,
137 #[cfg(feature = "bootstrap")]
138 Self::BOOTSTRAP_ALIGN_MIDDLE,
139 #[cfg(feature = "bootstrap")]
140 Self::BOOTSTRAP_ALIGN_START,
141 #[cfg(feature = "bootstrap")]
142 Self::BOOTSTRAP_ALIGN_TOP,
143 #[cfg(feature = "bootstrap")]
144 Self::BOOTSTRAP_ALIPAY,
145 #[cfg(feature = "bootstrap")]
146 Self::BOOTSTRAP_ALT,
147 #[cfg(feature = "bootstrap")]
148 Self::BOOTSTRAP_AMD,
149 #[cfg(feature = "bootstrap")]
150 Self::BOOTSTRAP_ANDROID,
151 #[cfg(feature = "bootstrap")]
152 Self::BOOTSTRAP_ANDROID_2,
153 #[cfg(feature = "bootstrap")]
154 Self::BOOTSTRAP_APP_INDICATOR,
155 #[cfg(feature = "bootstrap")]
156 Self::BOOTSTRAP_APP,
157 #[cfg(feature = "bootstrap")]
158 Self::BOOTSTRAP_APPLE,
159 #[cfg(feature = "bootstrap")]
160 Self::BOOTSTRAP_ARCHIVE_FILL,
161 #[cfg(feature = "bootstrap")]
162 Self::BOOTSTRAP_ARCHIVE,
163 #[cfg(feature = "bootstrap")]
164 Self::BOOTSTRAP_ARROW_90_DEG_DOWN,
165 #[cfg(feature = "bootstrap")]
166 Self::BOOTSTRAP_ARROW_90_DEG_LEFT,
167 #[cfg(feature = "bootstrap")]
168 Self::BOOTSTRAP_ARROW_90_DEG_RIGHT,
169 #[cfg(feature = "bootstrap")]
170 Self::BOOTSTRAP_ARROW_90_DEG_UP,
171 #[cfg(feature = "bootstrap")]
172 Self::BOOTSTRAP_ARROW_BAR_DOWN,
173 #[cfg(feature = "bootstrap")]
174 Self::BOOTSTRAP_ARROW_BAR_LEFT,
175 #[cfg(feature = "bootstrap")]
176 Self::BOOTSTRAP_ARROW_BAR_RIGHT,
177 #[cfg(feature = "bootstrap")]
178 Self::BOOTSTRAP_ARROW_BAR_UP,
179 #[cfg(feature = "bootstrap")]
180 Self::BOOTSTRAP_ARROW_CLOCKWISE,
181 #[cfg(feature = "bootstrap")]
182 Self::BOOTSTRAP_ARROW_COUNTERCLOCKWISE,
183 #[cfg(feature = "bootstrap")]
184 Self::BOOTSTRAP_ARROW_DOWN_CIRCLE_FILL,
185 #[cfg(feature = "bootstrap")]
186 Self::BOOTSTRAP_ARROW_DOWN_CIRCLE,
187 #[cfg(feature = "bootstrap")]
188 Self::BOOTSTRAP_ARROW_DOWN_LEFT_CIRCLE_FILL,
189 #[cfg(feature = "bootstrap")]
190 Self::BOOTSTRAP_ARROW_DOWN_LEFT_CIRCLE,
191 #[cfg(feature = "bootstrap")]
192 Self::BOOTSTRAP_ARROW_DOWN_LEFT_SQUARE_FILL,
193 #[cfg(feature = "bootstrap")]
194 Self::BOOTSTRAP_ARROW_DOWN_LEFT_SQUARE,
195 #[cfg(feature = "bootstrap")]
196 Self::BOOTSTRAP_ARROW_DOWN_LEFT,
197 #[cfg(feature = "bootstrap")]
198 Self::BOOTSTRAP_ARROW_DOWN_RIGHT_CIRCLE_FILL,
199 #[cfg(feature = "bootstrap")]
200 Self::BOOTSTRAP_ARROW_DOWN_RIGHT_CIRCLE,
201 #[cfg(feature = "bootstrap")]
202 Self::BOOTSTRAP_ARROW_DOWN_RIGHT_SQUARE_FILL,
203 #[cfg(feature = "bootstrap")]
204 Self::BOOTSTRAP_ARROW_DOWN_RIGHT_SQUARE,
205 #[cfg(feature = "bootstrap")]
206 Self::BOOTSTRAP_ARROW_DOWN_RIGHT,
207 #[cfg(feature = "bootstrap")]
208 Self::BOOTSTRAP_ARROW_DOWN_SHORT,
209 #[cfg(feature = "bootstrap")]
210 Self::BOOTSTRAP_ARROW_DOWN_SQUARE_FILL,
211 #[cfg(feature = "bootstrap")]
212 Self::BOOTSTRAP_ARROW_DOWN_SQUARE,
213 #[cfg(feature = "bootstrap")]
214 Self::BOOTSTRAP_ARROW_DOWN_UP,
215 #[cfg(feature = "bootstrap")]
216 Self::BOOTSTRAP_ARROW_DOWN,
217 #[cfg(feature = "bootstrap")]
218 Self::BOOTSTRAP_ARROW_LEFT_CIRCLE_FILL,
219 #[cfg(feature = "bootstrap")]
220 Self::BOOTSTRAP_ARROW_LEFT_CIRCLE,
221 #[cfg(feature = "bootstrap")]
222 Self::BOOTSTRAP_ARROW_LEFT_RIGHT,
223 #[cfg(feature = "bootstrap")]
224 Self::BOOTSTRAP_ARROW_LEFT_SHORT,
225 #[cfg(feature = "bootstrap")]
226 Self::BOOTSTRAP_ARROW_LEFT_SQUARE_FILL,
227 #[cfg(feature = "bootstrap")]
228 Self::BOOTSTRAP_ARROW_LEFT_SQUARE,
229 #[cfg(feature = "bootstrap")]
230 Self::BOOTSTRAP_ARROW_LEFT,
231 #[cfg(feature = "bootstrap")]
232 Self::BOOTSTRAP_ARROW_REPEAT,
233 #[cfg(feature = "bootstrap")]
234 Self::BOOTSTRAP_ARROW_RETURN_LEFT,
235 #[cfg(feature = "bootstrap")]
236 Self::BOOTSTRAP_ARROW_RETURN_RIGHT,
237 #[cfg(feature = "bootstrap")]
238 Self::BOOTSTRAP_ARROW_RIGHT_CIRCLE_FILL,
239 #[cfg(feature = "bootstrap")]
240 Self::BOOTSTRAP_ARROW_RIGHT_CIRCLE,
241 #[cfg(feature = "bootstrap")]
242 Self::BOOTSTRAP_ARROW_RIGHT_SHORT,
243 #[cfg(feature = "bootstrap")]
244 Self::BOOTSTRAP_ARROW_RIGHT_SQUARE_FILL,
245 #[cfg(feature = "bootstrap")]
246 Self::BOOTSTRAP_ARROW_RIGHT_SQUARE,
247 #[cfg(feature = "bootstrap")]
248 Self::BOOTSTRAP_ARROW_RIGHT,
249 #[cfg(feature = "bootstrap")]
250 Self::BOOTSTRAP_ARROW_THROUGH_HEART_FILL,
251 #[cfg(feature = "bootstrap")]
252 Self::BOOTSTRAP_ARROW_THROUGH_HEART,
253 #[cfg(feature = "bootstrap")]
254 Self::BOOTSTRAP_ARROW_UP_CIRCLE_FILL,
255 #[cfg(feature = "bootstrap")]
256 Self::BOOTSTRAP_ARROW_UP_CIRCLE,
257 #[cfg(feature = "bootstrap")]
258 Self::BOOTSTRAP_ARROW_UP_LEFT_CIRCLE_FILL,
259 #[cfg(feature = "bootstrap")]
260 Self::BOOTSTRAP_ARROW_UP_LEFT_CIRCLE,
261 #[cfg(feature = "bootstrap")]
262 Self::BOOTSTRAP_ARROW_UP_LEFT_SQUARE_FILL,
263 #[cfg(feature = "bootstrap")]
264 Self::BOOTSTRAP_ARROW_UP_LEFT_SQUARE,
265 #[cfg(feature = "bootstrap")]
266 Self::BOOTSTRAP_ARROW_UP_LEFT,
267 #[cfg(feature = "bootstrap")]
268 Self::BOOTSTRAP_ARROW_UP_RIGHT_CIRCLE_FILL,
269 #[cfg(feature = "bootstrap")]
270 Self::BOOTSTRAP_ARROW_UP_RIGHT_CIRCLE,
271 #[cfg(feature = "bootstrap")]
272 Self::BOOTSTRAP_ARROW_UP_RIGHT_SQUARE_FILL,
273 #[cfg(feature = "bootstrap")]
274 Self::BOOTSTRAP_ARROW_UP_RIGHT_SQUARE,
275 #[cfg(feature = "bootstrap")]
276 Self::BOOTSTRAP_ARROW_UP_RIGHT,
277 #[cfg(feature = "bootstrap")]
278 Self::BOOTSTRAP_ARROW_UP_SHORT,
279 #[cfg(feature = "bootstrap")]
280 Self::BOOTSTRAP_ARROW_UP_SQUARE_FILL,
281 #[cfg(feature = "bootstrap")]
282 Self::BOOTSTRAP_ARROW_UP_SQUARE,
283 #[cfg(feature = "bootstrap")]
284 Self::BOOTSTRAP_ARROW_UP,
285 #[cfg(feature = "bootstrap")]
286 Self::BOOTSTRAP_ARROWS_ANGLE_CONTRACT,
287 #[cfg(feature = "bootstrap")]
288 Self::BOOTSTRAP_ARROWS_ANGLE_EXPAND,
289 #[cfg(feature = "bootstrap")]
290 Self::BOOTSTRAP_ARROWS_COLLAPSE,
291 #[cfg(feature = "bootstrap")]
292 Self::BOOTSTRAP_ARROWS_EXPAND,
293 #[cfg(feature = "bootstrap")]
294 Self::BOOTSTRAP_ARROWS_FULLSCREEN,
295 #[cfg(feature = "bootstrap")]
296 Self::BOOTSTRAP_ARROWS_MOVE,
297 #[cfg(feature = "bootstrap")]
298 Self::BOOTSTRAP_ASPECT_RATIO_FILL,
299 #[cfg(feature = "bootstrap")]
300 Self::BOOTSTRAP_ASPECT_RATIO,
301 #[cfg(feature = "bootstrap")]
302 Self::BOOTSTRAP_ASTERISK,
303 #[cfg(feature = "bootstrap")]
304 Self::BOOTSTRAP_AT,
305 #[cfg(feature = "bootstrap")]
306 Self::BOOTSTRAP_AWARD_FILL,
307 #[cfg(feature = "bootstrap")]
308 Self::BOOTSTRAP_AWARD,
309 #[cfg(feature = "bootstrap")]
310 Self::BOOTSTRAP_BACK,
311 #[cfg(feature = "bootstrap")]
312 Self::BOOTSTRAP_BACKSPACE_FILL,
313 #[cfg(feature = "bootstrap")]
314 Self::BOOTSTRAP_BACKSPACE_REVERSE_FILL,
315 #[cfg(feature = "bootstrap")]
316 Self::BOOTSTRAP_BACKSPACE_REVERSE,
317 #[cfg(feature = "bootstrap")]
318 Self::BOOTSTRAP_BACKSPACE,
319 #[cfg(feature = "bootstrap")]
320 Self::BOOTSTRAP_BADGE_3_D_FILL,
321 #[cfg(feature = "bootstrap")]
322 Self::BOOTSTRAP_BADGE_3_D,
323 #[cfg(feature = "bootstrap")]
324 Self::BOOTSTRAP_BADGE_4_K_FILL,
325 #[cfg(feature = "bootstrap")]
326 Self::BOOTSTRAP_BADGE_4_K,
327 #[cfg(feature = "bootstrap")]
328 Self::BOOTSTRAP_BADGE_8_K_FILL,
329 #[cfg(feature = "bootstrap")]
330 Self::BOOTSTRAP_BADGE_8_K,
331 #[cfg(feature = "bootstrap")]
332 Self::BOOTSTRAP_BADGE_AD_FILL,
333 #[cfg(feature = "bootstrap")]
334 Self::BOOTSTRAP_BADGE_AD,
335 #[cfg(feature = "bootstrap")]
336 Self::BOOTSTRAP_BADGE_AR_FILL,
337 #[cfg(feature = "bootstrap")]
338 Self::BOOTSTRAP_BADGE_AR,
339 #[cfg(feature = "bootstrap")]
340 Self::BOOTSTRAP_BADGE_CC_FILL,
341 #[cfg(feature = "bootstrap")]
342 Self::BOOTSTRAP_BADGE_CC,
343 #[cfg(feature = "bootstrap")]
344 Self::BOOTSTRAP_BADGE_HD_FILL,
345 #[cfg(feature = "bootstrap")]
346 Self::BOOTSTRAP_BADGE_HD,
347 #[cfg(feature = "bootstrap")]
348 Self::BOOTSTRAP_BADGE_SD_FILL,
349 #[cfg(feature = "bootstrap")]
350 Self::BOOTSTRAP_BADGE_SD,
351 #[cfg(feature = "bootstrap")]
352 Self::BOOTSTRAP_BADGE_TM_FILL,
353 #[cfg(feature = "bootstrap")]
354 Self::BOOTSTRAP_BADGE_TM,
355 #[cfg(feature = "bootstrap")]
356 Self::BOOTSTRAP_BADGE_VO_FILL,
357 #[cfg(feature = "bootstrap")]
358 Self::BOOTSTRAP_BADGE_VO,
359 #[cfg(feature = "bootstrap")]
360 Self::BOOTSTRAP_BADGE_VR_FILL,
361 #[cfg(feature = "bootstrap")]
362 Self::BOOTSTRAP_BADGE_VR,
363 #[cfg(feature = "bootstrap")]
364 Self::BOOTSTRAP_BADGE_WC_FILL,
365 #[cfg(feature = "bootstrap")]
366 Self::BOOTSTRAP_BADGE_WC,
367 #[cfg(feature = "bootstrap")]
368 Self::BOOTSTRAP_BAG_CHECK_FILL,
369 #[cfg(feature = "bootstrap")]
370 Self::BOOTSTRAP_BAG_CHECK,
371 #[cfg(feature = "bootstrap")]
372 Self::BOOTSTRAP_BAG_DASH_FILL,
373 #[cfg(feature = "bootstrap")]
374 Self::BOOTSTRAP_BAG_DASH,
375 #[cfg(feature = "bootstrap")]
376 Self::BOOTSTRAP_BAG_FILL,
377 #[cfg(feature = "bootstrap")]
378 Self::BOOTSTRAP_BAG_HEART_FILL,
379 #[cfg(feature = "bootstrap")]
380 Self::BOOTSTRAP_BAG_HEART,
381 #[cfg(feature = "bootstrap")]
382 Self::BOOTSTRAP_BAG_PLUS_FILL,
383 #[cfg(feature = "bootstrap")]
384 Self::BOOTSTRAP_BAG_PLUS,
385 #[cfg(feature = "bootstrap")]
386 Self::BOOTSTRAP_BAG_X_FILL,
387 #[cfg(feature = "bootstrap")]
388 Self::BOOTSTRAP_BAG_X,
389 #[cfg(feature = "bootstrap")]
390 Self::BOOTSTRAP_BAG,
391 #[cfg(feature = "bootstrap")]
392 Self::BOOTSTRAP_BALLOON_FILL,
393 #[cfg(feature = "bootstrap")]
394 Self::BOOTSTRAP_BALLOON_HEART_FILL,
395 #[cfg(feature = "bootstrap")]
396 Self::BOOTSTRAP_BALLOON_HEART,
397 #[cfg(feature = "bootstrap")]
398 Self::BOOTSTRAP_BALLOON,
399 #[cfg(feature = "bootstrap")]
400 Self::BOOTSTRAP_BANDAID_FILL,
401 #[cfg(feature = "bootstrap")]
402 Self::BOOTSTRAP_BANDAID,
403 #[cfg(feature = "bootstrap")]
404 Self::BOOTSTRAP_BANK,
405 #[cfg(feature = "bootstrap")]
406 Self::BOOTSTRAP_BANK_2,
407 #[cfg(feature = "bootstrap")]
408 Self::BOOTSTRAP_BAR_CHART_FILL,
409 #[cfg(feature = "bootstrap")]
410 Self::BOOTSTRAP_BAR_CHART_LINE_FILL,
411 #[cfg(feature = "bootstrap")]
412 Self::BOOTSTRAP_BAR_CHART_LINE,
413 #[cfg(feature = "bootstrap")]
414 Self::BOOTSTRAP_BAR_CHART_STEPS,
415 #[cfg(feature = "bootstrap")]
416 Self::BOOTSTRAP_BAR_CHART,
417 #[cfg(feature = "bootstrap")]
418 Self::BOOTSTRAP_BASKET_FILL,
419 #[cfg(feature = "bootstrap")]
420 Self::BOOTSTRAP_BASKET,
421 #[cfg(feature = "bootstrap")]
422 Self::BOOTSTRAP_BASKET_2_FILL,
423 #[cfg(feature = "bootstrap")]
424 Self::BOOTSTRAP_BASKET_2,
425 #[cfg(feature = "bootstrap")]
426 Self::BOOTSTRAP_BASKET_3_FILL,
427 #[cfg(feature = "bootstrap")]
428 Self::BOOTSTRAP_BASKET_3,
429 #[cfg(feature = "bootstrap")]
430 Self::BOOTSTRAP_BATTERY_CHARGING,
431 #[cfg(feature = "bootstrap")]
432 Self::BOOTSTRAP_BATTERY_FULL,
433 #[cfg(feature = "bootstrap")]
434 Self::BOOTSTRAP_BATTERY_HALF,
435 #[cfg(feature = "bootstrap")]
436 Self::BOOTSTRAP_BATTERY,
437 #[cfg(feature = "bootstrap")]
438 Self::BOOTSTRAP_BEHANCE,
439 #[cfg(feature = "bootstrap")]
440 Self::BOOTSTRAP_BELL_FILL,
441 #[cfg(feature = "bootstrap")]
442 Self::BOOTSTRAP_BELL_SLASH_FILL,
443 #[cfg(feature = "bootstrap")]
444 Self::BOOTSTRAP_BELL_SLASH,
445 #[cfg(feature = "bootstrap")]
446 Self::BOOTSTRAP_BELL,
447 #[cfg(feature = "bootstrap")]
448 Self::BOOTSTRAP_BEZIER,
449 #[cfg(feature = "bootstrap")]
450 Self::BOOTSTRAP_BEZIER_2,
451 #[cfg(feature = "bootstrap")]
452 Self::BOOTSTRAP_BICYCLE,
453 #[cfg(feature = "bootstrap")]
454 Self::BOOTSTRAP_BINOCULARS_FILL,
455 #[cfg(feature = "bootstrap")]
456 Self::BOOTSTRAP_BINOCULARS,
457 #[cfg(feature = "bootstrap")]
458 Self::BOOTSTRAP_BLOCKQUOTE_LEFT,
459 #[cfg(feature = "bootstrap")]
460 Self::BOOTSTRAP_BLOCKQUOTE_RIGHT,
461 #[cfg(feature = "bootstrap")]
462 Self::BOOTSTRAP_BLUETOOTH,
463 #[cfg(feature = "bootstrap")]
464 Self::BOOTSTRAP_BODY_TEXT,
465 #[cfg(feature = "bootstrap")]
466 Self::BOOTSTRAP_BOOK_FILL,
467 #[cfg(feature = "bootstrap")]
468 Self::BOOTSTRAP_BOOK_HALF,
469 #[cfg(feature = "bootstrap")]
470 Self::BOOTSTRAP_BOOK,
471 #[cfg(feature = "bootstrap")]
472 Self::BOOTSTRAP_BOOKMARK_CHECK_FILL,
473 #[cfg(feature = "bootstrap")]
474 Self::BOOTSTRAP_BOOKMARK_CHECK,
475 #[cfg(feature = "bootstrap")]
476 Self::BOOTSTRAP_BOOKMARK_DASH_FILL,
477 #[cfg(feature = "bootstrap")]
478 Self::BOOTSTRAP_BOOKMARK_DASH,
479 #[cfg(feature = "bootstrap")]
480 Self::BOOTSTRAP_BOOKMARK_FILL,
481 #[cfg(feature = "bootstrap")]
482 Self::BOOTSTRAP_BOOKMARK_HEART_FILL,
483 #[cfg(feature = "bootstrap")]
484 Self::BOOTSTRAP_BOOKMARK_HEART,
485 #[cfg(feature = "bootstrap")]
486 Self::BOOTSTRAP_BOOKMARK_PLUS_FILL,
487 #[cfg(feature = "bootstrap")]
488 Self::BOOTSTRAP_BOOKMARK_PLUS,
489 #[cfg(feature = "bootstrap")]
490 Self::BOOTSTRAP_BOOKMARK_STAR_FILL,
491 #[cfg(feature = "bootstrap")]
492 Self::BOOTSTRAP_BOOKMARK_STAR,
493 #[cfg(feature = "bootstrap")]
494 Self::BOOTSTRAP_BOOKMARK_X_FILL,
495 #[cfg(feature = "bootstrap")]
496 Self::BOOTSTRAP_BOOKMARK_X,
497 #[cfg(feature = "bootstrap")]
498 Self::BOOTSTRAP_BOOKMARK,
499 #[cfg(feature = "bootstrap")]
500 Self::BOOTSTRAP_BOOKMARKS_FILL,
501 #[cfg(feature = "bootstrap")]
502 Self::BOOTSTRAP_BOOKMARKS,
503 #[cfg(feature = "bootstrap")]
504 Self::BOOTSTRAP_BOOKSHELF,
505 #[cfg(feature = "bootstrap")]
506 Self::BOOTSTRAP_BOOMBOX_FILL,
507 #[cfg(feature = "bootstrap")]
508 Self::BOOTSTRAP_BOOMBOX,
509 #[cfg(feature = "bootstrap")]
510 Self::BOOTSTRAP_BOOTSTRAP_FILL,
511 #[cfg(feature = "bootstrap")]
512 Self::BOOTSTRAP_BOOTSTRAP_REBOOT,
513 #[cfg(feature = "bootstrap")]
514 Self::BOOTSTRAP_BOOTSTRAP,
515 #[cfg(feature = "bootstrap")]
516 Self::BOOTSTRAP_BORDER_ALL,
517 #[cfg(feature = "bootstrap")]
518 Self::BOOTSTRAP_BORDER_BOTTOM,
519 #[cfg(feature = "bootstrap")]
520 Self::BOOTSTRAP_BORDER_CENTER,
521 #[cfg(feature = "bootstrap")]
522 Self::BOOTSTRAP_BORDER_INNER,
523 #[cfg(feature = "bootstrap")]
524 Self::BOOTSTRAP_BORDER_LEFT,
525 #[cfg(feature = "bootstrap")]
526 Self::BOOTSTRAP_BORDER_MIDDLE,
527 #[cfg(feature = "bootstrap")]
528 Self::BOOTSTRAP_BORDER_OUTER,
529 #[cfg(feature = "bootstrap")]
530 Self::BOOTSTRAP_BORDER_RIGHT,
531 #[cfg(feature = "bootstrap")]
532 Self::BOOTSTRAP_BORDER_STYLE,
533 #[cfg(feature = "bootstrap")]
534 Self::BOOTSTRAP_BORDER_TOP,
535 #[cfg(feature = "bootstrap")]
536 Self::BOOTSTRAP_BORDER_WIDTH,
537 #[cfg(feature = "bootstrap")]
538 Self::BOOTSTRAP_BORDER,
539 #[cfg(feature = "bootstrap")]
540 Self::BOOTSTRAP_BOUNDING_BOX_CIRCLES,
541 #[cfg(feature = "bootstrap")]
542 Self::BOOTSTRAP_BOUNDING_BOX,
543 #[cfg(feature = "bootstrap")]
544 Self::BOOTSTRAP_BOX_ARROW_DOWN_LEFT,
545 #[cfg(feature = "bootstrap")]
546 Self::BOOTSTRAP_BOX_ARROW_DOWN_RIGHT,
547 #[cfg(feature = "bootstrap")]
548 Self::BOOTSTRAP_BOX_ARROW_DOWN,
549 #[cfg(feature = "bootstrap")]
550 Self::BOOTSTRAP_BOX_ARROW_IN_DOWN_LEFT,
551 #[cfg(feature = "bootstrap")]
552 Self::BOOTSTRAP_BOX_ARROW_IN_DOWN_RIGHT,
553 #[cfg(feature = "bootstrap")]
554 Self::BOOTSTRAP_BOX_ARROW_IN_DOWN,
555 #[cfg(feature = "bootstrap")]
556 Self::BOOTSTRAP_BOX_ARROW_IN_LEFT,
557 #[cfg(feature = "bootstrap")]
558 Self::BOOTSTRAP_BOX_ARROW_IN_RIGHT,
559 #[cfg(feature = "bootstrap")]
560 Self::BOOTSTRAP_BOX_ARROW_IN_UP_LEFT,
561 #[cfg(feature = "bootstrap")]
562 Self::BOOTSTRAP_BOX_ARROW_IN_UP_RIGHT,
563 #[cfg(feature = "bootstrap")]
564 Self::BOOTSTRAP_BOX_ARROW_IN_UP,
565 #[cfg(feature = "bootstrap")]
566 Self::BOOTSTRAP_BOX_ARROW_LEFT,
567 #[cfg(feature = "bootstrap")]
568 Self::BOOTSTRAP_BOX_ARROW_RIGHT,
569 #[cfg(feature = "bootstrap")]
570 Self::BOOTSTRAP_BOX_ARROW_UP_LEFT,
571 #[cfg(feature = "bootstrap")]
572 Self::BOOTSTRAP_BOX_ARROW_UP_RIGHT,
573 #[cfg(feature = "bootstrap")]
574 Self::BOOTSTRAP_BOX_ARROW_UP,
575 #[cfg(feature = "bootstrap")]
576 Self::BOOTSTRAP_BOX_FILL,
577 #[cfg(feature = "bootstrap")]
578 Self::BOOTSTRAP_BOX_SEAM_FILL,
579 #[cfg(feature = "bootstrap")]
580 Self::BOOTSTRAP_BOX_SEAM,
581 #[cfg(feature = "bootstrap")]
582 Self::BOOTSTRAP_BOX,
583 #[cfg(feature = "bootstrap")]
584 Self::BOOTSTRAP_BOX_2_FILL,
585 #[cfg(feature = "bootstrap")]
586 Self::BOOTSTRAP_BOX_2_HEART_FILL,
587 #[cfg(feature = "bootstrap")]
588 Self::BOOTSTRAP_BOX_2_HEART,
589 #[cfg(feature = "bootstrap")]
590 Self::BOOTSTRAP_BOX_2,
591 #[cfg(feature = "bootstrap")]
592 Self::BOOTSTRAP_BOXES,
593 #[cfg(feature = "bootstrap")]
594 Self::BOOTSTRAP_BRACES_ASTERISK,
595 #[cfg(feature = "bootstrap")]
596 Self::BOOTSTRAP_BRACES,
597 #[cfg(feature = "bootstrap")]
598 Self::BOOTSTRAP_BRICKS,
599 #[cfg(feature = "bootstrap")]
600 Self::BOOTSTRAP_BRIEFCASE_FILL,
601 #[cfg(feature = "bootstrap")]
602 Self::BOOTSTRAP_BRIEFCASE,
603 #[cfg(feature = "bootstrap")]
604 Self::BOOTSTRAP_BRIGHTNESS_ALT_HIGH_FILL,
605 #[cfg(feature = "bootstrap")]
606 Self::BOOTSTRAP_BRIGHTNESS_ALT_HIGH,
607 #[cfg(feature = "bootstrap")]
608 Self::BOOTSTRAP_BRIGHTNESS_ALT_LOW_FILL,
609 #[cfg(feature = "bootstrap")]
610 Self::BOOTSTRAP_BRIGHTNESS_ALT_LOW,
611 #[cfg(feature = "bootstrap")]
612 Self::BOOTSTRAP_BRIGHTNESS_HIGH_FILL,
613 #[cfg(feature = "bootstrap")]
614 Self::BOOTSTRAP_BRIGHTNESS_HIGH,
615 #[cfg(feature = "bootstrap")]
616 Self::BOOTSTRAP_BRIGHTNESS_LOW_FILL,
617 #[cfg(feature = "bootstrap")]
618 Self::BOOTSTRAP_BRIGHTNESS_LOW,
619 #[cfg(feature = "bootstrap")]
620 Self::BOOTSTRAP_BROADCAST_PIN,
621 #[cfg(feature = "bootstrap")]
622 Self::BOOTSTRAP_BROADCAST,
623 #[cfg(feature = "bootstrap")]
624 Self::BOOTSTRAP_BROWSER_CHROME,
625 #[cfg(feature = "bootstrap")]
626 Self::BOOTSTRAP_BROWSER_EDGE,
627 #[cfg(feature = "bootstrap")]
628 Self::BOOTSTRAP_BROWSER_FIREFOX,
629 #[cfg(feature = "bootstrap")]
630 Self::BOOTSTRAP_BROWSER_SAFARI,
631 #[cfg(feature = "bootstrap")]
632 Self::BOOTSTRAP_BRUSH_FILL,
633 #[cfg(feature = "bootstrap")]
634 Self::BOOTSTRAP_BRUSH,
635 #[cfg(feature = "bootstrap")]
636 Self::BOOTSTRAP_BUCKET_FILL,
637 #[cfg(feature = "bootstrap")]
638 Self::BOOTSTRAP_BUCKET,
639 #[cfg(feature = "bootstrap")]
640 Self::BOOTSTRAP_BUG_FILL,
641 #[cfg(feature = "bootstrap")]
642 Self::BOOTSTRAP_BUG,
643 #[cfg(feature = "bootstrap")]
644 Self::BOOTSTRAP_BUILDING_ADD,
645 #[cfg(feature = "bootstrap")]
646 Self::BOOTSTRAP_BUILDING_CHECK,
647 #[cfg(feature = "bootstrap")]
648 Self::BOOTSTRAP_BUILDING_DASH,
649 #[cfg(feature = "bootstrap")]
650 Self::BOOTSTRAP_BUILDING_DOWN,
651 #[cfg(feature = "bootstrap")]
652 Self::BOOTSTRAP_BUILDING_EXCLAMATION,
653 #[cfg(feature = "bootstrap")]
654 Self::BOOTSTRAP_BUILDING_FILL_ADD,
655 #[cfg(feature = "bootstrap")]
656 Self::BOOTSTRAP_BUILDING_FILL_CHECK,
657 #[cfg(feature = "bootstrap")]
658 Self::BOOTSTRAP_BUILDING_FILL_DASH,
659 #[cfg(feature = "bootstrap")]
660 Self::BOOTSTRAP_BUILDING_FILL_DOWN,
661 #[cfg(feature = "bootstrap")]
662 Self::BOOTSTRAP_BUILDING_FILL_EXCLAMATION,
663 #[cfg(feature = "bootstrap")]
664 Self::BOOTSTRAP_BUILDING_FILL_GEAR,
665 #[cfg(feature = "bootstrap")]
666 Self::BOOTSTRAP_BUILDING_FILL_LOCK,
667 #[cfg(feature = "bootstrap")]
668 Self::BOOTSTRAP_BUILDING_FILL_SLASH,
669 #[cfg(feature = "bootstrap")]
670 Self::BOOTSTRAP_BUILDING_FILL_UP,
671 #[cfg(feature = "bootstrap")]
672 Self::BOOTSTRAP_BUILDING_FILL_X,
673 #[cfg(feature = "bootstrap")]
674 Self::BOOTSTRAP_BUILDING_FILL,
675 #[cfg(feature = "bootstrap")]
676 Self::BOOTSTRAP_BUILDING_GEAR,
677 #[cfg(feature = "bootstrap")]
678 Self::BOOTSTRAP_BUILDING_LOCK,
679 #[cfg(feature = "bootstrap")]
680 Self::BOOTSTRAP_BUILDING_SLASH,
681 #[cfg(feature = "bootstrap")]
682 Self::BOOTSTRAP_BUILDING_UP,
683 #[cfg(feature = "bootstrap")]
684 Self::BOOTSTRAP_BUILDING_X,
685 #[cfg(feature = "bootstrap")]
686 Self::BOOTSTRAP_BUILDING,
687 #[cfg(feature = "bootstrap")]
688 Self::BOOTSTRAP_BUILDINGS_FILL,
689 #[cfg(feature = "bootstrap")]
690 Self::BOOTSTRAP_BUILDINGS,
691 #[cfg(feature = "bootstrap")]
692 Self::BOOTSTRAP_BULLSEYE,
693 #[cfg(feature = "bootstrap")]
694 Self::BOOTSTRAP_BUS_FRONT_FILL,
695 #[cfg(feature = "bootstrap")]
696 Self::BOOTSTRAP_BUS_FRONT,
697 #[cfg(feature = "bootstrap")]
698 Self::BOOTSTRAP_C_CIRCLE_FILL,
699 #[cfg(feature = "bootstrap")]
700 Self::BOOTSTRAP_C_CIRCLE,
701 #[cfg(feature = "bootstrap")]
702 Self::BOOTSTRAP_C_SQUARE_FILL,
703 #[cfg(feature = "bootstrap")]
704 Self::BOOTSTRAP_C_SQUARE,
705 #[cfg(feature = "bootstrap")]
706 Self::BOOTSTRAP_CALCULATOR_FILL,
707 #[cfg(feature = "bootstrap")]
708 Self::BOOTSTRAP_CALCULATOR,
709 #[cfg(feature = "bootstrap")]
710 Self::BOOTSTRAP_CALENDAR_CHECK_FILL,
711 #[cfg(feature = "bootstrap")]
712 Self::BOOTSTRAP_CALENDAR_CHECK,
713 #[cfg(feature = "bootstrap")]
714 Self::BOOTSTRAP_CALENDAR_DATE_FILL,
715 #[cfg(feature = "bootstrap")]
716 Self::BOOTSTRAP_CALENDAR_DATE,
717 #[cfg(feature = "bootstrap")]
718 Self::BOOTSTRAP_CALENDAR_DAY_FILL,
719 #[cfg(feature = "bootstrap")]
720 Self::BOOTSTRAP_CALENDAR_DAY,
721 #[cfg(feature = "bootstrap")]
722 Self::BOOTSTRAP_CALENDAR_EVENT_FILL,
723 #[cfg(feature = "bootstrap")]
724 Self::BOOTSTRAP_CALENDAR_EVENT,
725 #[cfg(feature = "bootstrap")]
726 Self::BOOTSTRAP_CALENDAR_FILL,
727 #[cfg(feature = "bootstrap")]
728 Self::BOOTSTRAP_CALENDAR_HEART_FILL,
729 #[cfg(feature = "bootstrap")]
730 Self::BOOTSTRAP_CALENDAR_HEART,
731 #[cfg(feature = "bootstrap")]
732 Self::BOOTSTRAP_CALENDAR_MINUS_FILL,
733 #[cfg(feature = "bootstrap")]
734 Self::BOOTSTRAP_CALENDAR_MINUS,
735 #[cfg(feature = "bootstrap")]
736 Self::BOOTSTRAP_CALENDAR_MONTH_FILL,
737 #[cfg(feature = "bootstrap")]
738 Self::BOOTSTRAP_CALENDAR_MONTH,
739 #[cfg(feature = "bootstrap")]
740 Self::BOOTSTRAP_CALENDAR_PLUS_FILL,
741 #[cfg(feature = "bootstrap")]
742 Self::BOOTSTRAP_CALENDAR_PLUS,
743 #[cfg(feature = "bootstrap")]
744 Self::BOOTSTRAP_CALENDAR_RANGE_FILL,
745 #[cfg(feature = "bootstrap")]
746 Self::BOOTSTRAP_CALENDAR_RANGE,
747 #[cfg(feature = "bootstrap")]
748 Self::BOOTSTRAP_CALENDAR_WEEK_FILL,
749 #[cfg(feature = "bootstrap")]
750 Self::BOOTSTRAP_CALENDAR_WEEK,
751 #[cfg(feature = "bootstrap")]
752 Self::BOOTSTRAP_CALENDAR_X_FILL,
753 #[cfg(feature = "bootstrap")]
754 Self::BOOTSTRAP_CALENDAR_X,
755 #[cfg(feature = "bootstrap")]
756 Self::BOOTSTRAP_CALENDAR,
757 #[cfg(feature = "bootstrap")]
758 Self::BOOTSTRAP_CALENDAR_2_CHECK_FILL,
759 #[cfg(feature = "bootstrap")]
760 Self::BOOTSTRAP_CALENDAR_2_CHECK,
761 #[cfg(feature = "bootstrap")]
762 Self::BOOTSTRAP_CALENDAR_2_DATE_FILL,
763 #[cfg(feature = "bootstrap")]
764 Self::BOOTSTRAP_CALENDAR_2_DATE,
765 #[cfg(feature = "bootstrap")]
766 Self::BOOTSTRAP_CALENDAR_2_DAY_FILL,
767 #[cfg(feature = "bootstrap")]
768 Self::BOOTSTRAP_CALENDAR_2_DAY,
769 #[cfg(feature = "bootstrap")]
770 Self::BOOTSTRAP_CALENDAR_2_EVENT_FILL,
771 #[cfg(feature = "bootstrap")]
772 Self::BOOTSTRAP_CALENDAR_2_EVENT,
773 #[cfg(feature = "bootstrap")]
774 Self::BOOTSTRAP_CALENDAR_2_FILL,
775 #[cfg(feature = "bootstrap")]
776 Self::BOOTSTRAP_CALENDAR_2_HEART_FILL,
777 #[cfg(feature = "bootstrap")]
778 Self::BOOTSTRAP_CALENDAR_2_HEART,
779 #[cfg(feature = "bootstrap")]
780 Self::BOOTSTRAP_CALENDAR_2_MINUS_FILL,
781 #[cfg(feature = "bootstrap")]
782 Self::BOOTSTRAP_CALENDAR_2_MINUS,
783 #[cfg(feature = "bootstrap")]
784 Self::BOOTSTRAP_CALENDAR_2_MONTH_FILL,
785 #[cfg(feature = "bootstrap")]
786 Self::BOOTSTRAP_CALENDAR_2_MONTH,
787 #[cfg(feature = "bootstrap")]
788 Self::BOOTSTRAP_CALENDAR_2_PLUS_FILL,
789 #[cfg(feature = "bootstrap")]
790 Self::BOOTSTRAP_CALENDAR_2_PLUS,
791 #[cfg(feature = "bootstrap")]
792 Self::BOOTSTRAP_CALENDAR_2_RANGE_FILL,
793 #[cfg(feature = "bootstrap")]
794 Self::BOOTSTRAP_CALENDAR_2_RANGE,
795 #[cfg(feature = "bootstrap")]
796 Self::BOOTSTRAP_CALENDAR_2_WEEK_FILL,
797 #[cfg(feature = "bootstrap")]
798 Self::BOOTSTRAP_CALENDAR_2_WEEK,
799 #[cfg(feature = "bootstrap")]
800 Self::BOOTSTRAP_CALENDAR_2_X_FILL,
801 #[cfg(feature = "bootstrap")]
802 Self::BOOTSTRAP_CALENDAR_2_X,
803 #[cfg(feature = "bootstrap")]
804 Self::BOOTSTRAP_CALENDAR_2,
805 #[cfg(feature = "bootstrap")]
806 Self::BOOTSTRAP_CALENDAR_3_EVENT_FILL,
807 #[cfg(feature = "bootstrap")]
808 Self::BOOTSTRAP_CALENDAR_3_EVENT,
809 #[cfg(feature = "bootstrap")]
810 Self::BOOTSTRAP_CALENDAR_3_FILL,
811 #[cfg(feature = "bootstrap")]
812 Self::BOOTSTRAP_CALENDAR_3_RANGE_FILL,
813 #[cfg(feature = "bootstrap")]
814 Self::BOOTSTRAP_CALENDAR_3_RANGE,
815 #[cfg(feature = "bootstrap")]
816 Self::BOOTSTRAP_CALENDAR_3_WEEK_FILL,
817 #[cfg(feature = "bootstrap")]
818 Self::BOOTSTRAP_CALENDAR_3_WEEK,
819 #[cfg(feature = "bootstrap")]
820 Self::BOOTSTRAP_CALENDAR_3,
821 #[cfg(feature = "bootstrap")]
822 Self::BOOTSTRAP_CALENDAR_4_EVENT,
823 #[cfg(feature = "bootstrap")]
824 Self::BOOTSTRAP_CALENDAR_4_RANGE,
825 #[cfg(feature = "bootstrap")]
826 Self::BOOTSTRAP_CALENDAR_4_WEEK,
827 #[cfg(feature = "bootstrap")]
828 Self::BOOTSTRAP_CALENDAR_4,
829 #[cfg(feature = "bootstrap")]
830 Self::BOOTSTRAP_CAMERA_FILL,
831 #[cfg(feature = "bootstrap")]
832 Self::BOOTSTRAP_CAMERA_REELS_FILL,
833 #[cfg(feature = "bootstrap")]
834 Self::BOOTSTRAP_CAMERA_REELS,
835 #[cfg(feature = "bootstrap")]
836 Self::BOOTSTRAP_CAMERA_VIDEO_FILL,
837 #[cfg(feature = "bootstrap")]
838 Self::BOOTSTRAP_CAMERA_VIDEO_OFF_FILL,
839 #[cfg(feature = "bootstrap")]
840 Self::BOOTSTRAP_CAMERA_VIDEO_OFF,
841 #[cfg(feature = "bootstrap")]
842 Self::BOOTSTRAP_CAMERA_VIDEO,
843 #[cfg(feature = "bootstrap")]
844 Self::BOOTSTRAP_CAMERA,
845 #[cfg(feature = "bootstrap")]
846 Self::BOOTSTRAP_CAMERA_2,
847 #[cfg(feature = "bootstrap")]
848 Self::BOOTSTRAP_CAPSLOCK_FILL,
849 #[cfg(feature = "bootstrap")]
850 Self::BOOTSTRAP_CAPSLOCK,
851 #[cfg(feature = "bootstrap")]
852 Self::BOOTSTRAP_CAPSULE_PILL,
853 #[cfg(feature = "bootstrap")]
854 Self::BOOTSTRAP_CAPSULE,
855 #[cfg(feature = "bootstrap")]
856 Self::BOOTSTRAP_CAR_FRONT_FILL,
857 #[cfg(feature = "bootstrap")]
858 Self::BOOTSTRAP_CAR_FRONT,
859 #[cfg(feature = "bootstrap")]
860 Self::BOOTSTRAP_CARD_CHECKLIST,
861 #[cfg(feature = "bootstrap")]
862 Self::BOOTSTRAP_CARD_HEADING,
863 #[cfg(feature = "bootstrap")]
864 Self::BOOTSTRAP_CARD_IMAGE,
865 #[cfg(feature = "bootstrap")]
866 Self::BOOTSTRAP_CARD_LIST,
867 #[cfg(feature = "bootstrap")]
868 Self::BOOTSTRAP_CARD_TEXT,
869 #[cfg(feature = "bootstrap")]
870 Self::BOOTSTRAP_CARET_DOWN_FILL,
871 #[cfg(feature = "bootstrap")]
872 Self::BOOTSTRAP_CARET_DOWN_SQUARE_FILL,
873 #[cfg(feature = "bootstrap")]
874 Self::BOOTSTRAP_CARET_DOWN_SQUARE,
875 #[cfg(feature = "bootstrap")]
876 Self::BOOTSTRAP_CARET_DOWN,
877 #[cfg(feature = "bootstrap")]
878 Self::BOOTSTRAP_CARET_LEFT_FILL,
879 #[cfg(feature = "bootstrap")]
880 Self::BOOTSTRAP_CARET_LEFT_SQUARE_FILL,
881 #[cfg(feature = "bootstrap")]
882 Self::BOOTSTRAP_CARET_LEFT_SQUARE,
883 #[cfg(feature = "bootstrap")]
884 Self::BOOTSTRAP_CARET_LEFT,
885 #[cfg(feature = "bootstrap")]
886 Self::BOOTSTRAP_CARET_RIGHT_FILL,
887 #[cfg(feature = "bootstrap")]
888 Self::BOOTSTRAP_CARET_RIGHT_SQUARE_FILL,
889 #[cfg(feature = "bootstrap")]
890 Self::BOOTSTRAP_CARET_RIGHT_SQUARE,
891 #[cfg(feature = "bootstrap")]
892 Self::BOOTSTRAP_CARET_RIGHT,
893 #[cfg(feature = "bootstrap")]
894 Self::BOOTSTRAP_CARET_UP_FILL,
895 #[cfg(feature = "bootstrap")]
896 Self::BOOTSTRAP_CARET_UP_SQUARE_FILL,
897 #[cfg(feature = "bootstrap")]
898 Self::BOOTSTRAP_CARET_UP_SQUARE,
899 #[cfg(feature = "bootstrap")]
900 Self::BOOTSTRAP_CARET_UP,
901 #[cfg(feature = "bootstrap")]
902 Self::BOOTSTRAP_CART_CHECK_FILL,
903 #[cfg(feature = "bootstrap")]
904 Self::BOOTSTRAP_CART_CHECK,
905 #[cfg(feature = "bootstrap")]
906 Self::BOOTSTRAP_CART_DASH_FILL,
907 #[cfg(feature = "bootstrap")]
908 Self::BOOTSTRAP_CART_DASH,
909 #[cfg(feature = "bootstrap")]
910 Self::BOOTSTRAP_CART_FILL,
911 #[cfg(feature = "bootstrap")]
912 Self::BOOTSTRAP_CART_PLUS_FILL,
913 #[cfg(feature = "bootstrap")]
914 Self::BOOTSTRAP_CART_PLUS,
915 #[cfg(feature = "bootstrap")]
916 Self::BOOTSTRAP_CART_X_FILL,
917 #[cfg(feature = "bootstrap")]
918 Self::BOOTSTRAP_CART_X,
919 #[cfg(feature = "bootstrap")]
920 Self::BOOTSTRAP_CART,
921 #[cfg(feature = "bootstrap")]
922 Self::BOOTSTRAP_CART_2,
923 #[cfg(feature = "bootstrap")]
924 Self::BOOTSTRAP_CART_3,
925 #[cfg(feature = "bootstrap")]
926 Self::BOOTSTRAP_CART_4,
927 #[cfg(feature = "bootstrap")]
928 Self::BOOTSTRAP_CASH_COIN,
929 #[cfg(feature = "bootstrap")]
930 Self::BOOTSTRAP_CASH_STACK,
931 #[cfg(feature = "bootstrap")]
932 Self::BOOTSTRAP_CASH,
933 #[cfg(feature = "bootstrap")]
934 Self::BOOTSTRAP_CASSETTE_FILL,
935 #[cfg(feature = "bootstrap")]
936 Self::BOOTSTRAP_CASSETTE,
937 #[cfg(feature = "bootstrap")]
938 Self::BOOTSTRAP_CAST,
939 #[cfg(feature = "bootstrap")]
940 Self::BOOTSTRAP_CC_CIRCLE_FILL,
941 #[cfg(feature = "bootstrap")]
942 Self::BOOTSTRAP_CC_CIRCLE,
943 #[cfg(feature = "bootstrap")]
944 Self::BOOTSTRAP_CC_SQUARE_FILL,
945 #[cfg(feature = "bootstrap")]
946 Self::BOOTSTRAP_CC_SQUARE,
947 #[cfg(feature = "bootstrap")]
948 Self::BOOTSTRAP_CHAT_DOTS_FILL,
949 #[cfg(feature = "bootstrap")]
950 Self::BOOTSTRAP_CHAT_DOTS,
951 #[cfg(feature = "bootstrap")]
952 Self::BOOTSTRAP_CHAT_FILL,
953 #[cfg(feature = "bootstrap")]
954 Self::BOOTSTRAP_CHAT_HEART_FILL,
955 #[cfg(feature = "bootstrap")]
956 Self::BOOTSTRAP_CHAT_HEART,
957 #[cfg(feature = "bootstrap")]
958 Self::BOOTSTRAP_CHAT_LEFT_DOTS_FILL,
959 #[cfg(feature = "bootstrap")]
960 Self::BOOTSTRAP_CHAT_LEFT_DOTS,
961 #[cfg(feature = "bootstrap")]
962 Self::BOOTSTRAP_CHAT_LEFT_FILL,
963 #[cfg(feature = "bootstrap")]
964 Self::BOOTSTRAP_CHAT_LEFT_HEART_FILL,
965 #[cfg(feature = "bootstrap")]
966 Self::BOOTSTRAP_CHAT_LEFT_HEART,
967 #[cfg(feature = "bootstrap")]
968 Self::BOOTSTRAP_CHAT_LEFT_QUOTE_FILL,
969 #[cfg(feature = "bootstrap")]
970 Self::BOOTSTRAP_CHAT_LEFT_QUOTE,
971 #[cfg(feature = "bootstrap")]
972 Self::BOOTSTRAP_CHAT_LEFT_TEXT_FILL,
973 #[cfg(feature = "bootstrap")]
974 Self::BOOTSTRAP_CHAT_LEFT_TEXT,
975 #[cfg(feature = "bootstrap")]
976 Self::BOOTSTRAP_CHAT_LEFT,
977 #[cfg(feature = "bootstrap")]
978 Self::BOOTSTRAP_CHAT_QUOTE_FILL,
979 #[cfg(feature = "bootstrap")]
980 Self::BOOTSTRAP_CHAT_QUOTE,
981 #[cfg(feature = "bootstrap")]
982 Self::BOOTSTRAP_CHAT_RIGHT_DOTS_FILL,
983 #[cfg(feature = "bootstrap")]
984 Self::BOOTSTRAP_CHAT_RIGHT_DOTS,
985 #[cfg(feature = "bootstrap")]
986 Self::BOOTSTRAP_CHAT_RIGHT_FILL,
987 #[cfg(feature = "bootstrap")]
988 Self::BOOTSTRAP_CHAT_RIGHT_HEART_FILL,
989 #[cfg(feature = "bootstrap")]
990 Self::BOOTSTRAP_CHAT_RIGHT_HEART,
991 #[cfg(feature = "bootstrap")]
992 Self::BOOTSTRAP_CHAT_RIGHT_QUOTE_FILL,
993 #[cfg(feature = "bootstrap")]
994 Self::BOOTSTRAP_CHAT_RIGHT_QUOTE,
995 #[cfg(feature = "bootstrap")]
996 Self::BOOTSTRAP_CHAT_RIGHT_TEXT_FILL,
997 #[cfg(feature = "bootstrap")]
998 Self::BOOTSTRAP_CHAT_RIGHT_TEXT,
999 #[cfg(feature = "bootstrap")]
1000 Self::BOOTSTRAP_CHAT_RIGHT,
1001 #[cfg(feature = "bootstrap")]
1002 Self::BOOTSTRAP_CHAT_SQUARE_DOTS_FILL,
1003 #[cfg(feature = "bootstrap")]
1004 Self::BOOTSTRAP_CHAT_SQUARE_DOTS,
1005 #[cfg(feature = "bootstrap")]
1006 Self::BOOTSTRAP_CHAT_SQUARE_FILL,
1007 #[cfg(feature = "bootstrap")]
1008 Self::BOOTSTRAP_CHAT_SQUARE_HEART_FILL,
1009 #[cfg(feature = "bootstrap")]
1010 Self::BOOTSTRAP_CHAT_SQUARE_HEART,
1011 #[cfg(feature = "bootstrap")]
1012 Self::BOOTSTRAP_CHAT_SQUARE_QUOTE_FILL,
1013 #[cfg(feature = "bootstrap")]
1014 Self::BOOTSTRAP_CHAT_SQUARE_QUOTE,
1015 #[cfg(feature = "bootstrap")]
1016 Self::BOOTSTRAP_CHAT_SQUARE_TEXT_FILL,
1017 #[cfg(feature = "bootstrap")]
1018 Self::BOOTSTRAP_CHAT_SQUARE_TEXT,
1019 #[cfg(feature = "bootstrap")]
1020 Self::BOOTSTRAP_CHAT_SQUARE,
1021 #[cfg(feature = "bootstrap")]
1022 Self::BOOTSTRAP_CHAT_TEXT_FILL,
1023 #[cfg(feature = "bootstrap")]
1024 Self::BOOTSTRAP_CHAT_TEXT,
1025 #[cfg(feature = "bootstrap")]
1026 Self::BOOTSTRAP_CHAT,
1027 #[cfg(feature = "bootstrap")]
1028 Self::BOOTSTRAP_CHECK_ALL,
1029 #[cfg(feature = "bootstrap")]
1030 Self::BOOTSTRAP_CHECK_CIRCLE_FILL,
1031 #[cfg(feature = "bootstrap")]
1032 Self::BOOTSTRAP_CHECK_CIRCLE,
1033 #[cfg(feature = "bootstrap")]
1034 Self::BOOTSTRAP_CHECK_LG,
1035 #[cfg(feature = "bootstrap")]
1036 Self::BOOTSTRAP_CHECK_SQUARE_FILL,
1037 #[cfg(feature = "bootstrap")]
1038 Self::BOOTSTRAP_CHECK_SQUARE,
1039 #[cfg(feature = "bootstrap")]
1040 Self::BOOTSTRAP_CHECK,
1041 #[cfg(feature = "bootstrap")]
1042 Self::BOOTSTRAP_CHECK_2_ALL,
1043 #[cfg(feature = "bootstrap")]
1044 Self::BOOTSTRAP_CHECK_2_CIRCLE,
1045 #[cfg(feature = "bootstrap")]
1046 Self::BOOTSTRAP_CHECK_2_SQUARE,
1047 #[cfg(feature = "bootstrap")]
1048 Self::BOOTSTRAP_CHECK_2,
1049 #[cfg(feature = "bootstrap")]
1050 Self::BOOTSTRAP_CHEVRON_BAR_CONTRACT,
1051 #[cfg(feature = "bootstrap")]
1052 Self::BOOTSTRAP_CHEVRON_BAR_DOWN,
1053 #[cfg(feature = "bootstrap")]
1054 Self::BOOTSTRAP_CHEVRON_BAR_EXPAND,
1055 #[cfg(feature = "bootstrap")]
1056 Self::BOOTSTRAP_CHEVRON_BAR_LEFT,
1057 #[cfg(feature = "bootstrap")]
1058 Self::BOOTSTRAP_CHEVRON_BAR_RIGHT,
1059 #[cfg(feature = "bootstrap")]
1060 Self::BOOTSTRAP_CHEVRON_BAR_UP,
1061 #[cfg(feature = "bootstrap")]
1062 Self::BOOTSTRAP_CHEVRON_COMPACT_DOWN,
1063 #[cfg(feature = "bootstrap")]
1064 Self::BOOTSTRAP_CHEVRON_COMPACT_LEFT,
1065 #[cfg(feature = "bootstrap")]
1066 Self::BOOTSTRAP_CHEVRON_COMPACT_RIGHT,
1067 #[cfg(feature = "bootstrap")]
1068 Self::BOOTSTRAP_CHEVRON_COMPACT_UP,
1069 #[cfg(feature = "bootstrap")]
1070 Self::BOOTSTRAP_CHEVRON_CONTRACT,
1071 #[cfg(feature = "bootstrap")]
1072 Self::BOOTSTRAP_CHEVRON_DOUBLE_DOWN,
1073 #[cfg(feature = "bootstrap")]
1074 Self::BOOTSTRAP_CHEVRON_DOUBLE_LEFT,
1075 #[cfg(feature = "bootstrap")]
1076 Self::BOOTSTRAP_CHEVRON_DOUBLE_RIGHT,
1077 #[cfg(feature = "bootstrap")]
1078 Self::BOOTSTRAP_CHEVRON_DOUBLE_UP,
1079 #[cfg(feature = "bootstrap")]
1080 Self::BOOTSTRAP_CHEVRON_DOWN,
1081 #[cfg(feature = "bootstrap")]
1082 Self::BOOTSTRAP_CHEVRON_EXPAND,
1083 #[cfg(feature = "bootstrap")]
1084 Self::BOOTSTRAP_CHEVRON_LEFT,
1085 #[cfg(feature = "bootstrap")]
1086 Self::BOOTSTRAP_CHEVRON_RIGHT,
1087 #[cfg(feature = "bootstrap")]
1088 Self::BOOTSTRAP_CHEVRON_UP,
1089 #[cfg(feature = "bootstrap")]
1090 Self::BOOTSTRAP_CIRCLE_FILL,
1091 #[cfg(feature = "bootstrap")]
1092 Self::BOOTSTRAP_CIRCLE_HALF,
1093 #[cfg(feature = "bootstrap")]
1094 Self::BOOTSTRAP_CIRCLE_SQUARE,
1095 #[cfg(feature = "bootstrap")]
1096 Self::BOOTSTRAP_CIRCLE,
1097 #[cfg(feature = "bootstrap")]
1098 Self::BOOTSTRAP_CLIPBOARD_CHECK_FILL,
1099 #[cfg(feature = "bootstrap")]
1100 Self::BOOTSTRAP_CLIPBOARD_CHECK,
1101 #[cfg(feature = "bootstrap")]
1102 Self::BOOTSTRAP_CLIPBOARD_DATA_FILL,
1103 #[cfg(feature = "bootstrap")]
1104 Self::BOOTSTRAP_CLIPBOARD_DATA,
1105 #[cfg(feature = "bootstrap")]
1106 Self::BOOTSTRAP_CLIPBOARD_FILL,
1107 #[cfg(feature = "bootstrap")]
1108 Self::BOOTSTRAP_CLIPBOARD_HEART_FILL,
1109 #[cfg(feature = "bootstrap")]
1110 Self::BOOTSTRAP_CLIPBOARD_HEART,
1111 #[cfg(feature = "bootstrap")]
1112 Self::BOOTSTRAP_CLIPBOARD_MINUS_FILL,
1113 #[cfg(feature = "bootstrap")]
1114 Self::BOOTSTRAP_CLIPBOARD_MINUS,
1115 #[cfg(feature = "bootstrap")]
1116 Self::BOOTSTRAP_CLIPBOARD_PLUS_FILL,
1117 #[cfg(feature = "bootstrap")]
1118 Self::BOOTSTRAP_CLIPBOARD_PLUS,
1119 #[cfg(feature = "bootstrap")]
1120 Self::BOOTSTRAP_CLIPBOARD_PULSE,
1121 #[cfg(feature = "bootstrap")]
1122 Self::BOOTSTRAP_CLIPBOARD_X_FILL,
1123 #[cfg(feature = "bootstrap")]
1124 Self::BOOTSTRAP_CLIPBOARD_X,
1125 #[cfg(feature = "bootstrap")]
1126 Self::BOOTSTRAP_CLIPBOARD,
1127 #[cfg(feature = "bootstrap")]
1128 Self::BOOTSTRAP_CLIPBOARD_2_CHECK_FILL,
1129 #[cfg(feature = "bootstrap")]
1130 Self::BOOTSTRAP_CLIPBOARD_2_CHECK,
1131 #[cfg(feature = "bootstrap")]
1132 Self::BOOTSTRAP_CLIPBOARD_2_DATA_FILL,
1133 #[cfg(feature = "bootstrap")]
1134 Self::BOOTSTRAP_CLIPBOARD_2_DATA,
1135 #[cfg(feature = "bootstrap")]
1136 Self::BOOTSTRAP_CLIPBOARD_2_FILL,
1137 #[cfg(feature = "bootstrap")]
1138 Self::BOOTSTRAP_CLIPBOARD_2_HEART_FILL,
1139 #[cfg(feature = "bootstrap")]
1140 Self::BOOTSTRAP_CLIPBOARD_2_HEART,
1141 #[cfg(feature = "bootstrap")]
1142 Self::BOOTSTRAP_CLIPBOARD_2_MINUS_FILL,
1143 #[cfg(feature = "bootstrap")]
1144 Self::BOOTSTRAP_CLIPBOARD_2_MINUS,
1145 #[cfg(feature = "bootstrap")]
1146 Self::BOOTSTRAP_CLIPBOARD_2_PLUS_FILL,
1147 #[cfg(feature = "bootstrap")]
1148 Self::BOOTSTRAP_CLIPBOARD_2_PLUS,
1149 #[cfg(feature = "bootstrap")]
1150 Self::BOOTSTRAP_CLIPBOARD_2_PULSE_FILL,
1151 #[cfg(feature = "bootstrap")]
1152 Self::BOOTSTRAP_CLIPBOARD_2_PULSE,
1153 #[cfg(feature = "bootstrap")]
1154 Self::BOOTSTRAP_CLIPBOARD_2_X_FILL,
1155 #[cfg(feature = "bootstrap")]
1156 Self::BOOTSTRAP_CLIPBOARD_2_X,
1157 #[cfg(feature = "bootstrap")]
1158 Self::BOOTSTRAP_CLIPBOARD_2,
1159 #[cfg(feature = "bootstrap")]
1160 Self::BOOTSTRAP_CLOCK_FILL,
1161 #[cfg(feature = "bootstrap")]
1162 Self::BOOTSTRAP_CLOCK_HISTORY,
1163 #[cfg(feature = "bootstrap")]
1164 Self::BOOTSTRAP_CLOCK,
1165 #[cfg(feature = "bootstrap")]
1166 Self::BOOTSTRAP_CLOUD_ARROW_DOWN_FILL,
1167 #[cfg(feature = "bootstrap")]
1168 Self::BOOTSTRAP_CLOUD_ARROW_DOWN,
1169 #[cfg(feature = "bootstrap")]
1170 Self::BOOTSTRAP_CLOUD_ARROW_UP_FILL,
1171 #[cfg(feature = "bootstrap")]
1172 Self::BOOTSTRAP_CLOUD_ARROW_UP,
1173 #[cfg(feature = "bootstrap")]
1174 Self::BOOTSTRAP_CLOUD_CHECK_FILL,
1175 #[cfg(feature = "bootstrap")]
1176 Self::BOOTSTRAP_CLOUD_CHECK,
1177 #[cfg(feature = "bootstrap")]
1178 Self::BOOTSTRAP_CLOUD_DOWNLOAD_FILL,
1179 #[cfg(feature = "bootstrap")]
1180 Self::BOOTSTRAP_CLOUD_DOWNLOAD,
1181 #[cfg(feature = "bootstrap")]
1182 Self::BOOTSTRAP_CLOUD_DRIZZLE_FILL,
1183 #[cfg(feature = "bootstrap")]
1184 Self::BOOTSTRAP_CLOUD_DRIZZLE,
1185 #[cfg(feature = "bootstrap")]
1186 Self::BOOTSTRAP_CLOUD_FILL,
1187 #[cfg(feature = "bootstrap")]
1188 Self::BOOTSTRAP_CLOUD_FOG_FILL,
1189 #[cfg(feature = "bootstrap")]
1190 Self::BOOTSTRAP_CLOUD_FOG,
1191 #[cfg(feature = "bootstrap")]
1192 Self::BOOTSTRAP_CLOUD_FOG_2_FILL,
1193 #[cfg(feature = "bootstrap")]
1194 Self::BOOTSTRAP_CLOUD_FOG_2,
1195 #[cfg(feature = "bootstrap")]
1196 Self::BOOTSTRAP_CLOUD_HAIL_FILL,
1197 #[cfg(feature = "bootstrap")]
1198 Self::BOOTSTRAP_CLOUD_HAIL,
1199 #[cfg(feature = "bootstrap")]
1200 Self::BOOTSTRAP_CLOUD_HAZE_FILL,
1201 #[cfg(feature = "bootstrap")]
1202 Self::BOOTSTRAP_CLOUD_HAZE,
1203 #[cfg(feature = "bootstrap")]
1204 Self::BOOTSTRAP_CLOUD_HAZE_2_FILL,
1205 #[cfg(feature = "bootstrap")]
1206 Self::BOOTSTRAP_CLOUD_HAZE_2,
1207 #[cfg(feature = "bootstrap")]
1208 Self::BOOTSTRAP_CLOUD_LIGHTNING_FILL,
1209 #[cfg(feature = "bootstrap")]
1210 Self::BOOTSTRAP_CLOUD_LIGHTNING_RAIN_FILL,
1211 #[cfg(feature = "bootstrap")]
1212 Self::BOOTSTRAP_CLOUD_LIGHTNING_RAIN,
1213 #[cfg(feature = "bootstrap")]
1214 Self::BOOTSTRAP_CLOUD_LIGHTNING,
1215 #[cfg(feature = "bootstrap")]
1216 Self::BOOTSTRAP_CLOUD_MINUS_FILL,
1217 #[cfg(feature = "bootstrap")]
1218 Self::BOOTSTRAP_CLOUD_MINUS,
1219 #[cfg(feature = "bootstrap")]
1220 Self::BOOTSTRAP_CLOUD_MOON_FILL,
1221 #[cfg(feature = "bootstrap")]
1222 Self::BOOTSTRAP_CLOUD_MOON,
1223 #[cfg(feature = "bootstrap")]
1224 Self::BOOTSTRAP_CLOUD_PLUS_FILL,
1225 #[cfg(feature = "bootstrap")]
1226 Self::BOOTSTRAP_CLOUD_PLUS,
1227 #[cfg(feature = "bootstrap")]
1228 Self::BOOTSTRAP_CLOUD_RAIN_FILL,
1229 #[cfg(feature = "bootstrap")]
1230 Self::BOOTSTRAP_CLOUD_RAIN_HEAVY_FILL,
1231 #[cfg(feature = "bootstrap")]
1232 Self::BOOTSTRAP_CLOUD_RAIN_HEAVY,
1233 #[cfg(feature = "bootstrap")]
1234 Self::BOOTSTRAP_CLOUD_RAIN,
1235 #[cfg(feature = "bootstrap")]
1236 Self::BOOTSTRAP_CLOUD_SLASH_FILL,
1237 #[cfg(feature = "bootstrap")]
1238 Self::BOOTSTRAP_CLOUD_SLASH,
1239 #[cfg(feature = "bootstrap")]
1240 Self::BOOTSTRAP_CLOUD_SLEET_FILL,
1241 #[cfg(feature = "bootstrap")]
1242 Self::BOOTSTRAP_CLOUD_SLEET,
1243 #[cfg(feature = "bootstrap")]
1244 Self::BOOTSTRAP_CLOUD_SNOW_FILL,
1245 #[cfg(feature = "bootstrap")]
1246 Self::BOOTSTRAP_CLOUD_SNOW,
1247 #[cfg(feature = "bootstrap")]
1248 Self::BOOTSTRAP_CLOUD_SUN_FILL,
1249 #[cfg(feature = "bootstrap")]
1250 Self::BOOTSTRAP_CLOUD_SUN,
1251 #[cfg(feature = "bootstrap")]
1252 Self::BOOTSTRAP_CLOUD_UPLOAD_FILL,
1253 #[cfg(feature = "bootstrap")]
1254 Self::BOOTSTRAP_CLOUD_UPLOAD,
1255 #[cfg(feature = "bootstrap")]
1256 Self::BOOTSTRAP_CLOUD,
1257 #[cfg(feature = "bootstrap")]
1258 Self::BOOTSTRAP_CLOUDS_FILL,
1259 #[cfg(feature = "bootstrap")]
1260 Self::BOOTSTRAP_CLOUDS,
1261 #[cfg(feature = "bootstrap")]
1262 Self::BOOTSTRAP_CLOUDY_FILL,
1263 #[cfg(feature = "bootstrap")]
1264 Self::BOOTSTRAP_CLOUDY,
1265 #[cfg(feature = "bootstrap")]
1266 Self::BOOTSTRAP_CODE_SLASH,
1267 #[cfg(feature = "bootstrap")]
1268 Self::BOOTSTRAP_CODE_SQUARE,
1269 #[cfg(feature = "bootstrap")]
1270 Self::BOOTSTRAP_CODE,
1271 #[cfg(feature = "bootstrap")]
1272 Self::BOOTSTRAP_COIN,
1273 #[cfg(feature = "bootstrap")]
1274 Self::BOOTSTRAP_COLLECTION_FILL,
1275 #[cfg(feature = "bootstrap")]
1276 Self::BOOTSTRAP_COLLECTION_PLAY_FILL,
1277 #[cfg(feature = "bootstrap")]
1278 Self::BOOTSTRAP_COLLECTION_PLAY,
1279 #[cfg(feature = "bootstrap")]
1280 Self::BOOTSTRAP_COLLECTION,
1281 #[cfg(feature = "bootstrap")]
1282 Self::BOOTSTRAP_COLUMNS_GAP,
1283 #[cfg(feature = "bootstrap")]
1284 Self::BOOTSTRAP_COLUMNS,
1285 #[cfg(feature = "bootstrap")]
1286 Self::BOOTSTRAP_COMMAND,
1287 #[cfg(feature = "bootstrap")]
1288 Self::BOOTSTRAP_COMPASS_FILL,
1289 #[cfg(feature = "bootstrap")]
1290 Self::BOOTSTRAP_COMPASS,
1291 #[cfg(feature = "bootstrap")]
1292 Self::BOOTSTRAP_CONE_STRIPED,
1293 #[cfg(feature = "bootstrap")]
1294 Self::BOOTSTRAP_CONE,
1295 #[cfg(feature = "bootstrap")]
1296 Self::BOOTSTRAP_CONTROLLER,
1297 #[cfg(feature = "bootstrap")]
1298 Self::BOOTSTRAP_CPU_FILL,
1299 #[cfg(feature = "bootstrap")]
1300 Self::BOOTSTRAP_CPU,
1301 #[cfg(feature = "bootstrap")]
1302 Self::BOOTSTRAP_CREDIT_CARD_2_BACK_FILL,
1303 #[cfg(feature = "bootstrap")]
1304 Self::BOOTSTRAP_CREDIT_CARD_2_BACK,
1305 #[cfg(feature = "bootstrap")]
1306 Self::BOOTSTRAP_CREDIT_CARD_2_FRONT_FILL,
1307 #[cfg(feature = "bootstrap")]
1308 Self::BOOTSTRAP_CREDIT_CARD_2_FRONT,
1309 #[cfg(feature = "bootstrap")]
1310 Self::BOOTSTRAP_CREDIT_CARD_FILL,
1311 #[cfg(feature = "bootstrap")]
1312 Self::BOOTSTRAP_CREDIT_CARD,
1313 #[cfg(feature = "bootstrap")]
1314 Self::BOOTSTRAP_CROP,
1315 #[cfg(feature = "bootstrap")]
1316 Self::BOOTSTRAP_CUP_FILL,
1317 #[cfg(feature = "bootstrap")]
1318 Self::BOOTSTRAP_CUP_HOT_FILL,
1319 #[cfg(feature = "bootstrap")]
1320 Self::BOOTSTRAP_CUP_HOT,
1321 #[cfg(feature = "bootstrap")]
1322 Self::BOOTSTRAP_CUP_STRAW,
1323 #[cfg(feature = "bootstrap")]
1324 Self::BOOTSTRAP_CUP,
1325 #[cfg(feature = "bootstrap")]
1326 Self::BOOTSTRAP_CURRENCY_BITCOIN,
1327 #[cfg(feature = "bootstrap")]
1328 Self::BOOTSTRAP_CURRENCY_DOLLAR,
1329 #[cfg(feature = "bootstrap")]
1330 Self::BOOTSTRAP_CURRENCY_EURO,
1331 #[cfg(feature = "bootstrap")]
1332 Self::BOOTSTRAP_CURRENCY_EXCHANGE,
1333 #[cfg(feature = "bootstrap")]
1334 Self::BOOTSTRAP_CURRENCY_POUND,
1335 #[cfg(feature = "bootstrap")]
1336 Self::BOOTSTRAP_CURRENCY_RUPEE,
1337 #[cfg(feature = "bootstrap")]
1338 Self::BOOTSTRAP_CURRENCY_YEN,
1339 #[cfg(feature = "bootstrap")]
1340 Self::BOOTSTRAP_CURSOR_FILL,
1341 #[cfg(feature = "bootstrap")]
1342 Self::BOOTSTRAP_CURSOR_TEXT,
1343 #[cfg(feature = "bootstrap")]
1344 Self::BOOTSTRAP_CURSOR,
1345 #[cfg(feature = "bootstrap")]
1346 Self::BOOTSTRAP_DASH_CIRCLE_DOTTED,
1347 #[cfg(feature = "bootstrap")]
1348 Self::BOOTSTRAP_DASH_CIRCLE_FILL,
1349 #[cfg(feature = "bootstrap")]
1350 Self::BOOTSTRAP_DASH_CIRCLE,
1351 #[cfg(feature = "bootstrap")]
1352 Self::BOOTSTRAP_DASH_LG,
1353 #[cfg(feature = "bootstrap")]
1354 Self::BOOTSTRAP_DASH_SQUARE_DOTTED,
1355 #[cfg(feature = "bootstrap")]
1356 Self::BOOTSTRAP_DASH_SQUARE_FILL,
1357 #[cfg(feature = "bootstrap")]
1358 Self::BOOTSTRAP_DASH_SQUARE,
1359 #[cfg(feature = "bootstrap")]
1360 Self::BOOTSTRAP_DASH,
1361 #[cfg(feature = "bootstrap")]
1362 Self::BOOTSTRAP_DATABASE_ADD,
1363 #[cfg(feature = "bootstrap")]
1364 Self::BOOTSTRAP_DATABASE_CHECK,
1365 #[cfg(feature = "bootstrap")]
1366 Self::BOOTSTRAP_DATABASE_DASH,
1367 #[cfg(feature = "bootstrap")]
1368 Self::BOOTSTRAP_DATABASE_DOWN,
1369 #[cfg(feature = "bootstrap")]
1370 Self::BOOTSTRAP_DATABASE_EXCLAMATION,
1371 #[cfg(feature = "bootstrap")]
1372 Self::BOOTSTRAP_DATABASE_FILL_ADD,
1373 #[cfg(feature = "bootstrap")]
1374 Self::BOOTSTRAP_DATABASE_FILL_CHECK,
1375 #[cfg(feature = "bootstrap")]
1376 Self::BOOTSTRAP_DATABASE_FILL_DASH,
1377 #[cfg(feature = "bootstrap")]
1378 Self::BOOTSTRAP_DATABASE_FILL_DOWN,
1379 #[cfg(feature = "bootstrap")]
1380 Self::BOOTSTRAP_DATABASE_FILL_EXCLAMATION,
1381 #[cfg(feature = "bootstrap")]
1382 Self::BOOTSTRAP_DATABASE_FILL_GEAR,
1383 #[cfg(feature = "bootstrap")]
1384 Self::BOOTSTRAP_DATABASE_FILL_LOCK,
1385 #[cfg(feature = "bootstrap")]
1386 Self::BOOTSTRAP_DATABASE_FILL_SLASH,
1387 #[cfg(feature = "bootstrap")]
1388 Self::BOOTSTRAP_DATABASE_FILL_UP,
1389 #[cfg(feature = "bootstrap")]
1390 Self::BOOTSTRAP_DATABASE_FILL_X,
1391 #[cfg(feature = "bootstrap")]
1392 Self::BOOTSTRAP_DATABASE_FILL,
1393 #[cfg(feature = "bootstrap")]
1394 Self::BOOTSTRAP_DATABASE_GEAR,
1395 #[cfg(feature = "bootstrap")]
1396 Self::BOOTSTRAP_DATABASE_LOCK,
1397 #[cfg(feature = "bootstrap")]
1398 Self::BOOTSTRAP_DATABASE_SLASH,
1399 #[cfg(feature = "bootstrap")]
1400 Self::BOOTSTRAP_DATABASE_UP,
1401 #[cfg(feature = "bootstrap")]
1402 Self::BOOTSTRAP_DATABASE_X,
1403 #[cfg(feature = "bootstrap")]
1404 Self::BOOTSTRAP_DATABASE,
1405 #[cfg(feature = "bootstrap")]
1406 Self::BOOTSTRAP_DEVICE_HDD_FILL,
1407 #[cfg(feature = "bootstrap")]
1408 Self::BOOTSTRAP_DEVICE_HDD,
1409 #[cfg(feature = "bootstrap")]
1410 Self::BOOTSTRAP_DEVICE_SSD_FILL,
1411 #[cfg(feature = "bootstrap")]
1412 Self::BOOTSTRAP_DEVICE_SSD,
1413 #[cfg(feature = "bootstrap")]
1414 Self::BOOTSTRAP_DIAGRAM_2_FILL,
1415 #[cfg(feature = "bootstrap")]
1416 Self::BOOTSTRAP_DIAGRAM_2,
1417 #[cfg(feature = "bootstrap")]
1418 Self::BOOTSTRAP_DIAGRAM_3_FILL,
1419 #[cfg(feature = "bootstrap")]
1420 Self::BOOTSTRAP_DIAGRAM_3,
1421 #[cfg(feature = "bootstrap")]
1422 Self::BOOTSTRAP_DIAMOND_FILL,
1423 #[cfg(feature = "bootstrap")]
1424 Self::BOOTSTRAP_DIAMOND_HALF,
1425 #[cfg(feature = "bootstrap")]
1426 Self::BOOTSTRAP_DIAMOND,
1427 #[cfg(feature = "bootstrap")]
1428 Self::BOOTSTRAP_DICE_1_FILL,
1429 #[cfg(feature = "bootstrap")]
1430 Self::BOOTSTRAP_DICE_1,
1431 #[cfg(feature = "bootstrap")]
1432 Self::BOOTSTRAP_DICE_2_FILL,
1433 #[cfg(feature = "bootstrap")]
1434 Self::BOOTSTRAP_DICE_2,
1435 #[cfg(feature = "bootstrap")]
1436 Self::BOOTSTRAP_DICE_3_FILL,
1437 #[cfg(feature = "bootstrap")]
1438 Self::BOOTSTRAP_DICE_3,
1439 #[cfg(feature = "bootstrap")]
1440 Self::BOOTSTRAP_DICE_4_FILL,
1441 #[cfg(feature = "bootstrap")]
1442 Self::BOOTSTRAP_DICE_4,
1443 #[cfg(feature = "bootstrap")]
1444 Self::BOOTSTRAP_DICE_5_FILL,
1445 #[cfg(feature = "bootstrap")]
1446 Self::BOOTSTRAP_DICE_5,
1447 #[cfg(feature = "bootstrap")]
1448 Self::BOOTSTRAP_DICE_6_FILL,
1449 #[cfg(feature = "bootstrap")]
1450 Self::BOOTSTRAP_DICE_6,
1451 #[cfg(feature = "bootstrap")]
1452 Self::BOOTSTRAP_DISC_FILL,
1453 #[cfg(feature = "bootstrap")]
1454 Self::BOOTSTRAP_DISC,
1455 #[cfg(feature = "bootstrap")]
1456 Self::BOOTSTRAP_DISCORD,
1457 #[cfg(feature = "bootstrap")]
1458 Self::BOOTSTRAP_DISPLAY_FILL,
1459 #[cfg(feature = "bootstrap")]
1460 Self::BOOTSTRAP_DISPLAY,
1461 #[cfg(feature = "bootstrap")]
1462 Self::BOOTSTRAP_DISPLAYPORT_FILL,
1463 #[cfg(feature = "bootstrap")]
1464 Self::BOOTSTRAP_DISPLAYPORT,
1465 #[cfg(feature = "bootstrap")]
1466 Self::BOOTSTRAP_DISTRIBUTE_HORIZONTAL,
1467 #[cfg(feature = "bootstrap")]
1468 Self::BOOTSTRAP_DISTRIBUTE_VERTICAL,
1469 #[cfg(feature = "bootstrap")]
1470 Self::BOOTSTRAP_DOOR_CLOSED_FILL,
1471 #[cfg(feature = "bootstrap")]
1472 Self::BOOTSTRAP_DOOR_CLOSED,
1473 #[cfg(feature = "bootstrap")]
1474 Self::BOOTSTRAP_DOOR_OPEN_FILL,
1475 #[cfg(feature = "bootstrap")]
1476 Self::BOOTSTRAP_DOOR_OPEN,
1477 #[cfg(feature = "bootstrap")]
1478 Self::BOOTSTRAP_DOT,
1479 #[cfg(feature = "bootstrap")]
1480 Self::BOOTSTRAP_DOWNLOAD,
1481 #[cfg(feature = "bootstrap")]
1482 Self::BOOTSTRAP_DPAD_FILL,
1483 #[cfg(feature = "bootstrap")]
1484 Self::BOOTSTRAP_DPAD,
1485 #[cfg(feature = "bootstrap")]
1486 Self::BOOTSTRAP_DRIBBBLE,
1487 #[cfg(feature = "bootstrap")]
1488 Self::BOOTSTRAP_DROPBOX,
1489 #[cfg(feature = "bootstrap")]
1490 Self::BOOTSTRAP_DROPLET_FILL,
1491 #[cfg(feature = "bootstrap")]
1492 Self::BOOTSTRAP_DROPLET_HALF,
1493 #[cfg(feature = "bootstrap")]
1494 Self::BOOTSTRAP_DROPLET,
1495 #[cfg(feature = "bootstrap")]
1496 Self::BOOTSTRAP_EAR_FILL,
1497 #[cfg(feature = "bootstrap")]
1498 Self::BOOTSTRAP_EAR,
1499 #[cfg(feature = "bootstrap")]
1500 Self::BOOTSTRAP_EARBUDS,
1501 #[cfg(feature = "bootstrap")]
1502 Self::BOOTSTRAP_EASEL_FILL,
1503 #[cfg(feature = "bootstrap")]
1504 Self::BOOTSTRAP_EASEL,
1505 #[cfg(feature = "bootstrap")]
1506 Self::BOOTSTRAP_EASEL_2_FILL,
1507 #[cfg(feature = "bootstrap")]
1508 Self::BOOTSTRAP_EASEL_2,
1509 #[cfg(feature = "bootstrap")]
1510 Self::BOOTSTRAP_EASEL_3_FILL,
1511 #[cfg(feature = "bootstrap")]
1512 Self::BOOTSTRAP_EASEL_3,
1513 #[cfg(feature = "bootstrap")]
1514 Self::BOOTSTRAP_EGG_FILL,
1515 #[cfg(feature = "bootstrap")]
1516 Self::BOOTSTRAP_EGG_FRIED,
1517 #[cfg(feature = "bootstrap")]
1518 Self::BOOTSTRAP_EGG,
1519 #[cfg(feature = "bootstrap")]
1520 Self::BOOTSTRAP_EJECT_FILL,
1521 #[cfg(feature = "bootstrap")]
1522 Self::BOOTSTRAP_EJECT,
1523 #[cfg(feature = "bootstrap")]
1524 Self::BOOTSTRAP_EMOJI_ANGRY_FILL,
1525 #[cfg(feature = "bootstrap")]
1526 Self::BOOTSTRAP_EMOJI_ANGRY,
1527 #[cfg(feature = "bootstrap")]
1528 Self::BOOTSTRAP_EMOJI_DIZZY_FILL,
1529 #[cfg(feature = "bootstrap")]
1530 Self::BOOTSTRAP_EMOJI_DIZZY,
1531 #[cfg(feature = "bootstrap")]
1532 Self::BOOTSTRAP_EMOJI_EXPRESSIONLESS_FILL,
1533 #[cfg(feature = "bootstrap")]
1534 Self::BOOTSTRAP_EMOJI_EXPRESSIONLESS,
1535 #[cfg(feature = "bootstrap")]
1536 Self::BOOTSTRAP_EMOJI_FROWN_FILL,
1537 #[cfg(feature = "bootstrap")]
1538 Self::BOOTSTRAP_EMOJI_FROWN,
1539 #[cfg(feature = "bootstrap")]
1540 Self::BOOTSTRAP_EMOJI_HEART_EYES_FILL,
1541 #[cfg(feature = "bootstrap")]
1542 Self::BOOTSTRAP_EMOJI_HEART_EYES,
1543 #[cfg(feature = "bootstrap")]
1544 Self::BOOTSTRAP_EMOJI_KISS_FILL,
1545 #[cfg(feature = "bootstrap")]
1546 Self::BOOTSTRAP_EMOJI_KISS,
1547 #[cfg(feature = "bootstrap")]
1548 Self::BOOTSTRAP_EMOJI_LAUGHING_FILL,
1549 #[cfg(feature = "bootstrap")]
1550 Self::BOOTSTRAP_EMOJI_LAUGHING,
1551 #[cfg(feature = "bootstrap")]
1552 Self::BOOTSTRAP_EMOJI_NEUTRAL_FILL,
1553 #[cfg(feature = "bootstrap")]
1554 Self::BOOTSTRAP_EMOJI_NEUTRAL,
1555 #[cfg(feature = "bootstrap")]
1556 Self::BOOTSTRAP_EMOJI_SMILE_FILL,
1557 #[cfg(feature = "bootstrap")]
1558 Self::BOOTSTRAP_EMOJI_SMILE_UPSIDE_DOWN_FILL,
1559 #[cfg(feature = "bootstrap")]
1560 Self::BOOTSTRAP_EMOJI_SMILE_UPSIDE_DOWN,
1561 #[cfg(feature = "bootstrap")]
1562 Self::BOOTSTRAP_EMOJI_SMILE,
1563 #[cfg(feature = "bootstrap")]
1564 Self::BOOTSTRAP_EMOJI_SUNGLASSES_FILL,
1565 #[cfg(feature = "bootstrap")]
1566 Self::BOOTSTRAP_EMOJI_SUNGLASSES,
1567 #[cfg(feature = "bootstrap")]
1568 Self::BOOTSTRAP_EMOJI_WINK_FILL,
1569 #[cfg(feature = "bootstrap")]
1570 Self::BOOTSTRAP_EMOJI_WINK,
1571 #[cfg(feature = "bootstrap")]
1572 Self::BOOTSTRAP_ENVELOPE_AT_FILL,
1573 #[cfg(feature = "bootstrap")]
1574 Self::BOOTSTRAP_ENVELOPE_AT,
1575 #[cfg(feature = "bootstrap")]
1576 Self::BOOTSTRAP_ENVELOPE_CHECK_FILL,
1577 #[cfg(feature = "bootstrap")]
1578 Self::BOOTSTRAP_ENVELOPE_CHECK,
1579 #[cfg(feature = "bootstrap")]
1580 Self::BOOTSTRAP_ENVELOPE_DASH_FILL,
1581 #[cfg(feature = "bootstrap")]
1582 Self::BOOTSTRAP_ENVELOPE_DASH,
1583 #[cfg(feature = "bootstrap")]
1584 Self::BOOTSTRAP_ENVELOPE_EXCLAMATION_FILL,
1585 #[cfg(feature = "bootstrap")]
1586 Self::BOOTSTRAP_ENVELOPE_EXCLAMATION,
1587 #[cfg(feature = "bootstrap")]
1588 Self::BOOTSTRAP_ENVELOPE_FILL,
1589 #[cfg(feature = "bootstrap")]
1590 Self::BOOTSTRAP_ENVELOPE_HEART_FILL,
1591 #[cfg(feature = "bootstrap")]
1592 Self::BOOTSTRAP_ENVELOPE_HEART,
1593 #[cfg(feature = "bootstrap")]
1594 Self::BOOTSTRAP_ENVELOPE_OPEN_FILL,
1595 #[cfg(feature = "bootstrap")]
1596 Self::BOOTSTRAP_ENVELOPE_OPEN_HEART_FILL,
1597 #[cfg(feature = "bootstrap")]
1598 Self::BOOTSTRAP_ENVELOPE_OPEN_HEART,
1599 #[cfg(feature = "bootstrap")]
1600 Self::BOOTSTRAP_ENVELOPE_OPEN,
1601 #[cfg(feature = "bootstrap")]
1602 Self::BOOTSTRAP_ENVELOPE_PAPER_FILL,
1603 #[cfg(feature = "bootstrap")]
1604 Self::BOOTSTRAP_ENVELOPE_PAPER_HEART_FILL,
1605 #[cfg(feature = "bootstrap")]
1606 Self::BOOTSTRAP_ENVELOPE_PAPER_HEART,
1607 #[cfg(feature = "bootstrap")]
1608 Self::BOOTSTRAP_ENVELOPE_PAPER,
1609 #[cfg(feature = "bootstrap")]
1610 Self::BOOTSTRAP_ENVELOPE_PLUS_FILL,
1611 #[cfg(feature = "bootstrap")]
1612 Self::BOOTSTRAP_ENVELOPE_PLUS,
1613 #[cfg(feature = "bootstrap")]
1614 Self::BOOTSTRAP_ENVELOPE_SLASH_FILL,
1615 #[cfg(feature = "bootstrap")]
1616 Self::BOOTSTRAP_ENVELOPE_SLASH,
1617 #[cfg(feature = "bootstrap")]
1618 Self::BOOTSTRAP_ENVELOPE_X_FILL,
1619 #[cfg(feature = "bootstrap")]
1620 Self::BOOTSTRAP_ENVELOPE_X,
1621 #[cfg(feature = "bootstrap")]
1622 Self::BOOTSTRAP_ENVELOPE,
1623 #[cfg(feature = "bootstrap")]
1624 Self::BOOTSTRAP_ERASER_FILL,
1625 #[cfg(feature = "bootstrap")]
1626 Self::BOOTSTRAP_ERASER,
1627 #[cfg(feature = "bootstrap")]
1628 Self::BOOTSTRAP_ESCAPE,
1629 #[cfg(feature = "bootstrap")]
1630 Self::BOOTSTRAP_ETHERNET,
1631 #[cfg(feature = "bootstrap")]
1632 Self::BOOTSTRAP_EV_FRONT_FILL,
1633 #[cfg(feature = "bootstrap")]
1634 Self::BOOTSTRAP_EV_FRONT,
1635 #[cfg(feature = "bootstrap")]
1636 Self::BOOTSTRAP_EV_STATION_FILL,
1637 #[cfg(feature = "bootstrap")]
1638 Self::BOOTSTRAP_EV_STATION,
1639 #[cfg(feature = "bootstrap")]
1640 Self::BOOTSTRAP_EXCLAMATION_CIRCLE_FILL,
1641 #[cfg(feature = "bootstrap")]
1642 Self::BOOTSTRAP_EXCLAMATION_CIRCLE,
1643 #[cfg(feature = "bootstrap")]
1644 Self::BOOTSTRAP_EXCLAMATION_DIAMOND_FILL,
1645 #[cfg(feature = "bootstrap")]
1646 Self::BOOTSTRAP_EXCLAMATION_DIAMOND,
1647 #[cfg(feature = "bootstrap")]
1648 Self::BOOTSTRAP_EXCLAMATION_LG,
1649 #[cfg(feature = "bootstrap")]
1650 Self::BOOTSTRAP_EXCLAMATION_OCTAGON_FILL,
1651 #[cfg(feature = "bootstrap")]
1652 Self::BOOTSTRAP_EXCLAMATION_OCTAGON,
1653 #[cfg(feature = "bootstrap")]
1654 Self::BOOTSTRAP_EXCLAMATION_SQUARE_FILL,
1655 #[cfg(feature = "bootstrap")]
1656 Self::BOOTSTRAP_EXCLAMATION_SQUARE,
1657 #[cfg(feature = "bootstrap")]
1658 Self::BOOTSTRAP_EXCLAMATION_TRIANGLE_FILL,
1659 #[cfg(feature = "bootstrap")]
1660 Self::BOOTSTRAP_EXCLAMATION_TRIANGLE,
1661 #[cfg(feature = "bootstrap")]
1662 Self::BOOTSTRAP_EXCLAMATION,
1663 #[cfg(feature = "bootstrap")]
1664 Self::BOOTSTRAP_EXCLUDE,
1665 #[cfg(feature = "bootstrap")]
1666 Self::BOOTSTRAP_EXPLICIT_FILL,
1667 #[cfg(feature = "bootstrap")]
1668 Self::BOOTSTRAP_EXPLICIT,
1669 #[cfg(feature = "bootstrap")]
1670 Self::BOOTSTRAP_EYE_FILL,
1671 #[cfg(feature = "bootstrap")]
1672 Self::BOOTSTRAP_EYE_SLASH_FILL,
1673 #[cfg(feature = "bootstrap")]
1674 Self::BOOTSTRAP_EYE_SLASH,
1675 #[cfg(feature = "bootstrap")]
1676 Self::BOOTSTRAP_EYE,
1677 #[cfg(feature = "bootstrap")]
1678 Self::BOOTSTRAP_EYEDROPPER,
1679 #[cfg(feature = "bootstrap")]
1680 Self::BOOTSTRAP_EYEGLASSES,
1681 #[cfg(feature = "bootstrap")]
1682 Self::BOOTSTRAP_FACEBOOK,
1683 #[cfg(feature = "bootstrap")]
1684 Self::BOOTSTRAP_FAN,
1685 #[cfg(feature = "bootstrap")]
1686 Self::BOOTSTRAP_FAST_FORWARD_BTN_FILL,
1687 #[cfg(feature = "bootstrap")]
1688 Self::BOOTSTRAP_FAST_FORWARD_BTN,
1689 #[cfg(feature = "bootstrap")]
1690 Self::BOOTSTRAP_FAST_FORWARD_CIRCLE_FILL,
1691 #[cfg(feature = "bootstrap")]
1692 Self::BOOTSTRAP_FAST_FORWARD_CIRCLE,
1693 #[cfg(feature = "bootstrap")]
1694 Self::BOOTSTRAP_FAST_FORWARD_FILL,
1695 #[cfg(feature = "bootstrap")]
1696 Self::BOOTSTRAP_FAST_FORWARD,
1697 #[cfg(feature = "bootstrap")]
1698 Self::BOOTSTRAP_FILE_ARROW_DOWN_FILL,
1699 #[cfg(feature = "bootstrap")]
1700 Self::BOOTSTRAP_FILE_ARROW_DOWN,
1701 #[cfg(feature = "bootstrap")]
1702 Self::BOOTSTRAP_FILE_ARROW_UP_FILL,
1703 #[cfg(feature = "bootstrap")]
1704 Self::BOOTSTRAP_FILE_ARROW_UP,
1705 #[cfg(feature = "bootstrap")]
1706 Self::BOOTSTRAP_FILE_BAR_GRAPH_FILL,
1707 #[cfg(feature = "bootstrap")]
1708 Self::BOOTSTRAP_FILE_BAR_GRAPH,
1709 #[cfg(feature = "bootstrap")]
1710 Self::BOOTSTRAP_FILE_BINARY_FILL,
1711 #[cfg(feature = "bootstrap")]
1712 Self::BOOTSTRAP_FILE_BINARY,
1713 #[cfg(feature = "bootstrap")]
1714 Self::BOOTSTRAP_FILE_BREAK_FILL,
1715 #[cfg(feature = "bootstrap")]
1716 Self::BOOTSTRAP_FILE_BREAK,
1717 #[cfg(feature = "bootstrap")]
1718 Self::BOOTSTRAP_FILE_CHECK_FILL,
1719 #[cfg(feature = "bootstrap")]
1720 Self::BOOTSTRAP_FILE_CHECK,
1721 #[cfg(feature = "bootstrap")]
1722 Self::BOOTSTRAP_FILE_CODE_FILL,
1723 #[cfg(feature = "bootstrap")]
1724 Self::BOOTSTRAP_FILE_CODE,
1725 #[cfg(feature = "bootstrap")]
1726 Self::BOOTSTRAP_FILE_DIFF_FILL,
1727 #[cfg(feature = "bootstrap")]
1728 Self::BOOTSTRAP_FILE_DIFF,
1729 #[cfg(feature = "bootstrap")]
1730 Self::BOOTSTRAP_FILE_EARMARK_ARROW_DOWN_FILL,
1731 #[cfg(feature = "bootstrap")]
1732 Self::BOOTSTRAP_FILE_EARMARK_ARROW_DOWN,
1733 #[cfg(feature = "bootstrap")]
1734 Self::BOOTSTRAP_FILE_EARMARK_ARROW_UP_FILL,
1735 #[cfg(feature = "bootstrap")]
1736 Self::BOOTSTRAP_FILE_EARMARK_ARROW_UP,
1737 #[cfg(feature = "bootstrap")]
1738 Self::BOOTSTRAP_FILE_EARMARK_BAR_GRAPH_FILL,
1739 #[cfg(feature = "bootstrap")]
1740 Self::BOOTSTRAP_FILE_EARMARK_BAR_GRAPH,
1741 #[cfg(feature = "bootstrap")]
1742 Self::BOOTSTRAP_FILE_EARMARK_BINARY_FILL,
1743 #[cfg(feature = "bootstrap")]
1744 Self::BOOTSTRAP_FILE_EARMARK_BINARY,
1745 #[cfg(feature = "bootstrap")]
1746 Self::BOOTSTRAP_FILE_EARMARK_BREAK_FILL,
1747 #[cfg(feature = "bootstrap")]
1748 Self::BOOTSTRAP_FILE_EARMARK_BREAK,
1749 #[cfg(feature = "bootstrap")]
1750 Self::BOOTSTRAP_FILE_EARMARK_CHECK_FILL,
1751 #[cfg(feature = "bootstrap")]
1752 Self::BOOTSTRAP_FILE_EARMARK_CHECK,
1753 #[cfg(feature = "bootstrap")]
1754 Self::BOOTSTRAP_FILE_EARMARK_CODE_FILL,
1755 #[cfg(feature = "bootstrap")]
1756 Self::BOOTSTRAP_FILE_EARMARK_CODE,
1757 #[cfg(feature = "bootstrap")]
1758 Self::BOOTSTRAP_FILE_EARMARK_DIFF_FILL,
1759 #[cfg(feature = "bootstrap")]
1760 Self::BOOTSTRAP_FILE_EARMARK_DIFF,
1761 #[cfg(feature = "bootstrap")]
1762 Self::BOOTSTRAP_FILE_EARMARK_EASEL_FILL,
1763 #[cfg(feature = "bootstrap")]
1764 Self::BOOTSTRAP_FILE_EARMARK_EASEL,
1765 #[cfg(feature = "bootstrap")]
1766 Self::BOOTSTRAP_FILE_EARMARK_EXCEL_FILL,
1767 #[cfg(feature = "bootstrap")]
1768 Self::BOOTSTRAP_FILE_EARMARK_EXCEL,
1769 #[cfg(feature = "bootstrap")]
1770 Self::BOOTSTRAP_FILE_EARMARK_FILL,
1771 #[cfg(feature = "bootstrap")]
1772 Self::BOOTSTRAP_FILE_EARMARK_FONT_FILL,
1773 #[cfg(feature = "bootstrap")]
1774 Self::BOOTSTRAP_FILE_EARMARK_FONT,
1775 #[cfg(feature = "bootstrap")]
1776 Self::BOOTSTRAP_FILE_EARMARK_IMAGE_FILL,
1777 #[cfg(feature = "bootstrap")]
1778 Self::BOOTSTRAP_FILE_EARMARK_IMAGE,
1779 #[cfg(feature = "bootstrap")]
1780 Self::BOOTSTRAP_FILE_EARMARK_LOCK_FILL,
1781 #[cfg(feature = "bootstrap")]
1782 Self::BOOTSTRAP_FILE_EARMARK_LOCK,
1783 #[cfg(feature = "bootstrap")]
1784 Self::BOOTSTRAP_FILE_EARMARK_LOCK_2_FILL,
1785 #[cfg(feature = "bootstrap")]
1786 Self::BOOTSTRAP_FILE_EARMARK_LOCK_2,
1787 #[cfg(feature = "bootstrap")]
1788 Self::BOOTSTRAP_FILE_EARMARK_MEDICAL_FILL,
1789 #[cfg(feature = "bootstrap")]
1790 Self::BOOTSTRAP_FILE_EARMARK_MEDICAL,
1791 #[cfg(feature = "bootstrap")]
1792 Self::BOOTSTRAP_FILE_EARMARK_MINUS_FILL,
1793 #[cfg(feature = "bootstrap")]
1794 Self::BOOTSTRAP_FILE_EARMARK_MINUS,
1795 #[cfg(feature = "bootstrap")]
1796 Self::BOOTSTRAP_FILE_EARMARK_MUSIC_FILL,
1797 #[cfg(feature = "bootstrap")]
1798 Self::BOOTSTRAP_FILE_EARMARK_MUSIC,
1799 #[cfg(feature = "bootstrap")]
1800 Self::BOOTSTRAP_FILE_EARMARK_PDF_FILL,
1801 #[cfg(feature = "bootstrap")]
1802 Self::BOOTSTRAP_FILE_EARMARK_PDF,
1803 #[cfg(feature = "bootstrap")]
1804 Self::BOOTSTRAP_FILE_EARMARK_PERSON_FILL,
1805 #[cfg(feature = "bootstrap")]
1806 Self::BOOTSTRAP_FILE_EARMARK_PERSON,
1807 #[cfg(feature = "bootstrap")]
1808 Self::BOOTSTRAP_FILE_EARMARK_PLAY_FILL,
1809 #[cfg(feature = "bootstrap")]
1810 Self::BOOTSTRAP_FILE_EARMARK_PLAY,
1811 #[cfg(feature = "bootstrap")]
1812 Self::BOOTSTRAP_FILE_EARMARK_PLUS_FILL,
1813 #[cfg(feature = "bootstrap")]
1814 Self::BOOTSTRAP_FILE_EARMARK_PLUS,
1815 #[cfg(feature = "bootstrap")]
1816 Self::BOOTSTRAP_FILE_EARMARK_POST_FILL,
1817 #[cfg(feature = "bootstrap")]
1818 Self::BOOTSTRAP_FILE_EARMARK_POST,
1819 #[cfg(feature = "bootstrap")]
1820 Self::BOOTSTRAP_FILE_EARMARK_PPT_FILL,
1821 #[cfg(feature = "bootstrap")]
1822 Self::BOOTSTRAP_FILE_EARMARK_PPT,
1823 #[cfg(feature = "bootstrap")]
1824 Self::BOOTSTRAP_FILE_EARMARK_RICHTEXT_FILL,
1825 #[cfg(feature = "bootstrap")]
1826 Self::BOOTSTRAP_FILE_EARMARK_RICHTEXT,
1827 #[cfg(feature = "bootstrap")]
1828 Self::BOOTSTRAP_FILE_EARMARK_RULED_FILL,
1829 #[cfg(feature = "bootstrap")]
1830 Self::BOOTSTRAP_FILE_EARMARK_RULED,
1831 #[cfg(feature = "bootstrap")]
1832 Self::BOOTSTRAP_FILE_EARMARK_SLIDES_FILL,
1833 #[cfg(feature = "bootstrap")]
1834 Self::BOOTSTRAP_FILE_EARMARK_SLIDES,
1835 #[cfg(feature = "bootstrap")]
1836 Self::BOOTSTRAP_FILE_EARMARK_SPREADSHEET_FILL,
1837 #[cfg(feature = "bootstrap")]
1838 Self::BOOTSTRAP_FILE_EARMARK_SPREADSHEET,
1839 #[cfg(feature = "bootstrap")]
1840 Self::BOOTSTRAP_FILE_EARMARK_TEXT_FILL,
1841 #[cfg(feature = "bootstrap")]
1842 Self::BOOTSTRAP_FILE_EARMARK_TEXT,
1843 #[cfg(feature = "bootstrap")]
1844 Self::BOOTSTRAP_FILE_EARMARK_WORD_FILL,
1845 #[cfg(feature = "bootstrap")]
1846 Self::BOOTSTRAP_FILE_EARMARK_WORD,
1847 #[cfg(feature = "bootstrap")]
1848 Self::BOOTSTRAP_FILE_EARMARK_X_FILL,
1849 #[cfg(feature = "bootstrap")]
1850 Self::BOOTSTRAP_FILE_EARMARK_X,
1851 #[cfg(feature = "bootstrap")]
1852 Self::BOOTSTRAP_FILE_EARMARK_ZIP_FILL,
1853 #[cfg(feature = "bootstrap")]
1854 Self::BOOTSTRAP_FILE_EARMARK_ZIP,
1855 #[cfg(feature = "bootstrap")]
1856 Self::BOOTSTRAP_FILE_EARMARK,
1857 #[cfg(feature = "bootstrap")]
1858 Self::BOOTSTRAP_FILE_EASEL_FILL,
1859 #[cfg(feature = "bootstrap")]
1860 Self::BOOTSTRAP_FILE_EASEL,
1861 #[cfg(feature = "bootstrap")]
1862 Self::BOOTSTRAP_FILE_EXCEL_FILL,
1863 #[cfg(feature = "bootstrap")]
1864 Self::BOOTSTRAP_FILE_EXCEL,
1865 #[cfg(feature = "bootstrap")]
1866 Self::BOOTSTRAP_FILE_FILL,
1867 #[cfg(feature = "bootstrap")]
1868 Self::BOOTSTRAP_FILE_FONT_FILL,
1869 #[cfg(feature = "bootstrap")]
1870 Self::BOOTSTRAP_FILE_FONT,
1871 #[cfg(feature = "bootstrap")]
1872 Self::BOOTSTRAP_FILE_IMAGE_FILL,
1873 #[cfg(feature = "bootstrap")]
1874 Self::BOOTSTRAP_FILE_IMAGE,
1875 #[cfg(feature = "bootstrap")]
1876 Self::BOOTSTRAP_FILE_LOCK_FILL,
1877 #[cfg(feature = "bootstrap")]
1878 Self::BOOTSTRAP_FILE_LOCK,
1879 #[cfg(feature = "bootstrap")]
1880 Self::BOOTSTRAP_FILE_LOCK_2_FILL,
1881 #[cfg(feature = "bootstrap")]
1882 Self::BOOTSTRAP_FILE_LOCK_2,
1883 #[cfg(feature = "bootstrap")]
1884 Self::BOOTSTRAP_FILE_MEDICAL_FILL,
1885 #[cfg(feature = "bootstrap")]
1886 Self::BOOTSTRAP_FILE_MEDICAL,
1887 #[cfg(feature = "bootstrap")]
1888 Self::BOOTSTRAP_FILE_MINUS_FILL,
1889 #[cfg(feature = "bootstrap")]
1890 Self::BOOTSTRAP_FILE_MINUS,
1891 #[cfg(feature = "bootstrap")]
1892 Self::BOOTSTRAP_FILE_MUSIC_FILL,
1893 #[cfg(feature = "bootstrap")]
1894 Self::BOOTSTRAP_FILE_MUSIC,
1895 #[cfg(feature = "bootstrap")]
1896 Self::BOOTSTRAP_FILE_PDF_FILL,
1897 #[cfg(feature = "bootstrap")]
1898 Self::BOOTSTRAP_FILE_PDF,
1899 #[cfg(feature = "bootstrap")]
1900 Self::BOOTSTRAP_FILE_PERSON_FILL,
1901 #[cfg(feature = "bootstrap")]
1902 Self::BOOTSTRAP_FILE_PERSON,
1903 #[cfg(feature = "bootstrap")]
1904 Self::BOOTSTRAP_FILE_PLAY_FILL,
1905 #[cfg(feature = "bootstrap")]
1906 Self::BOOTSTRAP_FILE_PLAY,
1907 #[cfg(feature = "bootstrap")]
1908 Self::BOOTSTRAP_FILE_PLUS_FILL,
1909 #[cfg(feature = "bootstrap")]
1910 Self::BOOTSTRAP_FILE_PLUS,
1911 #[cfg(feature = "bootstrap")]
1912 Self::BOOTSTRAP_FILE_POST_FILL,
1913 #[cfg(feature = "bootstrap")]
1914 Self::BOOTSTRAP_FILE_POST,
1915 #[cfg(feature = "bootstrap")]
1916 Self::BOOTSTRAP_FILE_PPT_FILL,
1917 #[cfg(feature = "bootstrap")]
1918 Self::BOOTSTRAP_FILE_PPT,
1919 #[cfg(feature = "bootstrap")]
1920 Self::BOOTSTRAP_FILE_RICHTEXT_FILL,
1921 #[cfg(feature = "bootstrap")]
1922 Self::BOOTSTRAP_FILE_RICHTEXT,
1923 #[cfg(feature = "bootstrap")]
1924 Self::BOOTSTRAP_FILE_RULED_FILL,
1925 #[cfg(feature = "bootstrap")]
1926 Self::BOOTSTRAP_FILE_RULED,
1927 #[cfg(feature = "bootstrap")]
1928 Self::BOOTSTRAP_FILE_SLIDES_FILL,
1929 #[cfg(feature = "bootstrap")]
1930 Self::BOOTSTRAP_FILE_SLIDES,
1931 #[cfg(feature = "bootstrap")]
1932 Self::BOOTSTRAP_FILE_SPREADSHEET_FILL,
1933 #[cfg(feature = "bootstrap")]
1934 Self::BOOTSTRAP_FILE_SPREADSHEET,
1935 #[cfg(feature = "bootstrap")]
1936 Self::BOOTSTRAP_FILE_TEXT_FILL,
1937 #[cfg(feature = "bootstrap")]
1938 Self::BOOTSTRAP_FILE_TEXT,
1939 #[cfg(feature = "bootstrap")]
1940 Self::BOOTSTRAP_FILE_WORD_FILL,
1941 #[cfg(feature = "bootstrap")]
1942 Self::BOOTSTRAP_FILE_WORD,
1943 #[cfg(feature = "bootstrap")]
1944 Self::BOOTSTRAP_FILE_X_FILL,
1945 #[cfg(feature = "bootstrap")]
1946 Self::BOOTSTRAP_FILE_X,
1947 #[cfg(feature = "bootstrap")]
1948 Self::BOOTSTRAP_FILE_ZIP_FILL,
1949 #[cfg(feature = "bootstrap")]
1950 Self::BOOTSTRAP_FILE_ZIP,
1951 #[cfg(feature = "bootstrap")]
1952 Self::BOOTSTRAP_FILE,
1953 #[cfg(feature = "bootstrap")]
1954 Self::BOOTSTRAP_FILES_ALT,
1955 #[cfg(feature = "bootstrap")]
1956 Self::BOOTSTRAP_FILES,
1957 #[cfg(feature = "bootstrap")]
1958 Self::BOOTSTRAP_FILETYPE_AAC,
1959 #[cfg(feature = "bootstrap")]
1960 Self::BOOTSTRAP_FILETYPE_AI,
1961 #[cfg(feature = "bootstrap")]
1962 Self::BOOTSTRAP_FILETYPE_BMP,
1963 #[cfg(feature = "bootstrap")]
1964 Self::BOOTSTRAP_FILETYPE_CS,
1965 #[cfg(feature = "bootstrap")]
1966 Self::BOOTSTRAP_FILETYPE_CSS,
1967 #[cfg(feature = "bootstrap")]
1968 Self::BOOTSTRAP_FILETYPE_CSV,
1969 #[cfg(feature = "bootstrap")]
1970 Self::BOOTSTRAP_FILETYPE_DOC,
1971 #[cfg(feature = "bootstrap")]
1972 Self::BOOTSTRAP_FILETYPE_DOCX,
1973 #[cfg(feature = "bootstrap")]
1974 Self::BOOTSTRAP_FILETYPE_EXE,
1975 #[cfg(feature = "bootstrap")]
1976 Self::BOOTSTRAP_FILETYPE_GIF,
1977 #[cfg(feature = "bootstrap")]
1978 Self::BOOTSTRAP_FILETYPE_HEIC,
1979 #[cfg(feature = "bootstrap")]
1980 Self::BOOTSTRAP_FILETYPE_HTML,
1981 #[cfg(feature = "bootstrap")]
1982 Self::BOOTSTRAP_FILETYPE_JAVA,
1983 #[cfg(feature = "bootstrap")]
1984 Self::BOOTSTRAP_FILETYPE_JPG,
1985 #[cfg(feature = "bootstrap")]
1986 Self::BOOTSTRAP_FILETYPE_JS,
1987 #[cfg(feature = "bootstrap")]
1988 Self::BOOTSTRAP_FILETYPE_JSON,
1989 #[cfg(feature = "bootstrap")]
1990 Self::BOOTSTRAP_FILETYPE_JSX,
1991 #[cfg(feature = "bootstrap")]
1992 Self::BOOTSTRAP_FILETYPE_KEY,
1993 #[cfg(feature = "bootstrap")]
1994 Self::BOOTSTRAP_FILETYPE_M_4_P,
1995 #[cfg(feature = "bootstrap")]
1996 Self::BOOTSTRAP_FILETYPE_MD,
1997 #[cfg(feature = "bootstrap")]
1998 Self::BOOTSTRAP_FILETYPE_MDX,
1999 #[cfg(feature = "bootstrap")]
2000 Self::BOOTSTRAP_FILETYPE_MOV,
2001 #[cfg(feature = "bootstrap")]
2002 Self::BOOTSTRAP_FILETYPE_MP_3,
2003 #[cfg(feature = "bootstrap")]
2004 Self::BOOTSTRAP_FILETYPE_MP_4,
2005 #[cfg(feature = "bootstrap")]
2006 Self::BOOTSTRAP_FILETYPE_OTF,
2007 #[cfg(feature = "bootstrap")]
2008 Self::BOOTSTRAP_FILETYPE_PDF,
2009 #[cfg(feature = "bootstrap")]
2010 Self::BOOTSTRAP_FILETYPE_PHP,
2011 #[cfg(feature = "bootstrap")]
2012 Self::BOOTSTRAP_FILETYPE_PNG,
2013 #[cfg(feature = "bootstrap")]
2014 Self::BOOTSTRAP_FILETYPE_PPT,
2015 #[cfg(feature = "bootstrap")]
2016 Self::BOOTSTRAP_FILETYPE_PPTX,
2017 #[cfg(feature = "bootstrap")]
2018 Self::BOOTSTRAP_FILETYPE_PSD,
2019 #[cfg(feature = "bootstrap")]
2020 Self::BOOTSTRAP_FILETYPE_PY,
2021 #[cfg(feature = "bootstrap")]
2022 Self::BOOTSTRAP_FILETYPE_RAW,
2023 #[cfg(feature = "bootstrap")]
2024 Self::BOOTSTRAP_FILETYPE_RB,
2025 #[cfg(feature = "bootstrap")]
2026 Self::BOOTSTRAP_FILETYPE_SASS,
2027 #[cfg(feature = "bootstrap")]
2028 Self::BOOTSTRAP_FILETYPE_SCSS,
2029 #[cfg(feature = "bootstrap")]
2030 Self::BOOTSTRAP_FILETYPE_SH,
2031 #[cfg(feature = "bootstrap")]
2032 Self::BOOTSTRAP_FILETYPE_SQL,
2033 #[cfg(feature = "bootstrap")]
2034 Self::BOOTSTRAP_FILETYPE_SVG,
2035 #[cfg(feature = "bootstrap")]
2036 Self::BOOTSTRAP_FILETYPE_TIFF,
2037 #[cfg(feature = "bootstrap")]
2038 Self::BOOTSTRAP_FILETYPE_TSX,
2039 #[cfg(feature = "bootstrap")]
2040 Self::BOOTSTRAP_FILETYPE_TTF,
2041 #[cfg(feature = "bootstrap")]
2042 Self::BOOTSTRAP_FILETYPE_TXT,
2043 #[cfg(feature = "bootstrap")]
2044 Self::BOOTSTRAP_FILETYPE_WAV,
2045 #[cfg(feature = "bootstrap")]
2046 Self::BOOTSTRAP_FILETYPE_WOFF,
2047 #[cfg(feature = "bootstrap")]
2048 Self::BOOTSTRAP_FILETYPE_XLS,
2049 #[cfg(feature = "bootstrap")]
2050 Self::BOOTSTRAP_FILETYPE_XLSX,
2051 #[cfg(feature = "bootstrap")]
2052 Self::BOOTSTRAP_FILETYPE_XML,
2053 #[cfg(feature = "bootstrap")]
2054 Self::BOOTSTRAP_FILETYPE_YML,
2055 #[cfg(feature = "bootstrap")]
2056 Self::BOOTSTRAP_FILM,
2057 #[cfg(feature = "bootstrap")]
2058 Self::BOOTSTRAP_FILTER_CIRCLE_FILL,
2059 #[cfg(feature = "bootstrap")]
2060 Self::BOOTSTRAP_FILTER_CIRCLE,
2061 #[cfg(feature = "bootstrap")]
2062 Self::BOOTSTRAP_FILTER_LEFT,
2063 #[cfg(feature = "bootstrap")]
2064 Self::BOOTSTRAP_FILTER_RIGHT,
2065 #[cfg(feature = "bootstrap")]
2066 Self::BOOTSTRAP_FILTER_SQUARE_FILL,
2067 #[cfg(feature = "bootstrap")]
2068 Self::BOOTSTRAP_FILTER_SQUARE,
2069 #[cfg(feature = "bootstrap")]
2070 Self::BOOTSTRAP_FILTER,
2071 #[cfg(feature = "bootstrap")]
2072 Self::BOOTSTRAP_FINGERPRINT,
2073 #[cfg(feature = "bootstrap")]
2074 Self::BOOTSTRAP_FIRE,
2075 #[cfg(feature = "bootstrap")]
2076 Self::BOOTSTRAP_FLAG_FILL,
2077 #[cfg(feature = "bootstrap")]
2078 Self::BOOTSTRAP_FLAG,
2079 #[cfg(feature = "bootstrap")]
2080 Self::BOOTSTRAP_FLOWER_1,
2081 #[cfg(feature = "bootstrap")]
2082 Self::BOOTSTRAP_FLOWER_2,
2083 #[cfg(feature = "bootstrap")]
2084 Self::BOOTSTRAP_FLOWER_3,
2085 #[cfg(feature = "bootstrap")]
2086 Self::BOOTSTRAP_FOLDER_CHECK,
2087 #[cfg(feature = "bootstrap")]
2088 Self::BOOTSTRAP_FOLDER_FILL,
2089 #[cfg(feature = "bootstrap")]
2090 Self::BOOTSTRAP_FOLDER_MINUS,
2091 #[cfg(feature = "bootstrap")]
2092 Self::BOOTSTRAP_FOLDER_PLUS,
2093 #[cfg(feature = "bootstrap")]
2094 Self::BOOTSTRAP_FOLDER_SYMLINK_FILL,
2095 #[cfg(feature = "bootstrap")]
2096 Self::BOOTSTRAP_FOLDER_SYMLINK,
2097 #[cfg(feature = "bootstrap")]
2098 Self::BOOTSTRAP_FOLDER_X,
2099 #[cfg(feature = "bootstrap")]
2100 Self::BOOTSTRAP_FOLDER,
2101 #[cfg(feature = "bootstrap")]
2102 Self::BOOTSTRAP_FOLDER_2_OPEN,
2103 #[cfg(feature = "bootstrap")]
2104 Self::BOOTSTRAP_FOLDER_2,
2105 #[cfg(feature = "bootstrap")]
2106 Self::BOOTSTRAP_FONTS,
2107 #[cfg(feature = "bootstrap")]
2108 Self::BOOTSTRAP_FORWARD_FILL,
2109 #[cfg(feature = "bootstrap")]
2110 Self::BOOTSTRAP_FORWARD,
2111 #[cfg(feature = "bootstrap")]
2112 Self::BOOTSTRAP_FRONT,
2113 #[cfg(feature = "bootstrap")]
2114 Self::BOOTSTRAP_FUEL_PUMP_DIESEL_FILL,
2115 #[cfg(feature = "bootstrap")]
2116 Self::BOOTSTRAP_FUEL_PUMP_DIESEL,
2117 #[cfg(feature = "bootstrap")]
2118 Self::BOOTSTRAP_FUEL_PUMP_FILL,
2119 #[cfg(feature = "bootstrap")]
2120 Self::BOOTSTRAP_FUEL_PUMP,
2121 #[cfg(feature = "bootstrap")]
2122 Self::BOOTSTRAP_FULLSCREEN_EXIT,
2123 #[cfg(feature = "bootstrap")]
2124 Self::BOOTSTRAP_FULLSCREEN,
2125 #[cfg(feature = "bootstrap")]
2126 Self::BOOTSTRAP_FUNNEL_FILL,
2127 #[cfg(feature = "bootstrap")]
2128 Self::BOOTSTRAP_FUNNEL,
2129 #[cfg(feature = "bootstrap")]
2130 Self::BOOTSTRAP_GEAR_FILL,
2131 #[cfg(feature = "bootstrap")]
2132 Self::BOOTSTRAP_GEAR_WIDE_CONNECTED,
2133 #[cfg(feature = "bootstrap")]
2134 Self::BOOTSTRAP_GEAR_WIDE,
2135 #[cfg(feature = "bootstrap")]
2136 Self::BOOTSTRAP_GEAR,
2137 #[cfg(feature = "bootstrap")]
2138 Self::BOOTSTRAP_GEM,
2139 #[cfg(feature = "bootstrap")]
2140 Self::BOOTSTRAP_GENDER_AMBIGUOUS,
2141 #[cfg(feature = "bootstrap")]
2142 Self::BOOTSTRAP_GENDER_FEMALE,
2143 #[cfg(feature = "bootstrap")]
2144 Self::BOOTSTRAP_GENDER_MALE,
2145 #[cfg(feature = "bootstrap")]
2146 Self::BOOTSTRAP_GENDER_TRANS,
2147 #[cfg(feature = "bootstrap")]
2148 Self::BOOTSTRAP_GEO_ALT_FILL,
2149 #[cfg(feature = "bootstrap")]
2150 Self::BOOTSTRAP_GEO_ALT,
2151 #[cfg(feature = "bootstrap")]
2152 Self::BOOTSTRAP_GEO_FILL,
2153 #[cfg(feature = "bootstrap")]
2154 Self::BOOTSTRAP_GEO,
2155 #[cfg(feature = "bootstrap")]
2156 Self::BOOTSTRAP_GIFT_FILL,
2157 #[cfg(feature = "bootstrap")]
2158 Self::BOOTSTRAP_GIFT,
2159 #[cfg(feature = "bootstrap")]
2160 Self::BOOTSTRAP_GIT,
2161 #[cfg(feature = "bootstrap")]
2162 Self::BOOTSTRAP_GITHUB,
2163 #[cfg(feature = "bootstrap")]
2164 Self::BOOTSTRAP_GLOBE_AMERICAS,
2165 #[cfg(feature = "bootstrap")]
2166 Self::BOOTSTRAP_GLOBE_ASIA_AUSTRALIA,
2167 #[cfg(feature = "bootstrap")]
2168 Self::BOOTSTRAP_GLOBE_CENTRAL_SOUTH_ASIA,
2169 #[cfg(feature = "bootstrap")]
2170 Self::BOOTSTRAP_GLOBE_EUROPE_AFRICA,
2171 #[cfg(feature = "bootstrap")]
2172 Self::BOOTSTRAP_GLOBE,
2173 #[cfg(feature = "bootstrap")]
2174 Self::BOOTSTRAP_GLOBE_2,
2175 #[cfg(feature = "bootstrap")]
2176 Self::BOOTSTRAP_GOOGLE_PLAY,
2177 #[cfg(feature = "bootstrap")]
2178 Self::BOOTSTRAP_GOOGLE,
2179 #[cfg(feature = "bootstrap")]
2180 Self::BOOTSTRAP_GPU_CARD,
2181 #[cfg(feature = "bootstrap")]
2182 Self::BOOTSTRAP_GRAPH_DOWN_ARROW,
2183 #[cfg(feature = "bootstrap")]
2184 Self::BOOTSTRAP_GRAPH_DOWN,
2185 #[cfg(feature = "bootstrap")]
2186 Self::BOOTSTRAP_GRAPH_UP_ARROW,
2187 #[cfg(feature = "bootstrap")]
2188 Self::BOOTSTRAP_GRAPH_UP,
2189 #[cfg(feature = "bootstrap")]
2190 Self::BOOTSTRAP_GRID_1_X_2_FILL,
2191 #[cfg(feature = "bootstrap")]
2192 Self::BOOTSTRAP_GRID_1_X_2,
2193 #[cfg(feature = "bootstrap")]
2194 Self::BOOTSTRAP_GRID_3_X_2_GAP_FILL,
2195 #[cfg(feature = "bootstrap")]
2196 Self::BOOTSTRAP_GRID_3_X_2_GAP,
2197 #[cfg(feature = "bootstrap")]
2198 Self::BOOTSTRAP_GRID_3_X_2,
2199 #[cfg(feature = "bootstrap")]
2200 Self::BOOTSTRAP_GRID_3_X_3_GAP_FILL,
2201 #[cfg(feature = "bootstrap")]
2202 Self::BOOTSTRAP_GRID_3_X_3_GAP,
2203 #[cfg(feature = "bootstrap")]
2204 Self::BOOTSTRAP_GRID_3_X_3,
2205 #[cfg(feature = "bootstrap")]
2206 Self::BOOTSTRAP_GRID_FILL,
2207 #[cfg(feature = "bootstrap")]
2208 Self::BOOTSTRAP_GRID,
2209 #[cfg(feature = "bootstrap")]
2210 Self::BOOTSTRAP_GRIP_HORIZONTAL,
2211 #[cfg(feature = "bootstrap")]
2212 Self::BOOTSTRAP_GRIP_VERTICAL,
2213 #[cfg(feature = "bootstrap")]
2214 Self::BOOTSTRAP_H_CIRCLE_FILL,
2215 #[cfg(feature = "bootstrap")]
2216 Self::BOOTSTRAP_H_CIRCLE,
2217 #[cfg(feature = "bootstrap")]
2218 Self::BOOTSTRAP_H_SQUARE_FILL,
2219 #[cfg(feature = "bootstrap")]
2220 Self::BOOTSTRAP_H_SQUARE,
2221 #[cfg(feature = "bootstrap")]
2222 Self::BOOTSTRAP_HAMMER,
2223 #[cfg(feature = "bootstrap")]
2224 Self::BOOTSTRAP_HAND_INDEX_FILL,
2225 #[cfg(feature = "bootstrap")]
2226 Self::BOOTSTRAP_HAND_INDEX_THUMB_FILL,
2227 #[cfg(feature = "bootstrap")]
2228 Self::BOOTSTRAP_HAND_INDEX_THUMB,
2229 #[cfg(feature = "bootstrap")]
2230 Self::BOOTSTRAP_HAND_INDEX,
2231 #[cfg(feature = "bootstrap")]
2232 Self::BOOTSTRAP_HAND_THUMBS_DOWN_FILL,
2233 #[cfg(feature = "bootstrap")]
2234 Self::BOOTSTRAP_HAND_THUMBS_DOWN,
2235 #[cfg(feature = "bootstrap")]
2236 Self::BOOTSTRAP_HAND_THUMBS_UP_FILL,
2237 #[cfg(feature = "bootstrap")]
2238 Self::BOOTSTRAP_HAND_THUMBS_UP,
2239 #[cfg(feature = "bootstrap")]
2240 Self::BOOTSTRAP_HANDBAG_FILL,
2241 #[cfg(feature = "bootstrap")]
2242 Self::BOOTSTRAP_HANDBAG,
2243 #[cfg(feature = "bootstrap")]
2244 Self::BOOTSTRAP_HASH,
2245 #[cfg(feature = "bootstrap")]
2246 Self::BOOTSTRAP_HDD_FILL,
2247 #[cfg(feature = "bootstrap")]
2248 Self::BOOTSTRAP_HDD_NETWORK_FILL,
2249 #[cfg(feature = "bootstrap")]
2250 Self::BOOTSTRAP_HDD_NETWORK,
2251 #[cfg(feature = "bootstrap")]
2252 Self::BOOTSTRAP_HDD_RACK_FILL,
2253 #[cfg(feature = "bootstrap")]
2254 Self::BOOTSTRAP_HDD_RACK,
2255 #[cfg(feature = "bootstrap")]
2256 Self::BOOTSTRAP_HDD_STACK_FILL,
2257 #[cfg(feature = "bootstrap")]
2258 Self::BOOTSTRAP_HDD_STACK,
2259 #[cfg(feature = "bootstrap")]
2260 Self::BOOTSTRAP_HDD,
2261 #[cfg(feature = "bootstrap")]
2262 Self::BOOTSTRAP_HDMI_FILL,
2263 #[cfg(feature = "bootstrap")]
2264 Self::BOOTSTRAP_HDMI,
2265 #[cfg(feature = "bootstrap")]
2266 Self::BOOTSTRAP_HEADPHONES,
2267 #[cfg(feature = "bootstrap")]
2268 Self::BOOTSTRAP_HEADSET_VR,
2269 #[cfg(feature = "bootstrap")]
2270 Self::BOOTSTRAP_HEADSET,
2271 #[cfg(feature = "bootstrap")]
2272 Self::BOOTSTRAP_HEART_ARROW,
2273 #[cfg(feature = "bootstrap")]
2274 Self::BOOTSTRAP_HEART_FILL,
2275 #[cfg(feature = "bootstrap")]
2276 Self::BOOTSTRAP_HEART_HALF,
2277 #[cfg(feature = "bootstrap")]
2278 Self::BOOTSTRAP_HEART_PULSE_FILL,
2279 #[cfg(feature = "bootstrap")]
2280 Self::BOOTSTRAP_HEART_PULSE,
2281 #[cfg(feature = "bootstrap")]
2282 Self::BOOTSTRAP_HEART,
2283 #[cfg(feature = "bootstrap")]
2284 Self::BOOTSTRAP_HEARTBREAK_FILL,
2285 #[cfg(feature = "bootstrap")]
2286 Self::BOOTSTRAP_HEARTBREAK,
2287 #[cfg(feature = "bootstrap")]
2288 Self::BOOTSTRAP_HEARTS,
2289 #[cfg(feature = "bootstrap")]
2290 Self::BOOTSTRAP_HEPTAGON_FILL,
2291 #[cfg(feature = "bootstrap")]
2292 Self::BOOTSTRAP_HEPTAGON_HALF,
2293 #[cfg(feature = "bootstrap")]
2294 Self::BOOTSTRAP_HEPTAGON,
2295 #[cfg(feature = "bootstrap")]
2296 Self::BOOTSTRAP_HEXAGON_FILL,
2297 #[cfg(feature = "bootstrap")]
2298 Self::BOOTSTRAP_HEXAGON_HALF,
2299 #[cfg(feature = "bootstrap")]
2300 Self::BOOTSTRAP_HEXAGON,
2301 #[cfg(feature = "bootstrap")]
2302 Self::BOOTSTRAP_HOSPITAL_FILL,
2303 #[cfg(feature = "bootstrap")]
2304 Self::BOOTSTRAP_HOSPITAL,
2305 #[cfg(feature = "bootstrap")]
2306 Self::BOOTSTRAP_HOURGLASS_BOTTOM,
2307 #[cfg(feature = "bootstrap")]
2308 Self::BOOTSTRAP_HOURGLASS_SPLIT,
2309 #[cfg(feature = "bootstrap")]
2310 Self::BOOTSTRAP_HOURGLASS_TOP,
2311 #[cfg(feature = "bootstrap")]
2312 Self::BOOTSTRAP_HOURGLASS,
2313 #[cfg(feature = "bootstrap")]
2314 Self::BOOTSTRAP_HOUSE_ADD_FILL,
2315 #[cfg(feature = "bootstrap")]
2316 Self::BOOTSTRAP_HOUSE_ADD,
2317 #[cfg(feature = "bootstrap")]
2318 Self::BOOTSTRAP_HOUSE_CHECK_FILL,
2319 #[cfg(feature = "bootstrap")]
2320 Self::BOOTSTRAP_HOUSE_CHECK,
2321 #[cfg(feature = "bootstrap")]
2322 Self::BOOTSTRAP_HOUSE_DASH_FILL,
2323 #[cfg(feature = "bootstrap")]
2324 Self::BOOTSTRAP_HOUSE_DASH,
2325 #[cfg(feature = "bootstrap")]
2326 Self::BOOTSTRAP_HOUSE_DOOR_FILL,
2327 #[cfg(feature = "bootstrap")]
2328 Self::BOOTSTRAP_HOUSE_DOOR,
2329 #[cfg(feature = "bootstrap")]
2330 Self::BOOTSTRAP_HOUSE_DOWN_FILL,
2331 #[cfg(feature = "bootstrap")]
2332 Self::BOOTSTRAP_HOUSE_DOWN,
2333 #[cfg(feature = "bootstrap")]
2334 Self::BOOTSTRAP_HOUSE_EXCLAMATION_FILL,
2335 #[cfg(feature = "bootstrap")]
2336 Self::BOOTSTRAP_HOUSE_EXCLAMATION,
2337 #[cfg(feature = "bootstrap")]
2338 Self::BOOTSTRAP_HOUSE_FILL,
2339 #[cfg(feature = "bootstrap")]
2340 Self::BOOTSTRAP_HOUSE_GEAR_FILL,
2341 #[cfg(feature = "bootstrap")]
2342 Self::BOOTSTRAP_HOUSE_GEAR,
2343 #[cfg(feature = "bootstrap")]
2344 Self::BOOTSTRAP_HOUSE_HEART_FILL,
2345 #[cfg(feature = "bootstrap")]
2346 Self::BOOTSTRAP_HOUSE_HEART,
2347 #[cfg(feature = "bootstrap")]
2348 Self::BOOTSTRAP_HOUSE_LOCK_FILL,
2349 #[cfg(feature = "bootstrap")]
2350 Self::BOOTSTRAP_HOUSE_LOCK,
2351 #[cfg(feature = "bootstrap")]
2352 Self::BOOTSTRAP_HOUSE_SLASH_FILL,
2353 #[cfg(feature = "bootstrap")]
2354 Self::BOOTSTRAP_HOUSE_SLASH,
2355 #[cfg(feature = "bootstrap")]
2356 Self::BOOTSTRAP_HOUSE_UP_FILL,
2357 #[cfg(feature = "bootstrap")]
2358 Self::BOOTSTRAP_HOUSE_UP,
2359 #[cfg(feature = "bootstrap")]
2360 Self::BOOTSTRAP_HOUSE_X_FILL,
2361 #[cfg(feature = "bootstrap")]
2362 Self::BOOTSTRAP_HOUSE_X,
2363 #[cfg(feature = "bootstrap")]
2364 Self::BOOTSTRAP_HOUSE,
2365 #[cfg(feature = "bootstrap")]
2366 Self::BOOTSTRAP_HOUSES_FILL,
2367 #[cfg(feature = "bootstrap")]
2368 Self::BOOTSTRAP_HOUSES,
2369 #[cfg(feature = "bootstrap")]
2370 Self::BOOTSTRAP_HR,
2371 #[cfg(feature = "bootstrap")]
2372 Self::BOOTSTRAP_HURRICANE,
2373 #[cfg(feature = "bootstrap")]
2374 Self::BOOTSTRAP_HYPNOTIZE,
2375 #[cfg(feature = "bootstrap")]
2376 Self::BOOTSTRAP_IMAGE_ALT,
2377 #[cfg(feature = "bootstrap")]
2378 Self::BOOTSTRAP_IMAGE_FILL,
2379 #[cfg(feature = "bootstrap")]
2380 Self::BOOTSTRAP_IMAGE,
2381 #[cfg(feature = "bootstrap")]
2382 Self::BOOTSTRAP_IMAGES,
2383 #[cfg(feature = "bootstrap")]
2384 Self::BOOTSTRAP_INBOX_FILL,
2385 #[cfg(feature = "bootstrap")]
2386 Self::BOOTSTRAP_INBOX,
2387 #[cfg(feature = "bootstrap")]
2388 Self::BOOTSTRAP_INBOXES_FILL,
2389 #[cfg(feature = "bootstrap")]
2390 Self::BOOTSTRAP_INBOXES,
2391 #[cfg(feature = "bootstrap")]
2392 Self::BOOTSTRAP_INCOGNITO,
2393 #[cfg(feature = "bootstrap")]
2394 Self::BOOTSTRAP_INDENT,
2395 #[cfg(feature = "bootstrap")]
2396 Self::BOOTSTRAP_INFINITY,
2397 #[cfg(feature = "bootstrap")]
2398 Self::BOOTSTRAP_INFO_CIRCLE_FILL,
2399 #[cfg(feature = "bootstrap")]
2400 Self::BOOTSTRAP_INFO_CIRCLE,
2401 #[cfg(feature = "bootstrap")]
2402 Self::BOOTSTRAP_INFO_LG,
2403 #[cfg(feature = "bootstrap")]
2404 Self::BOOTSTRAP_INFO_SQUARE_FILL,
2405 #[cfg(feature = "bootstrap")]
2406 Self::BOOTSTRAP_INFO_SQUARE,
2407 #[cfg(feature = "bootstrap")]
2408 Self::BOOTSTRAP_INFO,
2409 #[cfg(feature = "bootstrap")]
2410 Self::BOOTSTRAP_INPUT_CURSOR_TEXT,
2411 #[cfg(feature = "bootstrap")]
2412 Self::BOOTSTRAP_INPUT_CURSOR,
2413 #[cfg(feature = "bootstrap")]
2414 Self::BOOTSTRAP_INSTAGRAM,
2415 #[cfg(feature = "bootstrap")]
2416 Self::BOOTSTRAP_INTERSECT,
2417 #[cfg(feature = "bootstrap")]
2418 Self::BOOTSTRAP_JOURNAL_ALBUM,
2419 #[cfg(feature = "bootstrap")]
2420 Self::BOOTSTRAP_JOURNAL_ARROW_DOWN,
2421 #[cfg(feature = "bootstrap")]
2422 Self::BOOTSTRAP_JOURNAL_ARROW_UP,
2423 #[cfg(feature = "bootstrap")]
2424 Self::BOOTSTRAP_JOURNAL_BOOKMARK_FILL,
2425 #[cfg(feature = "bootstrap")]
2426 Self::BOOTSTRAP_JOURNAL_BOOKMARK,
2427 #[cfg(feature = "bootstrap")]
2428 Self::BOOTSTRAP_JOURNAL_CHECK,
2429 #[cfg(feature = "bootstrap")]
2430 Self::BOOTSTRAP_JOURNAL_CODE,
2431 #[cfg(feature = "bootstrap")]
2432 Self::BOOTSTRAP_JOURNAL_MEDICAL,
2433 #[cfg(feature = "bootstrap")]
2434 Self::BOOTSTRAP_JOURNAL_MINUS,
2435 #[cfg(feature = "bootstrap")]
2436 Self::BOOTSTRAP_JOURNAL_PLUS,
2437 #[cfg(feature = "bootstrap")]
2438 Self::BOOTSTRAP_JOURNAL_RICHTEXT,
2439 #[cfg(feature = "bootstrap")]
2440 Self::BOOTSTRAP_JOURNAL_TEXT,
2441 #[cfg(feature = "bootstrap")]
2442 Self::BOOTSTRAP_JOURNAL_X,
2443 #[cfg(feature = "bootstrap")]
2444 Self::BOOTSTRAP_JOURNAL,
2445 #[cfg(feature = "bootstrap")]
2446 Self::BOOTSTRAP_JOURNALS,
2447 #[cfg(feature = "bootstrap")]
2448 Self::BOOTSTRAP_JOYSTICK,
2449 #[cfg(feature = "bootstrap")]
2450 Self::BOOTSTRAP_JUSTIFY_LEFT,
2451 #[cfg(feature = "bootstrap")]
2452 Self::BOOTSTRAP_JUSTIFY_RIGHT,
2453 #[cfg(feature = "bootstrap")]
2454 Self::BOOTSTRAP_JUSTIFY,
2455 #[cfg(feature = "bootstrap")]
2456 Self::BOOTSTRAP_KANBAN_FILL,
2457 #[cfg(feature = "bootstrap")]
2458 Self::BOOTSTRAP_KANBAN,
2459 #[cfg(feature = "bootstrap")]
2460 Self::BOOTSTRAP_KEY_FILL,
2461 #[cfg(feature = "bootstrap")]
2462 Self::BOOTSTRAP_KEY,
2463 #[cfg(feature = "bootstrap")]
2464 Self::BOOTSTRAP_KEYBOARD_FILL,
2465 #[cfg(feature = "bootstrap")]
2466 Self::BOOTSTRAP_KEYBOARD,
2467 #[cfg(feature = "bootstrap")]
2468 Self::BOOTSTRAP_LADDER,
2469 #[cfg(feature = "bootstrap")]
2470 Self::BOOTSTRAP_LAMP_FILL,
2471 #[cfg(feature = "bootstrap")]
2472 Self::BOOTSTRAP_LAMP,
2473 #[cfg(feature = "bootstrap")]
2474 Self::BOOTSTRAP_LAPTOP_FILL,
2475 #[cfg(feature = "bootstrap")]
2476 Self::BOOTSTRAP_LAPTOP,
2477 #[cfg(feature = "bootstrap")]
2478 Self::BOOTSTRAP_LAYER_BACKWARD,
2479 #[cfg(feature = "bootstrap")]
2480 Self::BOOTSTRAP_LAYER_FORWARD,
2481 #[cfg(feature = "bootstrap")]
2482 Self::BOOTSTRAP_LAYERS_FILL,
2483 #[cfg(feature = "bootstrap")]
2484 Self::BOOTSTRAP_LAYERS_HALF,
2485 #[cfg(feature = "bootstrap")]
2486 Self::BOOTSTRAP_LAYERS,
2487 #[cfg(feature = "bootstrap")]
2488 Self::BOOTSTRAP_LAYOUT_SIDEBAR_INSET_REVERSE,
2489 #[cfg(feature = "bootstrap")]
2490 Self::BOOTSTRAP_LAYOUT_SIDEBAR_INSET,
2491 #[cfg(feature = "bootstrap")]
2492 Self::BOOTSTRAP_LAYOUT_SIDEBAR_REVERSE,
2493 #[cfg(feature = "bootstrap")]
2494 Self::BOOTSTRAP_LAYOUT_SIDEBAR,
2495 #[cfg(feature = "bootstrap")]
2496 Self::BOOTSTRAP_LAYOUT_SPLIT,
2497 #[cfg(feature = "bootstrap")]
2498 Self::BOOTSTRAP_LAYOUT_TEXT_SIDEBAR_REVERSE,
2499 #[cfg(feature = "bootstrap")]
2500 Self::BOOTSTRAP_LAYOUT_TEXT_SIDEBAR,
2501 #[cfg(feature = "bootstrap")]
2502 Self::BOOTSTRAP_LAYOUT_TEXT_WINDOW_REVERSE,
2503 #[cfg(feature = "bootstrap")]
2504 Self::BOOTSTRAP_LAYOUT_TEXT_WINDOW,
2505 #[cfg(feature = "bootstrap")]
2506 Self::BOOTSTRAP_LAYOUT_THREE_COLUMNS,
2507 #[cfg(feature = "bootstrap")]
2508 Self::BOOTSTRAP_LAYOUT_WTF,
2509 #[cfg(feature = "bootstrap")]
2510 Self::BOOTSTRAP_LIFE_PRESERVER,
2511 #[cfg(feature = "bootstrap")]
2512 Self::BOOTSTRAP_LIGHTBULB_FILL,
2513 #[cfg(feature = "bootstrap")]
2514 Self::BOOTSTRAP_LIGHTBULB_OFF_FILL,
2515 #[cfg(feature = "bootstrap")]
2516 Self::BOOTSTRAP_LIGHTBULB_OFF,
2517 #[cfg(feature = "bootstrap")]
2518 Self::BOOTSTRAP_LIGHTBULB,
2519 #[cfg(feature = "bootstrap")]
2520 Self::BOOTSTRAP_LIGHTNING_CHARGE_FILL,
2521 #[cfg(feature = "bootstrap")]
2522 Self::BOOTSTRAP_LIGHTNING_CHARGE,
2523 #[cfg(feature = "bootstrap")]
2524 Self::BOOTSTRAP_LIGHTNING_FILL,
2525 #[cfg(feature = "bootstrap")]
2526 Self::BOOTSTRAP_LIGHTNING,
2527 #[cfg(feature = "bootstrap")]
2528 Self::BOOTSTRAP_LINE,
2529 #[cfg(feature = "bootstrap")]
2530 Self::BOOTSTRAP_LINK_45_DEG,
2531 #[cfg(feature = "bootstrap")]
2532 Self::BOOTSTRAP_LINK,
2533 #[cfg(feature = "bootstrap")]
2534 Self::BOOTSTRAP_LINKEDIN,
2535 #[cfg(feature = "bootstrap")]
2536 Self::BOOTSTRAP_LIST_CHECK,
2537 #[cfg(feature = "bootstrap")]
2538 Self::BOOTSTRAP_LIST_COLUMNS_REVERSE,
2539 #[cfg(feature = "bootstrap")]
2540 Self::BOOTSTRAP_LIST_COLUMNS,
2541 #[cfg(feature = "bootstrap")]
2542 Self::BOOTSTRAP_LIST_NESTED,
2543 #[cfg(feature = "bootstrap")]
2544 Self::BOOTSTRAP_LIST_OL,
2545 #[cfg(feature = "bootstrap")]
2546 Self::BOOTSTRAP_LIST_STARS,
2547 #[cfg(feature = "bootstrap")]
2548 Self::BOOTSTRAP_LIST_TASK,
2549 #[cfg(feature = "bootstrap")]
2550 Self::BOOTSTRAP_LIST_UL,
2551 #[cfg(feature = "bootstrap")]
2552 Self::BOOTSTRAP_LIST,
2553 #[cfg(feature = "bootstrap")]
2554 Self::BOOTSTRAP_LOCK_FILL,
2555 #[cfg(feature = "bootstrap")]
2556 Self::BOOTSTRAP_LOCK,
2557 #[cfg(feature = "bootstrap")]
2558 Self::BOOTSTRAP_LUNGS_FILL,
2559 #[cfg(feature = "bootstrap")]
2560 Self::BOOTSTRAP_LUNGS,
2561 #[cfg(feature = "bootstrap")]
2562 Self::BOOTSTRAP_MAGIC,
2563 #[cfg(feature = "bootstrap")]
2564 Self::BOOTSTRAP_MAGNET_FILL,
2565 #[cfg(feature = "bootstrap")]
2566 Self::BOOTSTRAP_MAGNET,
2567 #[cfg(feature = "bootstrap")]
2568 Self::BOOTSTRAP_MAILBOX,
2569 #[cfg(feature = "bootstrap")]
2570 Self::BOOTSTRAP_MAILBOX_2,
2571 #[cfg(feature = "bootstrap")]
2572 Self::BOOTSTRAP_MAP_FILL,
2573 #[cfg(feature = "bootstrap")]
2574 Self::BOOTSTRAP_MAP,
2575 #[cfg(feature = "bootstrap")]
2576 Self::BOOTSTRAP_MARKDOWN_FILL,
2577 #[cfg(feature = "bootstrap")]
2578 Self::BOOTSTRAP_MARKDOWN,
2579 #[cfg(feature = "bootstrap")]
2580 Self::BOOTSTRAP_MASK,
2581 #[cfg(feature = "bootstrap")]
2582 Self::BOOTSTRAP_MASTODON,
2583 #[cfg(feature = "bootstrap")]
2584 Self::BOOTSTRAP_MEDIUM,
2585 #[cfg(feature = "bootstrap")]
2586 Self::BOOTSTRAP_MEGAPHONE_FILL,
2587 #[cfg(feature = "bootstrap")]
2588 Self::BOOTSTRAP_MEGAPHONE,
2589 #[cfg(feature = "bootstrap")]
2590 Self::BOOTSTRAP_MEMORY,
2591 #[cfg(feature = "bootstrap")]
2592 Self::BOOTSTRAP_MENU_APP_FILL,
2593 #[cfg(feature = "bootstrap")]
2594 Self::BOOTSTRAP_MENU_APP,
2595 #[cfg(feature = "bootstrap")]
2596 Self::BOOTSTRAP_MENU_BUTTON_FILL,
2597 #[cfg(feature = "bootstrap")]
2598 Self::BOOTSTRAP_MENU_BUTTON_WIDE_FILL,
2599 #[cfg(feature = "bootstrap")]
2600 Self::BOOTSTRAP_MENU_BUTTON_WIDE,
2601 #[cfg(feature = "bootstrap")]
2602 Self::BOOTSTRAP_MENU_BUTTON,
2603 #[cfg(feature = "bootstrap")]
2604 Self::BOOTSTRAP_MENU_DOWN,
2605 #[cfg(feature = "bootstrap")]
2606 Self::BOOTSTRAP_MENU_UP,
2607 #[cfg(feature = "bootstrap")]
2608 Self::BOOTSTRAP_MESSENGER,
2609 #[cfg(feature = "bootstrap")]
2610 Self::BOOTSTRAP_META,
2611 #[cfg(feature = "bootstrap")]
2612 Self::BOOTSTRAP_MIC_FILL,
2613 #[cfg(feature = "bootstrap")]
2614 Self::BOOTSTRAP_MIC_MUTE_FILL,
2615 #[cfg(feature = "bootstrap")]
2616 Self::BOOTSTRAP_MIC_MUTE,
2617 #[cfg(feature = "bootstrap")]
2618 Self::BOOTSTRAP_MIC,
2619 #[cfg(feature = "bootstrap")]
2620 Self::BOOTSTRAP_MICROSOFT_TEAMS,
2621 #[cfg(feature = "bootstrap")]
2622 Self::BOOTSTRAP_MICROSOFT,
2623 #[cfg(feature = "bootstrap")]
2624 Self::BOOTSTRAP_MINECART_LOADED,
2625 #[cfg(feature = "bootstrap")]
2626 Self::BOOTSTRAP_MINECART,
2627 #[cfg(feature = "bootstrap")]
2628 Self::BOOTSTRAP_MODEM_FILL,
2629 #[cfg(feature = "bootstrap")]
2630 Self::BOOTSTRAP_MODEM,
2631 #[cfg(feature = "bootstrap")]
2632 Self::BOOTSTRAP_MOISTURE,
2633 #[cfg(feature = "bootstrap")]
2634 Self::BOOTSTRAP_MOON_FILL,
2635 #[cfg(feature = "bootstrap")]
2636 Self::BOOTSTRAP_MOON_STARS_FILL,
2637 #[cfg(feature = "bootstrap")]
2638 Self::BOOTSTRAP_MOON_STARS,
2639 #[cfg(feature = "bootstrap")]
2640 Self::BOOTSTRAP_MOON,
2641 #[cfg(feature = "bootstrap")]
2642 Self::BOOTSTRAP_MORTARBOARD_FILL,
2643 #[cfg(feature = "bootstrap")]
2644 Self::BOOTSTRAP_MORTARBOARD,
2645 #[cfg(feature = "bootstrap")]
2646 Self::BOOTSTRAP_MOTHERBOARD_FILL,
2647 #[cfg(feature = "bootstrap")]
2648 Self::BOOTSTRAP_MOTHERBOARD,
2649 #[cfg(feature = "bootstrap")]
2650 Self::BOOTSTRAP_MOUSE_FILL,
2651 #[cfg(feature = "bootstrap")]
2652 Self::BOOTSTRAP_MOUSE,
2653 #[cfg(feature = "bootstrap")]
2654 Self::BOOTSTRAP_MOUSE_2_FILL,
2655 #[cfg(feature = "bootstrap")]
2656 Self::BOOTSTRAP_MOUSE_2,
2657 #[cfg(feature = "bootstrap")]
2658 Self::BOOTSTRAP_MOUSE_3_FILL,
2659 #[cfg(feature = "bootstrap")]
2660 Self::BOOTSTRAP_MOUSE_3,
2661 #[cfg(feature = "bootstrap")]
2662 Self::BOOTSTRAP_MUSIC_NOTE_BEAMED,
2663 #[cfg(feature = "bootstrap")]
2664 Self::BOOTSTRAP_MUSIC_NOTE_LIST,
2665 #[cfg(feature = "bootstrap")]
2666 Self::BOOTSTRAP_MUSIC_NOTE,
2667 #[cfg(feature = "bootstrap")]
2668 Self::BOOTSTRAP_MUSIC_PLAYER_FILL,
2669 #[cfg(feature = "bootstrap")]
2670 Self::BOOTSTRAP_MUSIC_PLAYER,
2671 #[cfg(feature = "bootstrap")]
2672 Self::BOOTSTRAP_NEWSPAPER,
2673 #[cfg(feature = "bootstrap")]
2674 Self::BOOTSTRAP_NINTENDO_SWITCH,
2675 #[cfg(feature = "bootstrap")]
2676 Self::BOOTSTRAP_NODE_MINUS_FILL,
2677 #[cfg(feature = "bootstrap")]
2678 Self::BOOTSTRAP_NODE_MINUS,
2679 #[cfg(feature = "bootstrap")]
2680 Self::BOOTSTRAP_NODE_PLUS_FILL,
2681 #[cfg(feature = "bootstrap")]
2682 Self::BOOTSTRAP_NODE_PLUS,
2683 #[cfg(feature = "bootstrap")]
2684 Self::BOOTSTRAP_NUT_FILL,
2685 #[cfg(feature = "bootstrap")]
2686 Self::BOOTSTRAP_NUT,
2687 #[cfg(feature = "bootstrap")]
2688 Self::BOOTSTRAP_NVIDIA,
2689 #[cfg(feature = "bootstrap")]
2690 Self::BOOTSTRAP_OCTAGON_FILL,
2691 #[cfg(feature = "bootstrap")]
2692 Self::BOOTSTRAP_OCTAGON_HALF,
2693 #[cfg(feature = "bootstrap")]
2694 Self::BOOTSTRAP_OCTAGON,
2695 #[cfg(feature = "bootstrap")]
2696 Self::BOOTSTRAP_OPTICAL_AUDIO_FILL,
2697 #[cfg(feature = "bootstrap")]
2698 Self::BOOTSTRAP_OPTICAL_AUDIO,
2699 #[cfg(feature = "bootstrap")]
2700 Self::BOOTSTRAP_OPTION,
2701 #[cfg(feature = "bootstrap")]
2702 Self::BOOTSTRAP_OUTLET,
2703 #[cfg(feature = "bootstrap")]
2704 Self::BOOTSTRAP_P_CIRCLE_FILL,
2705 #[cfg(feature = "bootstrap")]
2706 Self::BOOTSTRAP_P_CIRCLE,
2707 #[cfg(feature = "bootstrap")]
2708 Self::BOOTSTRAP_P_SQUARE_FILL,
2709 #[cfg(feature = "bootstrap")]
2710 Self::BOOTSTRAP_P_SQUARE,
2711 #[cfg(feature = "bootstrap")]
2712 Self::BOOTSTRAP_PAINT_BUCKET,
2713 #[cfg(feature = "bootstrap")]
2714 Self::BOOTSTRAP_PALETTE_FILL,
2715 #[cfg(feature = "bootstrap")]
2716 Self::BOOTSTRAP_PALETTE,
2717 #[cfg(feature = "bootstrap")]
2718 Self::BOOTSTRAP_PALETTE_2,
2719 #[cfg(feature = "bootstrap")]
2720 Self::BOOTSTRAP_PAPERCLIP,
2721 #[cfg(feature = "bootstrap")]
2722 Self::BOOTSTRAP_PARAGRAPH,
2723 #[cfg(feature = "bootstrap")]
2724 Self::BOOTSTRAP_PASS_FILL,
2725 #[cfg(feature = "bootstrap")]
2726 Self::BOOTSTRAP_PASS,
2727 #[cfg(feature = "bootstrap")]
2728 Self::BOOTSTRAP_PATCH_CHECK_FILL,
2729 #[cfg(feature = "bootstrap")]
2730 Self::BOOTSTRAP_PATCH_CHECK,
2731 #[cfg(feature = "bootstrap")]
2732 Self::BOOTSTRAP_PATCH_EXCLAMATION_FILL,
2733 #[cfg(feature = "bootstrap")]
2734 Self::BOOTSTRAP_PATCH_EXCLAMATION,
2735 #[cfg(feature = "bootstrap")]
2736 Self::BOOTSTRAP_PATCH_MINUS_FILL,
2737 #[cfg(feature = "bootstrap")]
2738 Self::BOOTSTRAP_PATCH_MINUS,
2739 #[cfg(feature = "bootstrap")]
2740 Self::BOOTSTRAP_PATCH_PLUS_FILL,
2741 #[cfg(feature = "bootstrap")]
2742 Self::BOOTSTRAP_PATCH_PLUS,
2743 #[cfg(feature = "bootstrap")]
2744 Self::BOOTSTRAP_PATCH_QUESTION_FILL,
2745 #[cfg(feature = "bootstrap")]
2746 Self::BOOTSTRAP_PATCH_QUESTION,
2747 #[cfg(feature = "bootstrap")]
2748 Self::BOOTSTRAP_PAUSE_BTN_FILL,
2749 #[cfg(feature = "bootstrap")]
2750 Self::BOOTSTRAP_PAUSE_BTN,
2751 #[cfg(feature = "bootstrap")]
2752 Self::BOOTSTRAP_PAUSE_CIRCLE_FILL,
2753 #[cfg(feature = "bootstrap")]
2754 Self::BOOTSTRAP_PAUSE_CIRCLE,
2755 #[cfg(feature = "bootstrap")]
2756 Self::BOOTSTRAP_PAUSE_FILL,
2757 #[cfg(feature = "bootstrap")]
2758 Self::BOOTSTRAP_PAUSE,
2759 #[cfg(feature = "bootstrap")]
2760 Self::BOOTSTRAP_PAYPAL,
2761 #[cfg(feature = "bootstrap")]
2762 Self::BOOTSTRAP_PC_DISPLAY_HORIZONTAL,
2763 #[cfg(feature = "bootstrap")]
2764 Self::BOOTSTRAP_PC_DISPLAY,
2765 #[cfg(feature = "bootstrap")]
2766 Self::BOOTSTRAP_PC_HORIZONTAL,
2767 #[cfg(feature = "bootstrap")]
2768 Self::BOOTSTRAP_PC,
2769 #[cfg(feature = "bootstrap")]
2770 Self::BOOTSTRAP_PCI_CARD,
2771 #[cfg(feature = "bootstrap")]
2772 Self::BOOTSTRAP_PEACE_FILL,
2773 #[cfg(feature = "bootstrap")]
2774 Self::BOOTSTRAP_PEACE,
2775 #[cfg(feature = "bootstrap")]
2776 Self::BOOTSTRAP_PEN_FILL,
2777 #[cfg(feature = "bootstrap")]
2778 Self::BOOTSTRAP_PEN,
2779 #[cfg(feature = "bootstrap")]
2780 Self::BOOTSTRAP_PENCIL_FILL,
2781 #[cfg(feature = "bootstrap")]
2782 Self::BOOTSTRAP_PENCIL_SQUARE,
2783 #[cfg(feature = "bootstrap")]
2784 Self::BOOTSTRAP_PENCIL,
2785 #[cfg(feature = "bootstrap")]
2786 Self::BOOTSTRAP_PENTAGON_FILL,
2787 #[cfg(feature = "bootstrap")]
2788 Self::BOOTSTRAP_PENTAGON_HALF,
2789 #[cfg(feature = "bootstrap")]
2790 Self::BOOTSTRAP_PENTAGON,
2791 #[cfg(feature = "bootstrap")]
2792 Self::BOOTSTRAP_PEOPLE_FILL,
2793 #[cfg(feature = "bootstrap")]
2794 Self::BOOTSTRAP_PEOPLE,
2795 #[cfg(feature = "bootstrap")]
2796 Self::BOOTSTRAP_PERCENT,
2797 #[cfg(feature = "bootstrap")]
2798 Self::BOOTSTRAP_PERSON_ADD,
2799 #[cfg(feature = "bootstrap")]
2800 Self::BOOTSTRAP_PERSON_BADGE_FILL,
2801 #[cfg(feature = "bootstrap")]
2802 Self::BOOTSTRAP_PERSON_BADGE,
2803 #[cfg(feature = "bootstrap")]
2804 Self::BOOTSTRAP_PERSON_BOUNDING_BOX,
2805 #[cfg(feature = "bootstrap")]
2806 Self::BOOTSTRAP_PERSON_CHECK_FILL,
2807 #[cfg(feature = "bootstrap")]
2808 Self::BOOTSTRAP_PERSON_CHECK,
2809 #[cfg(feature = "bootstrap")]
2810 Self::BOOTSTRAP_PERSON_CIRCLE,
2811 #[cfg(feature = "bootstrap")]
2812 Self::BOOTSTRAP_PERSON_DASH_FILL,
2813 #[cfg(feature = "bootstrap")]
2814 Self::BOOTSTRAP_PERSON_DASH,
2815 #[cfg(feature = "bootstrap")]
2816 Self::BOOTSTRAP_PERSON_DOWN,
2817 #[cfg(feature = "bootstrap")]
2818 Self::BOOTSTRAP_PERSON_EXCLAMATION,
2819 #[cfg(feature = "bootstrap")]
2820 Self::BOOTSTRAP_PERSON_FILL_ADD,
2821 #[cfg(feature = "bootstrap")]
2822 Self::BOOTSTRAP_PERSON_FILL_CHECK,
2823 #[cfg(feature = "bootstrap")]
2824 Self::BOOTSTRAP_PERSON_FILL_DASH,
2825 #[cfg(feature = "bootstrap")]
2826 Self::BOOTSTRAP_PERSON_FILL_DOWN,
2827 #[cfg(feature = "bootstrap")]
2828 Self::BOOTSTRAP_PERSON_FILL_EXCLAMATION,
2829 #[cfg(feature = "bootstrap")]
2830 Self::BOOTSTRAP_PERSON_FILL_GEAR,
2831 #[cfg(feature = "bootstrap")]
2832 Self::BOOTSTRAP_PERSON_FILL_LOCK,
2833 #[cfg(feature = "bootstrap")]
2834 Self::BOOTSTRAP_PERSON_FILL_SLASH,
2835 #[cfg(feature = "bootstrap")]
2836 Self::BOOTSTRAP_PERSON_FILL_UP,
2837 #[cfg(feature = "bootstrap")]
2838 Self::BOOTSTRAP_PERSON_FILL_X,
2839 #[cfg(feature = "bootstrap")]
2840 Self::BOOTSTRAP_PERSON_FILL,
2841 #[cfg(feature = "bootstrap")]
2842 Self::BOOTSTRAP_PERSON_GEAR,
2843 #[cfg(feature = "bootstrap")]
2844 Self::BOOTSTRAP_PERSON_HEART,
2845 #[cfg(feature = "bootstrap")]
2846 Self::BOOTSTRAP_PERSON_HEARTS,
2847 #[cfg(feature = "bootstrap")]
2848 Self::BOOTSTRAP_PERSON_LINES_FILL,
2849 #[cfg(feature = "bootstrap")]
2850 Self::BOOTSTRAP_PERSON_LOCK,
2851 #[cfg(feature = "bootstrap")]
2852 Self::BOOTSTRAP_PERSON_PLUS_FILL,
2853 #[cfg(feature = "bootstrap")]
2854 Self::BOOTSTRAP_PERSON_PLUS,
2855 #[cfg(feature = "bootstrap")]
2856 Self::BOOTSTRAP_PERSON_ROLODEX,
2857 #[cfg(feature = "bootstrap")]
2858 Self::BOOTSTRAP_PERSON_SLASH,
2859 #[cfg(feature = "bootstrap")]
2860 Self::BOOTSTRAP_PERSON_SQUARE,
2861 #[cfg(feature = "bootstrap")]
2862 Self::BOOTSTRAP_PERSON_UP,
2863 #[cfg(feature = "bootstrap")]
2864 Self::BOOTSTRAP_PERSON_VCARD_FILL,
2865 #[cfg(feature = "bootstrap")]
2866 Self::BOOTSTRAP_PERSON_VCARD,
2867 #[cfg(feature = "bootstrap")]
2868 Self::BOOTSTRAP_PERSON_VIDEO,
2869 #[cfg(feature = "bootstrap")]
2870 Self::BOOTSTRAP_PERSON_VIDEO_2,
2871 #[cfg(feature = "bootstrap")]
2872 Self::BOOTSTRAP_PERSON_VIDEO_3,
2873 #[cfg(feature = "bootstrap")]
2874 Self::BOOTSTRAP_PERSON_WORKSPACE,
2875 #[cfg(feature = "bootstrap")]
2876 Self::BOOTSTRAP_PERSON_X_FILL,
2877 #[cfg(feature = "bootstrap")]
2878 Self::BOOTSTRAP_PERSON_X,
2879 #[cfg(feature = "bootstrap")]
2880 Self::BOOTSTRAP_PERSON,
2881 #[cfg(feature = "bootstrap")]
2882 Self::BOOTSTRAP_PHONE_FILL,
2883 #[cfg(feature = "bootstrap")]
2884 Self::BOOTSTRAP_PHONE_FLIP,
2885 #[cfg(feature = "bootstrap")]
2886 Self::BOOTSTRAP_PHONE_LANDSCAPE_FILL,
2887 #[cfg(feature = "bootstrap")]
2888 Self::BOOTSTRAP_PHONE_LANDSCAPE,
2889 #[cfg(feature = "bootstrap")]
2890 Self::BOOTSTRAP_PHONE_VIBRATE_FILL,
2891 #[cfg(feature = "bootstrap")]
2892 Self::BOOTSTRAP_PHONE_VIBRATE,
2893 #[cfg(feature = "bootstrap")]
2894 Self::BOOTSTRAP_PHONE,
2895 #[cfg(feature = "bootstrap")]
2896 Self::BOOTSTRAP_PIE_CHART_FILL,
2897 #[cfg(feature = "bootstrap")]
2898 Self::BOOTSTRAP_PIE_CHART,
2899 #[cfg(feature = "bootstrap")]
2900 Self::BOOTSTRAP_PIGGY_BANK_FILL,
2901 #[cfg(feature = "bootstrap")]
2902 Self::BOOTSTRAP_PIGGY_BANK,
2903 #[cfg(feature = "bootstrap")]
2904 Self::BOOTSTRAP_PIN_ANGLE_FILL,
2905 #[cfg(feature = "bootstrap")]
2906 Self::BOOTSTRAP_PIN_ANGLE,
2907 #[cfg(feature = "bootstrap")]
2908 Self::BOOTSTRAP_PIN_FILL,
2909 #[cfg(feature = "bootstrap")]
2910 Self::BOOTSTRAP_PIN_MAP_FILL,
2911 #[cfg(feature = "bootstrap")]
2912 Self::BOOTSTRAP_PIN_MAP,
2913 #[cfg(feature = "bootstrap")]
2914 Self::BOOTSTRAP_PIN,
2915 #[cfg(feature = "bootstrap")]
2916 Self::BOOTSTRAP_PINTEREST,
2917 #[cfg(feature = "bootstrap")]
2918 Self::BOOTSTRAP_PIP_FILL,
2919 #[cfg(feature = "bootstrap")]
2920 Self::BOOTSTRAP_PIP,
2921 #[cfg(feature = "bootstrap")]
2922 Self::BOOTSTRAP_PLAY_BTN_FILL,
2923 #[cfg(feature = "bootstrap")]
2924 Self::BOOTSTRAP_PLAY_BTN,
2925 #[cfg(feature = "bootstrap")]
2926 Self::BOOTSTRAP_PLAY_CIRCLE_FILL,
2927 #[cfg(feature = "bootstrap")]
2928 Self::BOOTSTRAP_PLAY_CIRCLE,
2929 #[cfg(feature = "bootstrap")]
2930 Self::BOOTSTRAP_PLAY_FILL,
2931 #[cfg(feature = "bootstrap")]
2932 Self::BOOTSTRAP_PLAY,
2933 #[cfg(feature = "bootstrap")]
2934 Self::BOOTSTRAP_PLAYSTATION,
2935 #[cfg(feature = "bootstrap")]
2936 Self::BOOTSTRAP_PLUG_FILL,
2937 #[cfg(feature = "bootstrap")]
2938 Self::BOOTSTRAP_PLUG,
2939 #[cfg(feature = "bootstrap")]
2940 Self::BOOTSTRAP_PLUGIN,
2941 #[cfg(feature = "bootstrap")]
2942 Self::BOOTSTRAP_PLUS_CIRCLE_DOTTED,
2943 #[cfg(feature = "bootstrap")]
2944 Self::BOOTSTRAP_PLUS_CIRCLE_FILL,
2945 #[cfg(feature = "bootstrap")]
2946 Self::BOOTSTRAP_PLUS_CIRCLE,
2947 #[cfg(feature = "bootstrap")]
2948 Self::BOOTSTRAP_PLUS_LG,
2949 #[cfg(feature = "bootstrap")]
2950 Self::BOOTSTRAP_PLUS_SLASH_MINUS,
2951 #[cfg(feature = "bootstrap")]
2952 Self::BOOTSTRAP_PLUS_SQUARE_DOTTED,
2953 #[cfg(feature = "bootstrap")]
2954 Self::BOOTSTRAP_PLUS_SQUARE_FILL,
2955 #[cfg(feature = "bootstrap")]
2956 Self::BOOTSTRAP_PLUS_SQUARE,
2957 #[cfg(feature = "bootstrap")]
2958 Self::BOOTSTRAP_PLUS,
2959 #[cfg(feature = "bootstrap")]
2960 Self::BOOTSTRAP_POSTAGE_FILL,
2961 #[cfg(feature = "bootstrap")]
2962 Self::BOOTSTRAP_POSTAGE_HEART_FILL,
2963 #[cfg(feature = "bootstrap")]
2964 Self::BOOTSTRAP_POSTAGE_HEART,
2965 #[cfg(feature = "bootstrap")]
2966 Self::BOOTSTRAP_POSTAGE,
2967 #[cfg(feature = "bootstrap")]
2968 Self::BOOTSTRAP_POSTCARD_FILL,
2969 #[cfg(feature = "bootstrap")]
2970 Self::BOOTSTRAP_POSTCARD_HEART_FILL,
2971 #[cfg(feature = "bootstrap")]
2972 Self::BOOTSTRAP_POSTCARD_HEART,
2973 #[cfg(feature = "bootstrap")]
2974 Self::BOOTSTRAP_POSTCARD,
2975 #[cfg(feature = "bootstrap")]
2976 Self::BOOTSTRAP_POWER,
2977 #[cfg(feature = "bootstrap")]
2978 Self::BOOTSTRAP_PRESCRIPTION,
2979 #[cfg(feature = "bootstrap")]
2980 Self::BOOTSTRAP_PRESCRIPTION_2,
2981 #[cfg(feature = "bootstrap")]
2982 Self::BOOTSTRAP_PRINTER_FILL,
2983 #[cfg(feature = "bootstrap")]
2984 Self::BOOTSTRAP_PRINTER,
2985 #[cfg(feature = "bootstrap")]
2986 Self::BOOTSTRAP_PROJECTOR_FILL,
2987 #[cfg(feature = "bootstrap")]
2988 Self::BOOTSTRAP_PROJECTOR,
2989 #[cfg(feature = "bootstrap")]
2990 Self::BOOTSTRAP_PUZZLE_FILL,
2991 #[cfg(feature = "bootstrap")]
2992 Self::BOOTSTRAP_PUZZLE,
2993 #[cfg(feature = "bootstrap")]
2994 Self::BOOTSTRAP_QR_CODE_SCAN,
2995 #[cfg(feature = "bootstrap")]
2996 Self::BOOTSTRAP_QR_CODE,
2997 #[cfg(feature = "bootstrap")]
2998 Self::BOOTSTRAP_QUESTION_CIRCLE_FILL,
2999 #[cfg(feature = "bootstrap")]
3000 Self::BOOTSTRAP_QUESTION_CIRCLE,
3001 #[cfg(feature = "bootstrap")]
3002 Self::BOOTSTRAP_QUESTION_DIAMOND_FILL,
3003 #[cfg(feature = "bootstrap")]
3004 Self::BOOTSTRAP_QUESTION_DIAMOND,
3005 #[cfg(feature = "bootstrap")]
3006 Self::BOOTSTRAP_QUESTION_LG,
3007 #[cfg(feature = "bootstrap")]
3008 Self::BOOTSTRAP_QUESTION_OCTAGON_FILL,
3009 #[cfg(feature = "bootstrap")]
3010 Self::BOOTSTRAP_QUESTION_OCTAGON,
3011 #[cfg(feature = "bootstrap")]
3012 Self::BOOTSTRAP_QUESTION_SQUARE_FILL,
3013 #[cfg(feature = "bootstrap")]
3014 Self::BOOTSTRAP_QUESTION_SQUARE,
3015 #[cfg(feature = "bootstrap")]
3016 Self::BOOTSTRAP_QUESTION,
3017 #[cfg(feature = "bootstrap")]
3018 Self::BOOTSTRAP_QUORA,
3019 #[cfg(feature = "bootstrap")]
3020 Self::BOOTSTRAP_QUOTE,
3021 #[cfg(feature = "bootstrap")]
3022 Self::BOOTSTRAP_R_CIRCLE_FILL,
3023 #[cfg(feature = "bootstrap")]
3024 Self::BOOTSTRAP_R_CIRCLE,
3025 #[cfg(feature = "bootstrap")]
3026 Self::BOOTSTRAP_R_SQUARE_FILL,
3027 #[cfg(feature = "bootstrap")]
3028 Self::BOOTSTRAP_R_SQUARE,
3029 #[cfg(feature = "bootstrap")]
3030 Self::BOOTSTRAP_RADIOACTIVE,
3031 #[cfg(feature = "bootstrap")]
3032 Self::BOOTSTRAP_RAINBOW,
3033 #[cfg(feature = "bootstrap")]
3034 Self::BOOTSTRAP_RECEIPT_CUTOFF,
3035 #[cfg(feature = "bootstrap")]
3036 Self::BOOTSTRAP_RECEIPT,
3037 #[cfg(feature = "bootstrap")]
3038 Self::BOOTSTRAP_RECEPTION_0,
3039 #[cfg(feature = "bootstrap")]
3040 Self::BOOTSTRAP_RECEPTION_1,
3041 #[cfg(feature = "bootstrap")]
3042 Self::BOOTSTRAP_RECEPTION_2,
3043 #[cfg(feature = "bootstrap")]
3044 Self::BOOTSTRAP_RECEPTION_3,
3045 #[cfg(feature = "bootstrap")]
3046 Self::BOOTSTRAP_RECEPTION_4,
3047 #[cfg(feature = "bootstrap")]
3048 Self::BOOTSTRAP_RECORD_BTN_FILL,
3049 #[cfg(feature = "bootstrap")]
3050 Self::BOOTSTRAP_RECORD_BTN,
3051 #[cfg(feature = "bootstrap")]
3052 Self::BOOTSTRAP_RECORD_CIRCLE_FILL,
3053 #[cfg(feature = "bootstrap")]
3054 Self::BOOTSTRAP_RECORD_CIRCLE,
3055 #[cfg(feature = "bootstrap")]
3056 Self::BOOTSTRAP_RECORD_FILL,
3057 #[cfg(feature = "bootstrap")]
3058 Self::BOOTSTRAP_RECORD,
3059 #[cfg(feature = "bootstrap")]
3060 Self::BOOTSTRAP_RECORD_2_FILL,
3061 #[cfg(feature = "bootstrap")]
3062 Self::BOOTSTRAP_RECORD_2,
3063 #[cfg(feature = "bootstrap")]
3064 Self::BOOTSTRAP_RECYCLE,
3065 #[cfg(feature = "bootstrap")]
3066 Self::BOOTSTRAP_REDDIT,
3067 #[cfg(feature = "bootstrap")]
3068 Self::BOOTSTRAP_REGEX,
3069 #[cfg(feature = "bootstrap")]
3070 Self::BOOTSTRAP_REPEAT_1,
3071 #[cfg(feature = "bootstrap")]
3072 Self::BOOTSTRAP_REPEAT,
3073 #[cfg(feature = "bootstrap")]
3074 Self::BOOTSTRAP_REPLY_ALL_FILL,
3075 #[cfg(feature = "bootstrap")]
3076 Self::BOOTSTRAP_REPLY_ALL,
3077 #[cfg(feature = "bootstrap")]
3078 Self::BOOTSTRAP_REPLY_FILL,
3079 #[cfg(feature = "bootstrap")]
3080 Self::BOOTSTRAP_REPLY,
3081 #[cfg(feature = "bootstrap")]
3082 Self::BOOTSTRAP_REWIND_BTN_FILL,
3083 #[cfg(feature = "bootstrap")]
3084 Self::BOOTSTRAP_REWIND_BTN,
3085 #[cfg(feature = "bootstrap")]
3086 Self::BOOTSTRAP_REWIND_CIRCLE_FILL,
3087 #[cfg(feature = "bootstrap")]
3088 Self::BOOTSTRAP_REWIND_CIRCLE,
3089 #[cfg(feature = "bootstrap")]
3090 Self::BOOTSTRAP_REWIND_FILL,
3091 #[cfg(feature = "bootstrap")]
3092 Self::BOOTSTRAP_REWIND,
3093 #[cfg(feature = "bootstrap")]
3094 Self::BOOTSTRAP_ROBOT,
3095 #[cfg(feature = "bootstrap")]
3096 Self::BOOTSTRAP_ROCKET_FILL,
3097 #[cfg(feature = "bootstrap")]
3098 Self::BOOTSTRAP_ROCKET_TAKEOFF_FILL,
3099 #[cfg(feature = "bootstrap")]
3100 Self::BOOTSTRAP_ROCKET_TAKEOFF,
3101 #[cfg(feature = "bootstrap")]
3102 Self::BOOTSTRAP_ROCKET,
3103 #[cfg(feature = "bootstrap")]
3104 Self::BOOTSTRAP_ROUTER_FILL,
3105 #[cfg(feature = "bootstrap")]
3106 Self::BOOTSTRAP_ROUTER,
3107 #[cfg(feature = "bootstrap")]
3108 Self::BOOTSTRAP_RSS_FILL,
3109 #[cfg(feature = "bootstrap")]
3110 Self::BOOTSTRAP_RSS,
3111 #[cfg(feature = "bootstrap")]
3112 Self::BOOTSTRAP_RULERS,
3113 #[cfg(feature = "bootstrap")]
3114 Self::BOOTSTRAP_SAFE_FILL,
3115 #[cfg(feature = "bootstrap")]
3116 Self::BOOTSTRAP_SAFE,
3117 #[cfg(feature = "bootstrap")]
3118 Self::BOOTSTRAP_SAFE_2_FILL,
3119 #[cfg(feature = "bootstrap")]
3120 Self::BOOTSTRAP_SAFE_2,
3121 #[cfg(feature = "bootstrap")]
3122 Self::BOOTSTRAP_SAVE_FILL,
3123 #[cfg(feature = "bootstrap")]
3124 Self::BOOTSTRAP_SAVE,
3125 #[cfg(feature = "bootstrap")]
3126 Self::BOOTSTRAP_SAVE_2_FILL,
3127 #[cfg(feature = "bootstrap")]
3128 Self::BOOTSTRAP_SAVE_2,
3129 #[cfg(feature = "bootstrap")]
3130 Self::BOOTSTRAP_SCISSORS,
3131 #[cfg(feature = "bootstrap")]
3132 Self::BOOTSTRAP_SCOOTER,
3133 #[cfg(feature = "bootstrap")]
3134 Self::BOOTSTRAP_SCREWDRIVER,
3135 #[cfg(feature = "bootstrap")]
3136 Self::BOOTSTRAP_SD_CARD_FILL,
3137 #[cfg(feature = "bootstrap")]
3138 Self::BOOTSTRAP_SD_CARD,
3139 #[cfg(feature = "bootstrap")]
3140 Self::BOOTSTRAP_SEARCH_HEART_FILL,
3141 #[cfg(feature = "bootstrap")]
3142 Self::BOOTSTRAP_SEARCH_HEART,
3143 #[cfg(feature = "bootstrap")]
3144 Self::BOOTSTRAP_SEARCH,
3145 #[cfg(feature = "bootstrap")]
3146 Self::BOOTSTRAP_SEGMENTED_NAV,
3147 #[cfg(feature = "bootstrap")]
3148 Self::BOOTSTRAP_SEND_CHECK_FILL,
3149 #[cfg(feature = "bootstrap")]
3150 Self::BOOTSTRAP_SEND_CHECK,
3151 #[cfg(feature = "bootstrap")]
3152 Self::BOOTSTRAP_SEND_DASH_FILL,
3153 #[cfg(feature = "bootstrap")]
3154 Self::BOOTSTRAP_SEND_DASH,
3155 #[cfg(feature = "bootstrap")]
3156 Self::BOOTSTRAP_SEND_EXCLAMATION_FILL,
3157 #[cfg(feature = "bootstrap")]
3158 Self::BOOTSTRAP_SEND_EXCLAMATION,
3159 #[cfg(feature = "bootstrap")]
3160 Self::BOOTSTRAP_SEND_FILL,
3161 #[cfg(feature = "bootstrap")]
3162 Self::BOOTSTRAP_SEND_PLUS_FILL,
3163 #[cfg(feature = "bootstrap")]
3164 Self::BOOTSTRAP_SEND_PLUS,
3165 #[cfg(feature = "bootstrap")]
3166 Self::BOOTSTRAP_SEND_SLASH_FILL,
3167 #[cfg(feature = "bootstrap")]
3168 Self::BOOTSTRAP_SEND_SLASH,
3169 #[cfg(feature = "bootstrap")]
3170 Self::BOOTSTRAP_SEND_X_FILL,
3171 #[cfg(feature = "bootstrap")]
3172 Self::BOOTSTRAP_SEND_X,
3173 #[cfg(feature = "bootstrap")]
3174 Self::BOOTSTRAP_SEND,
3175 #[cfg(feature = "bootstrap")]
3176 Self::BOOTSTRAP_SERVER,
3177 #[cfg(feature = "bootstrap")]
3178 Self::BOOTSTRAP_SHARE_FILL,
3179 #[cfg(feature = "bootstrap")]
3180 Self::BOOTSTRAP_SHARE,
3181 #[cfg(feature = "bootstrap")]
3182 Self::BOOTSTRAP_SHIELD_CHECK,
3183 #[cfg(feature = "bootstrap")]
3184 Self::BOOTSTRAP_SHIELD_EXCLAMATION,
3185 #[cfg(feature = "bootstrap")]
3186 Self::BOOTSTRAP_SHIELD_FILL_CHECK,
3187 #[cfg(feature = "bootstrap")]
3188 Self::BOOTSTRAP_SHIELD_FILL_EXCLAMATION,
3189 #[cfg(feature = "bootstrap")]
3190 Self::BOOTSTRAP_SHIELD_FILL_MINUS,
3191 #[cfg(feature = "bootstrap")]
3192 Self::BOOTSTRAP_SHIELD_FILL_PLUS,
3193 #[cfg(feature = "bootstrap")]
3194 Self::BOOTSTRAP_SHIELD_FILL_X,
3195 #[cfg(feature = "bootstrap")]
3196 Self::BOOTSTRAP_SHIELD_FILL,
3197 #[cfg(feature = "bootstrap")]
3198 Self::BOOTSTRAP_SHIELD_LOCK_FILL,
3199 #[cfg(feature = "bootstrap")]
3200 Self::BOOTSTRAP_SHIELD_LOCK,
3201 #[cfg(feature = "bootstrap")]
3202 Self::BOOTSTRAP_SHIELD_MINUS,
3203 #[cfg(feature = "bootstrap")]
3204 Self::BOOTSTRAP_SHIELD_PLUS,
3205 #[cfg(feature = "bootstrap")]
3206 Self::BOOTSTRAP_SHIELD_SHADED,
3207 #[cfg(feature = "bootstrap")]
3208 Self::BOOTSTRAP_SHIELD_SLASH_FILL,
3209 #[cfg(feature = "bootstrap")]
3210 Self::BOOTSTRAP_SHIELD_SLASH,
3211 #[cfg(feature = "bootstrap")]
3212 Self::BOOTSTRAP_SHIELD_X,
3213 #[cfg(feature = "bootstrap")]
3214 Self::BOOTSTRAP_SHIELD,
3215 #[cfg(feature = "bootstrap")]
3216 Self::BOOTSTRAP_SHIFT_FILL,
3217 #[cfg(feature = "bootstrap")]
3218 Self::BOOTSTRAP_SHIFT,
3219 #[cfg(feature = "bootstrap")]
3220 Self::BOOTSTRAP_SHOP_WINDOW,
3221 #[cfg(feature = "bootstrap")]
3222 Self::BOOTSTRAP_SHOP,
3223 #[cfg(feature = "bootstrap")]
3224 Self::BOOTSTRAP_SHUFFLE,
3225 #[cfg(feature = "bootstrap")]
3226 Self::BOOTSTRAP_SIGN_DEAD_END_FILL,
3227 #[cfg(feature = "bootstrap")]
3228 Self::BOOTSTRAP_SIGN_DEAD_END,
3229 #[cfg(feature = "bootstrap")]
3230 Self::BOOTSTRAP_SIGN_DO_NOT_ENTER_FILL,
3231 #[cfg(feature = "bootstrap")]
3232 Self::BOOTSTRAP_SIGN_DO_NOT_ENTER,
3233 #[cfg(feature = "bootstrap")]
3234 Self::BOOTSTRAP_SIGN_INTERSECTION_FILL,
3235 #[cfg(feature = "bootstrap")]
3236 Self::BOOTSTRAP_SIGN_INTERSECTION_SIDE_FILL,
3237 #[cfg(feature = "bootstrap")]
3238 Self::BOOTSTRAP_SIGN_INTERSECTION_SIDE,
3239 #[cfg(feature = "bootstrap")]
3240 Self::BOOTSTRAP_SIGN_INTERSECTION_T_FILL,
3241 #[cfg(feature = "bootstrap")]
3242 Self::BOOTSTRAP_SIGN_INTERSECTION_T,
3243 #[cfg(feature = "bootstrap")]
3244 Self::BOOTSTRAP_SIGN_INTERSECTION_Y_FILL,
3245 #[cfg(feature = "bootstrap")]
3246 Self::BOOTSTRAP_SIGN_INTERSECTION_Y,
3247 #[cfg(feature = "bootstrap")]
3248 Self::BOOTSTRAP_SIGN_INTERSECTION,
3249 #[cfg(feature = "bootstrap")]
3250 Self::BOOTSTRAP_SIGN_MERGE_LEFT_FILL,
3251 #[cfg(feature = "bootstrap")]
3252 Self::BOOTSTRAP_SIGN_MERGE_LEFT,
3253 #[cfg(feature = "bootstrap")]
3254 Self::BOOTSTRAP_SIGN_MERGE_RIGHT_FILL,
3255 #[cfg(feature = "bootstrap")]
3256 Self::BOOTSTRAP_SIGN_MERGE_RIGHT,
3257 #[cfg(feature = "bootstrap")]
3258 Self::BOOTSTRAP_SIGN_NO_LEFT_TURN_FILL,
3259 #[cfg(feature = "bootstrap")]
3260 Self::BOOTSTRAP_SIGN_NO_LEFT_TURN,
3261 #[cfg(feature = "bootstrap")]
3262 Self::BOOTSTRAP_SIGN_NO_PARKING_FILL,
3263 #[cfg(feature = "bootstrap")]
3264 Self::BOOTSTRAP_SIGN_NO_PARKING,
3265 #[cfg(feature = "bootstrap")]
3266 Self::BOOTSTRAP_SIGN_NO_RIGHT_TURN_FILL,
3267 #[cfg(feature = "bootstrap")]
3268 Self::BOOTSTRAP_SIGN_NO_RIGHT_TURN,
3269 #[cfg(feature = "bootstrap")]
3270 Self::BOOTSTRAP_SIGN_RAILROAD_FILL,
3271 #[cfg(feature = "bootstrap")]
3272 Self::BOOTSTRAP_SIGN_RAILROAD,
3273 #[cfg(feature = "bootstrap")]
3274 Self::BOOTSTRAP_SIGN_STOP_FILL,
3275 #[cfg(feature = "bootstrap")]
3276 Self::BOOTSTRAP_SIGN_STOP_LIGHTS_FILL,
3277 #[cfg(feature = "bootstrap")]
3278 Self::BOOTSTRAP_SIGN_STOP_LIGHTS,
3279 #[cfg(feature = "bootstrap")]
3280 Self::BOOTSTRAP_SIGN_STOP,
3281 #[cfg(feature = "bootstrap")]
3282 Self::BOOTSTRAP_SIGN_TURN_LEFT_FILL,
3283 #[cfg(feature = "bootstrap")]
3284 Self::BOOTSTRAP_SIGN_TURN_LEFT,
3285 #[cfg(feature = "bootstrap")]
3286 Self::BOOTSTRAP_SIGN_TURN_RIGHT_FILL,
3287 #[cfg(feature = "bootstrap")]
3288 Self::BOOTSTRAP_SIGN_TURN_RIGHT,
3289 #[cfg(feature = "bootstrap")]
3290 Self::BOOTSTRAP_SIGN_TURN_SLIGHT_LEFT_FILL,
3291 #[cfg(feature = "bootstrap")]
3292 Self::BOOTSTRAP_SIGN_TURN_SLIGHT_LEFT,
3293 #[cfg(feature = "bootstrap")]
3294 Self::BOOTSTRAP_SIGN_TURN_SLIGHT_RIGHT_FILL,
3295 #[cfg(feature = "bootstrap")]
3296 Self::BOOTSTRAP_SIGN_TURN_SLIGHT_RIGHT,
3297 #[cfg(feature = "bootstrap")]
3298 Self::BOOTSTRAP_SIGN_YIELD_FILL,
3299 #[cfg(feature = "bootstrap")]
3300 Self::BOOTSTRAP_SIGN_YIELD,
3301 #[cfg(feature = "bootstrap")]
3302 Self::BOOTSTRAP_SIGNAL,
3303 #[cfg(feature = "bootstrap")]
3304 Self::BOOTSTRAP_SIGNPOST_2_FILL,
3305 #[cfg(feature = "bootstrap")]
3306 Self::BOOTSTRAP_SIGNPOST_2,
3307 #[cfg(feature = "bootstrap")]
3308 Self::BOOTSTRAP_SIGNPOST_FILL,
3309 #[cfg(feature = "bootstrap")]
3310 Self::BOOTSTRAP_SIGNPOST_SPLIT_FILL,
3311 #[cfg(feature = "bootstrap")]
3312 Self::BOOTSTRAP_SIGNPOST_SPLIT,
3313 #[cfg(feature = "bootstrap")]
3314 Self::BOOTSTRAP_SIGNPOST,
3315 #[cfg(feature = "bootstrap")]
3316 Self::BOOTSTRAP_SIM_FILL,
3317 #[cfg(feature = "bootstrap")]
3318 Self::BOOTSTRAP_SIM,
3319 #[cfg(feature = "bootstrap")]
3320 Self::BOOTSTRAP_SINA_WEIBO,
3321 #[cfg(feature = "bootstrap")]
3322 Self::BOOTSTRAP_SKIP_BACKWARD_BTN_FILL,
3323 #[cfg(feature = "bootstrap")]
3324 Self::BOOTSTRAP_SKIP_BACKWARD_BTN,
3325 #[cfg(feature = "bootstrap")]
3326 Self::BOOTSTRAP_SKIP_BACKWARD_CIRCLE_FILL,
3327 #[cfg(feature = "bootstrap")]
3328 Self::BOOTSTRAP_SKIP_BACKWARD_CIRCLE,
3329 #[cfg(feature = "bootstrap")]
3330 Self::BOOTSTRAP_SKIP_BACKWARD_FILL,
3331 #[cfg(feature = "bootstrap")]
3332 Self::BOOTSTRAP_SKIP_BACKWARD,
3333 #[cfg(feature = "bootstrap")]
3334 Self::BOOTSTRAP_SKIP_END_BTN_FILL,
3335 #[cfg(feature = "bootstrap")]
3336 Self::BOOTSTRAP_SKIP_END_BTN,
3337 #[cfg(feature = "bootstrap")]
3338 Self::BOOTSTRAP_SKIP_END_CIRCLE_FILL,
3339 #[cfg(feature = "bootstrap")]
3340 Self::BOOTSTRAP_SKIP_END_CIRCLE,
3341 #[cfg(feature = "bootstrap")]
3342 Self::BOOTSTRAP_SKIP_END_FILL,
3343 #[cfg(feature = "bootstrap")]
3344 Self::BOOTSTRAP_SKIP_END,
3345 #[cfg(feature = "bootstrap")]
3346 Self::BOOTSTRAP_SKIP_FORWARD_BTN_FILL,
3347 #[cfg(feature = "bootstrap")]
3348 Self::BOOTSTRAP_SKIP_FORWARD_BTN,
3349 #[cfg(feature = "bootstrap")]
3350 Self::BOOTSTRAP_SKIP_FORWARD_CIRCLE_FILL,
3351 #[cfg(feature = "bootstrap")]
3352 Self::BOOTSTRAP_SKIP_FORWARD_CIRCLE,
3353 #[cfg(feature = "bootstrap")]
3354 Self::BOOTSTRAP_SKIP_FORWARD_FILL,
3355 #[cfg(feature = "bootstrap")]
3356 Self::BOOTSTRAP_SKIP_FORWARD,
3357 #[cfg(feature = "bootstrap")]
3358 Self::BOOTSTRAP_SKIP_START_BTN_FILL,
3359 #[cfg(feature = "bootstrap")]
3360 Self::BOOTSTRAP_SKIP_START_BTN,
3361 #[cfg(feature = "bootstrap")]
3362 Self::BOOTSTRAP_SKIP_START_CIRCLE_FILL,
3363 #[cfg(feature = "bootstrap")]
3364 Self::BOOTSTRAP_SKIP_START_CIRCLE,
3365 #[cfg(feature = "bootstrap")]
3366 Self::BOOTSTRAP_SKIP_START_FILL,
3367 #[cfg(feature = "bootstrap")]
3368 Self::BOOTSTRAP_SKIP_START,
3369 #[cfg(feature = "bootstrap")]
3370 Self::BOOTSTRAP_SKYPE,
3371 #[cfg(feature = "bootstrap")]
3372 Self::BOOTSTRAP_SLACK,
3373 #[cfg(feature = "bootstrap")]
3374 Self::BOOTSTRAP_SLASH_CIRCLE_FILL,
3375 #[cfg(feature = "bootstrap")]
3376 Self::BOOTSTRAP_SLASH_CIRCLE,
3377 #[cfg(feature = "bootstrap")]
3378 Self::BOOTSTRAP_SLASH_LG,
3379 #[cfg(feature = "bootstrap")]
3380 Self::BOOTSTRAP_SLASH_SQUARE_FILL,
3381 #[cfg(feature = "bootstrap")]
3382 Self::BOOTSTRAP_SLASH_SQUARE,
3383 #[cfg(feature = "bootstrap")]
3384 Self::BOOTSTRAP_SLASH,
3385 #[cfg(feature = "bootstrap")]
3386 Self::BOOTSTRAP_SLIDERS,
3387 #[cfg(feature = "bootstrap")]
3388 Self::BOOTSTRAP_SLIDERS_2_VERTICAL,
3389 #[cfg(feature = "bootstrap")]
3390 Self::BOOTSTRAP_SLIDERS_2,
3391 #[cfg(feature = "bootstrap")]
3392 Self::BOOTSTRAP_SMARTWATCH,
3393 #[cfg(feature = "bootstrap")]
3394 Self::BOOTSTRAP_SNAPCHAT,
3395 #[cfg(feature = "bootstrap")]
3396 Self::BOOTSTRAP_SNOW,
3397 #[cfg(feature = "bootstrap")]
3398 Self::BOOTSTRAP_SNOW_2,
3399 #[cfg(feature = "bootstrap")]
3400 Self::BOOTSTRAP_SNOW_3,
3401 #[cfg(feature = "bootstrap")]
3402 Self::BOOTSTRAP_SORT_ALPHA_DOWN_ALT,
3403 #[cfg(feature = "bootstrap")]
3404 Self::BOOTSTRAP_SORT_ALPHA_DOWN,
3405 #[cfg(feature = "bootstrap")]
3406 Self::BOOTSTRAP_SORT_ALPHA_UP_ALT,
3407 #[cfg(feature = "bootstrap")]
3408 Self::BOOTSTRAP_SORT_ALPHA_UP,
3409 #[cfg(feature = "bootstrap")]
3410 Self::BOOTSTRAP_SORT_DOWN_ALT,
3411 #[cfg(feature = "bootstrap")]
3412 Self::BOOTSTRAP_SORT_DOWN,
3413 #[cfg(feature = "bootstrap")]
3414 Self::BOOTSTRAP_SORT_NUMERIC_DOWN_ALT,
3415 #[cfg(feature = "bootstrap")]
3416 Self::BOOTSTRAP_SORT_NUMERIC_DOWN,
3417 #[cfg(feature = "bootstrap")]
3418 Self::BOOTSTRAP_SORT_NUMERIC_UP_ALT,
3419 #[cfg(feature = "bootstrap")]
3420 Self::BOOTSTRAP_SORT_NUMERIC_UP,
3421 #[cfg(feature = "bootstrap")]
3422 Self::BOOTSTRAP_SORT_UP_ALT,
3423 #[cfg(feature = "bootstrap")]
3424 Self::BOOTSTRAP_SORT_UP,
3425 #[cfg(feature = "bootstrap")]
3426 Self::BOOTSTRAP_SOUNDWAVE,
3427 #[cfg(feature = "bootstrap")]
3428 Self::BOOTSTRAP_SPEAKER_FILL,
3429 #[cfg(feature = "bootstrap")]
3430 Self::BOOTSTRAP_SPEAKER,
3431 #[cfg(feature = "bootstrap")]
3432 Self::BOOTSTRAP_SPEEDOMETER,
3433 #[cfg(feature = "bootstrap")]
3434 Self::BOOTSTRAP_SPEEDOMETER_2,
3435 #[cfg(feature = "bootstrap")]
3436 Self::BOOTSTRAP_SPELLCHECK,
3437 #[cfg(feature = "bootstrap")]
3438 Self::BOOTSTRAP_SPOTIFY,
3439 #[cfg(feature = "bootstrap")]
3440 Self::BOOTSTRAP_SQUARE_FILL,
3441 #[cfg(feature = "bootstrap")]
3442 Self::BOOTSTRAP_SQUARE_HALF,
3443 #[cfg(feature = "bootstrap")]
3444 Self::BOOTSTRAP_SQUARE,
3445 #[cfg(feature = "bootstrap")]
3446 Self::BOOTSTRAP_STACK_OVERFLOW,
3447 #[cfg(feature = "bootstrap")]
3448 Self::BOOTSTRAP_STACK,
3449 #[cfg(feature = "bootstrap")]
3450 Self::BOOTSTRAP_STAR_FILL,
3451 #[cfg(feature = "bootstrap")]
3452 Self::BOOTSTRAP_STAR_HALF,
3453 #[cfg(feature = "bootstrap")]
3454 Self::BOOTSTRAP_STAR,
3455 #[cfg(feature = "bootstrap")]
3456 Self::BOOTSTRAP_STARS,
3457 #[cfg(feature = "bootstrap")]
3458 Self::BOOTSTRAP_STEAM,
3459 #[cfg(feature = "bootstrap")]
3460 Self::BOOTSTRAP_STICKIES_FILL,
3461 #[cfg(feature = "bootstrap")]
3462 Self::BOOTSTRAP_STICKIES,
3463 #[cfg(feature = "bootstrap")]
3464 Self::BOOTSTRAP_STICKY_FILL,
3465 #[cfg(feature = "bootstrap")]
3466 Self::BOOTSTRAP_STICKY,
3467 #[cfg(feature = "bootstrap")]
3468 Self::BOOTSTRAP_STOP_BTN_FILL,
3469 #[cfg(feature = "bootstrap")]
3470 Self::BOOTSTRAP_STOP_BTN,
3471 #[cfg(feature = "bootstrap")]
3472 Self::BOOTSTRAP_STOP_CIRCLE_FILL,
3473 #[cfg(feature = "bootstrap")]
3474 Self::BOOTSTRAP_STOP_CIRCLE,
3475 #[cfg(feature = "bootstrap")]
3476 Self::BOOTSTRAP_STOP_FILL,
3477 #[cfg(feature = "bootstrap")]
3478 Self::BOOTSTRAP_STOP,
3479 #[cfg(feature = "bootstrap")]
3480 Self::BOOTSTRAP_STOPLIGHTS_FILL,
3481 #[cfg(feature = "bootstrap")]
3482 Self::BOOTSTRAP_STOPLIGHTS,
3483 #[cfg(feature = "bootstrap")]
3484 Self::BOOTSTRAP_STOPWATCH_FILL,
3485 #[cfg(feature = "bootstrap")]
3486 Self::BOOTSTRAP_STOPWATCH,
3487 #[cfg(feature = "bootstrap")]
3488 Self::BOOTSTRAP_STRAVA,
3489 #[cfg(feature = "bootstrap")]
3490 Self::BOOTSTRAP_STRIPE,
3491 #[cfg(feature = "bootstrap")]
3492 Self::BOOTSTRAP_SUBSCRIPT,
3493 #[cfg(feature = "bootstrap")]
3494 Self::BOOTSTRAP_SUBTRACT,
3495 #[cfg(feature = "bootstrap")]
3496 Self::BOOTSTRAP_SUIT_CLUB_FILL,
3497 #[cfg(feature = "bootstrap")]
3498 Self::BOOTSTRAP_SUIT_CLUB,
3499 #[cfg(feature = "bootstrap")]
3500 Self::BOOTSTRAP_SUIT_DIAMOND_FILL,
3501 #[cfg(feature = "bootstrap")]
3502 Self::BOOTSTRAP_SUIT_DIAMOND,
3503 #[cfg(feature = "bootstrap")]
3504 Self::BOOTSTRAP_SUIT_HEART_FILL,
3505 #[cfg(feature = "bootstrap")]
3506 Self::BOOTSTRAP_SUIT_HEART,
3507 #[cfg(feature = "bootstrap")]
3508 Self::BOOTSTRAP_SUIT_SPADE_FILL,
3509 #[cfg(feature = "bootstrap")]
3510 Self::BOOTSTRAP_SUIT_SPADE,
3511 #[cfg(feature = "bootstrap")]
3512 Self::BOOTSTRAP_SUN_FILL,
3513 #[cfg(feature = "bootstrap")]
3514 Self::BOOTSTRAP_SUN,
3515 #[cfg(feature = "bootstrap")]
3516 Self::BOOTSTRAP_SUNGLASSES,
3517 #[cfg(feature = "bootstrap")]
3518 Self::BOOTSTRAP_SUNRISE_FILL,
3519 #[cfg(feature = "bootstrap")]
3520 Self::BOOTSTRAP_SUNRISE,
3521 #[cfg(feature = "bootstrap")]
3522 Self::BOOTSTRAP_SUNSET_FILL,
3523 #[cfg(feature = "bootstrap")]
3524 Self::BOOTSTRAP_SUNSET,
3525 #[cfg(feature = "bootstrap")]
3526 Self::BOOTSTRAP_SUPERSCRIPT,
3527 #[cfg(feature = "bootstrap")]
3528 Self::BOOTSTRAP_SYMMETRY_HORIZONTAL,
3529 #[cfg(feature = "bootstrap")]
3530 Self::BOOTSTRAP_SYMMETRY_VERTICAL,
3531 #[cfg(feature = "bootstrap")]
3532 Self::BOOTSTRAP_TABLE,
3533 #[cfg(feature = "bootstrap")]
3534 Self::BOOTSTRAP_TABLET_FILL,
3535 #[cfg(feature = "bootstrap")]
3536 Self::BOOTSTRAP_TABLET_LANDSCAPE_FILL,
3537 #[cfg(feature = "bootstrap")]
3538 Self::BOOTSTRAP_TABLET_LANDSCAPE,
3539 #[cfg(feature = "bootstrap")]
3540 Self::BOOTSTRAP_TABLET,
3541 #[cfg(feature = "bootstrap")]
3542 Self::BOOTSTRAP_TAG_FILL,
3543 #[cfg(feature = "bootstrap")]
3544 Self::BOOTSTRAP_TAG,
3545 #[cfg(feature = "bootstrap")]
3546 Self::BOOTSTRAP_TAGS_FILL,
3547 #[cfg(feature = "bootstrap")]
3548 Self::BOOTSTRAP_TAGS,
3549 #[cfg(feature = "bootstrap")]
3550 Self::BOOTSTRAP_TAXI_FRONT_FILL,
3551 #[cfg(feature = "bootstrap")]
3552 Self::BOOTSTRAP_TAXI_FRONT,
3553 #[cfg(feature = "bootstrap")]
3554 Self::BOOTSTRAP_TELEGRAM,
3555 #[cfg(feature = "bootstrap")]
3556 Self::BOOTSTRAP_TELEPHONE_FILL,
3557 #[cfg(feature = "bootstrap")]
3558 Self::BOOTSTRAP_TELEPHONE_FORWARD_FILL,
3559 #[cfg(feature = "bootstrap")]
3560 Self::BOOTSTRAP_TELEPHONE_FORWARD,
3561 #[cfg(feature = "bootstrap")]
3562 Self::BOOTSTRAP_TELEPHONE_INBOUND_FILL,
3563 #[cfg(feature = "bootstrap")]
3564 Self::BOOTSTRAP_TELEPHONE_INBOUND,
3565 #[cfg(feature = "bootstrap")]
3566 Self::BOOTSTRAP_TELEPHONE_MINUS_FILL,
3567 #[cfg(feature = "bootstrap")]
3568 Self::BOOTSTRAP_TELEPHONE_MINUS,
3569 #[cfg(feature = "bootstrap")]
3570 Self::BOOTSTRAP_TELEPHONE_OUTBOUND_FILL,
3571 #[cfg(feature = "bootstrap")]
3572 Self::BOOTSTRAP_TELEPHONE_OUTBOUND,
3573 #[cfg(feature = "bootstrap")]
3574 Self::BOOTSTRAP_TELEPHONE_PLUS_FILL,
3575 #[cfg(feature = "bootstrap")]
3576 Self::BOOTSTRAP_TELEPHONE_PLUS,
3577 #[cfg(feature = "bootstrap")]
3578 Self::BOOTSTRAP_TELEPHONE_X_FILL,
3579 #[cfg(feature = "bootstrap")]
3580 Self::BOOTSTRAP_TELEPHONE_X,
3581 #[cfg(feature = "bootstrap")]
3582 Self::BOOTSTRAP_TELEPHONE,
3583 #[cfg(feature = "bootstrap")]
3584 Self::BOOTSTRAP_TENCENT_QQ,
3585 #[cfg(feature = "bootstrap")]
3586 Self::BOOTSTRAP_TERMINAL_DASH,
3587 #[cfg(feature = "bootstrap")]
3588 Self::BOOTSTRAP_TERMINAL_FILL,
3589 #[cfg(feature = "bootstrap")]
3590 Self::BOOTSTRAP_TERMINAL_PLUS,
3591 #[cfg(feature = "bootstrap")]
3592 Self::BOOTSTRAP_TERMINAL_SPLIT,
3593 #[cfg(feature = "bootstrap")]
3594 Self::BOOTSTRAP_TERMINAL_X,
3595 #[cfg(feature = "bootstrap")]
3596 Self::BOOTSTRAP_TERMINAL,
3597 #[cfg(feature = "bootstrap")]
3598 Self::BOOTSTRAP_TEXT_CENTER,
3599 #[cfg(feature = "bootstrap")]
3600 Self::BOOTSTRAP_TEXT_INDENT_LEFT,
3601 #[cfg(feature = "bootstrap")]
3602 Self::BOOTSTRAP_TEXT_INDENT_RIGHT,
3603 #[cfg(feature = "bootstrap")]
3604 Self::BOOTSTRAP_TEXT_LEFT,
3605 #[cfg(feature = "bootstrap")]
3606 Self::BOOTSTRAP_TEXT_PARAGRAPH,
3607 #[cfg(feature = "bootstrap")]
3608 Self::BOOTSTRAP_TEXT_RIGHT,
3609 #[cfg(feature = "bootstrap")]
3610 Self::BOOTSTRAP_TEXT_WRAP,
3611 #[cfg(feature = "bootstrap")]
3612 Self::BOOTSTRAP_TEXTAREA_RESIZE,
3613 #[cfg(feature = "bootstrap")]
3614 Self::BOOTSTRAP_TEXTAREA_T,
3615 #[cfg(feature = "bootstrap")]
3616 Self::BOOTSTRAP_TEXTAREA,
3617 #[cfg(feature = "bootstrap")]
3618 Self::BOOTSTRAP_THERMOMETER_HALF,
3619 #[cfg(feature = "bootstrap")]
3620 Self::BOOTSTRAP_THERMOMETER_HIGH,
3621 #[cfg(feature = "bootstrap")]
3622 Self::BOOTSTRAP_THERMOMETER_LOW,
3623 #[cfg(feature = "bootstrap")]
3624 Self::BOOTSTRAP_THERMOMETER_SNOW,
3625 #[cfg(feature = "bootstrap")]
3626 Self::BOOTSTRAP_THERMOMETER_SUN,
3627 #[cfg(feature = "bootstrap")]
3628 Self::BOOTSTRAP_THERMOMETER,
3629 #[cfg(feature = "bootstrap")]
3630 Self::BOOTSTRAP_THREE_DOTS_VERTICAL,
3631 #[cfg(feature = "bootstrap")]
3632 Self::BOOTSTRAP_THREE_DOTS,
3633 #[cfg(feature = "bootstrap")]
3634 Self::BOOTSTRAP_THUNDERBOLT_FILL,
3635 #[cfg(feature = "bootstrap")]
3636 Self::BOOTSTRAP_THUNDERBOLT,
3637 #[cfg(feature = "bootstrap")]
3638 Self::BOOTSTRAP_TICKET_DETAILED_FILL,
3639 #[cfg(feature = "bootstrap")]
3640 Self::BOOTSTRAP_TICKET_DETAILED,
3641 #[cfg(feature = "bootstrap")]
3642 Self::BOOTSTRAP_TICKET_FILL,
3643 #[cfg(feature = "bootstrap")]
3644 Self::BOOTSTRAP_TICKET_PERFORATED_FILL,
3645 #[cfg(feature = "bootstrap")]
3646 Self::BOOTSTRAP_TICKET_PERFORATED,
3647 #[cfg(feature = "bootstrap")]
3648 Self::BOOTSTRAP_TICKET,
3649 #[cfg(feature = "bootstrap")]
3650 Self::BOOTSTRAP_TIKTOK,
3651 #[cfg(feature = "bootstrap")]
3652 Self::BOOTSTRAP_TOGGLE_OFF,
3653 #[cfg(feature = "bootstrap")]
3654 Self::BOOTSTRAP_TOGGLE_ON,
3655 #[cfg(feature = "bootstrap")]
3656 Self::BOOTSTRAP_TOGGLE_2_OFF,
3657 #[cfg(feature = "bootstrap")]
3658 Self::BOOTSTRAP_TOGGLE_2_ON,
3659 #[cfg(feature = "bootstrap")]
3660 Self::BOOTSTRAP_TOGGLES,
3661 #[cfg(feature = "bootstrap")]
3662 Self::BOOTSTRAP_TOGGLES_2,
3663 #[cfg(feature = "bootstrap")]
3664 Self::BOOTSTRAP_TOOLS,
3665 #[cfg(feature = "bootstrap")]
3666 Self::BOOTSTRAP_TORNADO,
3667 #[cfg(feature = "bootstrap")]
3668 Self::BOOTSTRAP_TRAIN_FREIGHT_FRONT_FILL,
3669 #[cfg(feature = "bootstrap")]
3670 Self::BOOTSTRAP_TRAIN_FREIGHT_FRONT,
3671 #[cfg(feature = "bootstrap")]
3672 Self::BOOTSTRAP_TRAIN_FRONT_FILL,
3673 #[cfg(feature = "bootstrap")]
3674 Self::BOOTSTRAP_TRAIN_FRONT,
3675 #[cfg(feature = "bootstrap")]
3676 Self::BOOTSTRAP_TRAIN_LIGHTRAIL_FRONT_FILL,
3677 #[cfg(feature = "bootstrap")]
3678 Self::BOOTSTRAP_TRAIN_LIGHTRAIL_FRONT,
3679 #[cfg(feature = "bootstrap")]
3680 Self::BOOTSTRAP_TRANSLATE,
3681 #[cfg(feature = "bootstrap")]
3682 Self::BOOTSTRAP_TRASH_FILL,
3683 #[cfg(feature = "bootstrap")]
3684 Self::BOOTSTRAP_TRASH,
3685 #[cfg(feature = "bootstrap")]
3686 Self::BOOTSTRAP_TRASH_2_FILL,
3687 #[cfg(feature = "bootstrap")]
3688 Self::BOOTSTRAP_TRASH_2,
3689 #[cfg(feature = "bootstrap")]
3690 Self::BOOTSTRAP_TRASH_3_FILL,
3691 #[cfg(feature = "bootstrap")]
3692 Self::BOOTSTRAP_TRASH_3,
3693 #[cfg(feature = "bootstrap")]
3694 Self::BOOTSTRAP_TREE_FILL,
3695 #[cfg(feature = "bootstrap")]
3696 Self::BOOTSTRAP_TREE,
3697 #[cfg(feature = "bootstrap")]
3698 Self::BOOTSTRAP_TRELLO,
3699 #[cfg(feature = "bootstrap")]
3700 Self::BOOTSTRAP_TRIANGLE_FILL,
3701 #[cfg(feature = "bootstrap")]
3702 Self::BOOTSTRAP_TRIANGLE_HALF,
3703 #[cfg(feature = "bootstrap")]
3704 Self::BOOTSTRAP_TRIANGLE,
3705 #[cfg(feature = "bootstrap")]
3706 Self::BOOTSTRAP_TROPHY_FILL,
3707 #[cfg(feature = "bootstrap")]
3708 Self::BOOTSTRAP_TROPHY,
3709 #[cfg(feature = "bootstrap")]
3710 Self::BOOTSTRAP_TROPICAL_STORM,
3711 #[cfg(feature = "bootstrap")]
3712 Self::BOOTSTRAP_TRUCK_FLATBED,
3713 #[cfg(feature = "bootstrap")]
3714 Self::BOOTSTRAP_TRUCK_FRONT_FILL,
3715 #[cfg(feature = "bootstrap")]
3716 Self::BOOTSTRAP_TRUCK_FRONT,
3717 #[cfg(feature = "bootstrap")]
3718 Self::BOOTSTRAP_TRUCK,
3719 #[cfg(feature = "bootstrap")]
3720 Self::BOOTSTRAP_TSUNAMI,
3721 #[cfg(feature = "bootstrap")]
3722 Self::BOOTSTRAP_TV_FILL,
3723 #[cfg(feature = "bootstrap")]
3724 Self::BOOTSTRAP_TV,
3725 #[cfg(feature = "bootstrap")]
3726 Self::BOOTSTRAP_TWITCH,
3727 #[cfg(feature = "bootstrap")]
3728 Self::BOOTSTRAP_TWITTER,
3729 #[cfg(feature = "bootstrap")]
3730 Self::BOOTSTRAP_TYPE_BOLD,
3731 #[cfg(feature = "bootstrap")]
3732 Self::BOOTSTRAP_TYPE_H_1,
3733 #[cfg(feature = "bootstrap")]
3734 Self::BOOTSTRAP_TYPE_H_2,
3735 #[cfg(feature = "bootstrap")]
3736 Self::BOOTSTRAP_TYPE_H_3,
3737 #[cfg(feature = "bootstrap")]
3738 Self::BOOTSTRAP_TYPE_ITALIC,
3739 #[cfg(feature = "bootstrap")]
3740 Self::BOOTSTRAP_TYPE_STRIKETHROUGH,
3741 #[cfg(feature = "bootstrap")]
3742 Self::BOOTSTRAP_TYPE_UNDERLINE,
3743 #[cfg(feature = "bootstrap")]
3744 Self::BOOTSTRAP_TYPE,
3745 #[cfg(feature = "bootstrap")]
3746 Self::BOOTSTRAP_UBUNTU,
3747 #[cfg(feature = "bootstrap")]
3748 Self::BOOTSTRAP_UI_CHECKS_GRID,
3749 #[cfg(feature = "bootstrap")]
3750 Self::BOOTSTRAP_UI_CHECKS,
3751 #[cfg(feature = "bootstrap")]
3752 Self::BOOTSTRAP_UI_RADIOS_GRID,
3753 #[cfg(feature = "bootstrap")]
3754 Self::BOOTSTRAP_UI_RADIOS,
3755 #[cfg(feature = "bootstrap")]
3756 Self::BOOTSTRAP_UMBRELLA_FILL,
3757 #[cfg(feature = "bootstrap")]
3758 Self::BOOTSTRAP_UMBRELLA,
3759 #[cfg(feature = "bootstrap")]
3760 Self::BOOTSTRAP_UNINDENT,
3761 #[cfg(feature = "bootstrap")]
3762 Self::BOOTSTRAP_UNION,
3763 #[cfg(feature = "bootstrap")]
3764 Self::BOOTSTRAP_UNITY,
3765 #[cfg(feature = "bootstrap")]
3766 Self::BOOTSTRAP_UNIVERSAL_ACCESS_CIRCLE,
3767 #[cfg(feature = "bootstrap")]
3768 Self::BOOTSTRAP_UNIVERSAL_ACCESS,
3769 #[cfg(feature = "bootstrap")]
3770 Self::BOOTSTRAP_UNLOCK_FILL,
3771 #[cfg(feature = "bootstrap")]
3772 Self::BOOTSTRAP_UNLOCK,
3773 #[cfg(feature = "bootstrap")]
3774 Self::BOOTSTRAP_UPC_SCAN,
3775 #[cfg(feature = "bootstrap")]
3776 Self::BOOTSTRAP_UPC,
3777 #[cfg(feature = "bootstrap")]
3778 Self::BOOTSTRAP_UPLOAD,
3779 #[cfg(feature = "bootstrap")]
3780 Self::BOOTSTRAP_USB_C_FILL,
3781 #[cfg(feature = "bootstrap")]
3782 Self::BOOTSTRAP_USB_C,
3783 #[cfg(feature = "bootstrap")]
3784 Self::BOOTSTRAP_USB_DRIVE_FILL,
3785 #[cfg(feature = "bootstrap")]
3786 Self::BOOTSTRAP_USB_DRIVE,
3787 #[cfg(feature = "bootstrap")]
3788 Self::BOOTSTRAP_USB_FILL,
3789 #[cfg(feature = "bootstrap")]
3790 Self::BOOTSTRAP_USB_MICRO_FILL,
3791 #[cfg(feature = "bootstrap")]
3792 Self::BOOTSTRAP_USB_MICRO,
3793 #[cfg(feature = "bootstrap")]
3794 Self::BOOTSTRAP_USB_MINI_FILL,
3795 #[cfg(feature = "bootstrap")]
3796 Self::BOOTSTRAP_USB_MINI,
3797 #[cfg(feature = "bootstrap")]
3798 Self::BOOTSTRAP_USB_PLUG_FILL,
3799 #[cfg(feature = "bootstrap")]
3800 Self::BOOTSTRAP_USB_PLUG,
3801 #[cfg(feature = "bootstrap")]
3802 Self::BOOTSTRAP_USB_SYMBOL,
3803 #[cfg(feature = "bootstrap")]
3804 Self::BOOTSTRAP_USB,
3805 #[cfg(feature = "bootstrap")]
3806 Self::BOOTSTRAP_VALENTINE,
3807 #[cfg(feature = "bootstrap")]
3808 Self::BOOTSTRAP_VALENTINE_2,
3809 #[cfg(feature = "bootstrap")]
3810 Self::BOOTSTRAP_VECTOR_PEN,
3811 #[cfg(feature = "bootstrap")]
3812 Self::BOOTSTRAP_VIEW_LIST,
3813 #[cfg(feature = "bootstrap")]
3814 Self::BOOTSTRAP_VIEW_STACKED,
3815 #[cfg(feature = "bootstrap")]
3816 Self::BOOTSTRAP_VIMEO,
3817 #[cfg(feature = "bootstrap")]
3818 Self::BOOTSTRAP_VINYL_FILL,
3819 #[cfg(feature = "bootstrap")]
3820 Self::BOOTSTRAP_VINYL,
3821 #[cfg(feature = "bootstrap")]
3822 Self::BOOTSTRAP_VIRUS,
3823 #[cfg(feature = "bootstrap")]
3824 Self::BOOTSTRAP_VIRUS_2,
3825 #[cfg(feature = "bootstrap")]
3826 Self::BOOTSTRAP_VOICEMAIL,
3827 #[cfg(feature = "bootstrap")]
3828 Self::BOOTSTRAP_VOLUME_DOWN_FILL,
3829 #[cfg(feature = "bootstrap")]
3830 Self::BOOTSTRAP_VOLUME_DOWN,
3831 #[cfg(feature = "bootstrap")]
3832 Self::BOOTSTRAP_VOLUME_MUTE_FILL,
3833 #[cfg(feature = "bootstrap")]
3834 Self::BOOTSTRAP_VOLUME_MUTE,
3835 #[cfg(feature = "bootstrap")]
3836 Self::BOOTSTRAP_VOLUME_OFF_FILL,
3837 #[cfg(feature = "bootstrap")]
3838 Self::BOOTSTRAP_VOLUME_OFF,
3839 #[cfg(feature = "bootstrap")]
3840 Self::BOOTSTRAP_VOLUME_UP_FILL,
3841 #[cfg(feature = "bootstrap")]
3842 Self::BOOTSTRAP_VOLUME_UP,
3843 #[cfg(feature = "bootstrap")]
3844 Self::BOOTSTRAP_VR,
3845 #[cfg(feature = "bootstrap")]
3846 Self::BOOTSTRAP_WALLET_FILL,
3847 #[cfg(feature = "bootstrap")]
3848 Self::BOOTSTRAP_WALLET,
3849 #[cfg(feature = "bootstrap")]
3850 Self::BOOTSTRAP_WALLET_2,
3851 #[cfg(feature = "bootstrap")]
3852 Self::BOOTSTRAP_WATCH,
3853 #[cfg(feature = "bootstrap")]
3854 Self::BOOTSTRAP_WATER,
3855 #[cfg(feature = "bootstrap")]
3856 Self::BOOTSTRAP_WEBCAM_FILL,
3857 #[cfg(feature = "bootstrap")]
3858 Self::BOOTSTRAP_WEBCAM,
3859 #[cfg(feature = "bootstrap")]
3860 Self::BOOTSTRAP_WECHAT,
3861 #[cfg(feature = "bootstrap")]
3862 Self::BOOTSTRAP_WHATSAPP,
3863 #[cfg(feature = "bootstrap")]
3864 Self::BOOTSTRAP_WIFI_1,
3865 #[cfg(feature = "bootstrap")]
3866 Self::BOOTSTRAP_WIFI_2,
3867 #[cfg(feature = "bootstrap")]
3868 Self::BOOTSTRAP_WIFI_OFF,
3869 #[cfg(feature = "bootstrap")]
3870 Self::BOOTSTRAP_WIFI,
3871 #[cfg(feature = "bootstrap")]
3872 Self::BOOTSTRAP_WIKIPEDIA,
3873 #[cfg(feature = "bootstrap")]
3874 Self::BOOTSTRAP_WIND,
3875 #[cfg(feature = "bootstrap")]
3876 Self::BOOTSTRAP_WINDOW_DASH,
3877 #[cfg(feature = "bootstrap")]
3878 Self::BOOTSTRAP_WINDOW_DESKTOP,
3879 #[cfg(feature = "bootstrap")]
3880 Self::BOOTSTRAP_WINDOW_DOCK,
3881 #[cfg(feature = "bootstrap")]
3882 Self::BOOTSTRAP_WINDOW_FULLSCREEN,
3883 #[cfg(feature = "bootstrap")]
3884 Self::BOOTSTRAP_WINDOW_PLUS,
3885 #[cfg(feature = "bootstrap")]
3886 Self::BOOTSTRAP_WINDOW_SIDEBAR,
3887 #[cfg(feature = "bootstrap")]
3888 Self::BOOTSTRAP_WINDOW_SPLIT,
3889 #[cfg(feature = "bootstrap")]
3890 Self::BOOTSTRAP_WINDOW_STACK,
3891 #[cfg(feature = "bootstrap")]
3892 Self::BOOTSTRAP_WINDOW_X,
3893 #[cfg(feature = "bootstrap")]
3894 Self::BOOTSTRAP_WINDOW,
3895 #[cfg(feature = "bootstrap")]
3896 Self::BOOTSTRAP_WINDOWS,
3897 #[cfg(feature = "bootstrap")]
3898 Self::BOOTSTRAP_WORDPRESS,
3899 #[cfg(feature = "bootstrap")]
3900 Self::BOOTSTRAP_WRENCH_ADJUSTABLE_CIRCLE_FILL,
3901 #[cfg(feature = "bootstrap")]
3902 Self::BOOTSTRAP_WRENCH_ADJUSTABLE_CIRCLE,
3903 #[cfg(feature = "bootstrap")]
3904 Self::BOOTSTRAP_WRENCH_ADJUSTABLE,
3905 #[cfg(feature = "bootstrap")]
3906 Self::BOOTSTRAP_WRENCH,
3907 #[cfg(feature = "bootstrap")]
3908 Self::BOOTSTRAP_X_CIRCLE_FILL,
3909 #[cfg(feature = "bootstrap")]
3910 Self::BOOTSTRAP_X_CIRCLE,
3911 #[cfg(feature = "bootstrap")]
3912 Self::BOOTSTRAP_X_DIAMOND_FILL,
3913 #[cfg(feature = "bootstrap")]
3914 Self::BOOTSTRAP_X_DIAMOND,
3915 #[cfg(feature = "bootstrap")]
3916 Self::BOOTSTRAP_X_LG,
3917 #[cfg(feature = "bootstrap")]
3918 Self::BOOTSTRAP_X_OCTAGON_FILL,
3919 #[cfg(feature = "bootstrap")]
3920 Self::BOOTSTRAP_X_OCTAGON,
3921 #[cfg(feature = "bootstrap")]
3922 Self::BOOTSTRAP_X_SQUARE_FILL,
3923 #[cfg(feature = "bootstrap")]
3924 Self::BOOTSTRAP_X_SQUARE,
3925 #[cfg(feature = "bootstrap")]
3926 Self::BOOTSTRAP_X,
3927 #[cfg(feature = "bootstrap")]
3928 Self::BOOTSTRAP_XBOX,
3929 #[cfg(feature = "bootstrap")]
3930 Self::BOOTSTRAP_YELP,
3931 #[cfg(feature = "bootstrap")]
3932 Self::BOOTSTRAP_YIN_YANG,
3933 #[cfg(feature = "bootstrap")]
3934 Self::BOOTSTRAP_YOUTUBE,
3935 #[cfg(feature = "bootstrap")]
3936 Self::BOOTSTRAP_ZOOM_IN,
3937 #[cfg(feature = "bootstrap")]
3938 Self::BOOTSTRAP_ZOOM_OUT,
3939 #[cfg(feature = "feather")]
3940 Self::FEATHER_ACTIVITY,
3941 #[cfg(feature = "feather")]
3942 Self::FEATHER_AIRPLAY,
3943 #[cfg(feature = "feather")]
3944 Self::FEATHER_ALERT_CIRCLE,
3945 #[cfg(feature = "feather")]
3946 Self::FEATHER_ALERT_OCTAGON,
3947 #[cfg(feature = "feather")]
3948 Self::FEATHER_ALERT_TRIANGLE,
3949 #[cfg(feature = "feather")]
3950 Self::FEATHER_ALIGN_CENTER,
3951 #[cfg(feature = "feather")]
3952 Self::FEATHER_ALIGN_JUSTIFY,
3953 #[cfg(feature = "feather")]
3954 Self::FEATHER_ALIGN_LEFT,
3955 #[cfg(feature = "feather")]
3956 Self::FEATHER_ALIGN_RIGHT,
3957 #[cfg(feature = "feather")]
3958 Self::FEATHER_ANCHOR,
3959 #[cfg(feature = "feather")]
3960 Self::FEATHER_APERTURE,
3961 #[cfg(feature = "feather")]
3962 Self::FEATHER_ARCHIVE,
3963 #[cfg(feature = "feather")]
3964 Self::FEATHER_ARROW_DOWN_CIRCLE,
3965 #[cfg(feature = "feather")]
3966 Self::FEATHER_ARROW_DOWN_LEFT,
3967 #[cfg(feature = "feather")]
3968 Self::FEATHER_ARROW_DOWN_RIGHT,
3969 #[cfg(feature = "feather")]
3970 Self::FEATHER_ARROW_DOWN,
3971 #[cfg(feature = "feather")]
3972 Self::FEATHER_ARROW_LEFT_CIRCLE,
3973 #[cfg(feature = "feather")]
3974 Self::FEATHER_ARROW_LEFT,
3975 #[cfg(feature = "feather")]
3976 Self::FEATHER_ARROW_RIGHT_CIRCLE,
3977 #[cfg(feature = "feather")]
3978 Self::FEATHER_ARROW_RIGHT,
3979 #[cfg(feature = "feather")]
3980 Self::FEATHER_ARROW_UP_CIRCLE,
3981 #[cfg(feature = "feather")]
3982 Self::FEATHER_ARROW_UP_LEFT,
3983 #[cfg(feature = "feather")]
3984 Self::FEATHER_ARROW_UP_RIGHT,
3985 #[cfg(feature = "feather")]
3986 Self::FEATHER_ARROW_UP,
3987 #[cfg(feature = "feather")]
3988 Self::FEATHER_AT_SIGN,
3989 #[cfg(feature = "feather")]
3990 Self::FEATHER_AWARD,
3991 #[cfg(feature = "feather")]
3992 Self::FEATHER_BAR_CHART_2,
3993 #[cfg(feature = "feather")]
3994 Self::FEATHER_BAR_CHART,
3995 #[cfg(feature = "feather")]
3996 Self::FEATHER_BATTERY_CHARGING,
3997 #[cfg(feature = "feather")]
3998 Self::FEATHER_BATTERY,
3999 #[cfg(feature = "feather")]
4000 Self::FEATHER_BELL_OFF,
4001 #[cfg(feature = "feather")]
4002 Self::FEATHER_BELL,
4003 #[cfg(feature = "feather")]
4004 Self::FEATHER_BLUETOOTH,
4005 #[cfg(feature = "feather")]
4006 Self::FEATHER_BOLD,
4007 #[cfg(feature = "feather")]
4008 Self::FEATHER_BOOK_OPEN,
4009 #[cfg(feature = "feather")]
4010 Self::FEATHER_BOOK,
4011 #[cfg(feature = "feather")]
4012 Self::FEATHER_BOOKMARK,
4013 #[cfg(feature = "feather")]
4014 Self::FEATHER_BOX,
4015 #[cfg(feature = "feather")]
4016 Self::FEATHER_BRIEFCASE,
4017 #[cfg(feature = "feather")]
4018 Self::FEATHER_CALENDAR,
4019 #[cfg(feature = "feather")]
4020 Self::FEATHER_CAMERA_OFF,
4021 #[cfg(feature = "feather")]
4022 Self::FEATHER_CAMERA,
4023 #[cfg(feature = "feather")]
4024 Self::FEATHER_CAST,
4025 #[cfg(feature = "feather")]
4026 Self::FEATHER_CHECK_CIRCLE,
4027 #[cfg(feature = "feather")]
4028 Self::FEATHER_CHECK_SQUARE,
4029 #[cfg(feature = "feather")]
4030 Self::FEATHER_CHECK,
4031 #[cfg(feature = "feather")]
4032 Self::FEATHER_CHEVRON_DOWN,
4033 #[cfg(feature = "feather")]
4034 Self::FEATHER_CHEVRON_LEFT,
4035 #[cfg(feature = "feather")]
4036 Self::FEATHER_CHEVRON_RIGHT,
4037 #[cfg(feature = "feather")]
4038 Self::FEATHER_CHEVRON_UP,
4039 #[cfg(feature = "feather")]
4040 Self::FEATHER_CHEVRONS_DOWN,
4041 #[cfg(feature = "feather")]
4042 Self::FEATHER_CHEVRONS_LEFT,
4043 #[cfg(feature = "feather")]
4044 Self::FEATHER_CHEVRONS_RIGHT,
4045 #[cfg(feature = "feather")]
4046 Self::FEATHER_CHEVRONS_UP,
4047 #[cfg(feature = "feather")]
4048 Self::FEATHER_CHROME,
4049 #[cfg(feature = "feather")]
4050 Self::FEATHER_CIRCLE,
4051 #[cfg(feature = "feather")]
4052 Self::FEATHER_CLIPBOARD,
4053 #[cfg(feature = "feather")]
4054 Self::FEATHER_CLOCK,
4055 #[cfg(feature = "feather")]
4056 Self::FEATHER_CLOUD_DRIZZLE,
4057 #[cfg(feature = "feather")]
4058 Self::FEATHER_CLOUD_LIGHTNING,
4059 #[cfg(feature = "feather")]
4060 Self::FEATHER_CLOUD_OFF,
4061 #[cfg(feature = "feather")]
4062 Self::FEATHER_CLOUD_RAIN,
4063 #[cfg(feature = "feather")]
4064 Self::FEATHER_CLOUD_SNOW,
4065 #[cfg(feature = "feather")]
4066 Self::FEATHER_CLOUD,
4067 #[cfg(feature = "feather")]
4068 Self::FEATHER_CODE,
4069 #[cfg(feature = "feather")]
4070 Self::FEATHER_CODEPEN,
4071 #[cfg(feature = "feather")]
4072 Self::FEATHER_CODESANDBOX,
4073 #[cfg(feature = "feather")]
4074 Self::FEATHER_COFFEE,
4075 #[cfg(feature = "feather")]
4076 Self::FEATHER_COLUMNS,
4077 #[cfg(feature = "feather")]
4078 Self::FEATHER_COMMAND,
4079 #[cfg(feature = "feather")]
4080 Self::FEATHER_COMPASS,
4081 #[cfg(feature = "feather")]
4082 Self::FEATHER_COPY,
4083 #[cfg(feature = "feather")]
4084 Self::FEATHER_CORNER_DOWN_LEFT,
4085 #[cfg(feature = "feather")]
4086 Self::FEATHER_CORNER_DOWN_RIGHT,
4087 #[cfg(feature = "feather")]
4088 Self::FEATHER_CORNER_LEFT_DOWN,
4089 #[cfg(feature = "feather")]
4090 Self::FEATHER_CORNER_LEFT_UP,
4091 #[cfg(feature = "feather")]
4092 Self::FEATHER_CORNER_RIGHT_DOWN,
4093 #[cfg(feature = "feather")]
4094 Self::FEATHER_CORNER_RIGHT_UP,
4095 #[cfg(feature = "feather")]
4096 Self::FEATHER_CORNER_UP_LEFT,
4097 #[cfg(feature = "feather")]
4098 Self::FEATHER_CORNER_UP_RIGHT,
4099 #[cfg(feature = "feather")]
4100 Self::FEATHER_CPU,
4101 #[cfg(feature = "feather")]
4102 Self::FEATHER_CREDIT_CARD,
4103 #[cfg(feature = "feather")]
4104 Self::FEATHER_CROP,
4105 #[cfg(feature = "feather")]
4106 Self::FEATHER_CROSSHAIR,
4107 #[cfg(feature = "feather")]
4108 Self::FEATHER_DATABASE,
4109 #[cfg(feature = "feather")]
4110 Self::FEATHER_DELETE,
4111 #[cfg(feature = "feather")]
4112 Self::FEATHER_DISC,
4113 #[cfg(feature = "feather")]
4114 Self::FEATHER_DIVIDE_CIRCLE,
4115 #[cfg(feature = "feather")]
4116 Self::FEATHER_DIVIDE_SQUARE,
4117 #[cfg(feature = "feather")]
4118 Self::FEATHER_DIVIDE,
4119 #[cfg(feature = "feather")]
4120 Self::FEATHER_DOLLAR_SIGN,
4121 #[cfg(feature = "feather")]
4122 Self::FEATHER_DOWNLOAD_CLOUD,
4123 #[cfg(feature = "feather")]
4124 Self::FEATHER_DOWNLOAD,
4125 #[cfg(feature = "feather")]
4126 Self::FEATHER_DRIBBBLE,
4127 #[cfg(feature = "feather")]
4128 Self::FEATHER_DROPLET,
4129 #[cfg(feature = "feather")]
4130 Self::FEATHER_EDIT_2,
4131 #[cfg(feature = "feather")]
4132 Self::FEATHER_EDIT_3,
4133 #[cfg(feature = "feather")]
4134 Self::FEATHER_EDIT,
4135 #[cfg(feature = "feather")]
4136 Self::FEATHER_EXTERNAL_LINK,
4137 #[cfg(feature = "feather")]
4138 Self::FEATHER_EYE_OFF,
4139 #[cfg(feature = "feather")]
4140 Self::FEATHER_EYE,
4141 #[cfg(feature = "feather")]
4142 Self::FEATHER_FACEBOOK,
4143 #[cfg(feature = "feather")]
4144 Self::FEATHER_FAST_FORWARD,
4145 #[cfg(feature = "feather")]
4146 Self::FEATHER_FEATHER,
4147 #[cfg(feature = "feather")]
4148 Self::FEATHER_FIGMA,
4149 #[cfg(feature = "feather")]
4150 Self::FEATHER_FILE_MINUS,
4151 #[cfg(feature = "feather")]
4152 Self::FEATHER_FILE_PLUS,
4153 #[cfg(feature = "feather")]
4154 Self::FEATHER_FILE_TEXT,
4155 #[cfg(feature = "feather")]
4156 Self::FEATHER_FILE,
4157 #[cfg(feature = "feather")]
4158 Self::FEATHER_FILM,
4159 #[cfg(feature = "feather")]
4160 Self::FEATHER_FILTER,
4161 #[cfg(feature = "feather")]
4162 Self::FEATHER_FLAG,
4163 #[cfg(feature = "feather")]
4164 Self::FEATHER_FOLDER_MINUS,
4165 #[cfg(feature = "feather")]
4166 Self::FEATHER_FOLDER_PLUS,
4167 #[cfg(feature = "feather")]
4168 Self::FEATHER_FOLDER,
4169 #[cfg(feature = "feather")]
4170 Self::FEATHER_FRAMER,
4171 #[cfg(feature = "feather")]
4172 Self::FEATHER_FROWN,
4173 #[cfg(feature = "feather")]
4174 Self::FEATHER_GIFT,
4175 #[cfg(feature = "feather")]
4176 Self::FEATHER_GIT_BRANCH,
4177 #[cfg(feature = "feather")]
4178 Self::FEATHER_GIT_COMMIT,
4179 #[cfg(feature = "feather")]
4180 Self::FEATHER_GIT_MERGE,
4181 #[cfg(feature = "feather")]
4182 Self::FEATHER_GIT_PULL_REQUEST,
4183 #[cfg(feature = "feather")]
4184 Self::FEATHER_GITHUB,
4185 #[cfg(feature = "feather")]
4186 Self::FEATHER_GITLAB,
4187 #[cfg(feature = "feather")]
4188 Self::FEATHER_GLOBE,
4189 #[cfg(feature = "feather")]
4190 Self::FEATHER_GRID,
4191 #[cfg(feature = "feather")]
4192 Self::FEATHER_HARD_DRIVE,
4193 #[cfg(feature = "feather")]
4194 Self::FEATHER_HASH,
4195 #[cfg(feature = "feather")]
4196 Self::FEATHER_HEADPHONES,
4197 #[cfg(feature = "feather")]
4198 Self::FEATHER_HEART,
4199 #[cfg(feature = "feather")]
4200 Self::FEATHER_HELP_CIRCLE,
4201 #[cfg(feature = "feather")]
4202 Self::FEATHER_HEXAGON,
4203 #[cfg(feature = "feather")]
4204 Self::FEATHER_HOME,
4205 #[cfg(feature = "feather")]
4206 Self::FEATHER_IMAGE,
4207 #[cfg(feature = "feather")]
4208 Self::FEATHER_INBOX,
4209 #[cfg(feature = "feather")]
4210 Self::FEATHER_INFO,
4211 #[cfg(feature = "feather")]
4212 Self::FEATHER_INSTAGRAM,
4213 #[cfg(feature = "feather")]
4214 Self::FEATHER_ITALIC,
4215 #[cfg(feature = "feather")]
4216 Self::FEATHER_KEY,
4217 #[cfg(feature = "feather")]
4218 Self::FEATHER_LAYERS,
4219 #[cfg(feature = "feather")]
4220 Self::FEATHER_LAYOUT,
4221 #[cfg(feature = "feather")]
4222 Self::FEATHER_LIFE_BUOY,
4223 #[cfg(feature = "feather")]
4224 Self::FEATHER_LINK_2,
4225 #[cfg(feature = "feather")]
4226 Self::FEATHER_LINK,
4227 #[cfg(feature = "feather")]
4228 Self::FEATHER_LINKEDIN,
4229 #[cfg(feature = "feather")]
4230 Self::FEATHER_LIST,
4231 #[cfg(feature = "feather")]
4232 Self::FEATHER_LOADER,
4233 #[cfg(feature = "feather")]
4234 Self::FEATHER_LOCK,
4235 #[cfg(feature = "feather")]
4236 Self::FEATHER_LOG_IN,
4237 #[cfg(feature = "feather")]
4238 Self::FEATHER_LOG_OUT,
4239 #[cfg(feature = "feather")]
4240 Self::FEATHER_MAIL,
4241 #[cfg(feature = "feather")]
4242 Self::FEATHER_MAP_PIN,
4243 #[cfg(feature = "feather")]
4244 Self::FEATHER_MAP,
4245 #[cfg(feature = "feather")]
4246 Self::FEATHER_MAXIMIZE_2,
4247 #[cfg(feature = "feather")]
4248 Self::FEATHER_MAXIMIZE,
4249 #[cfg(feature = "feather")]
4250 Self::FEATHER_MEH,
4251 #[cfg(feature = "feather")]
4252 Self::FEATHER_MENU,
4253 #[cfg(feature = "feather")]
4254 Self::FEATHER_MESSAGE_CIRCLE,
4255 #[cfg(feature = "feather")]
4256 Self::FEATHER_MESSAGE_SQUARE,
4257 #[cfg(feature = "feather")]
4258 Self::FEATHER_MIC_OFF,
4259 #[cfg(feature = "feather")]
4260 Self::FEATHER_MIC,
4261 #[cfg(feature = "feather")]
4262 Self::FEATHER_MINIMIZE_2,
4263 #[cfg(feature = "feather")]
4264 Self::FEATHER_MINIMIZE,
4265 #[cfg(feature = "feather")]
4266 Self::FEATHER_MINUS_CIRCLE,
4267 #[cfg(feature = "feather")]
4268 Self::FEATHER_MINUS_SQUARE,
4269 #[cfg(feature = "feather")]
4270 Self::FEATHER_MINUS,
4271 #[cfg(feature = "feather")]
4272 Self::FEATHER_MONITOR,
4273 #[cfg(feature = "feather")]
4274 Self::FEATHER_MOON,
4275 #[cfg(feature = "feather")]
4276 Self::FEATHER_MORE_HORIZONTAL,
4277 #[cfg(feature = "feather")]
4278 Self::FEATHER_MORE_VERTICAL,
4279 #[cfg(feature = "feather")]
4280 Self::FEATHER_MOUSE_POINTER,
4281 #[cfg(feature = "feather")]
4282 Self::FEATHER_MOVE,
4283 #[cfg(feature = "feather")]
4284 Self::FEATHER_MUSIC,
4285 #[cfg(feature = "feather")]
4286 Self::FEATHER_NAVIGATION_2,
4287 #[cfg(feature = "feather")]
4288 Self::FEATHER_NAVIGATION,
4289 #[cfg(feature = "feather")]
4290 Self::FEATHER_OCTAGON,
4291 #[cfg(feature = "feather")]
4292 Self::FEATHER_PACKAGE,
4293 #[cfg(feature = "feather")]
4294 Self::FEATHER_PAPERCLIP,
4295 #[cfg(feature = "feather")]
4296 Self::FEATHER_PAUSE_CIRCLE,
4297 #[cfg(feature = "feather")]
4298 Self::FEATHER_PAUSE,
4299 #[cfg(feature = "feather")]
4300 Self::FEATHER_PEN_TOOL,
4301 #[cfg(feature = "feather")]
4302 Self::FEATHER_PERCENT,
4303 #[cfg(feature = "feather")]
4304 Self::FEATHER_PHONE_CALL,
4305 #[cfg(feature = "feather")]
4306 Self::FEATHER_PHONE_FORWARDED,
4307 #[cfg(feature = "feather")]
4308 Self::FEATHER_PHONE_INCOMING,
4309 #[cfg(feature = "feather")]
4310 Self::FEATHER_PHONE_MISSED,
4311 #[cfg(feature = "feather")]
4312 Self::FEATHER_PHONE_OFF,
4313 #[cfg(feature = "feather")]
4314 Self::FEATHER_PHONE_OUTGOING,
4315 #[cfg(feature = "feather")]
4316 Self::FEATHER_PHONE,
4317 #[cfg(feature = "feather")]
4318 Self::FEATHER_PIE_CHART,
4319 #[cfg(feature = "feather")]
4320 Self::FEATHER_PLAY_CIRCLE,
4321 #[cfg(feature = "feather")]
4322 Self::FEATHER_PLAY,
4323 #[cfg(feature = "feather")]
4324 Self::FEATHER_PLUS_CIRCLE,
4325 #[cfg(feature = "feather")]
4326 Self::FEATHER_PLUS_SQUARE,
4327 #[cfg(feature = "feather")]
4328 Self::FEATHER_PLUS,
4329 #[cfg(feature = "feather")]
4330 Self::FEATHER_POCKET,
4331 #[cfg(feature = "feather")]
4332 Self::FEATHER_POWER,
4333 #[cfg(feature = "feather")]
4334 Self::FEATHER_PRINTER,
4335 #[cfg(feature = "feather")]
4336 Self::FEATHER_RADIO,
4337 #[cfg(feature = "feather")]
4338 Self::FEATHER_REFRESH_CCW,
4339 #[cfg(feature = "feather")]
4340 Self::FEATHER_REFRESH_CW,
4341 #[cfg(feature = "feather")]
4342 Self::FEATHER_REPEAT,
4343 #[cfg(feature = "feather")]
4344 Self::FEATHER_REWIND,
4345 #[cfg(feature = "feather")]
4346 Self::FEATHER_ROTATE_CCW,
4347 #[cfg(feature = "feather")]
4348 Self::FEATHER_ROTATE_CW,
4349 #[cfg(feature = "feather")]
4350 Self::FEATHER_RSS,
4351 #[cfg(feature = "feather")]
4352 Self::FEATHER_SAVE,
4353 #[cfg(feature = "feather")]
4354 Self::FEATHER_SCISSORS,
4355 #[cfg(feature = "feather")]
4356 Self::FEATHER_SEARCH,
4357 #[cfg(feature = "feather")]
4358 Self::FEATHER_SEND,
4359 #[cfg(feature = "feather")]
4360 Self::FEATHER_SERVER,
4361 #[cfg(feature = "feather")]
4362 Self::FEATHER_SETTINGS,
4363 #[cfg(feature = "feather")]
4364 Self::FEATHER_SHARE_2,
4365 #[cfg(feature = "feather")]
4366 Self::FEATHER_SHARE,
4367 #[cfg(feature = "feather")]
4368 Self::FEATHER_SHIELD_OFF,
4369 #[cfg(feature = "feather")]
4370 Self::FEATHER_SHIELD,
4371 #[cfg(feature = "feather")]
4372 Self::FEATHER_SHOPPING_BAG,
4373 #[cfg(feature = "feather")]
4374 Self::FEATHER_SHOPPING_CART,
4375 #[cfg(feature = "feather")]
4376 Self::FEATHER_SHUFFLE,
4377 #[cfg(feature = "feather")]
4378 Self::FEATHER_SIDEBAR,
4379 #[cfg(feature = "feather")]
4380 Self::FEATHER_SKIP_BACK,
4381 #[cfg(feature = "feather")]
4382 Self::FEATHER_SKIP_FORWARD,
4383 #[cfg(feature = "feather")]
4384 Self::FEATHER_SLACK,
4385 #[cfg(feature = "feather")]
4386 Self::FEATHER_SLASH,
4387 #[cfg(feature = "feather")]
4388 Self::FEATHER_SLIDERS,
4389 #[cfg(feature = "feather")]
4390 Self::FEATHER_SMARTPHONE,
4391 #[cfg(feature = "feather")]
4392 Self::FEATHER_SMILE,
4393 #[cfg(feature = "feather")]
4394 Self::FEATHER_SPEAKER,
4395 #[cfg(feature = "feather")]
4396 Self::FEATHER_SQUARE,
4397 #[cfg(feature = "feather")]
4398 Self::FEATHER_STAR,
4399 #[cfg(feature = "feather")]
4400 Self::FEATHER_STOP_CIRCLE,
4401 #[cfg(feature = "feather")]
4402 Self::FEATHER_SUN,
4403 #[cfg(feature = "feather")]
4404 Self::FEATHER_SUNRISE,
4405 #[cfg(feature = "feather")]
4406 Self::FEATHER_SUNSET,
4407 #[cfg(feature = "feather")]
4408 Self::FEATHER_TABLE,
4409 #[cfg(feature = "feather")]
4410 Self::FEATHER_TABLET,
4411 #[cfg(feature = "feather")]
4412 Self::FEATHER_TAG,
4413 #[cfg(feature = "feather")]
4414 Self::FEATHER_TARGET,
4415 #[cfg(feature = "feather")]
4416 Self::FEATHER_TERMINAL,
4417 #[cfg(feature = "feather")]
4418 Self::FEATHER_THERMOMETER,
4419 #[cfg(feature = "feather")]
4420 Self::FEATHER_THUMBS_DOWN,
4421 #[cfg(feature = "feather")]
4422 Self::FEATHER_THUMBS_UP,
4423 #[cfg(feature = "feather")]
4424 Self::FEATHER_TOGGLE_LEFT,
4425 #[cfg(feature = "feather")]
4426 Self::FEATHER_TOGGLE_RIGHT,
4427 #[cfg(feature = "feather")]
4428 Self::FEATHER_TOOL,
4429 #[cfg(feature = "feather")]
4430 Self::FEATHER_TRASH_2,
4431 #[cfg(feature = "feather")]
4432 Self::FEATHER_TRASH,
4433 #[cfg(feature = "feather")]
4434 Self::FEATHER_TRELLO,
4435 #[cfg(feature = "feather")]
4436 Self::FEATHER_TRENDING_DOWN,
4437 #[cfg(feature = "feather")]
4438 Self::FEATHER_TRENDING_UP,
4439 #[cfg(feature = "feather")]
4440 Self::FEATHER_TRIANGLE,
4441 #[cfg(feature = "feather")]
4442 Self::FEATHER_TRUCK,
4443 #[cfg(feature = "feather")]
4444 Self::FEATHER_TV,
4445 #[cfg(feature = "feather")]
4446 Self::FEATHER_TWITCH,
4447 #[cfg(feature = "feather")]
4448 Self::FEATHER_TWITTER,
4449 #[cfg(feature = "feather")]
4450 Self::FEATHER_TYPE,
4451 #[cfg(feature = "feather")]
4452 Self::FEATHER_UMBRELLA,
4453 #[cfg(feature = "feather")]
4454 Self::FEATHER_UNDERLINE,
4455 #[cfg(feature = "feather")]
4456 Self::FEATHER_UNLOCK,
4457 #[cfg(feature = "feather")]
4458 Self::FEATHER_UPLOAD_CLOUD,
4459 #[cfg(feature = "feather")]
4460 Self::FEATHER_UPLOAD,
4461 #[cfg(feature = "feather")]
4462 Self::FEATHER_USER_CHECK,
4463 #[cfg(feature = "feather")]
4464 Self::FEATHER_USER_MINUS,
4465 #[cfg(feature = "feather")]
4466 Self::FEATHER_USER_PLUS,
4467 #[cfg(feature = "feather")]
4468 Self::FEATHER_USER_X,
4469 #[cfg(feature = "feather")]
4470 Self::FEATHER_USER,
4471 #[cfg(feature = "feather")]
4472 Self::FEATHER_USERS,
4473 #[cfg(feature = "feather")]
4474 Self::FEATHER_VIDEO_OFF,
4475 #[cfg(feature = "feather")]
4476 Self::FEATHER_VIDEO,
4477 #[cfg(feature = "feather")]
4478 Self::FEATHER_VOICEMAIL,
4479 #[cfg(feature = "feather")]
4480 Self::FEATHER_VOLUME_1,
4481 #[cfg(feature = "feather")]
4482 Self::FEATHER_VOLUME_2,
4483 #[cfg(feature = "feather")]
4484 Self::FEATHER_VOLUME_X,
4485 #[cfg(feature = "feather")]
4486 Self::FEATHER_VOLUME,
4487 #[cfg(feature = "feather")]
4488 Self::FEATHER_WATCH,
4489 #[cfg(feature = "feather")]
4490 Self::FEATHER_WIFI_OFF,
4491 #[cfg(feature = "feather")]
4492 Self::FEATHER_WIFI,
4493 #[cfg(feature = "feather")]
4494 Self::FEATHER_WIND,
4495 #[cfg(feature = "feather")]
4496 Self::FEATHER_X_CIRCLE,
4497 #[cfg(feature = "feather")]
4498 Self::FEATHER_X_OCTAGON,
4499 #[cfg(feature = "feather")]
4500 Self::FEATHER_X_SQUARE,
4501 #[cfg(feature = "feather")]
4502 Self::FEATHER_X,
4503 #[cfg(feature = "feather")]
4504 Self::FEATHER_YOUTUBE,
4505 #[cfg(feature = "feather")]
4506 Self::FEATHER_ZAP_OFF,
4507 #[cfg(feature = "feather")]
4508 Self::FEATHER_ZAP,
4509 #[cfg(feature = "feather")]
4510 Self::FEATHER_ZOOM_IN,
4511 #[cfg(feature = "feather")]
4512 Self::FEATHER_ZOOM_OUT,
4513 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4514 Self::LIPIS_FLAG_ICONS_1_X_1_AC,
4515 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4516 Self::LIPIS_FLAG_ICONS_1_X_1_AD,
4517 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4518 Self::LIPIS_FLAG_ICONS_1_X_1_AE,
4519 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4520 Self::LIPIS_FLAG_ICONS_1_X_1_AF,
4521 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4522 Self::LIPIS_FLAG_ICONS_1_X_1_AG,
4523 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4524 Self::LIPIS_FLAG_ICONS_1_X_1_AI,
4525 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4526 Self::LIPIS_FLAG_ICONS_1_X_1_AL,
4527 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4528 Self::LIPIS_FLAG_ICONS_1_X_1_AM,
4529 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4530 Self::LIPIS_FLAG_ICONS_1_X_1_AO,
4531 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4532 Self::LIPIS_FLAG_ICONS_1_X_1_AQ,
4533 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4534 Self::LIPIS_FLAG_ICONS_1_X_1_AR,
4535 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4536 Self::LIPIS_FLAG_ICONS_1_X_1_AS,
4537 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4538 Self::LIPIS_FLAG_ICONS_1_X_1_AT,
4539 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4540 Self::LIPIS_FLAG_ICONS_1_X_1_AU,
4541 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4542 Self::LIPIS_FLAG_ICONS_1_X_1_AW,
4543 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4544 Self::LIPIS_FLAG_ICONS_1_X_1_AX,
4545 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4546 Self::LIPIS_FLAG_ICONS_1_X_1_AZ,
4547 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4548 Self::LIPIS_FLAG_ICONS_1_X_1_BA,
4549 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4550 Self::LIPIS_FLAG_ICONS_1_X_1_BB,
4551 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4552 Self::LIPIS_FLAG_ICONS_1_X_1_BD,
4553 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4554 Self::LIPIS_FLAG_ICONS_1_X_1_BE,
4555 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4556 Self::LIPIS_FLAG_ICONS_1_X_1_BF,
4557 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4558 Self::LIPIS_FLAG_ICONS_1_X_1_BG,
4559 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4560 Self::LIPIS_FLAG_ICONS_1_X_1_BH,
4561 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4562 Self::LIPIS_FLAG_ICONS_1_X_1_BI,
4563 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4564 Self::LIPIS_FLAG_ICONS_1_X_1_BJ,
4565 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4566 Self::LIPIS_FLAG_ICONS_1_X_1_BL,
4567 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4568 Self::LIPIS_FLAG_ICONS_1_X_1_BM,
4569 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4570 Self::LIPIS_FLAG_ICONS_1_X_1_BN,
4571 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4572 Self::LIPIS_FLAG_ICONS_1_X_1_BO,
4573 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4574 Self::LIPIS_FLAG_ICONS_1_X_1_BQ,
4575 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4576 Self::LIPIS_FLAG_ICONS_1_X_1_BR,
4577 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4578 Self::LIPIS_FLAG_ICONS_1_X_1_BS,
4579 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4580 Self::LIPIS_FLAG_ICONS_1_X_1_BT,
4581 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4582 Self::LIPIS_FLAG_ICONS_1_X_1_BV,
4583 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4584 Self::LIPIS_FLAG_ICONS_1_X_1_BW,
4585 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4586 Self::LIPIS_FLAG_ICONS_1_X_1_BY,
4587 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4588 Self::LIPIS_FLAG_ICONS_1_X_1_BZ,
4589 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4590 Self::LIPIS_FLAG_ICONS_1_X_1_CA,
4591 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4592 Self::LIPIS_FLAG_ICONS_1_X_1_CC,
4593 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4594 Self::LIPIS_FLAG_ICONS_1_X_1_CD,
4595 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4596 Self::LIPIS_FLAG_ICONS_1_X_1_CEFTA,
4597 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4598 Self::LIPIS_FLAG_ICONS_1_X_1_CF,
4599 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4600 Self::LIPIS_FLAG_ICONS_1_X_1_CG,
4601 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4602 Self::LIPIS_FLAG_ICONS_1_X_1_CH,
4603 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4604 Self::LIPIS_FLAG_ICONS_1_X_1_CI,
4605 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4606 Self::LIPIS_FLAG_ICONS_1_X_1_CK,
4607 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4608 Self::LIPIS_FLAG_ICONS_1_X_1_CL,
4609 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4610 Self::LIPIS_FLAG_ICONS_1_X_1_CM,
4611 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4612 Self::LIPIS_FLAG_ICONS_1_X_1_CN,
4613 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4614 Self::LIPIS_FLAG_ICONS_1_X_1_CO,
4615 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4616 Self::LIPIS_FLAG_ICONS_1_X_1_CP,
4617 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4618 Self::LIPIS_FLAG_ICONS_1_X_1_CR,
4619 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4620 Self::LIPIS_FLAG_ICONS_1_X_1_CU,
4621 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4622 Self::LIPIS_FLAG_ICONS_1_X_1_CV,
4623 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4624 Self::LIPIS_FLAG_ICONS_1_X_1_CW,
4625 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4626 Self::LIPIS_FLAG_ICONS_1_X_1_CX,
4627 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4628 Self::LIPIS_FLAG_ICONS_1_X_1_CY,
4629 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4630 Self::LIPIS_FLAG_ICONS_1_X_1_CZ,
4631 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4632 Self::LIPIS_FLAG_ICONS_1_X_1_DE,
4633 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4634 Self::LIPIS_FLAG_ICONS_1_X_1_DG,
4635 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4636 Self::LIPIS_FLAG_ICONS_1_X_1_DJ,
4637 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4638 Self::LIPIS_FLAG_ICONS_1_X_1_DK,
4639 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4640 Self::LIPIS_FLAG_ICONS_1_X_1_DM,
4641 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4642 Self::LIPIS_FLAG_ICONS_1_X_1_DO,
4643 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4644 Self::LIPIS_FLAG_ICONS_1_X_1_DZ,
4645 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4646 Self::LIPIS_FLAG_ICONS_1_X_1_EA,
4647 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4648 Self::LIPIS_FLAG_ICONS_1_X_1_EC,
4649 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4650 Self::LIPIS_FLAG_ICONS_1_X_1_EE,
4651 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4652 Self::LIPIS_FLAG_ICONS_1_X_1_EG,
4653 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4654 Self::LIPIS_FLAG_ICONS_1_X_1_EH,
4655 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4656 Self::LIPIS_FLAG_ICONS_1_X_1_ER,
4657 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4658 Self::LIPIS_FLAG_ICONS_1_X_1_ES_CT,
4659 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4660 Self::LIPIS_FLAG_ICONS_1_X_1_ES_GA,
4661 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4662 Self::LIPIS_FLAG_ICONS_1_X_1_ES,
4663 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4664 Self::LIPIS_FLAG_ICONS_1_X_1_ET,
4665 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4666 Self::LIPIS_FLAG_ICONS_1_X_1_EU,
4667 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4668 Self::LIPIS_FLAG_ICONS_1_X_1_FI,
4669 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4670 Self::LIPIS_FLAG_ICONS_1_X_1_FJ,
4671 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4672 Self::LIPIS_FLAG_ICONS_1_X_1_FK,
4673 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4674 Self::LIPIS_FLAG_ICONS_1_X_1_FM,
4675 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4676 Self::LIPIS_FLAG_ICONS_1_X_1_FO,
4677 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4678 Self::LIPIS_FLAG_ICONS_1_X_1_FR,
4679 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4680 Self::LIPIS_FLAG_ICONS_1_X_1_GA,
4681 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4682 Self::LIPIS_FLAG_ICONS_1_X_1_GB_ENG,
4683 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4684 Self::LIPIS_FLAG_ICONS_1_X_1_GB_NIR,
4685 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4686 Self::LIPIS_FLAG_ICONS_1_X_1_GB_SCT,
4687 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4688 Self::LIPIS_FLAG_ICONS_1_X_1_GB_WLS,
4689 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4690 Self::LIPIS_FLAG_ICONS_1_X_1_GB,
4691 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4692 Self::LIPIS_FLAG_ICONS_1_X_1_GD,
4693 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4694 Self::LIPIS_FLAG_ICONS_1_X_1_GE,
4695 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4696 Self::LIPIS_FLAG_ICONS_1_X_1_GF,
4697 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4698 Self::LIPIS_FLAG_ICONS_1_X_1_GG,
4699 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4700 Self::LIPIS_FLAG_ICONS_1_X_1_GH,
4701 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4702 Self::LIPIS_FLAG_ICONS_1_X_1_GI,
4703 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4704 Self::LIPIS_FLAG_ICONS_1_X_1_GL,
4705 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4706 Self::LIPIS_FLAG_ICONS_1_X_1_GM,
4707 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4708 Self::LIPIS_FLAG_ICONS_1_X_1_GN,
4709 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4710 Self::LIPIS_FLAG_ICONS_1_X_1_GP,
4711 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4712 Self::LIPIS_FLAG_ICONS_1_X_1_GQ,
4713 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4714 Self::LIPIS_FLAG_ICONS_1_X_1_GR,
4715 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4716 Self::LIPIS_FLAG_ICONS_1_X_1_GS,
4717 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4718 Self::LIPIS_FLAG_ICONS_1_X_1_GT,
4719 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4720 Self::LIPIS_FLAG_ICONS_1_X_1_GU,
4721 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4722 Self::LIPIS_FLAG_ICONS_1_X_1_GW,
4723 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4724 Self::LIPIS_FLAG_ICONS_1_X_1_GY,
4725 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4726 Self::LIPIS_FLAG_ICONS_1_X_1_HK,
4727 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4728 Self::LIPIS_FLAG_ICONS_1_X_1_HM,
4729 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4730 Self::LIPIS_FLAG_ICONS_1_X_1_HN,
4731 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4732 Self::LIPIS_FLAG_ICONS_1_X_1_HR,
4733 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4734 Self::LIPIS_FLAG_ICONS_1_X_1_HT,
4735 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4736 Self::LIPIS_FLAG_ICONS_1_X_1_HU,
4737 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4738 Self::LIPIS_FLAG_ICONS_1_X_1_IC,
4739 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4740 Self::LIPIS_FLAG_ICONS_1_X_1_ID,
4741 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4742 Self::LIPIS_FLAG_ICONS_1_X_1_IE,
4743 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4744 Self::LIPIS_FLAG_ICONS_1_X_1_IL,
4745 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4746 Self::LIPIS_FLAG_ICONS_1_X_1_IM,
4747 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4748 Self::LIPIS_FLAG_ICONS_1_X_1_IN,
4749 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4750 Self::LIPIS_FLAG_ICONS_1_X_1_IO,
4751 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4752 Self::LIPIS_FLAG_ICONS_1_X_1_IQ,
4753 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4754 Self::LIPIS_FLAG_ICONS_1_X_1_IR,
4755 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4756 Self::LIPIS_FLAG_ICONS_1_X_1_IS,
4757 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4758 Self::LIPIS_FLAG_ICONS_1_X_1_IT,
4759 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4760 Self::LIPIS_FLAG_ICONS_1_X_1_JE,
4761 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4762 Self::LIPIS_FLAG_ICONS_1_X_1_JM,
4763 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4764 Self::LIPIS_FLAG_ICONS_1_X_1_JO,
4765 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4766 Self::LIPIS_FLAG_ICONS_1_X_1_JP,
4767 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4768 Self::LIPIS_FLAG_ICONS_1_X_1_KE,
4769 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4770 Self::LIPIS_FLAG_ICONS_1_X_1_KG,
4771 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4772 Self::LIPIS_FLAG_ICONS_1_X_1_KH,
4773 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4774 Self::LIPIS_FLAG_ICONS_1_X_1_KI,
4775 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4776 Self::LIPIS_FLAG_ICONS_1_X_1_KM,
4777 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4778 Self::LIPIS_FLAG_ICONS_1_X_1_KN,
4779 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4780 Self::LIPIS_FLAG_ICONS_1_X_1_KP,
4781 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4782 Self::LIPIS_FLAG_ICONS_1_X_1_KR,
4783 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4784 Self::LIPIS_FLAG_ICONS_1_X_1_KW,
4785 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4786 Self::LIPIS_FLAG_ICONS_1_X_1_KY,
4787 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4788 Self::LIPIS_FLAG_ICONS_1_X_1_KZ,
4789 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4790 Self::LIPIS_FLAG_ICONS_1_X_1_LA,
4791 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4792 Self::LIPIS_FLAG_ICONS_1_X_1_LB,
4793 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4794 Self::LIPIS_FLAG_ICONS_1_X_1_LC,
4795 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4796 Self::LIPIS_FLAG_ICONS_1_X_1_LI,
4797 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4798 Self::LIPIS_FLAG_ICONS_1_X_1_LK,
4799 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4800 Self::LIPIS_FLAG_ICONS_1_X_1_LR,
4801 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4802 Self::LIPIS_FLAG_ICONS_1_X_1_LS,
4803 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4804 Self::LIPIS_FLAG_ICONS_1_X_1_LT,
4805 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4806 Self::LIPIS_FLAG_ICONS_1_X_1_LU,
4807 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4808 Self::LIPIS_FLAG_ICONS_1_X_1_LV,
4809 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4810 Self::LIPIS_FLAG_ICONS_1_X_1_LY,
4811 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4812 Self::LIPIS_FLAG_ICONS_1_X_1_MA,
4813 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4814 Self::LIPIS_FLAG_ICONS_1_X_1_MC,
4815 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4816 Self::LIPIS_FLAG_ICONS_1_X_1_MD,
4817 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4818 Self::LIPIS_FLAG_ICONS_1_X_1_ME,
4819 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4820 Self::LIPIS_FLAG_ICONS_1_X_1_MF,
4821 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4822 Self::LIPIS_FLAG_ICONS_1_X_1_MG,
4823 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4824 Self::LIPIS_FLAG_ICONS_1_X_1_MH,
4825 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4826 Self::LIPIS_FLAG_ICONS_1_X_1_MK,
4827 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4828 Self::LIPIS_FLAG_ICONS_1_X_1_ML,
4829 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4830 Self::LIPIS_FLAG_ICONS_1_X_1_MM,
4831 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4832 Self::LIPIS_FLAG_ICONS_1_X_1_MN,
4833 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4834 Self::LIPIS_FLAG_ICONS_1_X_1_MO,
4835 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4836 Self::LIPIS_FLAG_ICONS_1_X_1_MP,
4837 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4838 Self::LIPIS_FLAG_ICONS_1_X_1_MQ,
4839 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4840 Self::LIPIS_FLAG_ICONS_1_X_1_MR,
4841 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4842 Self::LIPIS_FLAG_ICONS_1_X_1_MS,
4843 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4844 Self::LIPIS_FLAG_ICONS_1_X_1_MT,
4845 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4846 Self::LIPIS_FLAG_ICONS_1_X_1_MU,
4847 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4848 Self::LIPIS_FLAG_ICONS_1_X_1_MV,
4849 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4850 Self::LIPIS_FLAG_ICONS_1_X_1_MW,
4851 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4852 Self::LIPIS_FLAG_ICONS_1_X_1_MX,
4853 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4854 Self::LIPIS_FLAG_ICONS_1_X_1_MY,
4855 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4856 Self::LIPIS_FLAG_ICONS_1_X_1_MZ,
4857 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4858 Self::LIPIS_FLAG_ICONS_1_X_1_NA,
4859 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4860 Self::LIPIS_FLAG_ICONS_1_X_1_NC,
4861 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4862 Self::LIPIS_FLAG_ICONS_1_X_1_NE,
4863 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4864 Self::LIPIS_FLAG_ICONS_1_X_1_NF,
4865 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4866 Self::LIPIS_FLAG_ICONS_1_X_1_NG,
4867 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4868 Self::LIPIS_FLAG_ICONS_1_X_1_NI,
4869 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4870 Self::LIPIS_FLAG_ICONS_1_X_1_NL,
4871 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4872 Self::LIPIS_FLAG_ICONS_1_X_1_NO,
4873 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4874 Self::LIPIS_FLAG_ICONS_1_X_1_NP,
4875 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4876 Self::LIPIS_FLAG_ICONS_1_X_1_NR,
4877 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4878 Self::LIPIS_FLAG_ICONS_1_X_1_NU,
4879 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4880 Self::LIPIS_FLAG_ICONS_1_X_1_NZ,
4881 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4882 Self::LIPIS_FLAG_ICONS_1_X_1_OM,
4883 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4884 Self::LIPIS_FLAG_ICONS_1_X_1_PA,
4885 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4886 Self::LIPIS_FLAG_ICONS_1_X_1_PE,
4887 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4888 Self::LIPIS_FLAG_ICONS_1_X_1_PF,
4889 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4890 Self::LIPIS_FLAG_ICONS_1_X_1_PG,
4891 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4892 Self::LIPIS_FLAG_ICONS_1_X_1_PH,
4893 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4894 Self::LIPIS_FLAG_ICONS_1_X_1_PK,
4895 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4896 Self::LIPIS_FLAG_ICONS_1_X_1_PL,
4897 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4898 Self::LIPIS_FLAG_ICONS_1_X_1_PM,
4899 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4900 Self::LIPIS_FLAG_ICONS_1_X_1_PN,
4901 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4902 Self::LIPIS_FLAG_ICONS_1_X_1_PR,
4903 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4904 Self::LIPIS_FLAG_ICONS_1_X_1_PS,
4905 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4906 Self::LIPIS_FLAG_ICONS_1_X_1_PT,
4907 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4908 Self::LIPIS_FLAG_ICONS_1_X_1_PW,
4909 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4910 Self::LIPIS_FLAG_ICONS_1_X_1_PY,
4911 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4912 Self::LIPIS_FLAG_ICONS_1_X_1_QA,
4913 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4914 Self::LIPIS_FLAG_ICONS_1_X_1_RE,
4915 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4916 Self::LIPIS_FLAG_ICONS_1_X_1_RO,
4917 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4918 Self::LIPIS_FLAG_ICONS_1_X_1_RS,
4919 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4920 Self::LIPIS_FLAG_ICONS_1_X_1_RU,
4921 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4922 Self::LIPIS_FLAG_ICONS_1_X_1_RW,
4923 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4924 Self::LIPIS_FLAG_ICONS_1_X_1_SA,
4925 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4926 Self::LIPIS_FLAG_ICONS_1_X_1_SB,
4927 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4928 Self::LIPIS_FLAG_ICONS_1_X_1_SC,
4929 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4930 Self::LIPIS_FLAG_ICONS_1_X_1_SD,
4931 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4932 Self::LIPIS_FLAG_ICONS_1_X_1_SE,
4933 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4934 Self::LIPIS_FLAG_ICONS_1_X_1_SG,
4935 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4936 Self::LIPIS_FLAG_ICONS_1_X_1_SH,
4937 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4938 Self::LIPIS_FLAG_ICONS_1_X_1_SI,
4939 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4940 Self::LIPIS_FLAG_ICONS_1_X_1_SJ,
4941 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4942 Self::LIPIS_FLAG_ICONS_1_X_1_SK,
4943 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4944 Self::LIPIS_FLAG_ICONS_1_X_1_SL,
4945 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4946 Self::LIPIS_FLAG_ICONS_1_X_1_SM,
4947 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4948 Self::LIPIS_FLAG_ICONS_1_X_1_SN,
4949 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4950 Self::LIPIS_FLAG_ICONS_1_X_1_SO,
4951 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4952 Self::LIPIS_FLAG_ICONS_1_X_1_SR,
4953 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4954 Self::LIPIS_FLAG_ICONS_1_X_1_SS,
4955 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4956 Self::LIPIS_FLAG_ICONS_1_X_1_ST,
4957 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4958 Self::LIPIS_FLAG_ICONS_1_X_1_SV,
4959 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4960 Self::LIPIS_FLAG_ICONS_1_X_1_SX,
4961 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4962 Self::LIPIS_FLAG_ICONS_1_X_1_SY,
4963 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4964 Self::LIPIS_FLAG_ICONS_1_X_1_SZ,
4965 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4966 Self::LIPIS_FLAG_ICONS_1_X_1_TA,
4967 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4968 Self::LIPIS_FLAG_ICONS_1_X_1_TC,
4969 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4970 Self::LIPIS_FLAG_ICONS_1_X_1_TD,
4971 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4972 Self::LIPIS_FLAG_ICONS_1_X_1_TF,
4973 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4974 Self::LIPIS_FLAG_ICONS_1_X_1_TG,
4975 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4976 Self::LIPIS_FLAG_ICONS_1_X_1_TH,
4977 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4978 Self::LIPIS_FLAG_ICONS_1_X_1_TJ,
4979 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4980 Self::LIPIS_FLAG_ICONS_1_X_1_TK,
4981 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4982 Self::LIPIS_FLAG_ICONS_1_X_1_TL,
4983 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4984 Self::LIPIS_FLAG_ICONS_1_X_1_TM,
4985 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4986 Self::LIPIS_FLAG_ICONS_1_X_1_TN,
4987 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4988 Self::LIPIS_FLAG_ICONS_1_X_1_TO,
4989 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4990 Self::LIPIS_FLAG_ICONS_1_X_1_TR,
4991 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4992 Self::LIPIS_FLAG_ICONS_1_X_1_TT,
4993 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4994 Self::LIPIS_FLAG_ICONS_1_X_1_TV,
4995 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4996 Self::LIPIS_FLAG_ICONS_1_X_1_TW,
4997 #[cfg(feature = "lipis_flag_icons_1_x_1")]
4998 Self::LIPIS_FLAG_ICONS_1_X_1_TZ,
4999 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5000 Self::LIPIS_FLAG_ICONS_1_X_1_UA,
5001 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5002 Self::LIPIS_FLAG_ICONS_1_X_1_UG,
5003 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5004 Self::LIPIS_FLAG_ICONS_1_X_1_UM,
5005 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5006 Self::LIPIS_FLAG_ICONS_1_X_1_UN,
5007 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5008 Self::LIPIS_FLAG_ICONS_1_X_1_US,
5009 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5010 Self::LIPIS_FLAG_ICONS_1_X_1_UY,
5011 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5012 Self::LIPIS_FLAG_ICONS_1_X_1_UZ,
5013 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5014 Self::LIPIS_FLAG_ICONS_1_X_1_VA,
5015 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5016 Self::LIPIS_FLAG_ICONS_1_X_1_VC,
5017 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5018 Self::LIPIS_FLAG_ICONS_1_X_1_VE,
5019 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5020 Self::LIPIS_FLAG_ICONS_1_X_1_VG,
5021 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5022 Self::LIPIS_FLAG_ICONS_1_X_1_VI,
5023 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5024 Self::LIPIS_FLAG_ICONS_1_X_1_VN,
5025 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5026 Self::LIPIS_FLAG_ICONS_1_X_1_VU,
5027 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5028 Self::LIPIS_FLAG_ICONS_1_X_1_WF,
5029 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5030 Self::LIPIS_FLAG_ICONS_1_X_1_WS,
5031 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5032 Self::LIPIS_FLAG_ICONS_1_X_1_XK,
5033 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5034 Self::LIPIS_FLAG_ICONS_1_X_1_XX,
5035 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5036 Self::LIPIS_FLAG_ICONS_1_X_1_YE,
5037 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5038 Self::LIPIS_FLAG_ICONS_1_X_1_YT,
5039 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5040 Self::LIPIS_FLAG_ICONS_1_X_1_ZA,
5041 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5042 Self::LIPIS_FLAG_ICONS_1_X_1_ZM,
5043 #[cfg(feature = "lipis_flag_icons_1_x_1")]
5044 Self::LIPIS_FLAG_ICONS_1_X_1_ZW,
5045 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5046 Self::LIPIS_FLAG_ICONS_4_X_3_AC,
5047 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5048 Self::LIPIS_FLAG_ICONS_4_X_3_AD,
5049 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5050 Self::LIPIS_FLAG_ICONS_4_X_3_AE,
5051 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5052 Self::LIPIS_FLAG_ICONS_4_X_3_AF,
5053 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5054 Self::LIPIS_FLAG_ICONS_4_X_3_AG,
5055 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5056 Self::LIPIS_FLAG_ICONS_4_X_3_AI,
5057 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5058 Self::LIPIS_FLAG_ICONS_4_X_3_AL,
5059 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5060 Self::LIPIS_FLAG_ICONS_4_X_3_AM,
5061 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5062 Self::LIPIS_FLAG_ICONS_4_X_3_AO,
5063 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5064 Self::LIPIS_FLAG_ICONS_4_X_3_AQ,
5065 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5066 Self::LIPIS_FLAG_ICONS_4_X_3_AR,
5067 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5068 Self::LIPIS_FLAG_ICONS_4_X_3_AS,
5069 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5070 Self::LIPIS_FLAG_ICONS_4_X_3_AT,
5071 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5072 Self::LIPIS_FLAG_ICONS_4_X_3_AU,
5073 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5074 Self::LIPIS_FLAG_ICONS_4_X_3_AW,
5075 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5076 Self::LIPIS_FLAG_ICONS_4_X_3_AX,
5077 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5078 Self::LIPIS_FLAG_ICONS_4_X_3_AZ,
5079 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5080 Self::LIPIS_FLAG_ICONS_4_X_3_BA,
5081 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5082 Self::LIPIS_FLAG_ICONS_4_X_3_BB,
5083 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5084 Self::LIPIS_FLAG_ICONS_4_X_3_BD,
5085 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5086 Self::LIPIS_FLAG_ICONS_4_X_3_BE,
5087 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5088 Self::LIPIS_FLAG_ICONS_4_X_3_BF,
5089 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5090 Self::LIPIS_FLAG_ICONS_4_X_3_BG,
5091 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5092 Self::LIPIS_FLAG_ICONS_4_X_3_BH,
5093 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5094 Self::LIPIS_FLAG_ICONS_4_X_3_BI,
5095 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5096 Self::LIPIS_FLAG_ICONS_4_X_3_BJ,
5097 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5098 Self::LIPIS_FLAG_ICONS_4_X_3_BL,
5099 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5100 Self::LIPIS_FLAG_ICONS_4_X_3_BM,
5101 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5102 Self::LIPIS_FLAG_ICONS_4_X_3_BN,
5103 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5104 Self::LIPIS_FLAG_ICONS_4_X_3_BO,
5105 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5106 Self::LIPIS_FLAG_ICONS_4_X_3_BQ,
5107 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5108 Self::LIPIS_FLAG_ICONS_4_X_3_BR,
5109 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5110 Self::LIPIS_FLAG_ICONS_4_X_3_BS,
5111 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5112 Self::LIPIS_FLAG_ICONS_4_X_3_BT,
5113 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5114 Self::LIPIS_FLAG_ICONS_4_X_3_BV,
5115 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5116 Self::LIPIS_FLAG_ICONS_4_X_3_BW,
5117 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5118 Self::LIPIS_FLAG_ICONS_4_X_3_BY,
5119 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5120 Self::LIPIS_FLAG_ICONS_4_X_3_BZ,
5121 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5122 Self::LIPIS_FLAG_ICONS_4_X_3_CA,
5123 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5124 Self::LIPIS_FLAG_ICONS_4_X_3_CC,
5125 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5126 Self::LIPIS_FLAG_ICONS_4_X_3_CD,
5127 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5128 Self::LIPIS_FLAG_ICONS_4_X_3_CEFTA,
5129 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5130 Self::LIPIS_FLAG_ICONS_4_X_3_CF,
5131 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5132 Self::LIPIS_FLAG_ICONS_4_X_3_CG,
5133 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5134 Self::LIPIS_FLAG_ICONS_4_X_3_CH,
5135 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5136 Self::LIPIS_FLAG_ICONS_4_X_3_CI,
5137 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5138 Self::LIPIS_FLAG_ICONS_4_X_3_CK,
5139 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5140 Self::LIPIS_FLAG_ICONS_4_X_3_CL,
5141 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5142 Self::LIPIS_FLAG_ICONS_4_X_3_CM,
5143 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5144 Self::LIPIS_FLAG_ICONS_4_X_3_CN,
5145 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5146 Self::LIPIS_FLAG_ICONS_4_X_3_CO,
5147 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5148 Self::LIPIS_FLAG_ICONS_4_X_3_CP,
5149 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5150 Self::LIPIS_FLAG_ICONS_4_X_3_CR,
5151 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5152 Self::LIPIS_FLAG_ICONS_4_X_3_CU,
5153 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5154 Self::LIPIS_FLAG_ICONS_4_X_3_CV,
5155 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5156 Self::LIPIS_FLAG_ICONS_4_X_3_CW,
5157 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5158 Self::LIPIS_FLAG_ICONS_4_X_3_CX,
5159 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5160 Self::LIPIS_FLAG_ICONS_4_X_3_CY,
5161 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5162 Self::LIPIS_FLAG_ICONS_4_X_3_CZ,
5163 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5164 Self::LIPIS_FLAG_ICONS_4_X_3_DE,
5165 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5166 Self::LIPIS_FLAG_ICONS_4_X_3_DG,
5167 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5168 Self::LIPIS_FLAG_ICONS_4_X_3_DJ,
5169 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5170 Self::LIPIS_FLAG_ICONS_4_X_3_DK,
5171 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5172 Self::LIPIS_FLAG_ICONS_4_X_3_DM,
5173 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5174 Self::LIPIS_FLAG_ICONS_4_X_3_DO,
5175 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5176 Self::LIPIS_FLAG_ICONS_4_X_3_DZ,
5177 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5178 Self::LIPIS_FLAG_ICONS_4_X_3_EA,
5179 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5180 Self::LIPIS_FLAG_ICONS_4_X_3_EC,
5181 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5182 Self::LIPIS_FLAG_ICONS_4_X_3_EE,
5183 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5184 Self::LIPIS_FLAG_ICONS_4_X_3_EG,
5185 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5186 Self::LIPIS_FLAG_ICONS_4_X_3_EH,
5187 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5188 Self::LIPIS_FLAG_ICONS_4_X_3_ER,
5189 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5190 Self::LIPIS_FLAG_ICONS_4_X_3_ES_CT,
5191 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5192 Self::LIPIS_FLAG_ICONS_4_X_3_ES_GA,
5193 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5194 Self::LIPIS_FLAG_ICONS_4_X_3_ES,
5195 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5196 Self::LIPIS_FLAG_ICONS_4_X_3_ET,
5197 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5198 Self::LIPIS_FLAG_ICONS_4_X_3_EU,
5199 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5200 Self::LIPIS_FLAG_ICONS_4_X_3_FI,
5201 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5202 Self::LIPIS_FLAG_ICONS_4_X_3_FJ,
5203 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5204 Self::LIPIS_FLAG_ICONS_4_X_3_FK,
5205 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5206 Self::LIPIS_FLAG_ICONS_4_X_3_FM,
5207 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5208 Self::LIPIS_FLAG_ICONS_4_X_3_FO,
5209 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5210 Self::LIPIS_FLAG_ICONS_4_X_3_FR,
5211 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5212 Self::LIPIS_FLAG_ICONS_4_X_3_GA,
5213 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5214 Self::LIPIS_FLAG_ICONS_4_X_3_GB_ENG,
5215 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5216 Self::LIPIS_FLAG_ICONS_4_X_3_GB_NIR,
5217 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5218 Self::LIPIS_FLAG_ICONS_4_X_3_GB_SCT,
5219 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5220 Self::LIPIS_FLAG_ICONS_4_X_3_GB_WLS,
5221 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5222 Self::LIPIS_FLAG_ICONS_4_X_3_GB,
5223 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5224 Self::LIPIS_FLAG_ICONS_4_X_3_GD,
5225 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5226 Self::LIPIS_FLAG_ICONS_4_X_3_GE,
5227 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5228 Self::LIPIS_FLAG_ICONS_4_X_3_GF,
5229 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5230 Self::LIPIS_FLAG_ICONS_4_X_3_GG,
5231 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5232 Self::LIPIS_FLAG_ICONS_4_X_3_GH,
5233 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5234 Self::LIPIS_FLAG_ICONS_4_X_3_GI,
5235 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5236 Self::LIPIS_FLAG_ICONS_4_X_3_GL,
5237 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5238 Self::LIPIS_FLAG_ICONS_4_X_3_GM,
5239 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5240 Self::LIPIS_FLAG_ICONS_4_X_3_GN,
5241 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5242 Self::LIPIS_FLAG_ICONS_4_X_3_GP,
5243 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5244 Self::LIPIS_FLAG_ICONS_4_X_3_GQ,
5245 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5246 Self::LIPIS_FLAG_ICONS_4_X_3_GR,
5247 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5248 Self::LIPIS_FLAG_ICONS_4_X_3_GS,
5249 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5250 Self::LIPIS_FLAG_ICONS_4_X_3_GT,
5251 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5252 Self::LIPIS_FLAG_ICONS_4_X_3_GU,
5253 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5254 Self::LIPIS_FLAG_ICONS_4_X_3_GW,
5255 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5256 Self::LIPIS_FLAG_ICONS_4_X_3_GY,
5257 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5258 Self::LIPIS_FLAG_ICONS_4_X_3_HK,
5259 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5260 Self::LIPIS_FLAG_ICONS_4_X_3_HM,
5261 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5262 Self::LIPIS_FLAG_ICONS_4_X_3_HN,
5263 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5264 Self::LIPIS_FLAG_ICONS_4_X_3_HR,
5265 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5266 Self::LIPIS_FLAG_ICONS_4_X_3_HT,
5267 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5268 Self::LIPIS_FLAG_ICONS_4_X_3_HU,
5269 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5270 Self::LIPIS_FLAG_ICONS_4_X_3_IC,
5271 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5272 Self::LIPIS_FLAG_ICONS_4_X_3_ID,
5273 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5274 Self::LIPIS_FLAG_ICONS_4_X_3_IE,
5275 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5276 Self::LIPIS_FLAG_ICONS_4_X_3_IL,
5277 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5278 Self::LIPIS_FLAG_ICONS_4_X_3_IM,
5279 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5280 Self::LIPIS_FLAG_ICONS_4_X_3_IN,
5281 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5282 Self::LIPIS_FLAG_ICONS_4_X_3_IO,
5283 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5284 Self::LIPIS_FLAG_ICONS_4_X_3_IQ,
5285 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5286 Self::LIPIS_FLAG_ICONS_4_X_3_IR,
5287 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5288 Self::LIPIS_FLAG_ICONS_4_X_3_IS,
5289 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5290 Self::LIPIS_FLAG_ICONS_4_X_3_IT,
5291 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5292 Self::LIPIS_FLAG_ICONS_4_X_3_JE,
5293 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5294 Self::LIPIS_FLAG_ICONS_4_X_3_JM,
5295 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5296 Self::LIPIS_FLAG_ICONS_4_X_3_JO,
5297 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5298 Self::LIPIS_FLAG_ICONS_4_X_3_JP,
5299 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5300 Self::LIPIS_FLAG_ICONS_4_X_3_KE,
5301 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5302 Self::LIPIS_FLAG_ICONS_4_X_3_KG,
5303 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5304 Self::LIPIS_FLAG_ICONS_4_X_3_KH,
5305 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5306 Self::LIPIS_FLAG_ICONS_4_X_3_KI,
5307 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5308 Self::LIPIS_FLAG_ICONS_4_X_3_KM,
5309 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5310 Self::LIPIS_FLAG_ICONS_4_X_3_KN,
5311 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5312 Self::LIPIS_FLAG_ICONS_4_X_3_KP,
5313 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5314 Self::LIPIS_FLAG_ICONS_4_X_3_KR,
5315 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5316 Self::LIPIS_FLAG_ICONS_4_X_3_KW,
5317 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5318 Self::LIPIS_FLAG_ICONS_4_X_3_KY,
5319 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5320 Self::LIPIS_FLAG_ICONS_4_X_3_KZ,
5321 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5322 Self::LIPIS_FLAG_ICONS_4_X_3_LA,
5323 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5324 Self::LIPIS_FLAG_ICONS_4_X_3_LB,
5325 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5326 Self::LIPIS_FLAG_ICONS_4_X_3_LC,
5327 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5328 Self::LIPIS_FLAG_ICONS_4_X_3_LI,
5329 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5330 Self::LIPIS_FLAG_ICONS_4_X_3_LK,
5331 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5332 Self::LIPIS_FLAG_ICONS_4_X_3_LR,
5333 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5334 Self::LIPIS_FLAG_ICONS_4_X_3_LS,
5335 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5336 Self::LIPIS_FLAG_ICONS_4_X_3_LT,
5337 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5338 Self::LIPIS_FLAG_ICONS_4_X_3_LU,
5339 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5340 Self::LIPIS_FLAG_ICONS_4_X_3_LV,
5341 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5342 Self::LIPIS_FLAG_ICONS_4_X_3_LY,
5343 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5344 Self::LIPIS_FLAG_ICONS_4_X_3_MA,
5345 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5346 Self::LIPIS_FLAG_ICONS_4_X_3_MC,
5347 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5348 Self::LIPIS_FLAG_ICONS_4_X_3_MD,
5349 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5350 Self::LIPIS_FLAG_ICONS_4_X_3_ME,
5351 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5352 Self::LIPIS_FLAG_ICONS_4_X_3_MF,
5353 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5354 Self::LIPIS_FLAG_ICONS_4_X_3_MG,
5355 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5356 Self::LIPIS_FLAG_ICONS_4_X_3_MH,
5357 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5358 Self::LIPIS_FLAG_ICONS_4_X_3_MK,
5359 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5360 Self::LIPIS_FLAG_ICONS_4_X_3_ML,
5361 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5362 Self::LIPIS_FLAG_ICONS_4_X_3_MM,
5363 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5364 Self::LIPIS_FLAG_ICONS_4_X_3_MN,
5365 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5366 Self::LIPIS_FLAG_ICONS_4_X_3_MO,
5367 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5368 Self::LIPIS_FLAG_ICONS_4_X_3_MP,
5369 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5370 Self::LIPIS_FLAG_ICONS_4_X_3_MQ,
5371 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5372 Self::LIPIS_FLAG_ICONS_4_X_3_MR,
5373 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5374 Self::LIPIS_FLAG_ICONS_4_X_3_MS,
5375 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5376 Self::LIPIS_FLAG_ICONS_4_X_3_MT,
5377 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5378 Self::LIPIS_FLAG_ICONS_4_X_3_MU,
5379 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5380 Self::LIPIS_FLAG_ICONS_4_X_3_MV,
5381 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5382 Self::LIPIS_FLAG_ICONS_4_X_3_MW,
5383 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5384 Self::LIPIS_FLAG_ICONS_4_X_3_MX,
5385 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5386 Self::LIPIS_FLAG_ICONS_4_X_3_MY,
5387 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5388 Self::LIPIS_FLAG_ICONS_4_X_3_MZ,
5389 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5390 Self::LIPIS_FLAG_ICONS_4_X_3_NA,
5391 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5392 Self::LIPIS_FLAG_ICONS_4_X_3_NC,
5393 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5394 Self::LIPIS_FLAG_ICONS_4_X_3_NE,
5395 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5396 Self::LIPIS_FLAG_ICONS_4_X_3_NF,
5397 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5398 Self::LIPIS_FLAG_ICONS_4_X_3_NG,
5399 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5400 Self::LIPIS_FLAG_ICONS_4_X_3_NI,
5401 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5402 Self::LIPIS_FLAG_ICONS_4_X_3_NL,
5403 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5404 Self::LIPIS_FLAG_ICONS_4_X_3_NO,
5405 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5406 Self::LIPIS_FLAG_ICONS_4_X_3_NP,
5407 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5408 Self::LIPIS_FLAG_ICONS_4_X_3_NR,
5409 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5410 Self::LIPIS_FLAG_ICONS_4_X_3_NU,
5411 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5412 Self::LIPIS_FLAG_ICONS_4_X_3_NZ,
5413 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5414 Self::LIPIS_FLAG_ICONS_4_X_3_OM,
5415 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5416 Self::LIPIS_FLAG_ICONS_4_X_3_PA,
5417 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5418 Self::LIPIS_FLAG_ICONS_4_X_3_PE,
5419 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5420 Self::LIPIS_FLAG_ICONS_4_X_3_PF,
5421 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5422 Self::LIPIS_FLAG_ICONS_4_X_3_PG,
5423 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5424 Self::LIPIS_FLAG_ICONS_4_X_3_PH,
5425 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5426 Self::LIPIS_FLAG_ICONS_4_X_3_PK,
5427 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5428 Self::LIPIS_FLAG_ICONS_4_X_3_PL,
5429 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5430 Self::LIPIS_FLAG_ICONS_4_X_3_PM,
5431 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5432 Self::LIPIS_FLAG_ICONS_4_X_3_PN,
5433 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5434 Self::LIPIS_FLAG_ICONS_4_X_3_PR,
5435 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5436 Self::LIPIS_FLAG_ICONS_4_X_3_PS,
5437 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5438 Self::LIPIS_FLAG_ICONS_4_X_3_PT,
5439 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5440 Self::LIPIS_FLAG_ICONS_4_X_3_PW,
5441 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5442 Self::LIPIS_FLAG_ICONS_4_X_3_PY,
5443 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5444 Self::LIPIS_FLAG_ICONS_4_X_3_QA,
5445 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5446 Self::LIPIS_FLAG_ICONS_4_X_3_RE,
5447 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5448 Self::LIPIS_FLAG_ICONS_4_X_3_RO,
5449 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5450 Self::LIPIS_FLAG_ICONS_4_X_3_RS,
5451 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5452 Self::LIPIS_FLAG_ICONS_4_X_3_RU,
5453 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5454 Self::LIPIS_FLAG_ICONS_4_X_3_RW,
5455 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5456 Self::LIPIS_FLAG_ICONS_4_X_3_SA,
5457 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5458 Self::LIPIS_FLAG_ICONS_4_X_3_SB,
5459 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5460 Self::LIPIS_FLAG_ICONS_4_X_3_SC,
5461 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5462 Self::LIPIS_FLAG_ICONS_4_X_3_SD,
5463 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5464 Self::LIPIS_FLAG_ICONS_4_X_3_SE,
5465 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5466 Self::LIPIS_FLAG_ICONS_4_X_3_SG,
5467 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5468 Self::LIPIS_FLAG_ICONS_4_X_3_SH,
5469 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5470 Self::LIPIS_FLAG_ICONS_4_X_3_SI,
5471 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5472 Self::LIPIS_FLAG_ICONS_4_X_3_SJ,
5473 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5474 Self::LIPIS_FLAG_ICONS_4_X_3_SK,
5475 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5476 Self::LIPIS_FLAG_ICONS_4_X_3_SL,
5477 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5478 Self::LIPIS_FLAG_ICONS_4_X_3_SM,
5479 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5480 Self::LIPIS_FLAG_ICONS_4_X_3_SN,
5481 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5482 Self::LIPIS_FLAG_ICONS_4_X_3_SO,
5483 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5484 Self::LIPIS_FLAG_ICONS_4_X_3_SR,
5485 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5486 Self::LIPIS_FLAG_ICONS_4_X_3_SS,
5487 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5488 Self::LIPIS_FLAG_ICONS_4_X_3_ST,
5489 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5490 Self::LIPIS_FLAG_ICONS_4_X_3_SV,
5491 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5492 Self::LIPIS_FLAG_ICONS_4_X_3_SX,
5493 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5494 Self::LIPIS_FLAG_ICONS_4_X_3_SY,
5495 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5496 Self::LIPIS_FLAG_ICONS_4_X_3_SZ,
5497 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5498 Self::LIPIS_FLAG_ICONS_4_X_3_TA,
5499 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5500 Self::LIPIS_FLAG_ICONS_4_X_3_TC,
5501 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5502 Self::LIPIS_FLAG_ICONS_4_X_3_TD,
5503 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5504 Self::LIPIS_FLAG_ICONS_4_X_3_TF,
5505 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5506 Self::LIPIS_FLAG_ICONS_4_X_3_TG,
5507 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5508 Self::LIPIS_FLAG_ICONS_4_X_3_TH,
5509 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5510 Self::LIPIS_FLAG_ICONS_4_X_3_TJ,
5511 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5512 Self::LIPIS_FLAG_ICONS_4_X_3_TK,
5513 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5514 Self::LIPIS_FLAG_ICONS_4_X_3_TL,
5515 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5516 Self::LIPIS_FLAG_ICONS_4_X_3_TM,
5517 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5518 Self::LIPIS_FLAG_ICONS_4_X_3_TN,
5519 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5520 Self::LIPIS_FLAG_ICONS_4_X_3_TO,
5521 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5522 Self::LIPIS_FLAG_ICONS_4_X_3_TR,
5523 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5524 Self::LIPIS_FLAG_ICONS_4_X_3_TT,
5525 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5526 Self::LIPIS_FLAG_ICONS_4_X_3_TV,
5527 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5528 Self::LIPIS_FLAG_ICONS_4_X_3_TW,
5529 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5530 Self::LIPIS_FLAG_ICONS_4_X_3_TZ,
5531 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5532 Self::LIPIS_FLAG_ICONS_4_X_3_UA,
5533 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5534 Self::LIPIS_FLAG_ICONS_4_X_3_UG,
5535 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5536 Self::LIPIS_FLAG_ICONS_4_X_3_UM,
5537 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5538 Self::LIPIS_FLAG_ICONS_4_X_3_UN,
5539 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5540 Self::LIPIS_FLAG_ICONS_4_X_3_US,
5541 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5542 Self::LIPIS_FLAG_ICONS_4_X_3_UY,
5543 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5544 Self::LIPIS_FLAG_ICONS_4_X_3_UZ,
5545 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5546 Self::LIPIS_FLAG_ICONS_4_X_3_VA,
5547 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5548 Self::LIPIS_FLAG_ICONS_4_X_3_VC,
5549 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5550 Self::LIPIS_FLAG_ICONS_4_X_3_VE,
5551 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5552 Self::LIPIS_FLAG_ICONS_4_X_3_VG,
5553 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5554 Self::LIPIS_FLAG_ICONS_4_X_3_VI,
5555 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5556 Self::LIPIS_FLAG_ICONS_4_X_3_VN,
5557 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5558 Self::LIPIS_FLAG_ICONS_4_X_3_VU,
5559 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5560 Self::LIPIS_FLAG_ICONS_4_X_3_WF,
5561 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5562 Self::LIPIS_FLAG_ICONS_4_X_3_WS,
5563 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5564 Self::LIPIS_FLAG_ICONS_4_X_3_XK,
5565 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5566 Self::LIPIS_FLAG_ICONS_4_X_3_XX,
5567 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5568 Self::LIPIS_FLAG_ICONS_4_X_3_YE,
5569 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5570 Self::LIPIS_FLAG_ICONS_4_X_3_YT,
5571 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5572 Self::LIPIS_FLAG_ICONS_4_X_3_ZA,
5573 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5574 Self::LIPIS_FLAG_ICONS_4_X_3_ZM,
5575 #[cfg(feature = "lipis_flag_icons_4_x_3")]
5576 Self::LIPIS_FLAG_ICONS_4_X_3_ZW,
5577 #[cfg(feature = "font_awesome_regular")]
5578 Self::FONT_AWESOME_REGULAR_ADDRESS_BOOK,
5579 #[cfg(feature = "font_awesome_regular")]
5580 Self::FONT_AWESOME_REGULAR_ADDRESS_CARD,
5581 #[cfg(feature = "font_awesome_regular")]
5582 Self::FONT_AWESOME_REGULAR_BELL_SLASH,
5583 #[cfg(feature = "font_awesome_regular")]
5584 Self::FONT_AWESOME_REGULAR_BELL,
5585 #[cfg(feature = "font_awesome_regular")]
5586 Self::FONT_AWESOME_REGULAR_BOOKMARK,
5587 #[cfg(feature = "font_awesome_regular")]
5588 Self::FONT_AWESOME_REGULAR_BUILDING,
5589 #[cfg(feature = "font_awesome_regular")]
5590 Self::FONT_AWESOME_REGULAR_CALENDAR_CHECK,
5591 #[cfg(feature = "font_awesome_regular")]
5592 Self::FONT_AWESOME_REGULAR_CALENDAR_DAYS,
5593 #[cfg(feature = "font_awesome_regular")]
5594 Self::FONT_AWESOME_REGULAR_CALENDAR_MINUS,
5595 #[cfg(feature = "font_awesome_regular")]
5596 Self::FONT_AWESOME_REGULAR_CALENDAR_PLUS,
5597 #[cfg(feature = "font_awesome_regular")]
5598 Self::FONT_AWESOME_REGULAR_CALENDAR_XMARK,
5599 #[cfg(feature = "font_awesome_regular")]
5600 Self::FONT_AWESOME_REGULAR_CALENDAR,
5601 #[cfg(feature = "font_awesome_regular")]
5602 Self::FONT_AWESOME_REGULAR_CHART_BAR,
5603 #[cfg(feature = "font_awesome_regular")]
5604 Self::FONT_AWESOME_REGULAR_CHESS_BISHOP,
5605 #[cfg(feature = "font_awesome_regular")]
5606 Self::FONT_AWESOME_REGULAR_CHESS_KING,
5607 #[cfg(feature = "font_awesome_regular")]
5608 Self::FONT_AWESOME_REGULAR_CHESS_KNIGHT,
5609 #[cfg(feature = "font_awesome_regular")]
5610 Self::FONT_AWESOME_REGULAR_CHESS_PAWN,
5611 #[cfg(feature = "font_awesome_regular")]
5612 Self::FONT_AWESOME_REGULAR_CHESS_QUEEN,
5613 #[cfg(feature = "font_awesome_regular")]
5614 Self::FONT_AWESOME_REGULAR_CHESS_ROOK,
5615 #[cfg(feature = "font_awesome_regular")]
5616 Self::FONT_AWESOME_REGULAR_CIRCLE_CHECK,
5617 #[cfg(feature = "font_awesome_regular")]
5618 Self::FONT_AWESOME_REGULAR_CIRCLE_DOT,
5619 #[cfg(feature = "font_awesome_regular")]
5620 Self::FONT_AWESOME_REGULAR_CIRCLE_DOWN,
5621 #[cfg(feature = "font_awesome_regular")]
5622 Self::FONT_AWESOME_REGULAR_CIRCLE_LEFT,
5623 #[cfg(feature = "font_awesome_regular")]
5624 Self::FONT_AWESOME_REGULAR_CIRCLE_PAUSE,
5625 #[cfg(feature = "font_awesome_regular")]
5626 Self::FONT_AWESOME_REGULAR_CIRCLE_PLAY,
5627 #[cfg(feature = "font_awesome_regular")]
5628 Self::FONT_AWESOME_REGULAR_CIRCLE_QUESTION,
5629 #[cfg(feature = "font_awesome_regular")]
5630 Self::FONT_AWESOME_REGULAR_CIRCLE_RIGHT,
5631 #[cfg(feature = "font_awesome_regular")]
5632 Self::FONT_AWESOME_REGULAR_CIRCLE_STOP,
5633 #[cfg(feature = "font_awesome_regular")]
5634 Self::FONT_AWESOME_REGULAR_CIRCLE_UP,
5635 #[cfg(feature = "font_awesome_regular")]
5636 Self::FONT_AWESOME_REGULAR_CIRCLE_USER,
5637 #[cfg(feature = "font_awesome_regular")]
5638 Self::FONT_AWESOME_REGULAR_CIRCLE_XMARK,
5639 #[cfg(feature = "font_awesome_regular")]
5640 Self::FONT_AWESOME_REGULAR_CIRCLE,
5641 #[cfg(feature = "font_awesome_regular")]
5642 Self::FONT_AWESOME_REGULAR_CLIPBOARD,
5643 #[cfg(feature = "font_awesome_regular")]
5644 Self::FONT_AWESOME_REGULAR_CLOCK,
5645 #[cfg(feature = "font_awesome_regular")]
5646 Self::FONT_AWESOME_REGULAR_CLONE,
5647 #[cfg(feature = "font_awesome_regular")]
5648 Self::FONT_AWESOME_REGULAR_CLOSED_CAPTIONING,
5649 #[cfg(feature = "font_awesome_regular")]
5650 Self::FONT_AWESOME_REGULAR_COMMENT_DOTS,
5651 #[cfg(feature = "font_awesome_regular")]
5652 Self::FONT_AWESOME_REGULAR_COMMENT,
5653 #[cfg(feature = "font_awesome_regular")]
5654 Self::FONT_AWESOME_REGULAR_COMMENTS,
5655 #[cfg(feature = "font_awesome_regular")]
5656 Self::FONT_AWESOME_REGULAR_COMPASS,
5657 #[cfg(feature = "font_awesome_regular")]
5658 Self::FONT_AWESOME_REGULAR_COPY,
5659 #[cfg(feature = "font_awesome_regular")]
5660 Self::FONT_AWESOME_REGULAR_COPYRIGHT,
5661 #[cfg(feature = "font_awesome_regular")]
5662 Self::FONT_AWESOME_REGULAR_CREDIT_CARD,
5663 #[cfg(feature = "font_awesome_regular")]
5664 Self::FONT_AWESOME_REGULAR_ENVELOPE_OPEN,
5665 #[cfg(feature = "font_awesome_regular")]
5666 Self::FONT_AWESOME_REGULAR_ENVELOPE,
5667 #[cfg(feature = "font_awesome_regular")]
5668 Self::FONT_AWESOME_REGULAR_EYE_SLASH,
5669 #[cfg(feature = "font_awesome_regular")]
5670 Self::FONT_AWESOME_REGULAR_EYE,
5671 #[cfg(feature = "font_awesome_regular")]
5672 Self::FONT_AWESOME_REGULAR_FACE_ANGRY,
5673 #[cfg(feature = "font_awesome_regular")]
5674 Self::FONT_AWESOME_REGULAR_FACE_DIZZY,
5675 #[cfg(feature = "font_awesome_regular")]
5676 Self::FONT_AWESOME_REGULAR_FACE_FLUSHED,
5677 #[cfg(feature = "font_awesome_regular")]
5678 Self::FONT_AWESOME_REGULAR_FACE_FROWN_OPEN,
5679 #[cfg(feature = "font_awesome_regular")]
5680 Self::FONT_AWESOME_REGULAR_FACE_FROWN,
5681 #[cfg(feature = "font_awesome_regular")]
5682 Self::FONT_AWESOME_REGULAR_FACE_GRIMACE,
5683 #[cfg(feature = "font_awesome_regular")]
5684 Self::FONT_AWESOME_REGULAR_FACE_GRIN_BEAM_SWEAT,
5685 #[cfg(feature = "font_awesome_regular")]
5686 Self::FONT_AWESOME_REGULAR_FACE_GRIN_BEAM,
5687 #[cfg(feature = "font_awesome_regular")]
5688 Self::FONT_AWESOME_REGULAR_FACE_GRIN_HEARTS,
5689 #[cfg(feature = "font_awesome_regular")]
5690 Self::FONT_AWESOME_REGULAR_FACE_GRIN_SQUINT_TEARS,
5691 #[cfg(feature = "font_awesome_regular")]
5692 Self::FONT_AWESOME_REGULAR_FACE_GRIN_SQUINT,
5693 #[cfg(feature = "font_awesome_regular")]
5694 Self::FONT_AWESOME_REGULAR_FACE_GRIN_STARS,
5695 #[cfg(feature = "font_awesome_regular")]
5696 Self::FONT_AWESOME_REGULAR_FACE_GRIN_TEARS,
5697 #[cfg(feature = "font_awesome_regular")]
5698 Self::FONT_AWESOME_REGULAR_FACE_GRIN_TONGUE_SQUINT,
5699 #[cfg(feature = "font_awesome_regular")]
5700 Self::FONT_AWESOME_REGULAR_FACE_GRIN_TONGUE_WINK,
5701 #[cfg(feature = "font_awesome_regular")]
5702 Self::FONT_AWESOME_REGULAR_FACE_GRIN_TONGUE,
5703 #[cfg(feature = "font_awesome_regular")]
5704 Self::FONT_AWESOME_REGULAR_FACE_GRIN_WIDE,
5705 #[cfg(feature = "font_awesome_regular")]
5706 Self::FONT_AWESOME_REGULAR_FACE_GRIN_WINK,
5707 #[cfg(feature = "font_awesome_regular")]
5708 Self::FONT_AWESOME_REGULAR_FACE_GRIN,
5709 #[cfg(feature = "font_awesome_regular")]
5710 Self::FONT_AWESOME_REGULAR_FACE_KISS_BEAM,
5711 #[cfg(feature = "font_awesome_regular")]
5712 Self::FONT_AWESOME_REGULAR_FACE_KISS_WINK_HEART,
5713 #[cfg(feature = "font_awesome_regular")]
5714 Self::FONT_AWESOME_REGULAR_FACE_KISS,
5715 #[cfg(feature = "font_awesome_regular")]
5716 Self::FONT_AWESOME_REGULAR_FACE_LAUGH_BEAM,
5717 #[cfg(feature = "font_awesome_regular")]
5718 Self::FONT_AWESOME_REGULAR_FACE_LAUGH_SQUINT,
5719 #[cfg(feature = "font_awesome_regular")]
5720 Self::FONT_AWESOME_REGULAR_FACE_LAUGH_WINK,
5721 #[cfg(feature = "font_awesome_regular")]
5722 Self::FONT_AWESOME_REGULAR_FACE_LAUGH,
5723 #[cfg(feature = "font_awesome_regular")]
5724 Self::FONT_AWESOME_REGULAR_FACE_MEH_BLANK,
5725 #[cfg(feature = "font_awesome_regular")]
5726 Self::FONT_AWESOME_REGULAR_FACE_MEH,
5727 #[cfg(feature = "font_awesome_regular")]
5728 Self::FONT_AWESOME_REGULAR_FACE_ROLLING_EYES,
5729 #[cfg(feature = "font_awesome_regular")]
5730 Self::FONT_AWESOME_REGULAR_FACE_SAD_CRY,
5731 #[cfg(feature = "font_awesome_regular")]
5732 Self::FONT_AWESOME_REGULAR_FACE_SAD_TEAR,
5733 #[cfg(feature = "font_awesome_regular")]
5734 Self::FONT_AWESOME_REGULAR_FACE_SMILE_BEAM,
5735 #[cfg(feature = "font_awesome_regular")]
5736 Self::FONT_AWESOME_REGULAR_FACE_SMILE_WINK,
5737 #[cfg(feature = "font_awesome_regular")]
5738 Self::FONT_AWESOME_REGULAR_FACE_SMILE,
5739 #[cfg(feature = "font_awesome_regular")]
5740 Self::FONT_AWESOME_REGULAR_FACE_SURPRISE,
5741 #[cfg(feature = "font_awesome_regular")]
5742 Self::FONT_AWESOME_REGULAR_FACE_TIRED,
5743 #[cfg(feature = "font_awesome_regular")]
5744 Self::FONT_AWESOME_REGULAR_FILE_AUDIO,
5745 #[cfg(feature = "font_awesome_regular")]
5746 Self::FONT_AWESOME_REGULAR_FILE_CODE,
5747 #[cfg(feature = "font_awesome_regular")]
5748 Self::FONT_AWESOME_REGULAR_FILE_EXCEL,
5749 #[cfg(feature = "font_awesome_regular")]
5750 Self::FONT_AWESOME_REGULAR_FILE_IMAGE,
5751 #[cfg(feature = "font_awesome_regular")]
5752 Self::FONT_AWESOME_REGULAR_FILE_LINES,
5753 #[cfg(feature = "font_awesome_regular")]
5754 Self::FONT_AWESOME_REGULAR_FILE_PDF,
5755 #[cfg(feature = "font_awesome_regular")]
5756 Self::FONT_AWESOME_REGULAR_FILE_POWERPOINT,
5757 #[cfg(feature = "font_awesome_regular")]
5758 Self::FONT_AWESOME_REGULAR_FILE_VIDEO,
5759 #[cfg(feature = "font_awesome_regular")]
5760 Self::FONT_AWESOME_REGULAR_FILE_WORD,
5761 #[cfg(feature = "font_awesome_regular")]
5762 Self::FONT_AWESOME_REGULAR_FILE_ZIPPER,
5763 #[cfg(feature = "font_awesome_regular")]
5764 Self::FONT_AWESOME_REGULAR_FILE,
5765 #[cfg(feature = "font_awesome_regular")]
5766 Self::FONT_AWESOME_REGULAR_FLAG,
5767 #[cfg(feature = "font_awesome_regular")]
5768 Self::FONT_AWESOME_REGULAR_FLOPPY_DISK,
5769 #[cfg(feature = "font_awesome_regular")]
5770 Self::FONT_AWESOME_REGULAR_FOLDER_CLOSED,
5771 #[cfg(feature = "font_awesome_regular")]
5772 Self::FONT_AWESOME_REGULAR_FOLDER_OPEN,
5773 #[cfg(feature = "font_awesome_regular")]
5774 Self::FONT_AWESOME_REGULAR_FOLDER,
5775 #[cfg(feature = "font_awesome_regular")]
5776 Self::FONT_AWESOME_REGULAR_FONT_AWESOME,
5777 #[cfg(feature = "font_awesome_regular")]
5778 Self::FONT_AWESOME_REGULAR_FUTBOL,
5779 #[cfg(feature = "font_awesome_regular")]
5780 Self::FONT_AWESOME_REGULAR_GEM,
5781 #[cfg(feature = "font_awesome_regular")]
5782 Self::FONT_AWESOME_REGULAR_HAND_BACK_FIST,
5783 #[cfg(feature = "font_awesome_regular")]
5784 Self::FONT_AWESOME_REGULAR_HAND_LIZARD,
5785 #[cfg(feature = "font_awesome_regular")]
5786 Self::FONT_AWESOME_REGULAR_HAND_PEACE,
5787 #[cfg(feature = "font_awesome_regular")]
5788 Self::FONT_AWESOME_REGULAR_HAND_POINT_DOWN,
5789 #[cfg(feature = "font_awesome_regular")]
5790 Self::FONT_AWESOME_REGULAR_HAND_POINT_LEFT,
5791 #[cfg(feature = "font_awesome_regular")]
5792 Self::FONT_AWESOME_REGULAR_HAND_POINT_RIGHT,
5793 #[cfg(feature = "font_awesome_regular")]
5794 Self::FONT_AWESOME_REGULAR_HAND_POINT_UP,
5795 #[cfg(feature = "font_awesome_regular")]
5796 Self::FONT_AWESOME_REGULAR_HAND_POINTER,
5797 #[cfg(feature = "font_awesome_regular")]
5798 Self::FONT_AWESOME_REGULAR_HAND_SCISSORS,
5799 #[cfg(feature = "font_awesome_regular")]
5800 Self::FONT_AWESOME_REGULAR_HAND_SPOCK,
5801 #[cfg(feature = "font_awesome_regular")]
5802 Self::FONT_AWESOME_REGULAR_HAND,
5803 #[cfg(feature = "font_awesome_regular")]
5804 Self::FONT_AWESOME_REGULAR_HANDSHAKE,
5805 #[cfg(feature = "font_awesome_regular")]
5806 Self::FONT_AWESOME_REGULAR_HARD_DRIVE,
5807 #[cfg(feature = "font_awesome_regular")]
5808 Self::FONT_AWESOME_REGULAR_HEART,
5809 #[cfg(feature = "font_awesome_regular")]
5810 Self::FONT_AWESOME_REGULAR_HOSPITAL,
5811 #[cfg(feature = "font_awesome_regular")]
5812 Self::FONT_AWESOME_REGULAR_HOURGLASS,
5813 #[cfg(feature = "font_awesome_regular")]
5814 Self::FONT_AWESOME_REGULAR_ID_BADGE,
5815 #[cfg(feature = "font_awesome_regular")]
5816 Self::FONT_AWESOME_REGULAR_ID_CARD,
5817 #[cfg(feature = "font_awesome_regular")]
5818 Self::FONT_AWESOME_REGULAR_IMAGE,
5819 #[cfg(feature = "font_awesome_regular")]
5820 Self::FONT_AWESOME_REGULAR_IMAGES,
5821 #[cfg(feature = "font_awesome_regular")]
5822 Self::FONT_AWESOME_REGULAR_KEYBOARD,
5823 #[cfg(feature = "font_awesome_regular")]
5824 Self::FONT_AWESOME_REGULAR_LEMON,
5825 #[cfg(feature = "font_awesome_regular")]
5826 Self::FONT_AWESOME_REGULAR_LIFE_RING,
5827 #[cfg(feature = "font_awesome_regular")]
5828 Self::FONT_AWESOME_REGULAR_LIGHTBULB,
5829 #[cfg(feature = "font_awesome_regular")]
5830 Self::FONT_AWESOME_REGULAR_MAP,
5831 #[cfg(feature = "font_awesome_regular")]
5832 Self::FONT_AWESOME_REGULAR_MESSAGE,
5833 #[cfg(feature = "font_awesome_regular")]
5834 Self::FONT_AWESOME_REGULAR_MONEY_BILL_1,
5835 #[cfg(feature = "font_awesome_regular")]
5836 Self::FONT_AWESOME_REGULAR_MOON,
5837 #[cfg(feature = "font_awesome_regular")]
5838 Self::FONT_AWESOME_REGULAR_NEWSPAPER,
5839 #[cfg(feature = "font_awesome_regular")]
5840 Self::FONT_AWESOME_REGULAR_NOTE_STICKY,
5841 #[cfg(feature = "font_awesome_regular")]
5842 Self::FONT_AWESOME_REGULAR_OBJECT_GROUP,
5843 #[cfg(feature = "font_awesome_regular")]
5844 Self::FONT_AWESOME_REGULAR_OBJECT_UNGROUP,
5845 #[cfg(feature = "font_awesome_regular")]
5846 Self::FONT_AWESOME_REGULAR_PAPER_PLANE,
5847 #[cfg(feature = "font_awesome_regular")]
5848 Self::FONT_AWESOME_REGULAR_PASTE,
5849 #[cfg(feature = "font_awesome_regular")]
5850 Self::FONT_AWESOME_REGULAR_PEN_TO_SQUARE,
5851 #[cfg(feature = "font_awesome_regular")]
5852 Self::FONT_AWESOME_REGULAR_RECTANGLE_LIST,
5853 #[cfg(feature = "font_awesome_regular")]
5854 Self::FONT_AWESOME_REGULAR_RECTANGLE_XMARK,
5855 #[cfg(feature = "font_awesome_regular")]
5856 Self::FONT_AWESOME_REGULAR_REGISTERED,
5857 #[cfg(feature = "font_awesome_regular")]
5858 Self::FONT_AWESOME_REGULAR_SHARE_FROM_SQUARE,
5859 #[cfg(feature = "font_awesome_regular")]
5860 Self::FONT_AWESOME_REGULAR_SNOWFLAKE,
5861 #[cfg(feature = "font_awesome_regular")]
5862 Self::FONT_AWESOME_REGULAR_SQUARE_CARET_DOWN,
5863 #[cfg(feature = "font_awesome_regular")]
5864 Self::FONT_AWESOME_REGULAR_SQUARE_CARET_LEFT,
5865 #[cfg(feature = "font_awesome_regular")]
5866 Self::FONT_AWESOME_REGULAR_SQUARE_CARET_RIGHT,
5867 #[cfg(feature = "font_awesome_regular")]
5868 Self::FONT_AWESOME_REGULAR_SQUARE_CARET_UP,
5869 #[cfg(feature = "font_awesome_regular")]
5870 Self::FONT_AWESOME_REGULAR_SQUARE_CHECK,
5871 #[cfg(feature = "font_awesome_regular")]
5872 Self::FONT_AWESOME_REGULAR_SQUARE_FULL,
5873 #[cfg(feature = "font_awesome_regular")]
5874 Self::FONT_AWESOME_REGULAR_SQUARE_MINUS,
5875 #[cfg(feature = "font_awesome_regular")]
5876 Self::FONT_AWESOME_REGULAR_SQUARE_PLUS,
5877 #[cfg(feature = "font_awesome_regular")]
5878 Self::FONT_AWESOME_REGULAR_SQUARE,
5879 #[cfg(feature = "font_awesome_regular")]
5880 Self::FONT_AWESOME_REGULAR_STAR_HALF_STROKE,
5881 #[cfg(feature = "font_awesome_regular")]
5882 Self::FONT_AWESOME_REGULAR_STAR_HALF,
5883 #[cfg(feature = "font_awesome_regular")]
5884 Self::FONT_AWESOME_REGULAR_STAR,
5885 #[cfg(feature = "font_awesome_regular")]
5886 Self::FONT_AWESOME_REGULAR_SUN,
5887 #[cfg(feature = "font_awesome_regular")]
5888 Self::FONT_AWESOME_REGULAR_THUMBS_DOWN,
5889 #[cfg(feature = "font_awesome_regular")]
5890 Self::FONT_AWESOME_REGULAR_THUMBS_UP,
5891 #[cfg(feature = "font_awesome_regular")]
5892 Self::FONT_AWESOME_REGULAR_TRASH_CAN,
5893 #[cfg(feature = "font_awesome_regular")]
5894 Self::FONT_AWESOME_REGULAR_USER,
5895 #[cfg(feature = "font_awesome_regular")]
5896 Self::FONT_AWESOME_REGULAR_WINDOW_MAXIMIZE,
5897 #[cfg(feature = "font_awesome_regular")]
5898 Self::FONT_AWESOME_REGULAR_WINDOW_MINIMIZE,
5899 #[cfg(feature = "font_awesome_regular")]
5900 Self::FONT_AWESOME_REGULAR_WINDOW_RESTORE,
5901 #[cfg(feature = "font_awesome_solid")]
5902 Self::FONT_AWESOME_SOLID_0,
5903 #[cfg(feature = "font_awesome_solid")]
5904 Self::FONT_AWESOME_SOLID_1,
5905 #[cfg(feature = "font_awesome_solid")]
5906 Self::FONT_AWESOME_SOLID_2,
5907 #[cfg(feature = "font_awesome_solid")]
5908 Self::FONT_AWESOME_SOLID_3,
5909 #[cfg(feature = "font_awesome_solid")]
5910 Self::FONT_AWESOME_SOLID_4,
5911 #[cfg(feature = "font_awesome_solid")]
5912 Self::FONT_AWESOME_SOLID_5,
5913 #[cfg(feature = "font_awesome_solid")]
5914 Self::FONT_AWESOME_SOLID_6,
5915 #[cfg(feature = "font_awesome_solid")]
5916 Self::FONT_AWESOME_SOLID_7,
5917 #[cfg(feature = "font_awesome_solid")]
5918 Self::FONT_AWESOME_SOLID_8,
5919 #[cfg(feature = "font_awesome_solid")]
5920 Self::FONT_AWESOME_SOLID_9,
5921 #[cfg(feature = "font_awesome_solid")]
5922 Self::FONT_AWESOME_SOLID_A,
5923 #[cfg(feature = "font_awesome_solid")]
5924 Self::FONT_AWESOME_SOLID_ADDRESS_BOOK,
5925 #[cfg(feature = "font_awesome_solid")]
5926 Self::FONT_AWESOME_SOLID_ADDRESS_CARD,
5927 #[cfg(feature = "font_awesome_solid")]
5928 Self::FONT_AWESOME_SOLID_ALIGN_CENTER,
5929 #[cfg(feature = "font_awesome_solid")]
5930 Self::FONT_AWESOME_SOLID_ALIGN_JUSTIFY,
5931 #[cfg(feature = "font_awesome_solid")]
5932 Self::FONT_AWESOME_SOLID_ALIGN_LEFT,
5933 #[cfg(feature = "font_awesome_solid")]
5934 Self::FONT_AWESOME_SOLID_ALIGN_RIGHT,
5935 #[cfg(feature = "font_awesome_solid")]
5936 Self::FONT_AWESOME_SOLID_ANCHOR_CIRCLE_CHECK,
5937 #[cfg(feature = "font_awesome_solid")]
5938 Self::FONT_AWESOME_SOLID_ANCHOR_CIRCLE_EXCLAMATION,
5939 #[cfg(feature = "font_awesome_solid")]
5940 Self::FONT_AWESOME_SOLID_ANCHOR_CIRCLE_XMARK,
5941 #[cfg(feature = "font_awesome_solid")]
5942 Self::FONT_AWESOME_SOLID_ANCHOR_LOCK,
5943 #[cfg(feature = "font_awesome_solid")]
5944 Self::FONT_AWESOME_SOLID_ANCHOR,
5945 #[cfg(feature = "font_awesome_solid")]
5946 Self::FONT_AWESOME_SOLID_ANGLE_DOWN,
5947 #[cfg(feature = "font_awesome_solid")]
5948 Self::FONT_AWESOME_SOLID_ANGLE_LEFT,
5949 #[cfg(feature = "font_awesome_solid")]
5950 Self::FONT_AWESOME_SOLID_ANGLE_RIGHT,
5951 #[cfg(feature = "font_awesome_solid")]
5952 Self::FONT_AWESOME_SOLID_ANGLE_UP,
5953 #[cfg(feature = "font_awesome_solid")]
5954 Self::FONT_AWESOME_SOLID_ANGLES_DOWN,
5955 #[cfg(feature = "font_awesome_solid")]
5956 Self::FONT_AWESOME_SOLID_ANGLES_LEFT,
5957 #[cfg(feature = "font_awesome_solid")]
5958 Self::FONT_AWESOME_SOLID_ANGLES_RIGHT,
5959 #[cfg(feature = "font_awesome_solid")]
5960 Self::FONT_AWESOME_SOLID_ANGLES_UP,
5961 #[cfg(feature = "font_awesome_solid")]
5962 Self::FONT_AWESOME_SOLID_ANKH,
5963 #[cfg(feature = "font_awesome_solid")]
5964 Self::FONT_AWESOME_SOLID_APPLE_WHOLE,
5965 #[cfg(feature = "font_awesome_solid")]
5966 Self::FONT_AWESOME_SOLID_ARCHWAY,
5967 #[cfg(feature = "font_awesome_solid")]
5968 Self::FONT_AWESOME_SOLID_ARROW_DOWN_1_9,
5969 #[cfg(feature = "font_awesome_solid")]
5970 Self::FONT_AWESOME_SOLID_ARROW_DOWN_9_1,
5971 #[cfg(feature = "font_awesome_solid")]
5972 Self::FONT_AWESOME_SOLID_ARROW_DOWN_A_Z,
5973 #[cfg(feature = "font_awesome_solid")]
5974 Self::FONT_AWESOME_SOLID_ARROW_DOWN_LONG,
5975 #[cfg(feature = "font_awesome_solid")]
5976 Self::FONT_AWESOME_SOLID_ARROW_DOWN_SHORT_WIDE,
5977 #[cfg(feature = "font_awesome_solid")]
5978 Self::FONT_AWESOME_SOLID_ARROW_DOWN_UP_ACROSS_LINE,
5979 #[cfg(feature = "font_awesome_solid")]
5980 Self::FONT_AWESOME_SOLID_ARROW_DOWN_UP_LOCK,
5981 #[cfg(feature = "font_awesome_solid")]
5982 Self::FONT_AWESOME_SOLID_ARROW_DOWN_WIDE_SHORT,
5983 #[cfg(feature = "font_awesome_solid")]
5984 Self::FONT_AWESOME_SOLID_ARROW_DOWN_Z_A,
5985 #[cfg(feature = "font_awesome_solid")]
5986 Self::FONT_AWESOME_SOLID_ARROW_DOWN,
5987 #[cfg(feature = "font_awesome_solid")]
5988 Self::FONT_AWESOME_SOLID_ARROW_LEFT_LONG,
5989 #[cfg(feature = "font_awesome_solid")]
5990 Self::FONT_AWESOME_SOLID_ARROW_LEFT,
5991 #[cfg(feature = "font_awesome_solid")]
5992 Self::FONT_AWESOME_SOLID_ARROW_POINTER,
5993 #[cfg(feature = "font_awesome_solid")]
5994 Self::FONT_AWESOME_SOLID_ARROW_RIGHT_ARROW_LEFT,
5995 #[cfg(feature = "font_awesome_solid")]
5996 Self::FONT_AWESOME_SOLID_ARROW_RIGHT_FROM_BRACKET,
5997 #[cfg(feature = "font_awesome_solid")]
5998 Self::FONT_AWESOME_SOLID_ARROW_RIGHT_LONG,
5999 #[cfg(feature = "font_awesome_solid")]
6000 Self::FONT_AWESOME_SOLID_ARROW_RIGHT_TO_BRACKET,
6001 #[cfg(feature = "font_awesome_solid")]
6002 Self::FONT_AWESOME_SOLID_ARROW_RIGHT_TO_CITY,
6003 #[cfg(feature = "font_awesome_solid")]
6004 Self::FONT_AWESOME_SOLID_ARROW_RIGHT,
6005 #[cfg(feature = "font_awesome_solid")]
6006 Self::FONT_AWESOME_SOLID_ARROW_ROTATE_LEFT,
6007 #[cfg(feature = "font_awesome_solid")]
6008 Self::FONT_AWESOME_SOLID_ARROW_ROTATE_RIGHT,
6009 #[cfg(feature = "font_awesome_solid")]
6010 Self::FONT_AWESOME_SOLID_ARROW_TREND_DOWN,
6011 #[cfg(feature = "font_awesome_solid")]
6012 Self::FONT_AWESOME_SOLID_ARROW_TREND_UP,
6013 #[cfg(feature = "font_awesome_solid")]
6014 Self::FONT_AWESOME_SOLID_ARROW_TURN_DOWN,
6015 #[cfg(feature = "font_awesome_solid")]
6016 Self::FONT_AWESOME_SOLID_ARROW_TURN_UP,
6017 #[cfg(feature = "font_awesome_solid")]
6018 Self::FONT_AWESOME_SOLID_ARROW_UP_1_9,
6019 #[cfg(feature = "font_awesome_solid")]
6020 Self::FONT_AWESOME_SOLID_ARROW_UP_9_1,
6021 #[cfg(feature = "font_awesome_solid")]
6022 Self::FONT_AWESOME_SOLID_ARROW_UP_A_Z,
6023 #[cfg(feature = "font_awesome_solid")]
6024 Self::FONT_AWESOME_SOLID_ARROW_UP_FROM_BRACKET,
6025 #[cfg(feature = "font_awesome_solid")]
6026 Self::FONT_AWESOME_SOLID_ARROW_UP_FROM_GROUND_WATER,
6027 #[cfg(feature = "font_awesome_solid")]
6028 Self::FONT_AWESOME_SOLID_ARROW_UP_FROM_WATER_PUMP,
6029 #[cfg(feature = "font_awesome_solid")]
6030 Self::FONT_AWESOME_SOLID_ARROW_UP_LONG,
6031 #[cfg(feature = "font_awesome_solid")]
6032 Self::FONT_AWESOME_SOLID_ARROW_UP_RIGHT_DOTS,
6033 #[cfg(feature = "font_awesome_solid")]
6034 Self::FONT_AWESOME_SOLID_ARROW_UP_RIGHT_FROM_SQUARE,
6035 #[cfg(feature = "font_awesome_solid")]
6036 Self::FONT_AWESOME_SOLID_ARROW_UP_SHORT_WIDE,
6037 #[cfg(feature = "font_awesome_solid")]
6038 Self::FONT_AWESOME_SOLID_ARROW_UP_WIDE_SHORT,
6039 #[cfg(feature = "font_awesome_solid")]
6040 Self::FONT_AWESOME_SOLID_ARROW_UP_Z_A,
6041 #[cfg(feature = "font_awesome_solid")]
6042 Self::FONT_AWESOME_SOLID_ARROW_UP,
6043 #[cfg(feature = "font_awesome_solid")]
6044 Self::FONT_AWESOME_SOLID_ARROWS_DOWN_TO_LINE,
6045 #[cfg(feature = "font_awesome_solid")]
6046 Self::FONT_AWESOME_SOLID_ARROWS_DOWN_TO_PEOPLE,
6047 #[cfg(feature = "font_awesome_solid")]
6048 Self::FONT_AWESOME_SOLID_ARROWS_LEFT_RIGHT_TO_LINE,
6049 #[cfg(feature = "font_awesome_solid")]
6050 Self::FONT_AWESOME_SOLID_ARROWS_LEFT_RIGHT,
6051 #[cfg(feature = "font_awesome_solid")]
6052 Self::FONT_AWESOME_SOLID_ARROWS_ROTATE,
6053 #[cfg(feature = "font_awesome_solid")]
6054 Self::FONT_AWESOME_SOLID_ARROWS_SPIN,
6055 #[cfg(feature = "font_awesome_solid")]
6056 Self::FONT_AWESOME_SOLID_ARROWS_SPLIT_UP_AND_LEFT,
6057 #[cfg(feature = "font_awesome_solid")]
6058 Self::FONT_AWESOME_SOLID_ARROWS_TO_CIRCLE,
6059 #[cfg(feature = "font_awesome_solid")]
6060 Self::FONT_AWESOME_SOLID_ARROWS_TO_DOT,
6061 #[cfg(feature = "font_awesome_solid")]
6062 Self::FONT_AWESOME_SOLID_ARROWS_TO_EYE,
6063 #[cfg(feature = "font_awesome_solid")]
6064 Self::FONT_AWESOME_SOLID_ARROWS_TURN_RIGHT,
6065 #[cfg(feature = "font_awesome_solid")]
6066 Self::FONT_AWESOME_SOLID_ARROWS_TURN_TO_DOTS,
6067 #[cfg(feature = "font_awesome_solid")]
6068 Self::FONT_AWESOME_SOLID_ARROWS_UP_DOWN_LEFT_RIGHT,
6069 #[cfg(feature = "font_awesome_solid")]
6070 Self::FONT_AWESOME_SOLID_ARROWS_UP_DOWN,
6071 #[cfg(feature = "font_awesome_solid")]
6072 Self::FONT_AWESOME_SOLID_ARROWS_UP_TO_LINE,
6073 #[cfg(feature = "font_awesome_solid")]
6074 Self::FONT_AWESOME_SOLID_ASTERISK,
6075 #[cfg(feature = "font_awesome_solid")]
6076 Self::FONT_AWESOME_SOLID_AT,
6077 #[cfg(feature = "font_awesome_solid")]
6078 Self::FONT_AWESOME_SOLID_ATOM,
6079 #[cfg(feature = "font_awesome_solid")]
6080 Self::FONT_AWESOME_SOLID_AUDIO_DESCRIPTION,
6081 #[cfg(feature = "font_awesome_solid")]
6082 Self::FONT_AWESOME_SOLID_AUSTRAL_SIGN,
6083 #[cfg(feature = "font_awesome_solid")]
6084 Self::FONT_AWESOME_SOLID_AWARD,
6085 #[cfg(feature = "font_awesome_solid")]
6086 Self::FONT_AWESOME_SOLID_B,
6087 #[cfg(feature = "font_awesome_solid")]
6088 Self::FONT_AWESOME_SOLID_BABY_CARRIAGE,
6089 #[cfg(feature = "font_awesome_solid")]
6090 Self::FONT_AWESOME_SOLID_BABY,
6091 #[cfg(feature = "font_awesome_solid")]
6092 Self::FONT_AWESOME_SOLID_BACKWARD_FAST,
6093 #[cfg(feature = "font_awesome_solid")]
6094 Self::FONT_AWESOME_SOLID_BACKWARD_STEP,
6095 #[cfg(feature = "font_awesome_solid")]
6096 Self::FONT_AWESOME_SOLID_BACKWARD,
6097 #[cfg(feature = "font_awesome_solid")]
6098 Self::FONT_AWESOME_SOLID_BACON,
6099 #[cfg(feature = "font_awesome_solid")]
6100 Self::FONT_AWESOME_SOLID_BACTERIA,
6101 #[cfg(feature = "font_awesome_solid")]
6102 Self::FONT_AWESOME_SOLID_BACTERIUM,
6103 #[cfg(feature = "font_awesome_solid")]
6104 Self::FONT_AWESOME_SOLID_BAG_SHOPPING,
6105 #[cfg(feature = "font_awesome_solid")]
6106 Self::FONT_AWESOME_SOLID_BAHAI,
6107 #[cfg(feature = "font_awesome_solid")]
6108 Self::FONT_AWESOME_SOLID_BAHT_SIGN,
6109 #[cfg(feature = "font_awesome_solid")]
6110 Self::FONT_AWESOME_SOLID_BAN_SMOKING,
6111 #[cfg(feature = "font_awesome_solid")]
6112 Self::FONT_AWESOME_SOLID_BAN,
6113 #[cfg(feature = "font_awesome_solid")]
6114 Self::FONT_AWESOME_SOLID_BANDAGE,
6115 #[cfg(feature = "font_awesome_solid")]
6116 Self::FONT_AWESOME_SOLID_BARCODE,
6117 #[cfg(feature = "font_awesome_solid")]
6118 Self::FONT_AWESOME_SOLID_BARS_PROGRESS,
6119 #[cfg(feature = "font_awesome_solid")]
6120 Self::FONT_AWESOME_SOLID_BARS_STAGGERED,
6121 #[cfg(feature = "font_awesome_solid")]
6122 Self::FONT_AWESOME_SOLID_BARS,
6123 #[cfg(feature = "font_awesome_solid")]
6124 Self::FONT_AWESOME_SOLID_BASEBALL_BAT_BALL,
6125 #[cfg(feature = "font_awesome_solid")]
6126 Self::FONT_AWESOME_SOLID_BASEBALL,
6127 #[cfg(feature = "font_awesome_solid")]
6128 Self::FONT_AWESOME_SOLID_BASKET_SHOPPING,
6129 #[cfg(feature = "font_awesome_solid")]
6130 Self::FONT_AWESOME_SOLID_BASKETBALL,
6131 #[cfg(feature = "font_awesome_solid")]
6132 Self::FONT_AWESOME_SOLID_BATH,
6133 #[cfg(feature = "font_awesome_solid")]
6134 Self::FONT_AWESOME_SOLID_BATTERY_EMPTY,
6135 #[cfg(feature = "font_awesome_solid")]
6136 Self::FONT_AWESOME_SOLID_BATTERY_FULL,
6137 #[cfg(feature = "font_awesome_solid")]
6138 Self::FONT_AWESOME_SOLID_BATTERY_HALF,
6139 #[cfg(feature = "font_awesome_solid")]
6140 Self::FONT_AWESOME_SOLID_BATTERY_QUARTER,
6141 #[cfg(feature = "font_awesome_solid")]
6142 Self::FONT_AWESOME_SOLID_BATTERY_THREE_QUARTERS,
6143 #[cfg(feature = "font_awesome_solid")]
6144 Self::FONT_AWESOME_SOLID_BED_PULSE,
6145 #[cfg(feature = "font_awesome_solid")]
6146 Self::FONT_AWESOME_SOLID_BED,
6147 #[cfg(feature = "font_awesome_solid")]
6148 Self::FONT_AWESOME_SOLID_BEER_MUG_EMPTY,
6149 #[cfg(feature = "font_awesome_solid")]
6150 Self::FONT_AWESOME_SOLID_BELL_CONCIERGE,
6151 #[cfg(feature = "font_awesome_solid")]
6152 Self::FONT_AWESOME_SOLID_BELL_SLASH,
6153 #[cfg(feature = "font_awesome_solid")]
6154 Self::FONT_AWESOME_SOLID_BELL,
6155 #[cfg(feature = "font_awesome_solid")]
6156 Self::FONT_AWESOME_SOLID_BEZIER_CURVE,
6157 #[cfg(feature = "font_awesome_solid")]
6158 Self::FONT_AWESOME_SOLID_BICYCLE,
6159 #[cfg(feature = "font_awesome_solid")]
6160 Self::FONT_AWESOME_SOLID_BINOCULARS,
6161 #[cfg(feature = "font_awesome_solid")]
6162 Self::FONT_AWESOME_SOLID_BIOHAZARD,
6163 #[cfg(feature = "font_awesome_solid")]
6164 Self::FONT_AWESOME_SOLID_BITCOIN_SIGN,
6165 #[cfg(feature = "font_awesome_solid")]
6166 Self::FONT_AWESOME_SOLID_BLENDER_PHONE,
6167 #[cfg(feature = "font_awesome_solid")]
6168 Self::FONT_AWESOME_SOLID_BLENDER,
6169 #[cfg(feature = "font_awesome_solid")]
6170 Self::FONT_AWESOME_SOLID_BLOG,
6171 #[cfg(feature = "font_awesome_solid")]
6172 Self::FONT_AWESOME_SOLID_BOLD,
6173 #[cfg(feature = "font_awesome_solid")]
6174 Self::FONT_AWESOME_SOLID_BOLT_LIGHTNING,
6175 #[cfg(feature = "font_awesome_solid")]
6176 Self::FONT_AWESOME_SOLID_BOLT,
6177 #[cfg(feature = "font_awesome_solid")]
6178 Self::FONT_AWESOME_SOLID_BOMB,
6179 #[cfg(feature = "font_awesome_solid")]
6180 Self::FONT_AWESOME_SOLID_BONE,
6181 #[cfg(feature = "font_awesome_solid")]
6182 Self::FONT_AWESOME_SOLID_BONG,
6183 #[cfg(feature = "font_awesome_solid")]
6184 Self::FONT_AWESOME_SOLID_BOOK_ATLAS,
6185 #[cfg(feature = "font_awesome_solid")]
6186 Self::FONT_AWESOME_SOLID_BOOK_BIBLE,
6187 #[cfg(feature = "font_awesome_solid")]
6188 Self::FONT_AWESOME_SOLID_BOOK_BOOKMARK,
6189 #[cfg(feature = "font_awesome_solid")]
6190 Self::FONT_AWESOME_SOLID_BOOK_JOURNAL_WHILLS,
6191 #[cfg(feature = "font_awesome_solid")]
6192 Self::FONT_AWESOME_SOLID_BOOK_MEDICAL,
6193 #[cfg(feature = "font_awesome_solid")]
6194 Self::FONT_AWESOME_SOLID_BOOK_OPEN_READER,
6195 #[cfg(feature = "font_awesome_solid")]
6196 Self::FONT_AWESOME_SOLID_BOOK_OPEN,
6197 #[cfg(feature = "font_awesome_solid")]
6198 Self::FONT_AWESOME_SOLID_BOOK_QURAN,
6199 #[cfg(feature = "font_awesome_solid")]
6200 Self::FONT_AWESOME_SOLID_BOOK_SKULL,
6201 #[cfg(feature = "font_awesome_solid")]
6202 Self::FONT_AWESOME_SOLID_BOOK,
6203 #[cfg(feature = "font_awesome_solid")]
6204 Self::FONT_AWESOME_SOLID_BOOKMARK,
6205 #[cfg(feature = "font_awesome_solid")]
6206 Self::FONT_AWESOME_SOLID_BORDER_ALL,
6207 #[cfg(feature = "font_awesome_solid")]
6208 Self::FONT_AWESOME_SOLID_BORDER_NONE,
6209 #[cfg(feature = "font_awesome_solid")]
6210 Self::FONT_AWESOME_SOLID_BORDER_TOP_LEFT,
6211 #[cfg(feature = "font_awesome_solid")]
6212 Self::FONT_AWESOME_SOLID_BORE_HOLE,
6213 #[cfg(feature = "font_awesome_solid")]
6214 Self::FONT_AWESOME_SOLID_BOTTLE_DROPLET,
6215 #[cfg(feature = "font_awesome_solid")]
6216 Self::FONT_AWESOME_SOLID_BOTTLE_WATER,
6217 #[cfg(feature = "font_awesome_solid")]
6218 Self::FONT_AWESOME_SOLID_BOWL_FOOD,
6219 #[cfg(feature = "font_awesome_solid")]
6220 Self::FONT_AWESOME_SOLID_BOWL_RICE,
6221 #[cfg(feature = "font_awesome_solid")]
6222 Self::FONT_AWESOME_SOLID_BOWLING_BALL,
6223 #[cfg(feature = "font_awesome_solid")]
6224 Self::FONT_AWESOME_SOLID_BOX_ARCHIVE,
6225 #[cfg(feature = "font_awesome_solid")]
6226 Self::FONT_AWESOME_SOLID_BOX_OPEN,
6227 #[cfg(feature = "font_awesome_solid")]
6228 Self::FONT_AWESOME_SOLID_BOX_TISSUE,
6229 #[cfg(feature = "font_awesome_solid")]
6230 Self::FONT_AWESOME_SOLID_BOX,
6231 #[cfg(feature = "font_awesome_solid")]
6232 Self::FONT_AWESOME_SOLID_BOXES_PACKING,
6233 #[cfg(feature = "font_awesome_solid")]
6234 Self::FONT_AWESOME_SOLID_BOXES_STACKED,
6235 #[cfg(feature = "font_awesome_solid")]
6236 Self::FONT_AWESOME_SOLID_BRAILLE,
6237 #[cfg(feature = "font_awesome_solid")]
6238 Self::FONT_AWESOME_SOLID_BRAIN,
6239 #[cfg(feature = "font_awesome_solid")]
6240 Self::FONT_AWESOME_SOLID_BRAZILIAN_REAL_SIGN,
6241 #[cfg(feature = "font_awesome_solid")]
6242 Self::FONT_AWESOME_SOLID_BREAD_SLICE,
6243 #[cfg(feature = "font_awesome_solid")]
6244 Self::FONT_AWESOME_SOLID_BRIDGE_CIRCLE_CHECK,
6245 #[cfg(feature = "font_awesome_solid")]
6246 Self::FONT_AWESOME_SOLID_BRIDGE_CIRCLE_EXCLAMATION,
6247 #[cfg(feature = "font_awesome_solid")]
6248 Self::FONT_AWESOME_SOLID_BRIDGE_CIRCLE_XMARK,
6249 #[cfg(feature = "font_awesome_solid")]
6250 Self::FONT_AWESOME_SOLID_BRIDGE_LOCK,
6251 #[cfg(feature = "font_awesome_solid")]
6252 Self::FONT_AWESOME_SOLID_BRIDGE_WATER,
6253 #[cfg(feature = "font_awesome_solid")]
6254 Self::FONT_AWESOME_SOLID_BRIDGE,
6255 #[cfg(feature = "font_awesome_solid")]
6256 Self::FONT_AWESOME_SOLID_BRIEFCASE_MEDICAL,
6257 #[cfg(feature = "font_awesome_solid")]
6258 Self::FONT_AWESOME_SOLID_BRIEFCASE,
6259 #[cfg(feature = "font_awesome_solid")]
6260 Self::FONT_AWESOME_SOLID_BROOM_BALL,
6261 #[cfg(feature = "font_awesome_solid")]
6262 Self::FONT_AWESOME_SOLID_BROOM,
6263 #[cfg(feature = "font_awesome_solid")]
6264 Self::FONT_AWESOME_SOLID_BRUSH,
6265 #[cfg(feature = "font_awesome_solid")]
6266 Self::FONT_AWESOME_SOLID_BUCKET,
6267 #[cfg(feature = "font_awesome_solid")]
6268 Self::FONT_AWESOME_SOLID_BUG_SLASH,
6269 #[cfg(feature = "font_awesome_solid")]
6270 Self::FONT_AWESOME_SOLID_BUG,
6271 #[cfg(feature = "font_awesome_solid")]
6272 Self::FONT_AWESOME_SOLID_BUGS,
6273 #[cfg(feature = "font_awesome_solid")]
6274 Self::FONT_AWESOME_SOLID_BUILDING_CIRCLE_ARROW_RIGHT,
6275 #[cfg(feature = "font_awesome_solid")]
6276 Self::FONT_AWESOME_SOLID_BUILDING_CIRCLE_CHECK,
6277 #[cfg(feature = "font_awesome_solid")]
6278 Self::FONT_AWESOME_SOLID_BUILDING_CIRCLE_EXCLAMATION,
6279 #[cfg(feature = "font_awesome_solid")]
6280 Self::FONT_AWESOME_SOLID_BUILDING_CIRCLE_XMARK,
6281 #[cfg(feature = "font_awesome_solid")]
6282 Self::FONT_AWESOME_SOLID_BUILDING_COLUMNS,
6283 #[cfg(feature = "font_awesome_solid")]
6284 Self::FONT_AWESOME_SOLID_BUILDING_FLAG,
6285 #[cfg(feature = "font_awesome_solid")]
6286 Self::FONT_AWESOME_SOLID_BUILDING_LOCK,
6287 #[cfg(feature = "font_awesome_solid")]
6288 Self::FONT_AWESOME_SOLID_BUILDING_NGO,
6289 #[cfg(feature = "font_awesome_solid")]
6290 Self::FONT_AWESOME_SOLID_BUILDING_SHIELD,
6291 #[cfg(feature = "font_awesome_solid")]
6292 Self::FONT_AWESOME_SOLID_BUILDING_UN,
6293 #[cfg(feature = "font_awesome_solid")]
6294 Self::FONT_AWESOME_SOLID_BUILDING_USER,
6295 #[cfg(feature = "font_awesome_solid")]
6296 Self::FONT_AWESOME_SOLID_BUILDING_WHEAT,
6297 #[cfg(feature = "font_awesome_solid")]
6298 Self::FONT_AWESOME_SOLID_BUILDING,
6299 #[cfg(feature = "font_awesome_solid")]
6300 Self::FONT_AWESOME_SOLID_BULLHORN,
6301 #[cfg(feature = "font_awesome_solid")]
6302 Self::FONT_AWESOME_SOLID_BULLSEYE,
6303 #[cfg(feature = "font_awesome_solid")]
6304 Self::FONT_AWESOME_SOLID_BURGER,
6305 #[cfg(feature = "font_awesome_solid")]
6306 Self::FONT_AWESOME_SOLID_BURST,
6307 #[cfg(feature = "font_awesome_solid")]
6308 Self::FONT_AWESOME_SOLID_BUS_SIMPLE,
6309 #[cfg(feature = "font_awesome_solid")]
6310 Self::FONT_AWESOME_SOLID_BUS,
6311 #[cfg(feature = "font_awesome_solid")]
6312 Self::FONT_AWESOME_SOLID_BUSINESS_TIME,
6313 #[cfg(feature = "font_awesome_solid")]
6314 Self::FONT_AWESOME_SOLID_C,
6315 #[cfg(feature = "font_awesome_solid")]
6316 Self::FONT_AWESOME_SOLID_CAKE_CANDLES,
6317 #[cfg(feature = "font_awesome_solid")]
6318 Self::FONT_AWESOME_SOLID_CALCULATOR,
6319 #[cfg(feature = "font_awesome_solid")]
6320 Self::FONT_AWESOME_SOLID_CALENDAR_CHECK,
6321 #[cfg(feature = "font_awesome_solid")]
6322 Self::FONT_AWESOME_SOLID_CALENDAR_DAY,
6323 #[cfg(feature = "font_awesome_solid")]
6324 Self::FONT_AWESOME_SOLID_CALENDAR_DAYS,
6325 #[cfg(feature = "font_awesome_solid")]
6326 Self::FONT_AWESOME_SOLID_CALENDAR_MINUS,
6327 #[cfg(feature = "font_awesome_solid")]
6328 Self::FONT_AWESOME_SOLID_CALENDAR_PLUS,
6329 #[cfg(feature = "font_awesome_solid")]
6330 Self::FONT_AWESOME_SOLID_CALENDAR_WEEK,
6331 #[cfg(feature = "font_awesome_solid")]
6332 Self::FONT_AWESOME_SOLID_CALENDAR_XMARK,
6333 #[cfg(feature = "font_awesome_solid")]
6334 Self::FONT_AWESOME_SOLID_CALENDAR,
6335 #[cfg(feature = "font_awesome_solid")]
6336 Self::FONT_AWESOME_SOLID_CAMERA_RETRO,
6337 #[cfg(feature = "font_awesome_solid")]
6338 Self::FONT_AWESOME_SOLID_CAMERA_ROTATE,
6339 #[cfg(feature = "font_awesome_solid")]
6340 Self::FONT_AWESOME_SOLID_CAMERA,
6341 #[cfg(feature = "font_awesome_solid")]
6342 Self::FONT_AWESOME_SOLID_CAMPGROUND,
6343 #[cfg(feature = "font_awesome_solid")]
6344 Self::FONT_AWESOME_SOLID_CANDY_CANE,
6345 #[cfg(feature = "font_awesome_solid")]
6346 Self::FONT_AWESOME_SOLID_CANNABIS,
6347 #[cfg(feature = "font_awesome_solid")]
6348 Self::FONT_AWESOME_SOLID_CAPSULES,
6349 #[cfg(feature = "font_awesome_solid")]
6350 Self::FONT_AWESOME_SOLID_CAR_BATTERY,
6351 #[cfg(feature = "font_awesome_solid")]
6352 Self::FONT_AWESOME_SOLID_CAR_BURST,
6353 #[cfg(feature = "font_awesome_solid")]
6354 Self::FONT_AWESOME_SOLID_CAR_CRASH,
6355 #[cfg(feature = "font_awesome_solid")]
6356 Self::FONT_AWESOME_SOLID_CAR_ON,
6357 #[cfg(feature = "font_awesome_solid")]
6358 Self::FONT_AWESOME_SOLID_CAR_REAR,
6359 #[cfg(feature = "font_awesome_solid")]
6360 Self::FONT_AWESOME_SOLID_CAR_SIDE,
6361 #[cfg(feature = "font_awesome_solid")]
6362 Self::FONT_AWESOME_SOLID_CAR_TUNNEL,
6363 #[cfg(feature = "font_awesome_solid")]
6364 Self::FONT_AWESOME_SOLID_CAR,
6365 #[cfg(feature = "font_awesome_solid")]
6366 Self::FONT_AWESOME_SOLID_CARAVAN,
6367 #[cfg(feature = "font_awesome_solid")]
6368 Self::FONT_AWESOME_SOLID_CARET_DOWN,
6369 #[cfg(feature = "font_awesome_solid")]
6370 Self::FONT_AWESOME_SOLID_CARET_LEFT,
6371 #[cfg(feature = "font_awesome_solid")]
6372 Self::FONT_AWESOME_SOLID_CARET_RIGHT,
6373 #[cfg(feature = "font_awesome_solid")]
6374 Self::FONT_AWESOME_SOLID_CARET_UP,
6375 #[cfg(feature = "font_awesome_solid")]
6376 Self::FONT_AWESOME_SOLID_CARROT,
6377 #[cfg(feature = "font_awesome_solid")]
6378 Self::FONT_AWESOME_SOLID_CART_ARROW_DOWN,
6379 #[cfg(feature = "font_awesome_solid")]
6380 Self::FONT_AWESOME_SOLID_CART_FLATBED_SUITCASE,
6381 #[cfg(feature = "font_awesome_solid")]
6382 Self::FONT_AWESOME_SOLID_CART_FLATBED,
6383 #[cfg(feature = "font_awesome_solid")]
6384 Self::FONT_AWESOME_SOLID_CART_PLUS,
6385 #[cfg(feature = "font_awesome_solid")]
6386 Self::FONT_AWESOME_SOLID_CART_SHOPPING,
6387 #[cfg(feature = "font_awesome_solid")]
6388 Self::FONT_AWESOME_SOLID_CASH_REGISTER,
6389 #[cfg(feature = "font_awesome_solid")]
6390 Self::FONT_AWESOME_SOLID_CAT,
6391 #[cfg(feature = "font_awesome_solid")]
6392 Self::FONT_AWESOME_SOLID_CEDI_SIGN,
6393 #[cfg(feature = "font_awesome_solid")]
6394 Self::FONT_AWESOME_SOLID_CENT_SIGN,
6395 #[cfg(feature = "font_awesome_solid")]
6396 Self::FONT_AWESOME_SOLID_CERTIFICATE,
6397 #[cfg(feature = "font_awesome_solid")]
6398 Self::FONT_AWESOME_SOLID_CHAIR,
6399 #[cfg(feature = "font_awesome_solid")]
6400 Self::FONT_AWESOME_SOLID_CHALKBOARD_USER,
6401 #[cfg(feature = "font_awesome_solid")]
6402 Self::FONT_AWESOME_SOLID_CHALKBOARD,
6403 #[cfg(feature = "font_awesome_solid")]
6404 Self::FONT_AWESOME_SOLID_CHAMPAGNE_GLASSES,
6405 #[cfg(feature = "font_awesome_solid")]
6406 Self::FONT_AWESOME_SOLID_CHARGING_STATION,
6407 #[cfg(feature = "font_awesome_solid")]
6408 Self::FONT_AWESOME_SOLID_CHART_AREA,
6409 #[cfg(feature = "font_awesome_solid")]
6410 Self::FONT_AWESOME_SOLID_CHART_BAR,
6411 #[cfg(feature = "font_awesome_solid")]
6412 Self::FONT_AWESOME_SOLID_CHART_COLUMN,
6413 #[cfg(feature = "font_awesome_solid")]
6414 Self::FONT_AWESOME_SOLID_CHART_GANTT,
6415 #[cfg(feature = "font_awesome_solid")]
6416 Self::FONT_AWESOME_SOLID_CHART_LINE,
6417 #[cfg(feature = "font_awesome_solid")]
6418 Self::FONT_AWESOME_SOLID_CHART_PIE,
6419 #[cfg(feature = "font_awesome_solid")]
6420 Self::FONT_AWESOME_SOLID_CHART_SIMPLE,
6421 #[cfg(feature = "font_awesome_solid")]
6422 Self::FONT_AWESOME_SOLID_CHECK_DOUBLE,
6423 #[cfg(feature = "font_awesome_solid")]
6424 Self::FONT_AWESOME_SOLID_CHECK_TO_SLOT,
6425 #[cfg(feature = "font_awesome_solid")]
6426 Self::FONT_AWESOME_SOLID_CHECK,
6427 #[cfg(feature = "font_awesome_solid")]
6428 Self::FONT_AWESOME_SOLID_CHEESE,
6429 #[cfg(feature = "font_awesome_solid")]
6430 Self::FONT_AWESOME_SOLID_CHESS_BISHOP,
6431 #[cfg(feature = "font_awesome_solid")]
6432 Self::FONT_AWESOME_SOLID_CHESS_BOARD,
6433 #[cfg(feature = "font_awesome_solid")]
6434 Self::FONT_AWESOME_SOLID_CHESS_KING,
6435 #[cfg(feature = "font_awesome_solid")]
6436 Self::FONT_AWESOME_SOLID_CHESS_KNIGHT,
6437 #[cfg(feature = "font_awesome_solid")]
6438 Self::FONT_AWESOME_SOLID_CHESS_PAWN,
6439 #[cfg(feature = "font_awesome_solid")]
6440 Self::FONT_AWESOME_SOLID_CHESS_QUEEN,
6441 #[cfg(feature = "font_awesome_solid")]
6442 Self::FONT_AWESOME_SOLID_CHESS_ROOK,
6443 #[cfg(feature = "font_awesome_solid")]
6444 Self::FONT_AWESOME_SOLID_CHESS,
6445 #[cfg(feature = "font_awesome_solid")]
6446 Self::FONT_AWESOME_SOLID_CHEVRON_DOWN,
6447 #[cfg(feature = "font_awesome_solid")]
6448 Self::FONT_AWESOME_SOLID_CHEVRON_LEFT,
6449 #[cfg(feature = "font_awesome_solid")]
6450 Self::FONT_AWESOME_SOLID_CHEVRON_RIGHT,
6451 #[cfg(feature = "font_awesome_solid")]
6452 Self::FONT_AWESOME_SOLID_CHEVRON_UP,
6453 #[cfg(feature = "font_awesome_solid")]
6454 Self::FONT_AWESOME_SOLID_CHILD_DRESS,
6455 #[cfg(feature = "font_awesome_solid")]
6456 Self::FONT_AWESOME_SOLID_CHILD_REACHING,
6457 #[cfg(feature = "font_awesome_solid")]
6458 Self::FONT_AWESOME_SOLID_CHILD_RIFLE,
6459 #[cfg(feature = "font_awesome_solid")]
6460 Self::FONT_AWESOME_SOLID_CHILD,
6461 #[cfg(feature = "font_awesome_solid")]
6462 Self::FONT_AWESOME_SOLID_CHILDREN,
6463 #[cfg(feature = "font_awesome_solid")]
6464 Self::FONT_AWESOME_SOLID_CHURCH,
6465 #[cfg(feature = "font_awesome_solid")]
6466 Self::FONT_AWESOME_SOLID_CIRCLE_ARROW_DOWN,
6467 #[cfg(feature = "font_awesome_solid")]
6468 Self::FONT_AWESOME_SOLID_CIRCLE_ARROW_LEFT,
6469 #[cfg(feature = "font_awesome_solid")]
6470 Self::FONT_AWESOME_SOLID_CIRCLE_ARROW_RIGHT,
6471 #[cfg(feature = "font_awesome_solid")]
6472 Self::FONT_AWESOME_SOLID_CIRCLE_ARROW_UP,
6473 #[cfg(feature = "font_awesome_solid")]
6474 Self::FONT_AWESOME_SOLID_CIRCLE_CHECK,
6475 #[cfg(feature = "font_awesome_solid")]
6476 Self::FONT_AWESOME_SOLID_CIRCLE_CHEVRON_DOWN,
6477 #[cfg(feature = "font_awesome_solid")]
6478 Self::FONT_AWESOME_SOLID_CIRCLE_CHEVRON_LEFT,
6479 #[cfg(feature = "font_awesome_solid")]
6480 Self::FONT_AWESOME_SOLID_CIRCLE_CHEVRON_RIGHT,
6481 #[cfg(feature = "font_awesome_solid")]
6482 Self::FONT_AWESOME_SOLID_CIRCLE_CHEVRON_UP,
6483 #[cfg(feature = "font_awesome_solid")]
6484 Self::FONT_AWESOME_SOLID_CIRCLE_DOLLAR_TO_SLOT,
6485 #[cfg(feature = "font_awesome_solid")]
6486 Self::FONT_AWESOME_SOLID_CIRCLE_DOT,
6487 #[cfg(feature = "font_awesome_solid")]
6488 Self::FONT_AWESOME_SOLID_CIRCLE_DOWN,
6489 #[cfg(feature = "font_awesome_solid")]
6490 Self::FONT_AWESOME_SOLID_CIRCLE_EXCLAMATION,
6491 #[cfg(feature = "font_awesome_solid")]
6492 Self::FONT_AWESOME_SOLID_CIRCLE_H,
6493 #[cfg(feature = "font_awesome_solid")]
6494 Self::FONT_AWESOME_SOLID_CIRCLE_HALF_STROKE,
6495 #[cfg(feature = "font_awesome_solid")]
6496 Self::FONT_AWESOME_SOLID_CIRCLE_INFO,
6497 #[cfg(feature = "font_awesome_solid")]
6498 Self::FONT_AWESOME_SOLID_CIRCLE_LEFT,
6499 #[cfg(feature = "font_awesome_solid")]
6500 Self::FONT_AWESOME_SOLID_CIRCLE_MINUS,
6501 #[cfg(feature = "font_awesome_solid")]
6502 Self::FONT_AWESOME_SOLID_CIRCLE_NODES,
6503 #[cfg(feature = "font_awesome_solid")]
6504 Self::FONT_AWESOME_SOLID_CIRCLE_NOTCH,
6505 #[cfg(feature = "font_awesome_solid")]
6506 Self::FONT_AWESOME_SOLID_CIRCLE_PAUSE,
6507 #[cfg(feature = "font_awesome_solid")]
6508 Self::FONT_AWESOME_SOLID_CIRCLE_PLAY,
6509 #[cfg(feature = "font_awesome_solid")]
6510 Self::FONT_AWESOME_SOLID_CIRCLE_PLUS,
6511 #[cfg(feature = "font_awesome_solid")]
6512 Self::FONT_AWESOME_SOLID_CIRCLE_QUESTION,
6513 #[cfg(feature = "font_awesome_solid")]
6514 Self::FONT_AWESOME_SOLID_CIRCLE_RADIATION,
6515 #[cfg(feature = "font_awesome_solid")]
6516 Self::FONT_AWESOME_SOLID_CIRCLE_RIGHT,
6517 #[cfg(feature = "font_awesome_solid")]
6518 Self::FONT_AWESOME_SOLID_CIRCLE_STOP,
6519 #[cfg(feature = "font_awesome_solid")]
6520 Self::FONT_AWESOME_SOLID_CIRCLE_UP,
6521 #[cfg(feature = "font_awesome_solid")]
6522 Self::FONT_AWESOME_SOLID_CIRCLE_USER,
6523 #[cfg(feature = "font_awesome_solid")]
6524 Self::FONT_AWESOME_SOLID_CIRCLE_XMARK,
6525 #[cfg(feature = "font_awesome_solid")]
6526 Self::FONT_AWESOME_SOLID_CIRCLE,
6527 #[cfg(feature = "font_awesome_solid")]
6528 Self::FONT_AWESOME_SOLID_CITY,
6529 #[cfg(feature = "font_awesome_solid")]
6530 Self::FONT_AWESOME_SOLID_CLAPPERBOARD,
6531 #[cfg(feature = "font_awesome_solid")]
6532 Self::FONT_AWESOME_SOLID_CLIPBOARD_CHECK,
6533 #[cfg(feature = "font_awesome_solid")]
6534 Self::FONT_AWESOME_SOLID_CLIPBOARD_LIST,
6535 #[cfg(feature = "font_awesome_solid")]
6536 Self::FONT_AWESOME_SOLID_CLIPBOARD_QUESTION,
6537 #[cfg(feature = "font_awesome_solid")]
6538 Self::FONT_AWESOME_SOLID_CLIPBOARD_USER,
6539 #[cfg(feature = "font_awesome_solid")]
6540 Self::FONT_AWESOME_SOLID_CLIPBOARD,
6541 #[cfg(feature = "font_awesome_solid")]
6542 Self::FONT_AWESOME_SOLID_CLOCK_ROTATE_LEFT,
6543 #[cfg(feature = "font_awesome_solid")]
6544 Self::FONT_AWESOME_SOLID_CLOCK,
6545 #[cfg(feature = "font_awesome_solid")]
6546 Self::FONT_AWESOME_SOLID_CLONE,
6547 #[cfg(feature = "font_awesome_solid")]
6548 Self::FONT_AWESOME_SOLID_CLOSED_CAPTIONING,
6549 #[cfg(feature = "font_awesome_solid")]
6550 Self::FONT_AWESOME_SOLID_CLOUD_ARROW_DOWN,
6551 #[cfg(feature = "font_awesome_solid")]
6552 Self::FONT_AWESOME_SOLID_CLOUD_ARROW_UP,
6553 #[cfg(feature = "font_awesome_solid")]
6554 Self::FONT_AWESOME_SOLID_CLOUD_BOLT,
6555 #[cfg(feature = "font_awesome_solid")]
6556 Self::FONT_AWESOME_SOLID_CLOUD_MEATBALL,
6557 #[cfg(feature = "font_awesome_solid")]
6558 Self::FONT_AWESOME_SOLID_CLOUD_MOON_RAIN,
6559 #[cfg(feature = "font_awesome_solid")]
6560 Self::FONT_AWESOME_SOLID_CLOUD_MOON,
6561 #[cfg(feature = "font_awesome_solid")]
6562 Self::FONT_AWESOME_SOLID_CLOUD_RAIN,
6563 #[cfg(feature = "font_awesome_solid")]
6564 Self::FONT_AWESOME_SOLID_CLOUD_SHOWERS_HEAVY,
6565 #[cfg(feature = "font_awesome_solid")]
6566 Self::FONT_AWESOME_SOLID_CLOUD_SHOWERS_WATER,
6567 #[cfg(feature = "font_awesome_solid")]
6568 Self::FONT_AWESOME_SOLID_CLOUD_SUN_RAIN,
6569 #[cfg(feature = "font_awesome_solid")]
6570 Self::FONT_AWESOME_SOLID_CLOUD_SUN,
6571 #[cfg(feature = "font_awesome_solid")]
6572 Self::FONT_AWESOME_SOLID_CLOUD,
6573 #[cfg(feature = "font_awesome_solid")]
6574 Self::FONT_AWESOME_SOLID_CLOVER,
6575 #[cfg(feature = "font_awesome_solid")]
6576 Self::FONT_AWESOME_SOLID_CODE_BRANCH,
6577 #[cfg(feature = "font_awesome_solid")]
6578 Self::FONT_AWESOME_SOLID_CODE_COMMIT,
6579 #[cfg(feature = "font_awesome_solid")]
6580 Self::FONT_AWESOME_SOLID_CODE_COMPARE,
6581 #[cfg(feature = "font_awesome_solid")]
6582 Self::FONT_AWESOME_SOLID_CODE_FORK,
6583 #[cfg(feature = "font_awesome_solid")]
6584 Self::FONT_AWESOME_SOLID_CODE_MERGE,
6585 #[cfg(feature = "font_awesome_solid")]
6586 Self::FONT_AWESOME_SOLID_CODE_PULL_REQUEST,
6587 #[cfg(feature = "font_awesome_solid")]
6588 Self::FONT_AWESOME_SOLID_CODE,
6589 #[cfg(feature = "font_awesome_solid")]
6590 Self::FONT_AWESOME_SOLID_COINS,
6591 #[cfg(feature = "font_awesome_solid")]
6592 Self::FONT_AWESOME_SOLID_COLON_SIGN,
6593 #[cfg(feature = "font_awesome_solid")]
6594 Self::FONT_AWESOME_SOLID_COMMENT_DOLLAR,
6595 #[cfg(feature = "font_awesome_solid")]
6596 Self::FONT_AWESOME_SOLID_COMMENT_DOTS,
6597 #[cfg(feature = "font_awesome_solid")]
6598 Self::FONT_AWESOME_SOLID_COMMENT_MEDICAL,
6599 #[cfg(feature = "font_awesome_solid")]
6600 Self::FONT_AWESOME_SOLID_COMMENT_SLASH,
6601 #[cfg(feature = "font_awesome_solid")]
6602 Self::FONT_AWESOME_SOLID_COMMENT_SMS,
6603 #[cfg(feature = "font_awesome_solid")]
6604 Self::FONT_AWESOME_SOLID_COMMENT,
6605 #[cfg(feature = "font_awesome_solid")]
6606 Self::FONT_AWESOME_SOLID_COMMENTS_DOLLAR,
6607 #[cfg(feature = "font_awesome_solid")]
6608 Self::FONT_AWESOME_SOLID_COMMENTS,
6609 #[cfg(feature = "font_awesome_solid")]
6610 Self::FONT_AWESOME_SOLID_COMPACT_DISC,
6611 #[cfg(feature = "font_awesome_solid")]
6612 Self::FONT_AWESOME_SOLID_COMPASS_DRAFTING,
6613 #[cfg(feature = "font_awesome_solid")]
6614 Self::FONT_AWESOME_SOLID_COMPASS,
6615 #[cfg(feature = "font_awesome_solid")]
6616 Self::FONT_AWESOME_SOLID_COMPRESS,
6617 #[cfg(feature = "font_awesome_solid")]
6618 Self::FONT_AWESOME_SOLID_COMPUTER_MOUSE,
6619 #[cfg(feature = "font_awesome_solid")]
6620 Self::FONT_AWESOME_SOLID_COMPUTER,
6621 #[cfg(feature = "font_awesome_solid")]
6622 Self::FONT_AWESOME_SOLID_COOKIE_BITE,
6623 #[cfg(feature = "font_awesome_solid")]
6624 Self::FONT_AWESOME_SOLID_COOKIE,
6625 #[cfg(feature = "font_awesome_solid")]
6626 Self::FONT_AWESOME_SOLID_COPY,
6627 #[cfg(feature = "font_awesome_solid")]
6628 Self::FONT_AWESOME_SOLID_COPYRIGHT,
6629 #[cfg(feature = "font_awesome_solid")]
6630 Self::FONT_AWESOME_SOLID_COUCH,
6631 #[cfg(feature = "font_awesome_solid")]
6632 Self::FONT_AWESOME_SOLID_COW,
6633 #[cfg(feature = "font_awesome_solid")]
6634 Self::FONT_AWESOME_SOLID_CREDIT_CARD,
6635 #[cfg(feature = "font_awesome_solid")]
6636 Self::FONT_AWESOME_SOLID_CROP_SIMPLE,
6637 #[cfg(feature = "font_awesome_solid")]
6638 Self::FONT_AWESOME_SOLID_CROP,
6639 #[cfg(feature = "font_awesome_solid")]
6640 Self::FONT_AWESOME_SOLID_CROSS,
6641 #[cfg(feature = "font_awesome_solid")]
6642 Self::FONT_AWESOME_SOLID_CROSSHAIRS,
6643 #[cfg(feature = "font_awesome_solid")]
6644 Self::FONT_AWESOME_SOLID_CROW,
6645 #[cfg(feature = "font_awesome_solid")]
6646 Self::FONT_AWESOME_SOLID_CROWN,
6647 #[cfg(feature = "font_awesome_solid")]
6648 Self::FONT_AWESOME_SOLID_CRUTCH,
6649 #[cfg(feature = "font_awesome_solid")]
6650 Self::FONT_AWESOME_SOLID_CRUZEIRO_SIGN,
6651 #[cfg(feature = "font_awesome_solid")]
6652 Self::FONT_AWESOME_SOLID_CUBE,
6653 #[cfg(feature = "font_awesome_solid")]
6654 Self::FONT_AWESOME_SOLID_CUBES_STACKED,
6655 #[cfg(feature = "font_awesome_solid")]
6656 Self::FONT_AWESOME_SOLID_CUBES,
6657 #[cfg(feature = "font_awesome_solid")]
6658 Self::FONT_AWESOME_SOLID_D,
6659 #[cfg(feature = "font_awesome_solid")]
6660 Self::FONT_AWESOME_SOLID_DATABASE,
6661 #[cfg(feature = "font_awesome_solid")]
6662 Self::FONT_AWESOME_SOLID_DELETE_LEFT,
6663 #[cfg(feature = "font_awesome_solid")]
6664 Self::FONT_AWESOME_SOLID_DEMOCRAT,
6665 #[cfg(feature = "font_awesome_solid")]
6666 Self::FONT_AWESOME_SOLID_DESKTOP,
6667 #[cfg(feature = "font_awesome_solid")]
6668 Self::FONT_AWESOME_SOLID_DHARMACHAKRA,
6669 #[cfg(feature = "font_awesome_solid")]
6670 Self::FONT_AWESOME_SOLID_DIAGRAM_NEXT,
6671 #[cfg(feature = "font_awesome_solid")]
6672 Self::FONT_AWESOME_SOLID_DIAGRAM_PREDECESSOR,
6673 #[cfg(feature = "font_awesome_solid")]
6674 Self::FONT_AWESOME_SOLID_DIAGRAM_PROJECT,
6675 #[cfg(feature = "font_awesome_solid")]
6676 Self::FONT_AWESOME_SOLID_DIAGRAM_SUCCESSOR,
6677 #[cfg(feature = "font_awesome_solid")]
6678 Self::FONT_AWESOME_SOLID_DIAMOND_TURN_RIGHT,
6679 #[cfg(feature = "font_awesome_solid")]
6680 Self::FONT_AWESOME_SOLID_DIAMOND,
6681 #[cfg(feature = "font_awesome_solid")]
6682 Self::FONT_AWESOME_SOLID_DICE_D_20,
6683 #[cfg(feature = "font_awesome_solid")]
6684 Self::FONT_AWESOME_SOLID_DICE_D_6,
6685 #[cfg(feature = "font_awesome_solid")]
6686 Self::FONT_AWESOME_SOLID_DICE_FIVE,
6687 #[cfg(feature = "font_awesome_solid")]
6688 Self::FONT_AWESOME_SOLID_DICE_FOUR,
6689 #[cfg(feature = "font_awesome_solid")]
6690 Self::FONT_AWESOME_SOLID_DICE_ONE,
6691 #[cfg(feature = "font_awesome_solid")]
6692 Self::FONT_AWESOME_SOLID_DICE_SIX,
6693 #[cfg(feature = "font_awesome_solid")]
6694 Self::FONT_AWESOME_SOLID_DICE_THREE,
6695 #[cfg(feature = "font_awesome_solid")]
6696 Self::FONT_AWESOME_SOLID_DICE_TWO,
6697 #[cfg(feature = "font_awesome_solid")]
6698 Self::FONT_AWESOME_SOLID_DICE,
6699 #[cfg(feature = "font_awesome_solid")]
6700 Self::FONT_AWESOME_SOLID_DISEASE,
6701 #[cfg(feature = "font_awesome_solid")]
6702 Self::FONT_AWESOME_SOLID_DISPLAY,
6703 #[cfg(feature = "font_awesome_solid")]
6704 Self::FONT_AWESOME_SOLID_DIVIDE,
6705 #[cfg(feature = "font_awesome_solid")]
6706 Self::FONT_AWESOME_SOLID_DNA,
6707 #[cfg(feature = "font_awesome_solid")]
6708 Self::FONT_AWESOME_SOLID_DOG,
6709 #[cfg(feature = "font_awesome_solid")]
6710 Self::FONT_AWESOME_SOLID_DOLLAR_SIGN,
6711 #[cfg(feature = "font_awesome_solid")]
6712 Self::FONT_AWESOME_SOLID_DOLLY,
6713 #[cfg(feature = "font_awesome_solid")]
6714 Self::FONT_AWESOME_SOLID_DONG_SIGN,
6715 #[cfg(feature = "font_awesome_solid")]
6716 Self::FONT_AWESOME_SOLID_DOOR_CLOSED,
6717 #[cfg(feature = "font_awesome_solid")]
6718 Self::FONT_AWESOME_SOLID_DOOR_OPEN,
6719 #[cfg(feature = "font_awesome_solid")]
6720 Self::FONT_AWESOME_SOLID_DOVE,
6721 #[cfg(feature = "font_awesome_solid")]
6722 Self::FONT_AWESOME_SOLID_DOWN_LEFT_AND_UP_RIGHT_TO_CENTER,
6723 #[cfg(feature = "font_awesome_solid")]
6724 Self::FONT_AWESOME_SOLID_DOWN_LONG,
6725 #[cfg(feature = "font_awesome_solid")]
6726 Self::FONT_AWESOME_SOLID_DOWNLOAD,
6727 #[cfg(feature = "font_awesome_solid")]
6728 Self::FONT_AWESOME_SOLID_DRAGON,
6729 #[cfg(feature = "font_awesome_solid")]
6730 Self::FONT_AWESOME_SOLID_DRAW_POLYGON,
6731 #[cfg(feature = "font_awesome_solid")]
6732 Self::FONT_AWESOME_SOLID_DROPLET_SLASH,
6733 #[cfg(feature = "font_awesome_solid")]
6734 Self::FONT_AWESOME_SOLID_DROPLET,
6735 #[cfg(feature = "font_awesome_solid")]
6736 Self::FONT_AWESOME_SOLID_DRUM_STEELPAN,
6737 #[cfg(feature = "font_awesome_solid")]
6738 Self::FONT_AWESOME_SOLID_DRUM,
6739 #[cfg(feature = "font_awesome_solid")]
6740 Self::FONT_AWESOME_SOLID_DRUMSTICK_BITE,
6741 #[cfg(feature = "font_awesome_solid")]
6742 Self::FONT_AWESOME_SOLID_DUMBBELL,
6743 #[cfg(feature = "font_awesome_solid")]
6744 Self::FONT_AWESOME_SOLID_DUMPSTER_FIRE,
6745 #[cfg(feature = "font_awesome_solid")]
6746 Self::FONT_AWESOME_SOLID_DUMPSTER,
6747 #[cfg(feature = "font_awesome_solid")]
6748 Self::FONT_AWESOME_SOLID_DUNGEON,
6749 #[cfg(feature = "font_awesome_solid")]
6750 Self::FONT_AWESOME_SOLID_E,
6751 #[cfg(feature = "font_awesome_solid")]
6752 Self::FONT_AWESOME_SOLID_EAR_DEAF,
6753 #[cfg(feature = "font_awesome_solid")]
6754 Self::FONT_AWESOME_SOLID_EAR_LISTEN,
6755 #[cfg(feature = "font_awesome_solid")]
6756 Self::FONT_AWESOME_SOLID_EARTH_AFRICA,
6757 #[cfg(feature = "font_awesome_solid")]
6758 Self::FONT_AWESOME_SOLID_EARTH_AMERICAS,
6759 #[cfg(feature = "font_awesome_solid")]
6760 Self::FONT_AWESOME_SOLID_EARTH_ASIA,
6761 #[cfg(feature = "font_awesome_solid")]
6762 Self::FONT_AWESOME_SOLID_EARTH_EUROPE,
6763 #[cfg(feature = "font_awesome_solid")]
6764 Self::FONT_AWESOME_SOLID_EARTH_OCEANIA,
6765 #[cfg(feature = "font_awesome_solid")]
6766 Self::FONT_AWESOME_SOLID_EGG,
6767 #[cfg(feature = "font_awesome_solid")]
6768 Self::FONT_AWESOME_SOLID_EJECT,
6769 #[cfg(feature = "font_awesome_solid")]
6770 Self::FONT_AWESOME_SOLID_ELEVATOR,
6771 #[cfg(feature = "font_awesome_solid")]
6772 Self::FONT_AWESOME_SOLID_ELLIPSIS_VERTICAL,
6773 #[cfg(feature = "font_awesome_solid")]
6774 Self::FONT_AWESOME_SOLID_ELLIPSIS,
6775 #[cfg(feature = "font_awesome_solid")]
6776 Self::FONT_AWESOME_SOLID_ENVELOPE_CIRCLE_CHECK,
6777 #[cfg(feature = "font_awesome_solid")]
6778 Self::FONT_AWESOME_SOLID_ENVELOPE_OPEN_TEXT,
6779 #[cfg(feature = "font_awesome_solid")]
6780 Self::FONT_AWESOME_SOLID_ENVELOPE_OPEN,
6781 #[cfg(feature = "font_awesome_solid")]
6782 Self::FONT_AWESOME_SOLID_ENVELOPE,
6783 #[cfg(feature = "font_awesome_solid")]
6784 Self::FONT_AWESOME_SOLID_ENVELOPES_BULK,
6785 #[cfg(feature = "font_awesome_solid")]
6786 Self::FONT_AWESOME_SOLID_EQUALS,
6787 #[cfg(feature = "font_awesome_solid")]
6788 Self::FONT_AWESOME_SOLID_ERASER,
6789 #[cfg(feature = "font_awesome_solid")]
6790 Self::FONT_AWESOME_SOLID_ETHERNET,
6791 #[cfg(feature = "font_awesome_solid")]
6792 Self::FONT_AWESOME_SOLID_EURO_SIGN,
6793 #[cfg(feature = "font_awesome_solid")]
6794 Self::FONT_AWESOME_SOLID_EXCLAMATION,
6795 #[cfg(feature = "font_awesome_solid")]
6796 Self::FONT_AWESOME_SOLID_EXPAND,
6797 #[cfg(feature = "font_awesome_solid")]
6798 Self::FONT_AWESOME_SOLID_EXPLOSION,
6799 #[cfg(feature = "font_awesome_solid")]
6800 Self::FONT_AWESOME_SOLID_EYE_DROPPER,
6801 #[cfg(feature = "font_awesome_solid")]
6802 Self::FONT_AWESOME_SOLID_EYE_LOW_VISION,
6803 #[cfg(feature = "font_awesome_solid")]
6804 Self::FONT_AWESOME_SOLID_EYE_SLASH,
6805 #[cfg(feature = "font_awesome_solid")]
6806 Self::FONT_AWESOME_SOLID_EYE,
6807 #[cfg(feature = "font_awesome_solid")]
6808 Self::FONT_AWESOME_SOLID_F,
6809 #[cfg(feature = "font_awesome_solid")]
6810 Self::FONT_AWESOME_SOLID_FACE_ANGRY,
6811 #[cfg(feature = "font_awesome_solid")]
6812 Self::FONT_AWESOME_SOLID_FACE_DIZZY,
6813 #[cfg(feature = "font_awesome_solid")]
6814 Self::FONT_AWESOME_SOLID_FACE_FLUSHED,
6815 #[cfg(feature = "font_awesome_solid")]
6816 Self::FONT_AWESOME_SOLID_FACE_FROWN_OPEN,
6817 #[cfg(feature = "font_awesome_solid")]
6818 Self::FONT_AWESOME_SOLID_FACE_FROWN,
6819 #[cfg(feature = "font_awesome_solid")]
6820 Self::FONT_AWESOME_SOLID_FACE_GRIMACE,
6821 #[cfg(feature = "font_awesome_solid")]
6822 Self::FONT_AWESOME_SOLID_FACE_GRIN_BEAM_SWEAT,
6823 #[cfg(feature = "font_awesome_solid")]
6824 Self::FONT_AWESOME_SOLID_FACE_GRIN_BEAM,
6825 #[cfg(feature = "font_awesome_solid")]
6826 Self::FONT_AWESOME_SOLID_FACE_GRIN_HEARTS,
6827 #[cfg(feature = "font_awesome_solid")]
6828 Self::FONT_AWESOME_SOLID_FACE_GRIN_SQUINT_TEARS,
6829 #[cfg(feature = "font_awesome_solid")]
6830 Self::FONT_AWESOME_SOLID_FACE_GRIN_SQUINT,
6831 #[cfg(feature = "font_awesome_solid")]
6832 Self::FONT_AWESOME_SOLID_FACE_GRIN_STARS,
6833 #[cfg(feature = "font_awesome_solid")]
6834 Self::FONT_AWESOME_SOLID_FACE_GRIN_TEARS,
6835 #[cfg(feature = "font_awesome_solid")]
6836 Self::FONT_AWESOME_SOLID_FACE_GRIN_TONGUE_SQUINT,
6837 #[cfg(feature = "font_awesome_solid")]
6838 Self::FONT_AWESOME_SOLID_FACE_GRIN_TONGUE_WINK,
6839 #[cfg(feature = "font_awesome_solid")]
6840 Self::FONT_AWESOME_SOLID_FACE_GRIN_TONGUE,
6841 #[cfg(feature = "font_awesome_solid")]
6842 Self::FONT_AWESOME_SOLID_FACE_GRIN_WIDE,
6843 #[cfg(feature = "font_awesome_solid")]
6844 Self::FONT_AWESOME_SOLID_FACE_GRIN_WINK,
6845 #[cfg(feature = "font_awesome_solid")]
6846 Self::FONT_AWESOME_SOLID_FACE_GRIN,
6847 #[cfg(feature = "font_awesome_solid")]
6848 Self::FONT_AWESOME_SOLID_FACE_KISS_BEAM,
6849 #[cfg(feature = "font_awesome_solid")]
6850 Self::FONT_AWESOME_SOLID_FACE_KISS_WINK_HEART,
6851 #[cfg(feature = "font_awesome_solid")]
6852 Self::FONT_AWESOME_SOLID_FACE_KISS,
6853 #[cfg(feature = "font_awesome_solid")]
6854 Self::FONT_AWESOME_SOLID_FACE_LAUGH_BEAM,
6855 #[cfg(feature = "font_awesome_solid")]
6856 Self::FONT_AWESOME_SOLID_FACE_LAUGH_SQUINT,
6857 #[cfg(feature = "font_awesome_solid")]
6858 Self::FONT_AWESOME_SOLID_FACE_LAUGH_WINK,
6859 #[cfg(feature = "font_awesome_solid")]
6860 Self::FONT_AWESOME_SOLID_FACE_LAUGH,
6861 #[cfg(feature = "font_awesome_solid")]
6862 Self::FONT_AWESOME_SOLID_FACE_MEH_BLANK,
6863 #[cfg(feature = "font_awesome_solid")]
6864 Self::FONT_AWESOME_SOLID_FACE_MEH,
6865 #[cfg(feature = "font_awesome_solid")]
6866 Self::FONT_AWESOME_SOLID_FACE_ROLLING_EYES,
6867 #[cfg(feature = "font_awesome_solid")]
6868 Self::FONT_AWESOME_SOLID_FACE_SAD_CRY,
6869 #[cfg(feature = "font_awesome_solid")]
6870 Self::FONT_AWESOME_SOLID_FACE_SAD_TEAR,
6871 #[cfg(feature = "font_awesome_solid")]
6872 Self::FONT_AWESOME_SOLID_FACE_SMILE_BEAM,
6873 #[cfg(feature = "font_awesome_solid")]
6874 Self::FONT_AWESOME_SOLID_FACE_SMILE_WINK,
6875 #[cfg(feature = "font_awesome_solid")]
6876 Self::FONT_AWESOME_SOLID_FACE_SMILE,
6877 #[cfg(feature = "font_awesome_solid")]
6878 Self::FONT_AWESOME_SOLID_FACE_SURPRISE,
6879 #[cfg(feature = "font_awesome_solid")]
6880 Self::FONT_AWESOME_SOLID_FACE_TIRED,
6881 #[cfg(feature = "font_awesome_solid")]
6882 Self::FONT_AWESOME_SOLID_FAN,
6883 #[cfg(feature = "font_awesome_solid")]
6884 Self::FONT_AWESOME_SOLID_FAUCET_DRIP,
6885 #[cfg(feature = "font_awesome_solid")]
6886 Self::FONT_AWESOME_SOLID_FAUCET,
6887 #[cfg(feature = "font_awesome_solid")]
6888 Self::FONT_AWESOME_SOLID_FAX,
6889 #[cfg(feature = "font_awesome_solid")]
6890 Self::FONT_AWESOME_SOLID_FEATHER_POINTED,
6891 #[cfg(feature = "font_awesome_solid")]
6892 Self::FONT_AWESOME_SOLID_FEATHER,
6893 #[cfg(feature = "font_awesome_solid")]
6894 Self::FONT_AWESOME_SOLID_FERRY,
6895 #[cfg(feature = "font_awesome_solid")]
6896 Self::FONT_AWESOME_SOLID_FILE_ARROW_DOWN,
6897 #[cfg(feature = "font_awesome_solid")]
6898 Self::FONT_AWESOME_SOLID_FILE_ARROW_UP,
6899 #[cfg(feature = "font_awesome_solid")]
6900 Self::FONT_AWESOME_SOLID_FILE_AUDIO,
6901 #[cfg(feature = "font_awesome_solid")]
6902 Self::FONT_AWESOME_SOLID_FILE_CIRCLE_CHECK,
6903 #[cfg(feature = "font_awesome_solid")]
6904 Self::FONT_AWESOME_SOLID_FILE_CIRCLE_EXCLAMATION,
6905 #[cfg(feature = "font_awesome_solid")]
6906 Self::FONT_AWESOME_SOLID_FILE_CIRCLE_MINUS,
6907 #[cfg(feature = "font_awesome_solid")]
6908 Self::FONT_AWESOME_SOLID_FILE_CIRCLE_PLUS,
6909 #[cfg(feature = "font_awesome_solid")]
6910 Self::FONT_AWESOME_SOLID_FILE_CIRCLE_QUESTION,
6911 #[cfg(feature = "font_awesome_solid")]
6912 Self::FONT_AWESOME_SOLID_FILE_CIRCLE_XMARK,
6913 #[cfg(feature = "font_awesome_solid")]
6914 Self::FONT_AWESOME_SOLID_FILE_CODE,
6915 #[cfg(feature = "font_awesome_solid")]
6916 Self::FONT_AWESOME_SOLID_FILE_CONTRACT,
6917 #[cfg(feature = "font_awesome_solid")]
6918 Self::FONT_AWESOME_SOLID_FILE_CSV,
6919 #[cfg(feature = "font_awesome_solid")]
6920 Self::FONT_AWESOME_SOLID_FILE_EXCEL,
6921 #[cfg(feature = "font_awesome_solid")]
6922 Self::FONT_AWESOME_SOLID_FILE_EXPORT,
6923 #[cfg(feature = "font_awesome_solid")]
6924 Self::FONT_AWESOME_SOLID_FILE_IMAGE,
6925 #[cfg(feature = "font_awesome_solid")]
6926 Self::FONT_AWESOME_SOLID_FILE_IMPORT,
6927 #[cfg(feature = "font_awesome_solid")]
6928 Self::FONT_AWESOME_SOLID_FILE_INVOICE_DOLLAR,
6929 #[cfg(feature = "font_awesome_solid")]
6930 Self::FONT_AWESOME_SOLID_FILE_INVOICE,
6931 #[cfg(feature = "font_awesome_solid")]
6932 Self::FONT_AWESOME_SOLID_FILE_LINES,
6933 #[cfg(feature = "font_awesome_solid")]
6934 Self::FONT_AWESOME_SOLID_FILE_MEDICAL,
6935 #[cfg(feature = "font_awesome_solid")]
6936 Self::FONT_AWESOME_SOLID_FILE_PDF,
6937 #[cfg(feature = "font_awesome_solid")]
6938 Self::FONT_AWESOME_SOLID_FILE_PEN,
6939 #[cfg(feature = "font_awesome_solid")]
6940 Self::FONT_AWESOME_SOLID_FILE_POWERPOINT,
6941 #[cfg(feature = "font_awesome_solid")]
6942 Self::FONT_AWESOME_SOLID_FILE_PRESCRIPTION,
6943 #[cfg(feature = "font_awesome_solid")]
6944 Self::FONT_AWESOME_SOLID_FILE_SHIELD,
6945 #[cfg(feature = "font_awesome_solid")]
6946 Self::FONT_AWESOME_SOLID_FILE_SIGNATURE,
6947 #[cfg(feature = "font_awesome_solid")]
6948 Self::FONT_AWESOME_SOLID_FILE_VIDEO,
6949 #[cfg(feature = "font_awesome_solid")]
6950 Self::FONT_AWESOME_SOLID_FILE_WAVEFORM,
6951 #[cfg(feature = "font_awesome_solid")]
6952 Self::FONT_AWESOME_SOLID_FILE_WORD,
6953 #[cfg(feature = "font_awesome_solid")]
6954 Self::FONT_AWESOME_SOLID_FILE_ZIPPER,
6955 #[cfg(feature = "font_awesome_solid")]
6956 Self::FONT_AWESOME_SOLID_FILE,
6957 #[cfg(feature = "font_awesome_solid")]
6958 Self::FONT_AWESOME_SOLID_FILL_DRIP,
6959 #[cfg(feature = "font_awesome_solid")]
6960 Self::FONT_AWESOME_SOLID_FILL,
6961 #[cfg(feature = "font_awesome_solid")]
6962 Self::FONT_AWESOME_SOLID_FILM,
6963 #[cfg(feature = "font_awesome_solid")]
6964 Self::FONT_AWESOME_SOLID_FILTER_CIRCLE_DOLLAR,
6965 #[cfg(feature = "font_awesome_solid")]
6966 Self::FONT_AWESOME_SOLID_FILTER_CIRCLE_XMARK,
6967 #[cfg(feature = "font_awesome_solid")]
6968 Self::FONT_AWESOME_SOLID_FILTER,
6969 #[cfg(feature = "font_awesome_solid")]
6970 Self::FONT_AWESOME_SOLID_FINGERPRINT,
6971 #[cfg(feature = "font_awesome_solid")]
6972 Self::FONT_AWESOME_SOLID_FIRE_BURNER,
6973 #[cfg(feature = "font_awesome_solid")]
6974 Self::FONT_AWESOME_SOLID_FIRE_EXTINGUISHER,
6975 #[cfg(feature = "font_awesome_solid")]
6976 Self::FONT_AWESOME_SOLID_FIRE_FLAME_CURVED,
6977 #[cfg(feature = "font_awesome_solid")]
6978 Self::FONT_AWESOME_SOLID_FIRE_FLAME_SIMPLE,
6979 #[cfg(feature = "font_awesome_solid")]
6980 Self::FONT_AWESOME_SOLID_FIRE,
6981 #[cfg(feature = "font_awesome_solid")]
6982 Self::FONT_AWESOME_SOLID_FISH_FINS,
6983 #[cfg(feature = "font_awesome_solid")]
6984 Self::FONT_AWESOME_SOLID_FISH,
6985 #[cfg(feature = "font_awesome_solid")]
6986 Self::FONT_AWESOME_SOLID_FLAG_CHECKERED,
6987 #[cfg(feature = "font_awesome_solid")]
6988 Self::FONT_AWESOME_SOLID_FLAG_USA,
6989 #[cfg(feature = "font_awesome_solid")]
6990 Self::FONT_AWESOME_SOLID_FLAG,
6991 #[cfg(feature = "font_awesome_solid")]
6992 Self::FONT_AWESOME_SOLID_FLASK_VIAL,
6993 #[cfg(feature = "font_awesome_solid")]
6994 Self::FONT_AWESOME_SOLID_FLASK,
6995 #[cfg(feature = "font_awesome_solid")]
6996 Self::FONT_AWESOME_SOLID_FLOPPY_DISK,
6997 #[cfg(feature = "font_awesome_solid")]
6998 Self::FONT_AWESOME_SOLID_FLORIN_SIGN,
6999 #[cfg(feature = "font_awesome_solid")]
7000 Self::FONT_AWESOME_SOLID_FOLDER_CLOSED,
7001 #[cfg(feature = "font_awesome_solid")]
7002 Self::FONT_AWESOME_SOLID_FOLDER_MINUS,
7003 #[cfg(feature = "font_awesome_solid")]
7004 Self::FONT_AWESOME_SOLID_FOLDER_OPEN,
7005 #[cfg(feature = "font_awesome_solid")]
7006 Self::FONT_AWESOME_SOLID_FOLDER_PLUS,
7007 #[cfg(feature = "font_awesome_solid")]
7008 Self::FONT_AWESOME_SOLID_FOLDER_TREE,
7009 #[cfg(feature = "font_awesome_solid")]
7010 Self::FONT_AWESOME_SOLID_FOLDER,
7011 #[cfg(feature = "font_awesome_solid")]
7012 Self::FONT_AWESOME_SOLID_FONT_AWESOME,
7013 #[cfg(feature = "font_awesome_solid")]
7014 Self::FONT_AWESOME_SOLID_FONT,
7015 #[cfg(feature = "font_awesome_solid")]
7016 Self::FONT_AWESOME_SOLID_FOOTBALL,
7017 #[cfg(feature = "font_awesome_solid")]
7018 Self::FONT_AWESOME_SOLID_FORWARD_FAST,
7019 #[cfg(feature = "font_awesome_solid")]
7020 Self::FONT_AWESOME_SOLID_FORWARD_STEP,
7021 #[cfg(feature = "font_awesome_solid")]
7022 Self::FONT_AWESOME_SOLID_FORWARD,
7023 #[cfg(feature = "font_awesome_solid")]
7024 Self::FONT_AWESOME_SOLID_FRANC_SIGN,
7025 #[cfg(feature = "font_awesome_solid")]
7026 Self::FONT_AWESOME_SOLID_FROG,
7027 #[cfg(feature = "font_awesome_solid")]
7028 Self::FONT_AWESOME_SOLID_FUTBOL,
7029 #[cfg(feature = "font_awesome_solid")]
7030 Self::FONT_AWESOME_SOLID_G,
7031 #[cfg(feature = "font_awesome_solid")]
7032 Self::FONT_AWESOME_SOLID_GAMEPAD,
7033 #[cfg(feature = "font_awesome_solid")]
7034 Self::FONT_AWESOME_SOLID_GAS_PUMP,
7035 #[cfg(feature = "font_awesome_solid")]
7036 Self::FONT_AWESOME_SOLID_GAUGE_HIGH,
7037 #[cfg(feature = "font_awesome_solid")]
7038 Self::FONT_AWESOME_SOLID_GAUGE_SIMPLE_HIGH,
7039 #[cfg(feature = "font_awesome_solid")]
7040 Self::FONT_AWESOME_SOLID_GAUGE_SIMPLE,
7041 #[cfg(feature = "font_awesome_solid")]
7042 Self::FONT_AWESOME_SOLID_GAUGE,
7043 #[cfg(feature = "font_awesome_solid")]
7044 Self::FONT_AWESOME_SOLID_GAVEL,
7045 #[cfg(feature = "font_awesome_solid")]
7046 Self::FONT_AWESOME_SOLID_GEAR,
7047 #[cfg(feature = "font_awesome_solid")]
7048 Self::FONT_AWESOME_SOLID_GEARS,
7049 #[cfg(feature = "font_awesome_solid")]
7050 Self::FONT_AWESOME_SOLID_GEM,
7051 #[cfg(feature = "font_awesome_solid")]
7052 Self::FONT_AWESOME_SOLID_GENDERLESS,
7053 #[cfg(feature = "font_awesome_solid")]
7054 Self::FONT_AWESOME_SOLID_GHOST,
7055 #[cfg(feature = "font_awesome_solid")]
7056 Self::FONT_AWESOME_SOLID_GIFT,
7057 #[cfg(feature = "font_awesome_solid")]
7058 Self::FONT_AWESOME_SOLID_GIFTS,
7059 #[cfg(feature = "font_awesome_solid")]
7060 Self::FONT_AWESOME_SOLID_GLASS_WATER_DROPLET,
7061 #[cfg(feature = "font_awesome_solid")]
7062 Self::FONT_AWESOME_SOLID_GLASS_WATER,
7063 #[cfg(feature = "font_awesome_solid")]
7064 Self::FONT_AWESOME_SOLID_GLASSES,
7065 #[cfg(feature = "font_awesome_solid")]
7066 Self::FONT_AWESOME_SOLID_GLOBE,
7067 #[cfg(feature = "font_awesome_solid")]
7068 Self::FONT_AWESOME_SOLID_GOLF_BALL_TEE,
7069 #[cfg(feature = "font_awesome_solid")]
7070 Self::FONT_AWESOME_SOLID_GOPURAM,
7071 #[cfg(feature = "font_awesome_solid")]
7072 Self::FONT_AWESOME_SOLID_GRADUATION_CAP,
7073 #[cfg(feature = "font_awesome_solid")]
7074 Self::FONT_AWESOME_SOLID_GREATER_THAN_EQUAL,
7075 #[cfg(feature = "font_awesome_solid")]
7076 Self::FONT_AWESOME_SOLID_GREATER_THAN,
7077 #[cfg(feature = "font_awesome_solid")]
7078 Self::FONT_AWESOME_SOLID_GRIP_LINES_VERTICAL,
7079 #[cfg(feature = "font_awesome_solid")]
7080 Self::FONT_AWESOME_SOLID_GRIP_LINES,
7081 #[cfg(feature = "font_awesome_solid")]
7082 Self::FONT_AWESOME_SOLID_GRIP_VERTICAL,
7083 #[cfg(feature = "font_awesome_solid")]
7084 Self::FONT_AWESOME_SOLID_GRIP,
7085 #[cfg(feature = "font_awesome_solid")]
7086 Self::FONT_AWESOME_SOLID_GROUP_ARROWS_ROTATE,
7087 #[cfg(feature = "font_awesome_solid")]
7088 Self::FONT_AWESOME_SOLID_GUARANI_SIGN,
7089 #[cfg(feature = "font_awesome_solid")]
7090 Self::FONT_AWESOME_SOLID_GUITAR,
7091 #[cfg(feature = "font_awesome_solid")]
7092 Self::FONT_AWESOME_SOLID_GUN,
7093 #[cfg(feature = "font_awesome_solid")]
7094 Self::FONT_AWESOME_SOLID_H,
7095 #[cfg(feature = "font_awesome_solid")]
7096 Self::FONT_AWESOME_SOLID_HAMMER,
7097 #[cfg(feature = "font_awesome_solid")]
7098 Self::FONT_AWESOME_SOLID_HAMSA,
7099 #[cfg(feature = "font_awesome_solid")]
7100 Self::FONT_AWESOME_SOLID_HAND_BACK_FIST,
7101 #[cfg(feature = "font_awesome_solid")]
7102 Self::FONT_AWESOME_SOLID_HAND_DOTS,
7103 #[cfg(feature = "font_awesome_solid")]
7104 Self::FONT_AWESOME_SOLID_HAND_FIST,
7105 #[cfg(feature = "font_awesome_solid")]
7106 Self::FONT_AWESOME_SOLID_HAND_HOLDING_DOLLAR,
7107 #[cfg(feature = "font_awesome_solid")]
7108 Self::FONT_AWESOME_SOLID_HAND_HOLDING_DROPLET,
7109 #[cfg(feature = "font_awesome_solid")]
7110 Self::FONT_AWESOME_SOLID_HAND_HOLDING_HAND,
7111 #[cfg(feature = "font_awesome_solid")]
7112 Self::FONT_AWESOME_SOLID_HAND_HOLDING_HEART,
7113 #[cfg(feature = "font_awesome_solid")]
7114 Self::FONT_AWESOME_SOLID_HAND_HOLDING_MEDICAL,
7115 #[cfg(feature = "font_awesome_solid")]
7116 Self::FONT_AWESOME_SOLID_HAND_HOLDING,
7117 #[cfg(feature = "font_awesome_solid")]
7118 Self::FONT_AWESOME_SOLID_HAND_LIZARD,
7119 #[cfg(feature = "font_awesome_solid")]
7120 Self::FONT_AWESOME_SOLID_HAND_MIDDLE_FINGER,
7121 #[cfg(feature = "font_awesome_solid")]
7122 Self::FONT_AWESOME_SOLID_HAND_PEACE,
7123 #[cfg(feature = "font_awesome_solid")]
7124 Self::FONT_AWESOME_SOLID_HAND_POINT_DOWN,
7125 #[cfg(feature = "font_awesome_solid")]
7126 Self::FONT_AWESOME_SOLID_HAND_POINT_LEFT,
7127 #[cfg(feature = "font_awesome_solid")]
7128 Self::FONT_AWESOME_SOLID_HAND_POINT_RIGHT,
7129 #[cfg(feature = "font_awesome_solid")]
7130 Self::FONT_AWESOME_SOLID_HAND_POINT_UP,
7131 #[cfg(feature = "font_awesome_solid")]
7132 Self::FONT_AWESOME_SOLID_HAND_POINTER,
7133 #[cfg(feature = "font_awesome_solid")]
7134 Self::FONT_AWESOME_SOLID_HAND_SCISSORS,
7135 #[cfg(feature = "font_awesome_solid")]
7136 Self::FONT_AWESOME_SOLID_HAND_SPARKLES,
7137 #[cfg(feature = "font_awesome_solid")]
7138 Self::FONT_AWESOME_SOLID_HAND_SPOCK,
7139 #[cfg(feature = "font_awesome_solid")]
7140 Self::FONT_AWESOME_SOLID_HAND,
7141 #[cfg(feature = "font_awesome_solid")]
7142 Self::FONT_AWESOME_SOLID_HANDCUFFS,
7143 #[cfg(feature = "font_awesome_solid")]
7144 Self::FONT_AWESOME_SOLID_HANDS_ASL_INTERPRETING,
7145 #[cfg(feature = "font_awesome_solid")]
7146 Self::FONT_AWESOME_SOLID_HANDS_BOUND,
7147 #[cfg(feature = "font_awesome_solid")]
7148 Self::FONT_AWESOME_SOLID_HANDS_BUBBLES,
7149 #[cfg(feature = "font_awesome_solid")]
7150 Self::FONT_AWESOME_SOLID_HANDS_CLAPPING,
7151 #[cfg(feature = "font_awesome_solid")]
7152 Self::FONT_AWESOME_SOLID_HANDS_HOLDING_CHILD,
7153 #[cfg(feature = "font_awesome_solid")]
7154 Self::FONT_AWESOME_SOLID_HANDS_HOLDING_CIRCLE,
7155 #[cfg(feature = "font_awesome_solid")]
7156 Self::FONT_AWESOME_SOLID_HANDS_HOLDING,
7157 #[cfg(feature = "font_awesome_solid")]
7158 Self::FONT_AWESOME_SOLID_HANDS_PRAYING,
7159 #[cfg(feature = "font_awesome_solid")]
7160 Self::FONT_AWESOME_SOLID_HANDS,
7161 #[cfg(feature = "font_awesome_solid")]
7162 Self::FONT_AWESOME_SOLID_HANDSHAKE_ANGLE,
7163 #[cfg(feature = "font_awesome_solid")]
7164 Self::FONT_AWESOME_SOLID_HANDSHAKE_SIMPLE_SLASH,
7165 #[cfg(feature = "font_awesome_solid")]
7166 Self::FONT_AWESOME_SOLID_HANDSHAKE_SIMPLE,
7167 #[cfg(feature = "font_awesome_solid")]
7168 Self::FONT_AWESOME_SOLID_HANDSHAKE_SLASH,
7169 #[cfg(feature = "font_awesome_solid")]
7170 Self::FONT_AWESOME_SOLID_HANDSHAKE,
7171 #[cfg(feature = "font_awesome_solid")]
7172 Self::FONT_AWESOME_SOLID_HANUKIAH,
7173 #[cfg(feature = "font_awesome_solid")]
7174 Self::FONT_AWESOME_SOLID_HARD_DRIVE,
7175 #[cfg(feature = "font_awesome_solid")]
7176 Self::FONT_AWESOME_SOLID_HASHTAG,
7177 #[cfg(feature = "font_awesome_solid")]
7178 Self::FONT_AWESOME_SOLID_HAT_COWBOY_SIDE,
7179 #[cfg(feature = "font_awesome_solid")]
7180 Self::FONT_AWESOME_SOLID_HAT_COWBOY,
7181 #[cfg(feature = "font_awesome_solid")]
7182 Self::FONT_AWESOME_SOLID_HAT_WIZARD,
7183 #[cfg(feature = "font_awesome_solid")]
7184 Self::FONT_AWESOME_SOLID_HEAD_SIDE_COUGH_SLASH,
7185 #[cfg(feature = "font_awesome_solid")]
7186 Self::FONT_AWESOME_SOLID_HEAD_SIDE_COUGH,
7187 #[cfg(feature = "font_awesome_solid")]
7188 Self::FONT_AWESOME_SOLID_HEAD_SIDE_MASK,
7189 #[cfg(feature = "font_awesome_solid")]
7190 Self::FONT_AWESOME_SOLID_HEAD_SIDE_VIRUS,
7191 #[cfg(feature = "font_awesome_solid")]
7192 Self::FONT_AWESOME_SOLID_HEADING,
7193 #[cfg(feature = "font_awesome_solid")]
7194 Self::FONT_AWESOME_SOLID_HEADPHONES_SIMPLE,
7195 #[cfg(feature = "font_awesome_solid")]
7196 Self::FONT_AWESOME_SOLID_HEADPHONES,
7197 #[cfg(feature = "font_awesome_solid")]
7198 Self::FONT_AWESOME_SOLID_HEADSET,
7199 #[cfg(feature = "font_awesome_solid")]
7200 Self::FONT_AWESOME_SOLID_HEART_CIRCLE_BOLT,
7201 #[cfg(feature = "font_awesome_solid")]
7202 Self::FONT_AWESOME_SOLID_HEART_CIRCLE_CHECK,
7203 #[cfg(feature = "font_awesome_solid")]
7204 Self::FONT_AWESOME_SOLID_HEART_CIRCLE_EXCLAMATION,
7205 #[cfg(feature = "font_awesome_solid")]
7206 Self::FONT_AWESOME_SOLID_HEART_CIRCLE_MINUS,
7207 #[cfg(feature = "font_awesome_solid")]
7208 Self::FONT_AWESOME_SOLID_HEART_CIRCLE_PLUS,
7209 #[cfg(feature = "font_awesome_solid")]
7210 Self::FONT_AWESOME_SOLID_HEART_CIRCLE_XMARK,
7211 #[cfg(feature = "font_awesome_solid")]
7212 Self::FONT_AWESOME_SOLID_HEART_CRACK,
7213 #[cfg(feature = "font_awesome_solid")]
7214 Self::FONT_AWESOME_SOLID_HEART_PULSE,
7215 #[cfg(feature = "font_awesome_solid")]
7216 Self::FONT_AWESOME_SOLID_HEART,
7217 #[cfg(feature = "font_awesome_solid")]
7218 Self::FONT_AWESOME_SOLID_HELICOPTER_SYMBOL,
7219 #[cfg(feature = "font_awesome_solid")]
7220 Self::FONT_AWESOME_SOLID_HELICOPTER,
7221 #[cfg(feature = "font_awesome_solid")]
7222 Self::FONT_AWESOME_SOLID_HELMET_SAFETY,
7223 #[cfg(feature = "font_awesome_solid")]
7224 Self::FONT_AWESOME_SOLID_HELMET_UN,
7225 #[cfg(feature = "font_awesome_solid")]
7226 Self::FONT_AWESOME_SOLID_HIGHLIGHTER,
7227 #[cfg(feature = "font_awesome_solid")]
7228 Self::FONT_AWESOME_SOLID_HILL_AVALANCHE,
7229 #[cfg(feature = "font_awesome_solid")]
7230 Self::FONT_AWESOME_SOLID_HILL_ROCKSLIDE,
7231 #[cfg(feature = "font_awesome_solid")]
7232 Self::FONT_AWESOME_SOLID_HIPPO,
7233 #[cfg(feature = "font_awesome_solid")]
7234 Self::FONT_AWESOME_SOLID_HOCKEY_PUCK,
7235 #[cfg(feature = "font_awesome_solid")]
7236 Self::FONT_AWESOME_SOLID_HOLLY_BERRY,
7237 #[cfg(feature = "font_awesome_solid")]
7238 Self::FONT_AWESOME_SOLID_HORSE_HEAD,
7239 #[cfg(feature = "font_awesome_solid")]
7240 Self::FONT_AWESOME_SOLID_HORSE,
7241 #[cfg(feature = "font_awesome_solid")]
7242 Self::FONT_AWESOME_SOLID_HOSPITAL_USER,
7243 #[cfg(feature = "font_awesome_solid")]
7244 Self::FONT_AWESOME_SOLID_HOSPITAL,
7245 #[cfg(feature = "font_awesome_solid")]
7246 Self::FONT_AWESOME_SOLID_HOT_TUB_PERSON,
7247 #[cfg(feature = "font_awesome_solid")]
7248 Self::FONT_AWESOME_SOLID_HOTDOG,
7249 #[cfg(feature = "font_awesome_solid")]
7250 Self::FONT_AWESOME_SOLID_HOTEL,
7251 #[cfg(feature = "font_awesome_solid")]
7252 Self::FONT_AWESOME_SOLID_HOURGLASS_EMPTY,
7253 #[cfg(feature = "font_awesome_solid")]
7254 Self::FONT_AWESOME_SOLID_HOURGLASS_END,
7255 #[cfg(feature = "font_awesome_solid")]
7256 Self::FONT_AWESOME_SOLID_HOURGLASS_START,
7257 #[cfg(feature = "font_awesome_solid")]
7258 Self::FONT_AWESOME_SOLID_HOURGLASS,
7259 #[cfg(feature = "font_awesome_solid")]
7260 Self::FONT_AWESOME_SOLID_HOUSE_CHIMNEY_CRACK,
7261 #[cfg(feature = "font_awesome_solid")]
7262 Self::FONT_AWESOME_SOLID_HOUSE_CHIMNEY_MEDICAL,
7263 #[cfg(feature = "font_awesome_solid")]
7264 Self::FONT_AWESOME_SOLID_HOUSE_CHIMNEY_USER,
7265 #[cfg(feature = "font_awesome_solid")]
7266 Self::FONT_AWESOME_SOLID_HOUSE_CHIMNEY_WINDOW,
7267 #[cfg(feature = "font_awesome_solid")]
7268 Self::FONT_AWESOME_SOLID_HOUSE_CHIMNEY,
7269 #[cfg(feature = "font_awesome_solid")]
7270 Self::FONT_AWESOME_SOLID_HOUSE_CIRCLE_CHECK,
7271 #[cfg(feature = "font_awesome_solid")]
7272 Self::FONT_AWESOME_SOLID_HOUSE_CIRCLE_EXCLAMATION,
7273 #[cfg(feature = "font_awesome_solid")]
7274 Self::FONT_AWESOME_SOLID_HOUSE_CIRCLE_XMARK,
7275 #[cfg(feature = "font_awesome_solid")]
7276 Self::FONT_AWESOME_SOLID_HOUSE_CRACK,
7277 #[cfg(feature = "font_awesome_solid")]
7278 Self::FONT_AWESOME_SOLID_HOUSE_FIRE,
7279 #[cfg(feature = "font_awesome_solid")]
7280 Self::FONT_AWESOME_SOLID_HOUSE_FLAG,
7281 #[cfg(feature = "font_awesome_solid")]
7282 Self::FONT_AWESOME_SOLID_HOUSE_FLOOD_WATER_CIRCLE_ARROW_RIGHT,
7283 #[cfg(feature = "font_awesome_solid")]
7284 Self::FONT_AWESOME_SOLID_HOUSE_FLOOD_WATER,
7285 #[cfg(feature = "font_awesome_solid")]
7286 Self::FONT_AWESOME_SOLID_HOUSE_LAPTOP,
7287 #[cfg(feature = "font_awesome_solid")]
7288 Self::FONT_AWESOME_SOLID_HOUSE_LOCK,
7289 #[cfg(feature = "font_awesome_solid")]
7290 Self::FONT_AWESOME_SOLID_HOUSE_MEDICAL_CIRCLE_CHECK,
7291 #[cfg(feature = "font_awesome_solid")]
7292 Self::FONT_AWESOME_SOLID_HOUSE_MEDICAL_CIRCLE_EXCLAMATION,
7293 #[cfg(feature = "font_awesome_solid")]
7294 Self::FONT_AWESOME_SOLID_HOUSE_MEDICAL_CIRCLE_XMARK,
7295 #[cfg(feature = "font_awesome_solid")]
7296 Self::FONT_AWESOME_SOLID_HOUSE_MEDICAL_FLAG,
7297 #[cfg(feature = "font_awesome_solid")]
7298 Self::FONT_AWESOME_SOLID_HOUSE_MEDICAL,
7299 #[cfg(feature = "font_awesome_solid")]
7300 Self::FONT_AWESOME_SOLID_HOUSE_SIGNAL,
7301 #[cfg(feature = "font_awesome_solid")]
7302 Self::FONT_AWESOME_SOLID_HOUSE_TSUNAMI,
7303 #[cfg(feature = "font_awesome_solid")]
7304 Self::FONT_AWESOME_SOLID_HOUSE_USER,
7305 #[cfg(feature = "font_awesome_solid")]
7306 Self::FONT_AWESOME_SOLID_HOUSE,
7307 #[cfg(feature = "font_awesome_solid")]
7308 Self::FONT_AWESOME_SOLID_HRYVNIA_SIGN,
7309 #[cfg(feature = "font_awesome_solid")]
7310 Self::FONT_AWESOME_SOLID_HURRICANE,
7311 #[cfg(feature = "font_awesome_solid")]
7312 Self::FONT_AWESOME_SOLID_I_CURSOR,
7313 #[cfg(feature = "font_awesome_solid")]
7314 Self::FONT_AWESOME_SOLID_I,
7315 #[cfg(feature = "font_awesome_solid")]
7316 Self::FONT_AWESOME_SOLID_ICE_CREAM,
7317 #[cfg(feature = "font_awesome_solid")]
7318 Self::FONT_AWESOME_SOLID_ICICLES,
7319 #[cfg(feature = "font_awesome_solid")]
7320 Self::FONT_AWESOME_SOLID_ICONS,
7321 #[cfg(feature = "font_awesome_solid")]
7322 Self::FONT_AWESOME_SOLID_ID_BADGE,
7323 #[cfg(feature = "font_awesome_solid")]
7324 Self::FONT_AWESOME_SOLID_ID_CARD_CLIP,
7325 #[cfg(feature = "font_awesome_solid")]
7326 Self::FONT_AWESOME_SOLID_ID_CARD,
7327 #[cfg(feature = "font_awesome_solid")]
7328 Self::FONT_AWESOME_SOLID_IGLOO,
7329 #[cfg(feature = "font_awesome_solid")]
7330 Self::FONT_AWESOME_SOLID_IMAGE_PORTRAIT,
7331 #[cfg(feature = "font_awesome_solid")]
7332 Self::FONT_AWESOME_SOLID_IMAGE,
7333 #[cfg(feature = "font_awesome_solid")]
7334 Self::FONT_AWESOME_SOLID_IMAGES,
7335 #[cfg(feature = "font_awesome_solid")]
7336 Self::FONT_AWESOME_SOLID_INBOX,
7337 #[cfg(feature = "font_awesome_solid")]
7338 Self::FONT_AWESOME_SOLID_INDENT,
7339 #[cfg(feature = "font_awesome_solid")]
7340 Self::FONT_AWESOME_SOLID_INDIAN_RUPEE_SIGN,
7341 #[cfg(feature = "font_awesome_solid")]
7342 Self::FONT_AWESOME_SOLID_INDUSTRY,
7343 #[cfg(feature = "font_awesome_solid")]
7344 Self::FONT_AWESOME_SOLID_INFINITY,
7345 #[cfg(feature = "font_awesome_solid")]
7346 Self::FONT_AWESOME_SOLID_INFO,
7347 #[cfg(feature = "font_awesome_solid")]
7348 Self::FONT_AWESOME_SOLID_ITALIC,
7349 #[cfg(feature = "font_awesome_solid")]
7350 Self::FONT_AWESOME_SOLID_J,
7351 #[cfg(feature = "font_awesome_solid")]
7352 Self::FONT_AWESOME_SOLID_JAR_WHEAT,
7353 #[cfg(feature = "font_awesome_solid")]
7354 Self::FONT_AWESOME_SOLID_JAR,
7355 #[cfg(feature = "font_awesome_solid")]
7356 Self::FONT_AWESOME_SOLID_JEDI,
7357 #[cfg(feature = "font_awesome_solid")]
7358 Self::FONT_AWESOME_SOLID_JET_FIGHTER_UP,
7359 #[cfg(feature = "font_awesome_solid")]
7360 Self::FONT_AWESOME_SOLID_JET_FIGHTER,
7361 #[cfg(feature = "font_awesome_solid")]
7362 Self::FONT_AWESOME_SOLID_JOINT,
7363 #[cfg(feature = "font_awesome_solid")]
7364 Self::FONT_AWESOME_SOLID_JUG_DETERGENT,
7365 #[cfg(feature = "font_awesome_solid")]
7366 Self::FONT_AWESOME_SOLID_K,
7367 #[cfg(feature = "font_awesome_solid")]
7368 Self::FONT_AWESOME_SOLID_KAABA,
7369 #[cfg(feature = "font_awesome_solid")]
7370 Self::FONT_AWESOME_SOLID_KEY,
7371 #[cfg(feature = "font_awesome_solid")]
7372 Self::FONT_AWESOME_SOLID_KEYBOARD,
7373 #[cfg(feature = "font_awesome_solid")]
7374 Self::FONT_AWESOME_SOLID_KHANDA,
7375 #[cfg(feature = "font_awesome_solid")]
7376 Self::FONT_AWESOME_SOLID_KIP_SIGN,
7377 #[cfg(feature = "font_awesome_solid")]
7378 Self::FONT_AWESOME_SOLID_KIT_MEDICAL,
7379 #[cfg(feature = "font_awesome_solid")]
7380 Self::FONT_AWESOME_SOLID_KITCHEN_SET,
7381 #[cfg(feature = "font_awesome_solid")]
7382 Self::FONT_AWESOME_SOLID_KIWI_BIRD,
7383 #[cfg(feature = "font_awesome_solid")]
7384 Self::FONT_AWESOME_SOLID_L,
7385 #[cfg(feature = "font_awesome_solid")]
7386 Self::FONT_AWESOME_SOLID_LAND_MINE_ON,
7387 #[cfg(feature = "font_awesome_solid")]
7388 Self::FONT_AWESOME_SOLID_LANDMARK_DOME,
7389 #[cfg(feature = "font_awesome_solid")]
7390 Self::FONT_AWESOME_SOLID_LANDMARK_FLAG,
7391 #[cfg(feature = "font_awesome_solid")]
7392 Self::FONT_AWESOME_SOLID_LANDMARK,
7393 #[cfg(feature = "font_awesome_solid")]
7394 Self::FONT_AWESOME_SOLID_LANGUAGE,
7395 #[cfg(feature = "font_awesome_solid")]
7396 Self::FONT_AWESOME_SOLID_LAPTOP_CODE,
7397 #[cfg(feature = "font_awesome_solid")]
7398 Self::FONT_AWESOME_SOLID_LAPTOP_FILE,
7399 #[cfg(feature = "font_awesome_solid")]
7400 Self::FONT_AWESOME_SOLID_LAPTOP_MEDICAL,
7401 #[cfg(feature = "font_awesome_solid")]
7402 Self::FONT_AWESOME_SOLID_LAPTOP,
7403 #[cfg(feature = "font_awesome_solid")]
7404 Self::FONT_AWESOME_SOLID_LARI_SIGN,
7405 #[cfg(feature = "font_awesome_solid")]
7406 Self::FONT_AWESOME_SOLID_LAYER_GROUP,
7407 #[cfg(feature = "font_awesome_solid")]
7408 Self::FONT_AWESOME_SOLID_LEAF,
7409 #[cfg(feature = "font_awesome_solid")]
7410 Self::FONT_AWESOME_SOLID_LEFT_LONG,
7411 #[cfg(feature = "font_awesome_solid")]
7412 Self::FONT_AWESOME_SOLID_LEFT_RIGHT,
7413 #[cfg(feature = "font_awesome_solid")]
7414 Self::FONT_AWESOME_SOLID_LEMON,
7415 #[cfg(feature = "font_awesome_solid")]
7416 Self::FONT_AWESOME_SOLID_LESS_THAN_EQUAL,
7417 #[cfg(feature = "font_awesome_solid")]
7418 Self::FONT_AWESOME_SOLID_LESS_THAN,
7419 #[cfg(feature = "font_awesome_solid")]
7420 Self::FONT_AWESOME_SOLID_LIFE_RING,
7421 #[cfg(feature = "font_awesome_solid")]
7422 Self::FONT_AWESOME_SOLID_LIGHTBULB,
7423 #[cfg(feature = "font_awesome_solid")]
7424 Self::FONT_AWESOME_SOLID_LINES_LEANING,
7425 #[cfg(feature = "font_awesome_solid")]
7426 Self::FONT_AWESOME_SOLID_LINK_SLASH,
7427 #[cfg(feature = "font_awesome_solid")]
7428 Self::FONT_AWESOME_SOLID_LINK,
7429 #[cfg(feature = "font_awesome_solid")]
7430 Self::FONT_AWESOME_SOLID_LIRA_SIGN,
7431 #[cfg(feature = "font_awesome_solid")]
7432 Self::FONT_AWESOME_SOLID_LIST_CHECK,
7433 #[cfg(feature = "font_awesome_solid")]
7434 Self::FONT_AWESOME_SOLID_LIST_OL,
7435 #[cfg(feature = "font_awesome_solid")]
7436 Self::FONT_AWESOME_SOLID_LIST_UL,
7437 #[cfg(feature = "font_awesome_solid")]
7438 Self::FONT_AWESOME_SOLID_LIST,
7439 #[cfg(feature = "font_awesome_solid")]
7440 Self::FONT_AWESOME_SOLID_LITECOIN_SIGN,
7441 #[cfg(feature = "font_awesome_solid")]
7442 Self::FONT_AWESOME_SOLID_LOCATION_ARROW,
7443 #[cfg(feature = "font_awesome_solid")]
7444 Self::FONT_AWESOME_SOLID_LOCATION_CROSSHAIRS,
7445 #[cfg(feature = "font_awesome_solid")]
7446 Self::FONT_AWESOME_SOLID_LOCATION_DOT,
7447 #[cfg(feature = "font_awesome_solid")]
7448 Self::FONT_AWESOME_SOLID_LOCATION_PIN_LOCK,
7449 #[cfg(feature = "font_awesome_solid")]
7450 Self::FONT_AWESOME_SOLID_LOCATION_PIN,
7451 #[cfg(feature = "font_awesome_solid")]
7452 Self::FONT_AWESOME_SOLID_LOCK_OPEN,
7453 #[cfg(feature = "font_awesome_solid")]
7454 Self::FONT_AWESOME_SOLID_LOCK,
7455 #[cfg(feature = "font_awesome_solid")]
7456 Self::FONT_AWESOME_SOLID_LOCUST,
7457 #[cfg(feature = "font_awesome_solid")]
7458 Self::FONT_AWESOME_SOLID_LUNGS_VIRUS,
7459 #[cfg(feature = "font_awesome_solid")]
7460 Self::FONT_AWESOME_SOLID_LUNGS,
7461 #[cfg(feature = "font_awesome_solid")]
7462 Self::FONT_AWESOME_SOLID_M,
7463 #[cfg(feature = "font_awesome_solid")]
7464 Self::FONT_AWESOME_SOLID_MAGNET,
7465 #[cfg(feature = "font_awesome_solid")]
7466 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS_ARROW_RIGHT,
7467 #[cfg(feature = "font_awesome_solid")]
7468 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS_CHART,
7469 #[cfg(feature = "font_awesome_solid")]
7470 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS_DOLLAR,
7471 #[cfg(feature = "font_awesome_solid")]
7472 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS_LOCATION,
7473 #[cfg(feature = "font_awesome_solid")]
7474 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS_MINUS,
7475 #[cfg(feature = "font_awesome_solid")]
7476 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS_PLUS,
7477 #[cfg(feature = "font_awesome_solid")]
7478 Self::FONT_AWESOME_SOLID_MAGNIFYING_GLASS,
7479 #[cfg(feature = "font_awesome_solid")]
7480 Self::FONT_AWESOME_SOLID_MANAT_SIGN,
7481 #[cfg(feature = "font_awesome_solid")]
7482 Self::FONT_AWESOME_SOLID_MAP_LOCATION_DOT,
7483 #[cfg(feature = "font_awesome_solid")]
7484 Self::FONT_AWESOME_SOLID_MAP_LOCATION,
7485 #[cfg(feature = "font_awesome_solid")]
7486 Self::FONT_AWESOME_SOLID_MAP_PIN,
7487 #[cfg(feature = "font_awesome_solid")]
7488 Self::FONT_AWESOME_SOLID_MAP,
7489 #[cfg(feature = "font_awesome_solid")]
7490 Self::FONT_AWESOME_SOLID_MARKER,
7491 #[cfg(feature = "font_awesome_solid")]
7492 Self::FONT_AWESOME_SOLID_MARS_AND_VENUS_BURST,
7493 #[cfg(feature = "font_awesome_solid")]
7494 Self::FONT_AWESOME_SOLID_MARS_AND_VENUS,
7495 #[cfg(feature = "font_awesome_solid")]
7496 Self::FONT_AWESOME_SOLID_MARS_DOUBLE,
7497 #[cfg(feature = "font_awesome_solid")]
7498 Self::FONT_AWESOME_SOLID_MARS_STROKE_RIGHT,
7499 #[cfg(feature = "font_awesome_solid")]
7500 Self::FONT_AWESOME_SOLID_MARS_STROKE_UP,
7501 #[cfg(feature = "font_awesome_solid")]
7502 Self::FONT_AWESOME_SOLID_MARS_STROKE,
7503 #[cfg(feature = "font_awesome_solid")]
7504 Self::FONT_AWESOME_SOLID_MARS,
7505 #[cfg(feature = "font_awesome_solid")]
7506 Self::FONT_AWESOME_SOLID_MARTINI_GLASS_CITRUS,
7507 #[cfg(feature = "font_awesome_solid")]
7508 Self::FONT_AWESOME_SOLID_MARTINI_GLASS_EMPTY,
7509 #[cfg(feature = "font_awesome_solid")]
7510 Self::FONT_AWESOME_SOLID_MARTINI_GLASS,
7511 #[cfg(feature = "font_awesome_solid")]
7512 Self::FONT_AWESOME_SOLID_MASK_FACE,
7513 #[cfg(feature = "font_awesome_solid")]
7514 Self::FONT_AWESOME_SOLID_MASK_VENTILATOR,
7515 #[cfg(feature = "font_awesome_solid")]
7516 Self::FONT_AWESOME_SOLID_MASK,
7517 #[cfg(feature = "font_awesome_solid")]
7518 Self::FONT_AWESOME_SOLID_MASKS_THEATER,
7519 #[cfg(feature = "font_awesome_solid")]
7520 Self::FONT_AWESOME_SOLID_MATTRESS_PILLOW,
7521 #[cfg(feature = "font_awesome_solid")]
7522 Self::FONT_AWESOME_SOLID_MAXIMIZE,
7523 #[cfg(feature = "font_awesome_solid")]
7524 Self::FONT_AWESOME_SOLID_MEDAL,
7525 #[cfg(feature = "font_awesome_solid")]
7526 Self::FONT_AWESOME_SOLID_MEMORY,
7527 #[cfg(feature = "font_awesome_solid")]
7528 Self::FONT_AWESOME_SOLID_MENORAH,
7529 #[cfg(feature = "font_awesome_solid")]
7530 Self::FONT_AWESOME_SOLID_MERCURY,
7531 #[cfg(feature = "font_awesome_solid")]
7532 Self::FONT_AWESOME_SOLID_MESSAGE,
7533 #[cfg(feature = "font_awesome_solid")]
7534 Self::FONT_AWESOME_SOLID_METEOR,
7535 #[cfg(feature = "font_awesome_solid")]
7536 Self::FONT_AWESOME_SOLID_MICROCHIP,
7537 #[cfg(feature = "font_awesome_solid")]
7538 Self::FONT_AWESOME_SOLID_MICROPHONE_LINES_SLASH,
7539 #[cfg(feature = "font_awesome_solid")]
7540 Self::FONT_AWESOME_SOLID_MICROPHONE_LINES,
7541 #[cfg(feature = "font_awesome_solid")]
7542 Self::FONT_AWESOME_SOLID_MICROPHONE_SLASH,
7543 #[cfg(feature = "font_awesome_solid")]
7544 Self::FONT_AWESOME_SOLID_MICROPHONE,
7545 #[cfg(feature = "font_awesome_solid")]
7546 Self::FONT_AWESOME_SOLID_MICROSCOPE,
7547 #[cfg(feature = "font_awesome_solid")]
7548 Self::FONT_AWESOME_SOLID_MILL_SIGN,
7549 #[cfg(feature = "font_awesome_solid")]
7550 Self::FONT_AWESOME_SOLID_MINIMIZE,
7551 #[cfg(feature = "font_awesome_solid")]
7552 Self::FONT_AWESOME_SOLID_MINUS,
7553 #[cfg(feature = "font_awesome_solid")]
7554 Self::FONT_AWESOME_SOLID_MITTEN,
7555 #[cfg(feature = "font_awesome_solid")]
7556 Self::FONT_AWESOME_SOLID_MOBILE_BUTTON,
7557 #[cfg(feature = "font_awesome_solid")]
7558 Self::FONT_AWESOME_SOLID_MOBILE_RETRO,
7559 #[cfg(feature = "font_awesome_solid")]
7560 Self::FONT_AWESOME_SOLID_MOBILE_SCREEN_BUTTON,
7561 #[cfg(feature = "font_awesome_solid")]
7562 Self::FONT_AWESOME_SOLID_MOBILE_SCREEN,
7563 #[cfg(feature = "font_awesome_solid")]
7564 Self::FONT_AWESOME_SOLID_MOBILE,
7565 #[cfg(feature = "font_awesome_solid")]
7566 Self::FONT_AWESOME_SOLID_MONEY_BILL_1_WAVE,
7567 #[cfg(feature = "font_awesome_solid")]
7568 Self::FONT_AWESOME_SOLID_MONEY_BILL_1,
7569 #[cfg(feature = "font_awesome_solid")]
7570 Self::FONT_AWESOME_SOLID_MONEY_BILL_TRANSFER,
7571 #[cfg(feature = "font_awesome_solid")]
7572 Self::FONT_AWESOME_SOLID_MONEY_BILL_TREND_UP,
7573 #[cfg(feature = "font_awesome_solid")]
7574 Self::FONT_AWESOME_SOLID_MONEY_BILL_WAVE,
7575 #[cfg(feature = "font_awesome_solid")]
7576 Self::FONT_AWESOME_SOLID_MONEY_BILL_WHEAT,
7577 #[cfg(feature = "font_awesome_solid")]
7578 Self::FONT_AWESOME_SOLID_MONEY_BILL,
7579 #[cfg(feature = "font_awesome_solid")]
7580 Self::FONT_AWESOME_SOLID_MONEY_BILLS,
7581 #[cfg(feature = "font_awesome_solid")]
7582 Self::FONT_AWESOME_SOLID_MONEY_CHECK_DOLLAR,
7583 #[cfg(feature = "font_awesome_solid")]
7584 Self::FONT_AWESOME_SOLID_MONEY_CHECK,
7585 #[cfg(feature = "font_awesome_solid")]
7586 Self::FONT_AWESOME_SOLID_MONUMENT,
7587 #[cfg(feature = "font_awesome_solid")]
7588 Self::FONT_AWESOME_SOLID_MOON,
7589 #[cfg(feature = "font_awesome_solid")]
7590 Self::FONT_AWESOME_SOLID_MORTAR_PESTLE,
7591 #[cfg(feature = "font_awesome_solid")]
7592 Self::FONT_AWESOME_SOLID_MOSQUE,
7593 #[cfg(feature = "font_awesome_solid")]
7594 Self::FONT_AWESOME_SOLID_MOSQUITO_NET,
7595 #[cfg(feature = "font_awesome_solid")]
7596 Self::FONT_AWESOME_SOLID_MOSQUITO,
7597 #[cfg(feature = "font_awesome_solid")]
7598 Self::FONT_AWESOME_SOLID_MOTORCYCLE,
7599 #[cfg(feature = "font_awesome_solid")]
7600 Self::FONT_AWESOME_SOLID_MOUND,
7601 #[cfg(feature = "font_awesome_solid")]
7602 Self::FONT_AWESOME_SOLID_MOUNTAIN_CITY,
7603 #[cfg(feature = "font_awesome_solid")]
7604 Self::FONT_AWESOME_SOLID_MOUNTAIN_SUN,
7605 #[cfg(feature = "font_awesome_solid")]
7606 Self::FONT_AWESOME_SOLID_MOUNTAIN,
7607 #[cfg(feature = "font_awesome_solid")]
7608 Self::FONT_AWESOME_SOLID_MUG_HOT,
7609 #[cfg(feature = "font_awesome_solid")]
7610 Self::FONT_AWESOME_SOLID_MUG_SAUCER,
7611 #[cfg(feature = "font_awesome_solid")]
7612 Self::FONT_AWESOME_SOLID_MUSIC,
7613 #[cfg(feature = "font_awesome_solid")]
7614 Self::FONT_AWESOME_SOLID_N,
7615 #[cfg(feature = "font_awesome_solid")]
7616 Self::FONT_AWESOME_SOLID_NAIRA_SIGN,
7617 #[cfg(feature = "font_awesome_solid")]
7618 Self::FONT_AWESOME_SOLID_NETWORK_WIRED,
7619 #[cfg(feature = "font_awesome_solid")]
7620 Self::FONT_AWESOME_SOLID_NEUTER,
7621 #[cfg(feature = "font_awesome_solid")]
7622 Self::FONT_AWESOME_SOLID_NEWSPAPER,
7623 #[cfg(feature = "font_awesome_solid")]
7624 Self::FONT_AWESOME_SOLID_NOT_EQUAL,
7625 #[cfg(feature = "font_awesome_solid")]
7626 Self::FONT_AWESOME_SOLID_NOTE_STICKY,
7627 #[cfg(feature = "font_awesome_solid")]
7628 Self::FONT_AWESOME_SOLID_NOTES_MEDICAL,
7629 #[cfg(feature = "font_awesome_solid")]
7630 Self::FONT_AWESOME_SOLID_O,
7631 #[cfg(feature = "font_awesome_solid")]
7632 Self::FONT_AWESOME_SOLID_OBJECT_GROUP,
7633 #[cfg(feature = "font_awesome_solid")]
7634 Self::FONT_AWESOME_SOLID_OBJECT_UNGROUP,
7635 #[cfg(feature = "font_awesome_solid")]
7636 Self::FONT_AWESOME_SOLID_OIL_CAN,
7637 #[cfg(feature = "font_awesome_solid")]
7638 Self::FONT_AWESOME_SOLID_OIL_WELL,
7639 #[cfg(feature = "font_awesome_solid")]
7640 Self::FONT_AWESOME_SOLID_OM,
7641 #[cfg(feature = "font_awesome_solid")]
7642 Self::FONT_AWESOME_SOLID_OTTER,
7643 #[cfg(feature = "font_awesome_solid")]
7644 Self::FONT_AWESOME_SOLID_OUTDENT,
7645 #[cfg(feature = "font_awesome_solid")]
7646 Self::FONT_AWESOME_SOLID_P,
7647 #[cfg(feature = "font_awesome_solid")]
7648 Self::FONT_AWESOME_SOLID_PAGER,
7649 #[cfg(feature = "font_awesome_solid")]
7650 Self::FONT_AWESOME_SOLID_PAINT_ROLLER,
7651 #[cfg(feature = "font_awesome_solid")]
7652 Self::FONT_AWESOME_SOLID_PAINTBRUSH,
7653 #[cfg(feature = "font_awesome_solid")]
7654 Self::FONT_AWESOME_SOLID_PALETTE,
7655 #[cfg(feature = "font_awesome_solid")]
7656 Self::FONT_AWESOME_SOLID_PALLET,
7657 #[cfg(feature = "font_awesome_solid")]
7658 Self::FONT_AWESOME_SOLID_PANORAMA,
7659 #[cfg(feature = "font_awesome_solid")]
7660 Self::FONT_AWESOME_SOLID_PAPER_PLANE,
7661 #[cfg(feature = "font_awesome_solid")]
7662 Self::FONT_AWESOME_SOLID_PAPERCLIP,
7663 #[cfg(feature = "font_awesome_solid")]
7664 Self::FONT_AWESOME_SOLID_PARACHUTE_BOX,
7665 #[cfg(feature = "font_awesome_solid")]
7666 Self::FONT_AWESOME_SOLID_PARAGRAPH,
7667 #[cfg(feature = "font_awesome_solid")]
7668 Self::FONT_AWESOME_SOLID_PASSPORT,
7669 #[cfg(feature = "font_awesome_solid")]
7670 Self::FONT_AWESOME_SOLID_PASTE,
7671 #[cfg(feature = "font_awesome_solid")]
7672 Self::FONT_AWESOME_SOLID_PAUSE,
7673 #[cfg(feature = "font_awesome_solid")]
7674 Self::FONT_AWESOME_SOLID_PAW,
7675 #[cfg(feature = "font_awesome_solid")]
7676 Self::FONT_AWESOME_SOLID_PEACE,
7677 #[cfg(feature = "font_awesome_solid")]
7678 Self::FONT_AWESOME_SOLID_PEN_CLIP,
7679 #[cfg(feature = "font_awesome_solid")]
7680 Self::FONT_AWESOME_SOLID_PEN_FANCY,
7681 #[cfg(feature = "font_awesome_solid")]
7682 Self::FONT_AWESOME_SOLID_PEN_NIB,
7683 #[cfg(feature = "font_awesome_solid")]
7684 Self::FONT_AWESOME_SOLID_PEN_RULER,
7685 #[cfg(feature = "font_awesome_solid")]
7686 Self::FONT_AWESOME_SOLID_PEN_TO_SQUARE,
7687 #[cfg(feature = "font_awesome_solid")]
7688 Self::FONT_AWESOME_SOLID_PEN,
7689 #[cfg(feature = "font_awesome_solid")]
7690 Self::FONT_AWESOME_SOLID_PENCIL,
7691 #[cfg(feature = "font_awesome_solid")]
7692 Self::FONT_AWESOME_SOLID_PEOPLE_ARROWS_LEFT_RIGHT,
7693 #[cfg(feature = "font_awesome_solid")]
7694 Self::FONT_AWESOME_SOLID_PEOPLE_CARRY_BOX,
7695 #[cfg(feature = "font_awesome_solid")]
7696 Self::FONT_AWESOME_SOLID_PEOPLE_GROUP,
7697 #[cfg(feature = "font_awesome_solid")]
7698 Self::FONT_AWESOME_SOLID_PEOPLE_LINE,
7699 #[cfg(feature = "font_awesome_solid")]
7700 Self::FONT_AWESOME_SOLID_PEOPLE_PULLING,
7701 #[cfg(feature = "font_awesome_solid")]
7702 Self::FONT_AWESOME_SOLID_PEOPLE_ROBBERY,
7703 #[cfg(feature = "font_awesome_solid")]
7704 Self::FONT_AWESOME_SOLID_PEOPLE_ROOF,
7705 #[cfg(feature = "font_awesome_solid")]
7706 Self::FONT_AWESOME_SOLID_PEPPER_HOT,
7707 #[cfg(feature = "font_awesome_solid")]
7708 Self::FONT_AWESOME_SOLID_PERCENT,
7709 #[cfg(feature = "font_awesome_solid")]
7710 Self::FONT_AWESOME_SOLID_PERSON_ARROW_DOWN_TO_LINE,
7711 #[cfg(feature = "font_awesome_solid")]
7712 Self::FONT_AWESOME_SOLID_PERSON_ARROW_UP_FROM_LINE,
7713 #[cfg(feature = "font_awesome_solid")]
7714 Self::FONT_AWESOME_SOLID_PERSON_BIKING,
7715 #[cfg(feature = "font_awesome_solid")]
7716 Self::FONT_AWESOME_SOLID_PERSON_BOOTH,
7717 #[cfg(feature = "font_awesome_solid")]
7718 Self::FONT_AWESOME_SOLID_PERSON_BREASTFEEDING,
7719 #[cfg(feature = "font_awesome_solid")]
7720 Self::FONT_AWESOME_SOLID_PERSON_BURST,
7721 #[cfg(feature = "font_awesome_solid")]
7722 Self::FONT_AWESOME_SOLID_PERSON_CANE,
7723 #[cfg(feature = "font_awesome_solid")]
7724 Self::FONT_AWESOME_SOLID_PERSON_CHALKBOARD,
7725 #[cfg(feature = "font_awesome_solid")]
7726 Self::FONT_AWESOME_SOLID_PERSON_CIRCLE_CHECK,
7727 #[cfg(feature = "font_awesome_solid")]
7728 Self::FONT_AWESOME_SOLID_PERSON_CIRCLE_EXCLAMATION,
7729 #[cfg(feature = "font_awesome_solid")]
7730 Self::FONT_AWESOME_SOLID_PERSON_CIRCLE_MINUS,
7731 #[cfg(feature = "font_awesome_solid")]
7732 Self::FONT_AWESOME_SOLID_PERSON_CIRCLE_PLUS,
7733 #[cfg(feature = "font_awesome_solid")]
7734 Self::FONT_AWESOME_SOLID_PERSON_CIRCLE_QUESTION,
7735 #[cfg(feature = "font_awesome_solid")]
7736 Self::FONT_AWESOME_SOLID_PERSON_CIRCLE_XMARK,
7737 #[cfg(feature = "font_awesome_solid")]
7738 Self::FONT_AWESOME_SOLID_PERSON_DIGGING,
7739 #[cfg(feature = "font_awesome_solid")]
7740 Self::FONT_AWESOME_SOLID_PERSON_DOTS_FROM_LINE,
7741 #[cfg(feature = "font_awesome_solid")]
7742 Self::FONT_AWESOME_SOLID_PERSON_DRESS_BURST,
7743 #[cfg(feature = "font_awesome_solid")]
7744 Self::FONT_AWESOME_SOLID_PERSON_DRESS,
7745 #[cfg(feature = "font_awesome_solid")]
7746 Self::FONT_AWESOME_SOLID_PERSON_DROWNING,
7747 #[cfg(feature = "font_awesome_solid")]
7748 Self::FONT_AWESOME_SOLID_PERSON_FALLING_BURST,
7749 #[cfg(feature = "font_awesome_solid")]
7750 Self::FONT_AWESOME_SOLID_PERSON_FALLING,
7751 #[cfg(feature = "font_awesome_solid")]
7752 Self::FONT_AWESOME_SOLID_PERSON_HALF_DRESS,
7753 #[cfg(feature = "font_awesome_solid")]
7754 Self::FONT_AWESOME_SOLID_PERSON_HARASSING,
7755 #[cfg(feature = "font_awesome_solid")]
7756 Self::FONT_AWESOME_SOLID_PERSON_HIKING,
7757 #[cfg(feature = "font_awesome_solid")]
7758 Self::FONT_AWESOME_SOLID_PERSON_MILITARY_POINTING,
7759 #[cfg(feature = "font_awesome_solid")]
7760 Self::FONT_AWESOME_SOLID_PERSON_MILITARY_RIFLE,
7761 #[cfg(feature = "font_awesome_solid")]
7762 Self::FONT_AWESOME_SOLID_PERSON_MILITARY_TO_PERSON,
7763 #[cfg(feature = "font_awesome_solid")]
7764 Self::FONT_AWESOME_SOLID_PERSON_PRAYING,
7765 #[cfg(feature = "font_awesome_solid")]
7766 Self::FONT_AWESOME_SOLID_PERSON_PREGNANT,
7767 #[cfg(feature = "font_awesome_solid")]
7768 Self::FONT_AWESOME_SOLID_PERSON_RAYS,
7769 #[cfg(feature = "font_awesome_solid")]
7770 Self::FONT_AWESOME_SOLID_PERSON_RIFLE,
7771 #[cfg(feature = "font_awesome_solid")]
7772 Self::FONT_AWESOME_SOLID_PERSON_RUNNING,
7773 #[cfg(feature = "font_awesome_solid")]
7774 Self::FONT_AWESOME_SOLID_PERSON_SHELTER,
7775 #[cfg(feature = "font_awesome_solid")]
7776 Self::FONT_AWESOME_SOLID_PERSON_SKATING,
7777 #[cfg(feature = "font_awesome_solid")]
7778 Self::FONT_AWESOME_SOLID_PERSON_SKIING_NORDIC,
7779 #[cfg(feature = "font_awesome_solid")]
7780 Self::FONT_AWESOME_SOLID_PERSON_SKIING,
7781 #[cfg(feature = "font_awesome_solid")]
7782 Self::FONT_AWESOME_SOLID_PERSON_SNOWBOARDING,
7783 #[cfg(feature = "font_awesome_solid")]
7784 Self::FONT_AWESOME_SOLID_PERSON_SWIMMING,
7785 #[cfg(feature = "font_awesome_solid")]
7786 Self::FONT_AWESOME_SOLID_PERSON_THROUGH_WINDOW,
7787 #[cfg(feature = "font_awesome_solid")]
7788 Self::FONT_AWESOME_SOLID_PERSON_WALKING_ARROW_LOOP_LEFT,
7789 #[cfg(feature = "font_awesome_solid")]
7790 Self::FONT_AWESOME_SOLID_PERSON_WALKING_ARROW_RIGHT,
7791 #[cfg(feature = "font_awesome_solid")]
7792 Self::FONT_AWESOME_SOLID_PERSON_WALKING_DASHED_LINE_ARROW_RIGHT,
7793 #[cfg(feature = "font_awesome_solid")]
7794 Self::FONT_AWESOME_SOLID_PERSON_WALKING_LUGGAGE,
7795 #[cfg(feature = "font_awesome_solid")]
7796 Self::FONT_AWESOME_SOLID_PERSON_WALKING_WITH_CANE,
7797 #[cfg(feature = "font_awesome_solid")]
7798 Self::FONT_AWESOME_SOLID_PERSON_WALKING,
7799 #[cfg(feature = "font_awesome_solid")]
7800 Self::FONT_AWESOME_SOLID_PERSON,
7801 #[cfg(feature = "font_awesome_solid")]
7802 Self::FONT_AWESOME_SOLID_PESETA_SIGN,
7803 #[cfg(feature = "font_awesome_solid")]
7804 Self::FONT_AWESOME_SOLID_PESO_SIGN,
7805 #[cfg(feature = "font_awesome_solid")]
7806 Self::FONT_AWESOME_SOLID_PHONE_FLIP,
7807 #[cfg(feature = "font_awesome_solid")]
7808 Self::FONT_AWESOME_SOLID_PHONE_SLASH,
7809 #[cfg(feature = "font_awesome_solid")]
7810 Self::FONT_AWESOME_SOLID_PHONE_VOLUME,
7811 #[cfg(feature = "font_awesome_solid")]
7812 Self::FONT_AWESOME_SOLID_PHONE,
7813 #[cfg(feature = "font_awesome_solid")]
7814 Self::FONT_AWESOME_SOLID_PHOTO_FILM,
7815 #[cfg(feature = "font_awesome_solid")]
7816 Self::FONT_AWESOME_SOLID_PIGGY_BANK,
7817 #[cfg(feature = "font_awesome_solid")]
7818 Self::FONT_AWESOME_SOLID_PILLS,
7819 #[cfg(feature = "font_awesome_solid")]
7820 Self::FONT_AWESOME_SOLID_PIZZA_SLICE,
7821 #[cfg(feature = "font_awesome_solid")]
7822 Self::FONT_AWESOME_SOLID_PLACE_OF_WORSHIP,
7823 #[cfg(feature = "font_awesome_solid")]
7824 Self::FONT_AWESOME_SOLID_PLANE_ARRIVAL,
7825 #[cfg(feature = "font_awesome_solid")]
7826 Self::FONT_AWESOME_SOLID_PLANE_CIRCLE_CHECK,
7827 #[cfg(feature = "font_awesome_solid")]
7828 Self::FONT_AWESOME_SOLID_PLANE_CIRCLE_EXCLAMATION,
7829 #[cfg(feature = "font_awesome_solid")]
7830 Self::FONT_AWESOME_SOLID_PLANE_CIRCLE_XMARK,
7831 #[cfg(feature = "font_awesome_solid")]
7832 Self::FONT_AWESOME_SOLID_PLANE_DEPARTURE,
7833 #[cfg(feature = "font_awesome_solid")]
7834 Self::FONT_AWESOME_SOLID_PLANE_LOCK,
7835 #[cfg(feature = "font_awesome_solid")]
7836 Self::FONT_AWESOME_SOLID_PLANE_SLASH,
7837 #[cfg(feature = "font_awesome_solid")]
7838 Self::FONT_AWESOME_SOLID_PLANE_UP,
7839 #[cfg(feature = "font_awesome_solid")]
7840 Self::FONT_AWESOME_SOLID_PLANE,
7841 #[cfg(feature = "font_awesome_solid")]
7842 Self::FONT_AWESOME_SOLID_PLANT_WILT,
7843 #[cfg(feature = "font_awesome_solid")]
7844 Self::FONT_AWESOME_SOLID_PLATE_WHEAT,
7845 #[cfg(feature = "font_awesome_solid")]
7846 Self::FONT_AWESOME_SOLID_PLAY,
7847 #[cfg(feature = "font_awesome_solid")]
7848 Self::FONT_AWESOME_SOLID_PLUG_CIRCLE_BOLT,
7849 #[cfg(feature = "font_awesome_solid")]
7850 Self::FONT_AWESOME_SOLID_PLUG_CIRCLE_CHECK,
7851 #[cfg(feature = "font_awesome_solid")]
7852 Self::FONT_AWESOME_SOLID_PLUG_CIRCLE_EXCLAMATION,
7853 #[cfg(feature = "font_awesome_solid")]
7854 Self::FONT_AWESOME_SOLID_PLUG_CIRCLE_MINUS,
7855 #[cfg(feature = "font_awesome_solid")]
7856 Self::FONT_AWESOME_SOLID_PLUG_CIRCLE_PLUS,
7857 #[cfg(feature = "font_awesome_solid")]
7858 Self::FONT_AWESOME_SOLID_PLUG_CIRCLE_XMARK,
7859 #[cfg(feature = "font_awesome_solid")]
7860 Self::FONT_AWESOME_SOLID_PLUG,
7861 #[cfg(feature = "font_awesome_solid")]
7862 Self::FONT_AWESOME_SOLID_PLUS_MINUS,
7863 #[cfg(feature = "font_awesome_solid")]
7864 Self::FONT_AWESOME_SOLID_PLUS,
7865 #[cfg(feature = "font_awesome_solid")]
7866 Self::FONT_AWESOME_SOLID_PODCAST,
7867 #[cfg(feature = "font_awesome_solid")]
7868 Self::FONT_AWESOME_SOLID_POO_STORM,
7869 #[cfg(feature = "font_awesome_solid")]
7870 Self::FONT_AWESOME_SOLID_POO,
7871 #[cfg(feature = "font_awesome_solid")]
7872 Self::FONT_AWESOME_SOLID_POOP,
7873 #[cfg(feature = "font_awesome_solid")]
7874 Self::FONT_AWESOME_SOLID_POWER_OFF,
7875 #[cfg(feature = "font_awesome_solid")]
7876 Self::FONT_AWESOME_SOLID_PRESCRIPTION_BOTTLE_MEDICAL,
7877 #[cfg(feature = "font_awesome_solid")]
7878 Self::FONT_AWESOME_SOLID_PRESCRIPTION_BOTTLE,
7879 #[cfg(feature = "font_awesome_solid")]
7880 Self::FONT_AWESOME_SOLID_PRESCRIPTION,
7881 #[cfg(feature = "font_awesome_solid")]
7882 Self::FONT_AWESOME_SOLID_PRINT,
7883 #[cfg(feature = "font_awesome_solid")]
7884 Self::FONT_AWESOME_SOLID_PUMP_MEDICAL,
7885 #[cfg(feature = "font_awesome_solid")]
7886 Self::FONT_AWESOME_SOLID_PUMP_SOAP,
7887 #[cfg(feature = "font_awesome_solid")]
7888 Self::FONT_AWESOME_SOLID_PUZZLE_PIECE,
7889 #[cfg(feature = "font_awesome_solid")]
7890 Self::FONT_AWESOME_SOLID_Q,
7891 #[cfg(feature = "font_awesome_solid")]
7892 Self::FONT_AWESOME_SOLID_QRCODE,
7893 #[cfg(feature = "font_awesome_solid")]
7894 Self::FONT_AWESOME_SOLID_QUESTION,
7895 #[cfg(feature = "font_awesome_solid")]
7896 Self::FONT_AWESOME_SOLID_QUOTE_LEFT,
7897 #[cfg(feature = "font_awesome_solid")]
7898 Self::FONT_AWESOME_SOLID_QUOTE_RIGHT,
7899 #[cfg(feature = "font_awesome_solid")]
7900 Self::FONT_AWESOME_SOLID_R,
7901 #[cfg(feature = "font_awesome_solid")]
7902 Self::FONT_AWESOME_SOLID_RADIATION,
7903 #[cfg(feature = "font_awesome_solid")]
7904 Self::FONT_AWESOME_SOLID_RADIO,
7905 #[cfg(feature = "font_awesome_solid")]
7906 Self::FONT_AWESOME_SOLID_RAINBOW,
7907 #[cfg(feature = "font_awesome_solid")]
7908 Self::FONT_AWESOME_SOLID_RANKING_STAR,
7909 #[cfg(feature = "font_awesome_solid")]
7910 Self::FONT_AWESOME_SOLID_RECEIPT,
7911 #[cfg(feature = "font_awesome_solid")]
7912 Self::FONT_AWESOME_SOLID_RECORD_VINYL,
7913 #[cfg(feature = "font_awesome_solid")]
7914 Self::FONT_AWESOME_SOLID_RECTANGLE_AD,
7915 #[cfg(feature = "font_awesome_solid")]
7916 Self::FONT_AWESOME_SOLID_RECTANGLE_LIST,
7917 #[cfg(feature = "font_awesome_solid")]
7918 Self::FONT_AWESOME_SOLID_RECTANGLE_XMARK,
7919 #[cfg(feature = "font_awesome_solid")]
7920 Self::FONT_AWESOME_SOLID_RECYCLE,
7921 #[cfg(feature = "font_awesome_solid")]
7922 Self::FONT_AWESOME_SOLID_REGISTERED,
7923 #[cfg(feature = "font_awesome_solid")]
7924 Self::FONT_AWESOME_SOLID_REPEAT,
7925 #[cfg(feature = "font_awesome_solid")]
7926 Self::FONT_AWESOME_SOLID_REPLY_ALL,
7927 #[cfg(feature = "font_awesome_solid")]
7928 Self::FONT_AWESOME_SOLID_REPLY,
7929 #[cfg(feature = "font_awesome_solid")]
7930 Self::FONT_AWESOME_SOLID_REPUBLICAN,
7931 #[cfg(feature = "font_awesome_solid")]
7932 Self::FONT_AWESOME_SOLID_RESTROOM,
7933 #[cfg(feature = "font_awesome_solid")]
7934 Self::FONT_AWESOME_SOLID_RETWEET,
7935 #[cfg(feature = "font_awesome_solid")]
7936 Self::FONT_AWESOME_SOLID_RIBBON,
7937 #[cfg(feature = "font_awesome_solid")]
7938 Self::FONT_AWESOME_SOLID_RIGHT_FROM_BRACKET,
7939 #[cfg(feature = "font_awesome_solid")]
7940 Self::FONT_AWESOME_SOLID_RIGHT_LEFT,
7941 #[cfg(feature = "font_awesome_solid")]
7942 Self::FONT_AWESOME_SOLID_RIGHT_LONG,
7943 #[cfg(feature = "font_awesome_solid")]
7944 Self::FONT_AWESOME_SOLID_RIGHT_TO_BRACKET,
7945 #[cfg(feature = "font_awesome_solid")]
7946 Self::FONT_AWESOME_SOLID_RING,
7947 #[cfg(feature = "font_awesome_solid")]
7948 Self::FONT_AWESOME_SOLID_ROAD_BARRIER,
7949 #[cfg(feature = "font_awesome_solid")]
7950 Self::FONT_AWESOME_SOLID_ROAD_BRIDGE,
7951 #[cfg(feature = "font_awesome_solid")]
7952 Self::FONT_AWESOME_SOLID_ROAD_CIRCLE_CHECK,
7953 #[cfg(feature = "font_awesome_solid")]
7954 Self::FONT_AWESOME_SOLID_ROAD_CIRCLE_EXCLAMATION,
7955 #[cfg(feature = "font_awesome_solid")]
7956 Self::FONT_AWESOME_SOLID_ROAD_CIRCLE_XMARK,
7957 #[cfg(feature = "font_awesome_solid")]
7958 Self::FONT_AWESOME_SOLID_ROAD_LOCK,
7959 #[cfg(feature = "font_awesome_solid")]
7960 Self::FONT_AWESOME_SOLID_ROAD_SPIKES,
7961 #[cfg(feature = "font_awesome_solid")]
7962 Self::FONT_AWESOME_SOLID_ROAD,
7963 #[cfg(feature = "font_awesome_solid")]
7964 Self::FONT_AWESOME_SOLID_ROBOT,
7965 #[cfg(feature = "font_awesome_solid")]
7966 Self::FONT_AWESOME_SOLID_ROCKET,
7967 #[cfg(feature = "font_awesome_solid")]
7968 Self::FONT_AWESOME_SOLID_ROTATE_LEFT,
7969 #[cfg(feature = "font_awesome_solid")]
7970 Self::FONT_AWESOME_SOLID_ROTATE_RIGHT,
7971 #[cfg(feature = "font_awesome_solid")]
7972 Self::FONT_AWESOME_SOLID_ROTATE,
7973 #[cfg(feature = "font_awesome_solid")]
7974 Self::FONT_AWESOME_SOLID_ROUTE,
7975 #[cfg(feature = "font_awesome_solid")]
7976 Self::FONT_AWESOME_SOLID_RSS,
7977 #[cfg(feature = "font_awesome_solid")]
7978 Self::FONT_AWESOME_SOLID_RUBLE_SIGN,
7979 #[cfg(feature = "font_awesome_solid")]
7980 Self::FONT_AWESOME_SOLID_RUG,
7981 #[cfg(feature = "font_awesome_solid")]
7982 Self::FONT_AWESOME_SOLID_RULER_COMBINED,
7983 #[cfg(feature = "font_awesome_solid")]
7984 Self::FONT_AWESOME_SOLID_RULER_HORIZONTAL,
7985 #[cfg(feature = "font_awesome_solid")]
7986 Self::FONT_AWESOME_SOLID_RULER_VERTICAL,
7987 #[cfg(feature = "font_awesome_solid")]
7988 Self::FONT_AWESOME_SOLID_RULER,
7989 #[cfg(feature = "font_awesome_solid")]
7990 Self::FONT_AWESOME_SOLID_RUPEE_SIGN,
7991 #[cfg(feature = "font_awesome_solid")]
7992 Self::FONT_AWESOME_SOLID_RUPIAH_SIGN,
7993 #[cfg(feature = "font_awesome_solid")]
7994 Self::FONT_AWESOME_SOLID_S,
7995 #[cfg(feature = "font_awesome_solid")]
7996 Self::FONT_AWESOME_SOLID_SACK_DOLLAR,
7997 #[cfg(feature = "font_awesome_solid")]
7998 Self::FONT_AWESOME_SOLID_SACK_XMARK,
7999 #[cfg(feature = "font_awesome_solid")]
8000 Self::FONT_AWESOME_SOLID_SAILBOAT,
8001 #[cfg(feature = "font_awesome_solid")]
8002 Self::FONT_AWESOME_SOLID_SATELLITE_DISH,
8003 #[cfg(feature = "font_awesome_solid")]
8004 Self::FONT_AWESOME_SOLID_SATELLITE,
8005 #[cfg(feature = "font_awesome_solid")]
8006 Self::FONT_AWESOME_SOLID_SCALE_BALANCED,
8007 #[cfg(feature = "font_awesome_solid")]
8008 Self::FONT_AWESOME_SOLID_SCALE_UNBALANCED_FLIP,
8009 #[cfg(feature = "font_awesome_solid")]
8010 Self::FONT_AWESOME_SOLID_SCALE_UNBALANCED,
8011 #[cfg(feature = "font_awesome_solid")]
8012 Self::FONT_AWESOME_SOLID_SCHOOL_CIRCLE_CHECK,
8013 #[cfg(feature = "font_awesome_solid")]
8014 Self::FONT_AWESOME_SOLID_SCHOOL_CIRCLE_EXCLAMATION,
8015 #[cfg(feature = "font_awesome_solid")]
8016 Self::FONT_AWESOME_SOLID_SCHOOL_CIRCLE_XMARK,
8017 #[cfg(feature = "font_awesome_solid")]
8018 Self::FONT_AWESOME_SOLID_SCHOOL_FLAG,
8019 #[cfg(feature = "font_awesome_solid")]
8020 Self::FONT_AWESOME_SOLID_SCHOOL_LOCK,
8021 #[cfg(feature = "font_awesome_solid")]
8022 Self::FONT_AWESOME_SOLID_SCHOOL,
8023 #[cfg(feature = "font_awesome_solid")]
8024 Self::FONT_AWESOME_SOLID_SCISSORS,
8025 #[cfg(feature = "font_awesome_solid")]
8026 Self::FONT_AWESOME_SOLID_SCREWDRIVER_WRENCH,
8027 #[cfg(feature = "font_awesome_solid")]
8028 Self::FONT_AWESOME_SOLID_SCREWDRIVER,
8029 #[cfg(feature = "font_awesome_solid")]
8030 Self::FONT_AWESOME_SOLID_SCROLL_TORAH,
8031 #[cfg(feature = "font_awesome_solid")]
8032 Self::FONT_AWESOME_SOLID_SCROLL,
8033 #[cfg(feature = "font_awesome_solid")]
8034 Self::FONT_AWESOME_SOLID_SD_CARD,
8035 #[cfg(feature = "font_awesome_solid")]
8036 Self::FONT_AWESOME_SOLID_SECTION,
8037 #[cfg(feature = "font_awesome_solid")]
8038 Self::FONT_AWESOME_SOLID_SEEDLING,
8039 #[cfg(feature = "font_awesome_solid")]
8040 Self::FONT_AWESOME_SOLID_SERVER,
8041 #[cfg(feature = "font_awesome_solid")]
8042 Self::FONT_AWESOME_SOLID_SHAPES,
8043 #[cfg(feature = "font_awesome_solid")]
8044 Self::FONT_AWESOME_SOLID_SHARE_FROM_SQUARE,
8045 #[cfg(feature = "font_awesome_solid")]
8046 Self::FONT_AWESOME_SOLID_SHARE_NODES,
8047 #[cfg(feature = "font_awesome_solid")]
8048 Self::FONT_AWESOME_SOLID_SHARE,
8049 #[cfg(feature = "font_awesome_solid")]
8050 Self::FONT_AWESOME_SOLID_SHEET_PLASTIC,
8051 #[cfg(feature = "font_awesome_solid")]
8052 Self::FONT_AWESOME_SOLID_SHEKEL_SIGN,
8053 #[cfg(feature = "font_awesome_solid")]
8054 Self::FONT_AWESOME_SOLID_SHIELD_BLANK,
8055 #[cfg(feature = "font_awesome_solid")]
8056 Self::FONT_AWESOME_SOLID_SHIELD_CAT,
8057 #[cfg(feature = "font_awesome_solid")]
8058 Self::FONT_AWESOME_SOLID_SHIELD_DOG,
8059 #[cfg(feature = "font_awesome_solid")]
8060 Self::FONT_AWESOME_SOLID_SHIELD_HALVED,
8061 #[cfg(feature = "font_awesome_solid")]
8062 Self::FONT_AWESOME_SOLID_SHIELD_HEART,
8063 #[cfg(feature = "font_awesome_solid")]
8064 Self::FONT_AWESOME_SOLID_SHIELD_VIRUS,
8065 #[cfg(feature = "font_awesome_solid")]
8066 Self::FONT_AWESOME_SOLID_SHIELD,
8067 #[cfg(feature = "font_awesome_solid")]
8068 Self::FONT_AWESOME_SOLID_SHIP,
8069 #[cfg(feature = "font_awesome_solid")]
8070 Self::FONT_AWESOME_SOLID_SHIRT,
8071 #[cfg(feature = "font_awesome_solid")]
8072 Self::FONT_AWESOME_SOLID_SHOE_PRINTS,
8073 #[cfg(feature = "font_awesome_solid")]
8074 Self::FONT_AWESOME_SOLID_SHOP_LOCK,
8075 #[cfg(feature = "font_awesome_solid")]
8076 Self::FONT_AWESOME_SOLID_SHOP_SLASH,
8077 #[cfg(feature = "font_awesome_solid")]
8078 Self::FONT_AWESOME_SOLID_SHOP,
8079 #[cfg(feature = "font_awesome_solid")]
8080 Self::FONT_AWESOME_SOLID_SHOWER,
8081 #[cfg(feature = "font_awesome_solid")]
8082 Self::FONT_AWESOME_SOLID_SHRIMP,
8083 #[cfg(feature = "font_awesome_solid")]
8084 Self::FONT_AWESOME_SOLID_SHUFFLE,
8085 #[cfg(feature = "font_awesome_solid")]
8086 Self::FONT_AWESOME_SOLID_SHUTTLE_SPACE,
8087 #[cfg(feature = "font_awesome_solid")]
8088 Self::FONT_AWESOME_SOLID_SIGN_HANGING,
8089 #[cfg(feature = "font_awesome_solid")]
8090 Self::FONT_AWESOME_SOLID_SIGNAL,
8091 #[cfg(feature = "font_awesome_solid")]
8092 Self::FONT_AWESOME_SOLID_SIGNATURE,
8093 #[cfg(feature = "font_awesome_solid")]
8094 Self::FONT_AWESOME_SOLID_SIGNS_POST,
8095 #[cfg(feature = "font_awesome_solid")]
8096 Self::FONT_AWESOME_SOLID_SIM_CARD,
8097 #[cfg(feature = "font_awesome_solid")]
8098 Self::FONT_AWESOME_SOLID_SINK,
8099 #[cfg(feature = "font_awesome_solid")]
8100 Self::FONT_AWESOME_SOLID_SITEMAP,
8101 #[cfg(feature = "font_awesome_solid")]
8102 Self::FONT_AWESOME_SOLID_SKULL_CROSSBONES,
8103 #[cfg(feature = "font_awesome_solid")]
8104 Self::FONT_AWESOME_SOLID_SKULL,
8105 #[cfg(feature = "font_awesome_solid")]
8106 Self::FONT_AWESOME_SOLID_SLASH,
8107 #[cfg(feature = "font_awesome_solid")]
8108 Self::FONT_AWESOME_SOLID_SLEIGH,
8109 #[cfg(feature = "font_awesome_solid")]
8110 Self::FONT_AWESOME_SOLID_SLIDERS,
8111 #[cfg(feature = "font_awesome_solid")]
8112 Self::FONT_AWESOME_SOLID_SMOG,
8113 #[cfg(feature = "font_awesome_solid")]
8114 Self::FONT_AWESOME_SOLID_SMOKING,
8115 #[cfg(feature = "font_awesome_solid")]
8116 Self::FONT_AWESOME_SOLID_SNOWFLAKE,
8117 #[cfg(feature = "font_awesome_solid")]
8118 Self::FONT_AWESOME_SOLID_SNOWMAN,
8119 #[cfg(feature = "font_awesome_solid")]
8120 Self::FONT_AWESOME_SOLID_SNOWPLOW,
8121 #[cfg(feature = "font_awesome_solid")]
8122 Self::FONT_AWESOME_SOLID_SOAP,
8123 #[cfg(feature = "font_awesome_solid")]
8124 Self::FONT_AWESOME_SOLID_SOCKS,
8125 #[cfg(feature = "font_awesome_solid")]
8126 Self::FONT_AWESOME_SOLID_SOLAR_PANEL,
8127 #[cfg(feature = "font_awesome_solid")]
8128 Self::FONT_AWESOME_SOLID_SORT_DOWN,
8129 #[cfg(feature = "font_awesome_solid")]
8130 Self::FONT_AWESOME_SOLID_SORT_UP,
8131 #[cfg(feature = "font_awesome_solid")]
8132 Self::FONT_AWESOME_SOLID_SORT,
8133 #[cfg(feature = "font_awesome_solid")]
8134 Self::FONT_AWESOME_SOLID_SPA,
8135 #[cfg(feature = "font_awesome_solid")]
8136 Self::FONT_AWESOME_SOLID_SPAGHETTI_MONSTER_FLYING,
8137 #[cfg(feature = "font_awesome_solid")]
8138 Self::FONT_AWESOME_SOLID_SPELL_CHECK,
8139 #[cfg(feature = "font_awesome_solid")]
8140 Self::FONT_AWESOME_SOLID_SPIDER,
8141 #[cfg(feature = "font_awesome_solid")]
8142 Self::FONT_AWESOME_SOLID_SPINNER,
8143 #[cfg(feature = "font_awesome_solid")]
8144 Self::FONT_AWESOME_SOLID_SPLOTCH,
8145 #[cfg(feature = "font_awesome_solid")]
8146 Self::FONT_AWESOME_SOLID_SPOON,
8147 #[cfg(feature = "font_awesome_solid")]
8148 Self::FONT_AWESOME_SOLID_SPRAY_CAN_SPARKLES,
8149 #[cfg(feature = "font_awesome_solid")]
8150 Self::FONT_AWESOME_SOLID_SPRAY_CAN,
8151 #[cfg(feature = "font_awesome_solid")]
8152 Self::FONT_AWESOME_SOLID_SQUARE_ARROW_UP_RIGHT,
8153 #[cfg(feature = "font_awesome_solid")]
8154 Self::FONT_AWESOME_SOLID_SQUARE_CARET_DOWN,
8155 #[cfg(feature = "font_awesome_solid")]
8156 Self::FONT_AWESOME_SOLID_SQUARE_CARET_LEFT,
8157 #[cfg(feature = "font_awesome_solid")]
8158 Self::FONT_AWESOME_SOLID_SQUARE_CARET_RIGHT,
8159 #[cfg(feature = "font_awesome_solid")]
8160 Self::FONT_AWESOME_SOLID_SQUARE_CARET_UP,
8161 #[cfg(feature = "font_awesome_solid")]
8162 Self::FONT_AWESOME_SOLID_SQUARE_CHECK,
8163 #[cfg(feature = "font_awesome_solid")]
8164 Self::FONT_AWESOME_SOLID_SQUARE_ENVELOPE,
8165 #[cfg(feature = "font_awesome_solid")]
8166 Self::FONT_AWESOME_SOLID_SQUARE_FULL,
8167 #[cfg(feature = "font_awesome_solid")]
8168 Self::FONT_AWESOME_SOLID_SQUARE_H,
8169 #[cfg(feature = "font_awesome_solid")]
8170 Self::FONT_AWESOME_SOLID_SQUARE_MINUS,
8171 #[cfg(feature = "font_awesome_solid")]
8172 Self::FONT_AWESOME_SOLID_SQUARE_NFI,
8173 #[cfg(feature = "font_awesome_solid")]
8174 Self::FONT_AWESOME_SOLID_SQUARE_PARKING,
8175 #[cfg(feature = "font_awesome_solid")]
8176 Self::FONT_AWESOME_SOLID_SQUARE_PEN,
8177 #[cfg(feature = "font_awesome_solid")]
8178 Self::FONT_AWESOME_SOLID_SQUARE_PERSON_CONFINED,
8179 #[cfg(feature = "font_awesome_solid")]
8180 Self::FONT_AWESOME_SOLID_SQUARE_PHONE_FLIP,
8181 #[cfg(feature = "font_awesome_solid")]
8182 Self::FONT_AWESOME_SOLID_SQUARE_PHONE,
8183 #[cfg(feature = "font_awesome_solid")]
8184 Self::FONT_AWESOME_SOLID_SQUARE_PLUS,
8185 #[cfg(feature = "font_awesome_solid")]
8186 Self::FONT_AWESOME_SOLID_SQUARE_POLL_HORIZONTAL,
8187 #[cfg(feature = "font_awesome_solid")]
8188 Self::FONT_AWESOME_SOLID_SQUARE_POLL_VERTICAL,
8189 #[cfg(feature = "font_awesome_solid")]
8190 Self::FONT_AWESOME_SOLID_SQUARE_ROOT_VARIABLE,
8191 #[cfg(feature = "font_awesome_solid")]
8192 Self::FONT_AWESOME_SOLID_SQUARE_RSS,
8193 #[cfg(feature = "font_awesome_solid")]
8194 Self::FONT_AWESOME_SOLID_SQUARE_SHARE_NODES,
8195 #[cfg(feature = "font_awesome_solid")]
8196 Self::FONT_AWESOME_SOLID_SQUARE_UP_RIGHT,
8197 #[cfg(feature = "font_awesome_solid")]
8198 Self::FONT_AWESOME_SOLID_SQUARE_VIRUS,
8199 #[cfg(feature = "font_awesome_solid")]
8200 Self::FONT_AWESOME_SOLID_SQUARE_XMARK,
8201 #[cfg(feature = "font_awesome_solid")]
8202 Self::FONT_AWESOME_SOLID_SQUARE,
8203 #[cfg(feature = "font_awesome_solid")]
8204 Self::FONT_AWESOME_SOLID_STAFF_AESCULAPIUS,
8205 #[cfg(feature = "font_awesome_solid")]
8206 Self::FONT_AWESOME_SOLID_STAIRS,
8207 #[cfg(feature = "font_awesome_solid")]
8208 Self::FONT_AWESOME_SOLID_STAMP,
8209 #[cfg(feature = "font_awesome_solid")]
8210 Self::FONT_AWESOME_SOLID_STAR_AND_CRESCENT,
8211 #[cfg(feature = "font_awesome_solid")]
8212 Self::FONT_AWESOME_SOLID_STAR_HALF_STROKE,
8213 #[cfg(feature = "font_awesome_solid")]
8214 Self::FONT_AWESOME_SOLID_STAR_HALF,
8215 #[cfg(feature = "font_awesome_solid")]
8216 Self::FONT_AWESOME_SOLID_STAR_OF_DAVID,
8217 #[cfg(feature = "font_awesome_solid")]
8218 Self::FONT_AWESOME_SOLID_STAR_OF_LIFE,
8219 #[cfg(feature = "font_awesome_solid")]
8220 Self::FONT_AWESOME_SOLID_STAR,
8221 #[cfg(feature = "font_awesome_solid")]
8222 Self::FONT_AWESOME_SOLID_STERLING_SIGN,
8223 #[cfg(feature = "font_awesome_solid")]
8224 Self::FONT_AWESOME_SOLID_STETHOSCOPE,
8225 #[cfg(feature = "font_awesome_solid")]
8226 Self::FONT_AWESOME_SOLID_STOP,
8227 #[cfg(feature = "font_awesome_solid")]
8228 Self::FONT_AWESOME_SOLID_STOPWATCH_20,
8229 #[cfg(feature = "font_awesome_solid")]
8230 Self::FONT_AWESOME_SOLID_STOPWATCH,
8231 #[cfg(feature = "font_awesome_solid")]
8232 Self::FONT_AWESOME_SOLID_STORE_SLASH,
8233 #[cfg(feature = "font_awesome_solid")]
8234 Self::FONT_AWESOME_SOLID_STORE,
8235 #[cfg(feature = "font_awesome_solid")]
8236 Self::FONT_AWESOME_SOLID_STREET_VIEW,
8237 #[cfg(feature = "font_awesome_solid")]
8238 Self::FONT_AWESOME_SOLID_STRIKETHROUGH,
8239 #[cfg(feature = "font_awesome_solid")]
8240 Self::FONT_AWESOME_SOLID_STROOPWAFEL,
8241 #[cfg(feature = "font_awesome_solid")]
8242 Self::FONT_AWESOME_SOLID_SUBSCRIPT,
8243 #[cfg(feature = "font_awesome_solid")]
8244 Self::FONT_AWESOME_SOLID_SUITCASE_MEDICAL,
8245 #[cfg(feature = "font_awesome_solid")]
8246 Self::FONT_AWESOME_SOLID_SUITCASE_ROLLING,
8247 #[cfg(feature = "font_awesome_solid")]
8248 Self::FONT_AWESOME_SOLID_SUITCASE,
8249 #[cfg(feature = "font_awesome_solid")]
8250 Self::FONT_AWESOME_SOLID_SUN_PLANT_WILT,
8251 #[cfg(feature = "font_awesome_solid")]
8252 Self::FONT_AWESOME_SOLID_SUN,
8253 #[cfg(feature = "font_awesome_solid")]
8254 Self::FONT_AWESOME_SOLID_SUPERSCRIPT,
8255 #[cfg(feature = "font_awesome_solid")]
8256 Self::FONT_AWESOME_SOLID_SWATCHBOOK,
8257 #[cfg(feature = "font_awesome_solid")]
8258 Self::FONT_AWESOME_SOLID_SYNAGOGUE,
8259 #[cfg(feature = "font_awesome_solid")]
8260 Self::FONT_AWESOME_SOLID_SYRINGE,
8261 #[cfg(feature = "font_awesome_solid")]
8262 Self::FONT_AWESOME_SOLID_T,
8263 #[cfg(feature = "font_awesome_solid")]
8264 Self::FONT_AWESOME_SOLID_TABLE_CELLS_LARGE,
8265 #[cfg(feature = "font_awesome_solid")]
8266 Self::FONT_AWESOME_SOLID_TABLE_CELLS,
8267 #[cfg(feature = "font_awesome_solid")]
8268 Self::FONT_AWESOME_SOLID_TABLE_COLUMNS,
8269 #[cfg(feature = "font_awesome_solid")]
8270 Self::FONT_AWESOME_SOLID_TABLE_LIST,
8271 #[cfg(feature = "font_awesome_solid")]
8272 Self::FONT_AWESOME_SOLID_TABLE_TENNIS_PADDLE_BALL,
8273 #[cfg(feature = "font_awesome_solid")]
8274 Self::FONT_AWESOME_SOLID_TABLE,
8275 #[cfg(feature = "font_awesome_solid")]
8276 Self::FONT_AWESOME_SOLID_TABLET_BUTTON,
8277 #[cfg(feature = "font_awesome_solid")]
8278 Self::FONT_AWESOME_SOLID_TABLET_SCREEN_BUTTON,
8279 #[cfg(feature = "font_awesome_solid")]
8280 Self::FONT_AWESOME_SOLID_TABLET,
8281 #[cfg(feature = "font_awesome_solid")]
8282 Self::FONT_AWESOME_SOLID_TABLETS,
8283 #[cfg(feature = "font_awesome_solid")]
8284 Self::FONT_AWESOME_SOLID_TACHOGRAPH_DIGITAL,
8285 #[cfg(feature = "font_awesome_solid")]
8286 Self::FONT_AWESOME_SOLID_TAG,
8287 #[cfg(feature = "font_awesome_solid")]
8288 Self::FONT_AWESOME_SOLID_TAGS,
8289 #[cfg(feature = "font_awesome_solid")]
8290 Self::FONT_AWESOME_SOLID_TAPE,
8291 #[cfg(feature = "font_awesome_solid")]
8292 Self::FONT_AWESOME_SOLID_TARP_DROPLET,
8293 #[cfg(feature = "font_awesome_solid")]
8294 Self::FONT_AWESOME_SOLID_TARP,
8295 #[cfg(feature = "font_awesome_solid")]
8296 Self::FONT_AWESOME_SOLID_TAXI,
8297 #[cfg(feature = "font_awesome_solid")]
8298 Self::FONT_AWESOME_SOLID_TEETH_OPEN,
8299 #[cfg(feature = "font_awesome_solid")]
8300 Self::FONT_AWESOME_SOLID_TEETH,
8301 #[cfg(feature = "font_awesome_solid")]
8302 Self::FONT_AWESOME_SOLID_TEMPERATURE_ARROW_DOWN,
8303 #[cfg(feature = "font_awesome_solid")]
8304 Self::FONT_AWESOME_SOLID_TEMPERATURE_ARROW_UP,
8305 #[cfg(feature = "font_awesome_solid")]
8306 Self::FONT_AWESOME_SOLID_TEMPERATURE_EMPTY,
8307 #[cfg(feature = "font_awesome_solid")]
8308 Self::FONT_AWESOME_SOLID_TEMPERATURE_FULL,
8309 #[cfg(feature = "font_awesome_solid")]
8310 Self::FONT_AWESOME_SOLID_TEMPERATURE_HALF,
8311 #[cfg(feature = "font_awesome_solid")]
8312 Self::FONT_AWESOME_SOLID_TEMPERATURE_HIGH,
8313 #[cfg(feature = "font_awesome_solid")]
8314 Self::FONT_AWESOME_SOLID_TEMPERATURE_LOW,
8315 #[cfg(feature = "font_awesome_solid")]
8316 Self::FONT_AWESOME_SOLID_TEMPERATURE_QUARTER,
8317 #[cfg(feature = "font_awesome_solid")]
8318 Self::FONT_AWESOME_SOLID_TEMPERATURE_THREE_QUARTERS,
8319 #[cfg(feature = "font_awesome_solid")]
8320 Self::FONT_AWESOME_SOLID_TENGE_SIGN,
8321 #[cfg(feature = "font_awesome_solid")]
8322 Self::FONT_AWESOME_SOLID_TENT_ARROW_DOWN_TO_LINE,
8323 #[cfg(feature = "font_awesome_solid")]
8324 Self::FONT_AWESOME_SOLID_TENT_ARROW_LEFT_RIGHT,
8325 #[cfg(feature = "font_awesome_solid")]
8326 Self::FONT_AWESOME_SOLID_TENT_ARROW_TURN_LEFT,
8327 #[cfg(feature = "font_awesome_solid")]
8328 Self::FONT_AWESOME_SOLID_TENT_ARROWS_DOWN,
8329 #[cfg(feature = "font_awesome_solid")]
8330 Self::FONT_AWESOME_SOLID_TENT,
8331 #[cfg(feature = "font_awesome_solid")]
8332 Self::FONT_AWESOME_SOLID_TENTS,
8333 #[cfg(feature = "font_awesome_solid")]
8334 Self::FONT_AWESOME_SOLID_TERMINAL,
8335 #[cfg(feature = "font_awesome_solid")]
8336 Self::FONT_AWESOME_SOLID_TEXT_HEIGHT,
8337 #[cfg(feature = "font_awesome_solid")]
8338 Self::FONT_AWESOME_SOLID_TEXT_SLASH,
8339 #[cfg(feature = "font_awesome_solid")]
8340 Self::FONT_AWESOME_SOLID_TEXT_WIDTH,
8341 #[cfg(feature = "font_awesome_solid")]
8342 Self::FONT_AWESOME_SOLID_THERMOMETER,
8343 #[cfg(feature = "font_awesome_solid")]
8344 Self::FONT_AWESOME_SOLID_THUMBS_DOWN,
8345 #[cfg(feature = "font_awesome_solid")]
8346 Self::FONT_AWESOME_SOLID_THUMBS_UP,
8347 #[cfg(feature = "font_awesome_solid")]
8348 Self::FONT_AWESOME_SOLID_THUMBTACK,
8349 #[cfg(feature = "font_awesome_solid")]
8350 Self::FONT_AWESOME_SOLID_TICKET_SIMPLE,
8351 #[cfg(feature = "font_awesome_solid")]
8352 Self::FONT_AWESOME_SOLID_TICKET,
8353 #[cfg(feature = "font_awesome_solid")]
8354 Self::FONT_AWESOME_SOLID_TIMELINE,
8355 #[cfg(feature = "font_awesome_solid")]
8356 Self::FONT_AWESOME_SOLID_TOGGLE_OFF,
8357 #[cfg(feature = "font_awesome_solid")]
8358 Self::FONT_AWESOME_SOLID_TOGGLE_ON,
8359 #[cfg(feature = "font_awesome_solid")]
8360 Self::FONT_AWESOME_SOLID_TOILET_PAPER_SLASH,
8361 #[cfg(feature = "font_awesome_solid")]
8362 Self::FONT_AWESOME_SOLID_TOILET_PAPER,
8363 #[cfg(feature = "font_awesome_solid")]
8364 Self::FONT_AWESOME_SOLID_TOILET_PORTABLE,
8365 #[cfg(feature = "font_awesome_solid")]
8366 Self::FONT_AWESOME_SOLID_TOILET,
8367 #[cfg(feature = "font_awesome_solid")]
8368 Self::FONT_AWESOME_SOLID_TOILETS_PORTABLE,
8369 #[cfg(feature = "font_awesome_solid")]
8370 Self::FONT_AWESOME_SOLID_TOOLBOX,
8371 #[cfg(feature = "font_awesome_solid")]
8372 Self::FONT_AWESOME_SOLID_TOOTH,
8373 #[cfg(feature = "font_awesome_solid")]
8374 Self::FONT_AWESOME_SOLID_TORII_GATE,
8375 #[cfg(feature = "font_awesome_solid")]
8376 Self::FONT_AWESOME_SOLID_TORNADO,
8377 #[cfg(feature = "font_awesome_solid")]
8378 Self::FONT_AWESOME_SOLID_TOWER_BROADCAST,
8379 #[cfg(feature = "font_awesome_solid")]
8380 Self::FONT_AWESOME_SOLID_TOWER_CELL,
8381 #[cfg(feature = "font_awesome_solid")]
8382 Self::FONT_AWESOME_SOLID_TOWER_OBSERVATION,
8383 #[cfg(feature = "font_awesome_solid")]
8384 Self::FONT_AWESOME_SOLID_TRACTOR,
8385 #[cfg(feature = "font_awesome_solid")]
8386 Self::FONT_AWESOME_SOLID_TRADEMARK,
8387 #[cfg(feature = "font_awesome_solid")]
8388 Self::FONT_AWESOME_SOLID_TRAFFIC_LIGHT,
8389 #[cfg(feature = "font_awesome_solid")]
8390 Self::FONT_AWESOME_SOLID_TRAILER,
8391 #[cfg(feature = "font_awesome_solid")]
8392 Self::FONT_AWESOME_SOLID_TRAIN_SUBWAY,
8393 #[cfg(feature = "font_awesome_solid")]
8394 Self::FONT_AWESOME_SOLID_TRAIN_TRAM,
8395 #[cfg(feature = "font_awesome_solid")]
8396 Self::FONT_AWESOME_SOLID_TRAIN,
8397 #[cfg(feature = "font_awesome_solid")]
8398 Self::FONT_AWESOME_SOLID_TRANSGENDER,
8399 #[cfg(feature = "font_awesome_solid")]
8400 Self::FONT_AWESOME_SOLID_TRASH_ARROW_UP,
8401 #[cfg(feature = "font_awesome_solid")]
8402 Self::FONT_AWESOME_SOLID_TRASH_CAN_ARROW_UP,
8403 #[cfg(feature = "font_awesome_solid")]
8404 Self::FONT_AWESOME_SOLID_TRASH_CAN,
8405 #[cfg(feature = "font_awesome_solid")]
8406 Self::FONT_AWESOME_SOLID_TRASH,
8407 #[cfg(feature = "font_awesome_solid")]
8408 Self::FONT_AWESOME_SOLID_TREE_CITY,
8409 #[cfg(feature = "font_awesome_solid")]
8410 Self::FONT_AWESOME_SOLID_TREE,
8411 #[cfg(feature = "font_awesome_solid")]
8412 Self::FONT_AWESOME_SOLID_TRIANGLE_EXCLAMATION,
8413 #[cfg(feature = "font_awesome_solid")]
8414 Self::FONT_AWESOME_SOLID_TROPHY,
8415 #[cfg(feature = "font_awesome_solid")]
8416 Self::FONT_AWESOME_SOLID_TROWEL_BRICKS,
8417 #[cfg(feature = "font_awesome_solid")]
8418 Self::FONT_AWESOME_SOLID_TROWEL,
8419 #[cfg(feature = "font_awesome_solid")]
8420 Self::FONT_AWESOME_SOLID_TRUCK_ARROW_RIGHT,
8421 #[cfg(feature = "font_awesome_solid")]
8422 Self::FONT_AWESOME_SOLID_TRUCK_DROPLET,
8423 #[cfg(feature = "font_awesome_solid")]
8424 Self::FONT_AWESOME_SOLID_TRUCK_FAST,
8425 #[cfg(feature = "font_awesome_solid")]
8426 Self::FONT_AWESOME_SOLID_TRUCK_FIELD_UN,
8427 #[cfg(feature = "font_awesome_solid")]
8428 Self::FONT_AWESOME_SOLID_TRUCK_FIELD,
8429 #[cfg(feature = "font_awesome_solid")]
8430 Self::FONT_AWESOME_SOLID_TRUCK_FRONT,
8431 #[cfg(feature = "font_awesome_solid")]
8432 Self::FONT_AWESOME_SOLID_TRUCK_MEDICAL,
8433 #[cfg(feature = "font_awesome_solid")]
8434 Self::FONT_AWESOME_SOLID_TRUCK_MONSTER,
8435 #[cfg(feature = "font_awesome_solid")]
8436 Self::FONT_AWESOME_SOLID_TRUCK_MOVING,
8437 #[cfg(feature = "font_awesome_solid")]
8438 Self::FONT_AWESOME_SOLID_TRUCK_PICKUP,
8439 #[cfg(feature = "font_awesome_solid")]
8440 Self::FONT_AWESOME_SOLID_TRUCK_PLANE,
8441 #[cfg(feature = "font_awesome_solid")]
8442 Self::FONT_AWESOME_SOLID_TRUCK_RAMP_BOX,
8443 #[cfg(feature = "font_awesome_solid")]
8444 Self::FONT_AWESOME_SOLID_TRUCK,
8445 #[cfg(feature = "font_awesome_solid")]
8446 Self::FONT_AWESOME_SOLID_TTY,
8447 #[cfg(feature = "font_awesome_solid")]
8448 Self::FONT_AWESOME_SOLID_TURKISH_LIRA_SIGN,
8449 #[cfg(feature = "font_awesome_solid")]
8450 Self::FONT_AWESOME_SOLID_TURN_DOWN,
8451 #[cfg(feature = "font_awesome_solid")]
8452 Self::FONT_AWESOME_SOLID_TURN_UP,
8453 #[cfg(feature = "font_awesome_solid")]
8454 Self::FONT_AWESOME_SOLID_TV,
8455 #[cfg(feature = "font_awesome_solid")]
8456 Self::FONT_AWESOME_SOLID_U,
8457 #[cfg(feature = "font_awesome_solid")]
8458 Self::FONT_AWESOME_SOLID_UMBRELLA_BEACH,
8459 #[cfg(feature = "font_awesome_solid")]
8460 Self::FONT_AWESOME_SOLID_UMBRELLA,
8461 #[cfg(feature = "font_awesome_solid")]
8462 Self::FONT_AWESOME_SOLID_UNDERLINE,
8463 #[cfg(feature = "font_awesome_solid")]
8464 Self::FONT_AWESOME_SOLID_UNIVERSAL_ACCESS,
8465 #[cfg(feature = "font_awesome_solid")]
8466 Self::FONT_AWESOME_SOLID_UNLOCK_KEYHOLE,
8467 #[cfg(feature = "font_awesome_solid")]
8468 Self::FONT_AWESOME_SOLID_UNLOCK,
8469 #[cfg(feature = "font_awesome_solid")]
8470 Self::FONT_AWESOME_SOLID_UP_DOWN_LEFT_RIGHT,
8471 #[cfg(feature = "font_awesome_solid")]
8472 Self::FONT_AWESOME_SOLID_UP_DOWN,
8473 #[cfg(feature = "font_awesome_solid")]
8474 Self::FONT_AWESOME_SOLID_UP_LONG,
8475 #[cfg(feature = "font_awesome_solid")]
8476 Self::FONT_AWESOME_SOLID_UP_RIGHT_AND_DOWN_LEFT_FROM_CENTER,
8477 #[cfg(feature = "font_awesome_solid")]
8478 Self::FONT_AWESOME_SOLID_UP_RIGHT_FROM_SQUARE,
8479 #[cfg(feature = "font_awesome_solid")]
8480 Self::FONT_AWESOME_SOLID_UPLOAD,
8481 #[cfg(feature = "font_awesome_solid")]
8482 Self::FONT_AWESOME_SOLID_USER_ASTRONAUT,
8483 #[cfg(feature = "font_awesome_solid")]
8484 Self::FONT_AWESOME_SOLID_USER_CHECK,
8485 #[cfg(feature = "font_awesome_solid")]
8486 Self::FONT_AWESOME_SOLID_USER_CLOCK,
8487 #[cfg(feature = "font_awesome_solid")]
8488 Self::FONT_AWESOME_SOLID_USER_DOCTOR,
8489 #[cfg(feature = "font_awesome_solid")]
8490 Self::FONT_AWESOME_SOLID_USER_GEAR,
8491 #[cfg(feature = "font_awesome_solid")]
8492 Self::FONT_AWESOME_SOLID_USER_GRADUATE,
8493 #[cfg(feature = "font_awesome_solid")]
8494 Self::FONT_AWESOME_SOLID_USER_GROUP,
8495 #[cfg(feature = "font_awesome_solid")]
8496 Self::FONT_AWESOME_SOLID_USER_INJURED,
8497 #[cfg(feature = "font_awesome_solid")]
8498 Self::FONT_AWESOME_SOLID_USER_LARGE_SLASH,
8499 #[cfg(feature = "font_awesome_solid")]
8500 Self::FONT_AWESOME_SOLID_USER_LARGE,
8501 #[cfg(feature = "font_awesome_solid")]
8502 Self::FONT_AWESOME_SOLID_USER_LOCK,
8503 #[cfg(feature = "font_awesome_solid")]
8504 Self::FONT_AWESOME_SOLID_USER_MINUS,
8505 #[cfg(feature = "font_awesome_solid")]
8506 Self::FONT_AWESOME_SOLID_USER_NINJA,
8507 #[cfg(feature = "font_awesome_solid")]
8508 Self::FONT_AWESOME_SOLID_USER_NURSE,
8509 #[cfg(feature = "font_awesome_solid")]
8510 Self::FONT_AWESOME_SOLID_USER_PEN,
8511 #[cfg(feature = "font_awesome_solid")]
8512 Self::FONT_AWESOME_SOLID_USER_PLUS,
8513 #[cfg(feature = "font_awesome_solid")]
8514 Self::FONT_AWESOME_SOLID_USER_SECRET,
8515 #[cfg(feature = "font_awesome_solid")]
8516 Self::FONT_AWESOME_SOLID_USER_SHIELD,
8517 #[cfg(feature = "font_awesome_solid")]
8518 Self::FONT_AWESOME_SOLID_USER_SLASH,
8519 #[cfg(feature = "font_awesome_solid")]
8520 Self::FONT_AWESOME_SOLID_USER_TAG,
8521 #[cfg(feature = "font_awesome_solid")]
8522 Self::FONT_AWESOME_SOLID_USER_TIE,
8523 #[cfg(feature = "font_awesome_solid")]
8524 Self::FONT_AWESOME_SOLID_USER_XMARK,
8525 #[cfg(feature = "font_awesome_solid")]
8526 Self::FONT_AWESOME_SOLID_USER,
8527 #[cfg(feature = "font_awesome_solid")]
8528 Self::FONT_AWESOME_SOLID_USERS_BETWEEN_LINES,
8529 #[cfg(feature = "font_awesome_solid")]
8530 Self::FONT_AWESOME_SOLID_USERS_GEAR,
8531 #[cfg(feature = "font_awesome_solid")]
8532 Self::FONT_AWESOME_SOLID_USERS_LINE,
8533 #[cfg(feature = "font_awesome_solid")]
8534 Self::FONT_AWESOME_SOLID_USERS_RAYS,
8535 #[cfg(feature = "font_awesome_solid")]
8536 Self::FONT_AWESOME_SOLID_USERS_RECTANGLE,
8537 #[cfg(feature = "font_awesome_solid")]
8538 Self::FONT_AWESOME_SOLID_USERS_SLASH,
8539 #[cfg(feature = "font_awesome_solid")]
8540 Self::FONT_AWESOME_SOLID_USERS_VIEWFINDER,
8541 #[cfg(feature = "font_awesome_solid")]
8542 Self::FONT_AWESOME_SOLID_USERS,
8543 #[cfg(feature = "font_awesome_solid")]
8544 Self::FONT_AWESOME_SOLID_UTENSILS,
8545 #[cfg(feature = "font_awesome_solid")]
8546 Self::FONT_AWESOME_SOLID_V,
8547 #[cfg(feature = "font_awesome_solid")]
8548 Self::FONT_AWESOME_SOLID_VAN_SHUTTLE,
8549 #[cfg(feature = "font_awesome_solid")]
8550 Self::FONT_AWESOME_SOLID_VAULT,
8551 #[cfg(feature = "font_awesome_solid")]
8552 Self::FONT_AWESOME_SOLID_VECTOR_SQUARE,
8553 #[cfg(feature = "font_awesome_solid")]
8554 Self::FONT_AWESOME_SOLID_VENUS_DOUBLE,
8555 #[cfg(feature = "font_awesome_solid")]
8556 Self::FONT_AWESOME_SOLID_VENUS_MARS,
8557 #[cfg(feature = "font_awesome_solid")]
8558 Self::FONT_AWESOME_SOLID_VENUS,
8559 #[cfg(feature = "font_awesome_solid")]
8560 Self::FONT_AWESOME_SOLID_VEST_PATCHES,
8561 #[cfg(feature = "font_awesome_solid")]
8562 Self::FONT_AWESOME_SOLID_VEST,
8563 #[cfg(feature = "font_awesome_solid")]
8564 Self::FONT_AWESOME_SOLID_VIAL_CIRCLE_CHECK,
8565 #[cfg(feature = "font_awesome_solid")]
8566 Self::FONT_AWESOME_SOLID_VIAL_VIRUS,
8567 #[cfg(feature = "font_awesome_solid")]
8568 Self::FONT_AWESOME_SOLID_VIAL,
8569 #[cfg(feature = "font_awesome_solid")]
8570 Self::FONT_AWESOME_SOLID_VIALS,
8571 #[cfg(feature = "font_awesome_solid")]
8572 Self::FONT_AWESOME_SOLID_VIDEO_SLASH,
8573 #[cfg(feature = "font_awesome_solid")]
8574 Self::FONT_AWESOME_SOLID_VIDEO,
8575 #[cfg(feature = "font_awesome_solid")]
8576 Self::FONT_AWESOME_SOLID_VIHARA,
8577 #[cfg(feature = "font_awesome_solid")]
8578 Self::FONT_AWESOME_SOLID_VIRUS_COVID_SLASH,
8579 #[cfg(feature = "font_awesome_solid")]
8580 Self::FONT_AWESOME_SOLID_VIRUS_COVID,
8581 #[cfg(feature = "font_awesome_solid")]
8582 Self::FONT_AWESOME_SOLID_VIRUS_SLASH,
8583 #[cfg(feature = "font_awesome_solid")]
8584 Self::FONT_AWESOME_SOLID_VIRUS,
8585 #[cfg(feature = "font_awesome_solid")]
8586 Self::FONT_AWESOME_SOLID_VIRUSES,
8587 #[cfg(feature = "font_awesome_solid")]
8588 Self::FONT_AWESOME_SOLID_VOICEMAIL,
8589 #[cfg(feature = "font_awesome_solid")]
8590 Self::FONT_AWESOME_SOLID_VOLCANO,
8591 #[cfg(feature = "font_awesome_solid")]
8592 Self::FONT_AWESOME_SOLID_VOLLEYBALL,
8593 #[cfg(feature = "font_awesome_solid")]
8594 Self::FONT_AWESOME_SOLID_VOLUME_HIGH,
8595 #[cfg(feature = "font_awesome_solid")]
8596 Self::FONT_AWESOME_SOLID_VOLUME_LOW,
8597 #[cfg(feature = "font_awesome_solid")]
8598 Self::FONT_AWESOME_SOLID_VOLUME_OFF,
8599 #[cfg(feature = "font_awesome_solid")]
8600 Self::FONT_AWESOME_SOLID_VOLUME_XMARK,
8601 #[cfg(feature = "font_awesome_solid")]
8602 Self::FONT_AWESOME_SOLID_VR_CARDBOARD,
8603 #[cfg(feature = "font_awesome_solid")]
8604 Self::FONT_AWESOME_SOLID_W,
8605 #[cfg(feature = "font_awesome_solid")]
8606 Self::FONT_AWESOME_SOLID_WALKIE_TALKIE,
8607 #[cfg(feature = "font_awesome_solid")]
8608 Self::FONT_AWESOME_SOLID_WALLET,
8609 #[cfg(feature = "font_awesome_solid")]
8610 Self::FONT_AWESOME_SOLID_WAND_MAGIC_SPARKLES,
8611 #[cfg(feature = "font_awesome_solid")]
8612 Self::FONT_AWESOME_SOLID_WAND_MAGIC,
8613 #[cfg(feature = "font_awesome_solid")]
8614 Self::FONT_AWESOME_SOLID_WAND_SPARKLES,
8615 #[cfg(feature = "font_awesome_solid")]
8616 Self::FONT_AWESOME_SOLID_WAREHOUSE,
8617 #[cfg(feature = "font_awesome_solid")]
8618 Self::FONT_AWESOME_SOLID_WATER_LADDER,
8619 #[cfg(feature = "font_awesome_solid")]
8620 Self::FONT_AWESOME_SOLID_WATER,
8621 #[cfg(feature = "font_awesome_solid")]
8622 Self::FONT_AWESOME_SOLID_WAVE_SQUARE,
8623 #[cfg(feature = "font_awesome_solid")]
8624 Self::FONT_AWESOME_SOLID_WEIGHT_HANGING,
8625 #[cfg(feature = "font_awesome_solid")]
8626 Self::FONT_AWESOME_SOLID_WEIGHT_SCALE,
8627 #[cfg(feature = "font_awesome_solid")]
8628 Self::FONT_AWESOME_SOLID_WHEAT_AWN_CIRCLE_EXCLAMATION,
8629 #[cfg(feature = "font_awesome_solid")]
8630 Self::FONT_AWESOME_SOLID_WHEAT_AWN,
8631 #[cfg(feature = "font_awesome_solid")]
8632 Self::FONT_AWESOME_SOLID_WHEELCHAIR_MOVE,
8633 #[cfg(feature = "font_awesome_solid")]
8634 Self::FONT_AWESOME_SOLID_WHEELCHAIR,
8635 #[cfg(feature = "font_awesome_solid")]
8636 Self::FONT_AWESOME_SOLID_WHISKEY_GLASS,
8637 #[cfg(feature = "font_awesome_solid")]
8638 Self::FONT_AWESOME_SOLID_WIFI,
8639 #[cfg(feature = "font_awesome_solid")]
8640 Self::FONT_AWESOME_SOLID_WIND,
8641 #[cfg(feature = "font_awesome_solid")]
8642 Self::FONT_AWESOME_SOLID_WINDOW_MAXIMIZE,
8643 #[cfg(feature = "font_awesome_solid")]
8644 Self::FONT_AWESOME_SOLID_WINDOW_MINIMIZE,
8645 #[cfg(feature = "font_awesome_solid")]
8646 Self::FONT_AWESOME_SOLID_WINDOW_RESTORE,
8647 #[cfg(feature = "font_awesome_solid")]
8648 Self::FONT_AWESOME_SOLID_WINE_BOTTLE,
8649 #[cfg(feature = "font_awesome_solid")]
8650 Self::FONT_AWESOME_SOLID_WINE_GLASS_EMPTY,
8651 #[cfg(feature = "font_awesome_solid")]
8652 Self::FONT_AWESOME_SOLID_WINE_GLASS,
8653 #[cfg(feature = "font_awesome_solid")]
8654 Self::FONT_AWESOME_SOLID_WON_SIGN,
8655 #[cfg(feature = "font_awesome_solid")]
8656 Self::FONT_AWESOME_SOLID_WORM,
8657 #[cfg(feature = "font_awesome_solid")]
8658 Self::FONT_AWESOME_SOLID_WRENCH,
8659 #[cfg(feature = "font_awesome_solid")]
8660 Self::FONT_AWESOME_SOLID_X_RAY,
8661 #[cfg(feature = "font_awesome_solid")]
8662 Self::FONT_AWESOME_SOLID_X,
8663 #[cfg(feature = "font_awesome_solid")]
8664 Self::FONT_AWESOME_SOLID_XMARK,
8665 #[cfg(feature = "font_awesome_solid")]
8666 Self::FONT_AWESOME_SOLID_XMARKS_LINES,
8667 #[cfg(feature = "font_awesome_solid")]
8668 Self::FONT_AWESOME_SOLID_Y,
8669 #[cfg(feature = "font_awesome_solid")]
8670 Self::FONT_AWESOME_SOLID_YEN_SIGN,
8671 #[cfg(feature = "font_awesome_solid")]
8672 Self::FONT_AWESOME_SOLID_YIN_YANG,
8673 #[cfg(feature = "font_awesome_solid")]
8674 Self::FONT_AWESOME_SOLID_Z,
8675 #[cfg(feature = "heroicons_outline")]
8676 Self::HEROICONS_OUTLINE_ACADEMIC_CAP,
8677 #[cfg(feature = "heroicons_outline")]
8678 Self::HEROICONS_OUTLINE_ADJUSTMENTS_HORIZONTAL,
8679 #[cfg(feature = "heroicons_outline")]
8680 Self::HEROICONS_OUTLINE_ADJUSTMENTS_VERTICAL,
8681 #[cfg(feature = "heroicons_outline")]
8682 Self::HEROICONS_OUTLINE_ARCHIVE_BOX_ARROW_DOWN,
8683 #[cfg(feature = "heroicons_outline")]
8684 Self::HEROICONS_OUTLINE_ARCHIVE_BOX_X_MARK,
8685 #[cfg(feature = "heroicons_outline")]
8686 Self::HEROICONS_OUTLINE_ARCHIVE_BOX,
8687 #[cfg(feature = "heroicons_outline")]
8688 Self::HEROICONS_OUTLINE_ARROW_DOWN_CIRCLE,
8689 #[cfg(feature = "heroicons_outline")]
8690 Self::HEROICONS_OUTLINE_ARROW_DOWN_LEFT,
8691 #[cfg(feature = "heroicons_outline")]
8692 Self::HEROICONS_OUTLINE_ARROW_DOWN_ON_SQUARE_STACK,
8693 #[cfg(feature = "heroicons_outline")]
8694 Self::HEROICONS_OUTLINE_ARROW_DOWN_ON_SQUARE,
8695 #[cfg(feature = "heroicons_outline")]
8696 Self::HEROICONS_OUTLINE_ARROW_DOWN_RIGHT,
8697 #[cfg(feature = "heroicons_outline")]
8698 Self::HEROICONS_OUTLINE_ARROW_DOWN_TRAY,
8699 #[cfg(feature = "heroicons_outline")]
8700 Self::HEROICONS_OUTLINE_ARROW_DOWN,
8701 #[cfg(feature = "heroicons_outline")]
8702 Self::HEROICONS_OUTLINE_ARROW_LEFT_CIRCLE,
8703 #[cfg(feature = "heroicons_outline")]
8704 Self::HEROICONS_OUTLINE_ARROW_LEFT_ON_RECTANGLE,
8705 #[cfg(feature = "heroicons_outline")]
8706 Self::HEROICONS_OUTLINE_ARROW_LEFT,
8707 #[cfg(feature = "heroicons_outline")]
8708 Self::HEROICONS_OUTLINE_ARROW_LONG_DOWN,
8709 #[cfg(feature = "heroicons_outline")]
8710 Self::HEROICONS_OUTLINE_ARROW_LONG_LEFT,
8711 #[cfg(feature = "heroicons_outline")]
8712 Self::HEROICONS_OUTLINE_ARROW_LONG_RIGHT,
8713 #[cfg(feature = "heroicons_outline")]
8714 Self::HEROICONS_OUTLINE_ARROW_LONG_UP,
8715 #[cfg(feature = "heroicons_outline")]
8716 Self::HEROICONS_OUTLINE_ARROW_PATH_ROUNDED_SQUARE,
8717 #[cfg(feature = "heroicons_outline")]
8718 Self::HEROICONS_OUTLINE_ARROW_PATH,
8719 #[cfg(feature = "heroicons_outline")]
8720 Self::HEROICONS_OUTLINE_ARROW_RIGHT_CIRCLE,
8721 #[cfg(feature = "heroicons_outline")]
8722 Self::HEROICONS_OUTLINE_ARROW_RIGHT_ON_RECTANGLE,
8723 #[cfg(feature = "heroicons_outline")]
8724 Self::HEROICONS_OUTLINE_ARROW_RIGHT,
8725 #[cfg(feature = "heroicons_outline")]
8726 Self::HEROICONS_OUTLINE_ARROW_SMALL_DOWN,
8727 #[cfg(feature = "heroicons_outline")]
8728 Self::HEROICONS_OUTLINE_ARROW_SMALL_LEFT,
8729 #[cfg(feature = "heroicons_outline")]
8730 Self::HEROICONS_OUTLINE_ARROW_SMALL_RIGHT,
8731 #[cfg(feature = "heroicons_outline")]
8732 Self::HEROICONS_OUTLINE_ARROW_SMALL_UP,
8733 #[cfg(feature = "heroicons_outline")]
8734 Self::HEROICONS_OUTLINE_ARROW_TOP_RIGHT_ON_SQUARE,
8735 #[cfg(feature = "heroicons_outline")]
8736 Self::HEROICONS_OUTLINE_ARROW_TRENDING_DOWN,
8737 #[cfg(feature = "heroicons_outline")]
8738 Self::HEROICONS_OUTLINE_ARROW_TRENDING_UP,
8739 #[cfg(feature = "heroicons_outline")]
8740 Self::HEROICONS_OUTLINE_ARROW_UP_CIRCLE,
8741 #[cfg(feature = "heroicons_outline")]
8742 Self::HEROICONS_OUTLINE_ARROW_UP_LEFT,
8743 #[cfg(feature = "heroicons_outline")]
8744 Self::HEROICONS_OUTLINE_ARROW_UP_ON_SQUARE_STACK,
8745 #[cfg(feature = "heroicons_outline")]
8746 Self::HEROICONS_OUTLINE_ARROW_UP_ON_SQUARE,
8747 #[cfg(feature = "heroicons_outline")]
8748 Self::HEROICONS_OUTLINE_ARROW_UP_RIGHT,
8749 #[cfg(feature = "heroicons_outline")]
8750 Self::HEROICONS_OUTLINE_ARROW_UP_TRAY,
8751 #[cfg(feature = "heroicons_outline")]
8752 Self::HEROICONS_OUTLINE_ARROW_UP,
8753 #[cfg(feature = "heroicons_outline")]
8754 Self::HEROICONS_OUTLINE_ARROW_UTURN_DOWN,
8755 #[cfg(feature = "heroicons_outline")]
8756 Self::HEROICONS_OUTLINE_ARROW_UTURN_LEFT,
8757 #[cfg(feature = "heroicons_outline")]
8758 Self::HEROICONS_OUTLINE_ARROW_UTURN_RIGHT,
8759 #[cfg(feature = "heroicons_outline")]
8760 Self::HEROICONS_OUTLINE_ARROW_UTURN_UP,
8761 #[cfg(feature = "heroicons_outline")]
8762 Self::HEROICONS_OUTLINE_ARROWS_POINTING_IN,
8763 #[cfg(feature = "heroicons_outline")]
8764 Self::HEROICONS_OUTLINE_ARROWS_POINTING_OUT,
8765 #[cfg(feature = "heroicons_outline")]
8766 Self::HEROICONS_OUTLINE_ARROWS_RIGHT_LEFT,
8767 #[cfg(feature = "heroicons_outline")]
8768 Self::HEROICONS_OUTLINE_ARROWS_UP_DOWN,
8769 #[cfg(feature = "heroicons_outline")]
8770 Self::HEROICONS_OUTLINE_AT_SYMBOL,
8771 #[cfg(feature = "heroicons_outline")]
8772 Self::HEROICONS_OUTLINE_BACKSPACE,
8773 #[cfg(feature = "heroicons_outline")]
8774 Self::HEROICONS_OUTLINE_BACKWARD,
8775 #[cfg(feature = "heroicons_outline")]
8776 Self::HEROICONS_OUTLINE_BANKNOTES,
8777 #[cfg(feature = "heroicons_outline")]
8778 Self::HEROICONS_OUTLINE_BARS_2,
8779 #[cfg(feature = "heroicons_outline")]
8780 Self::HEROICONS_OUTLINE_BARS_3_BOTTOM_LEFT,
8781 #[cfg(feature = "heroicons_outline")]
8782 Self::HEROICONS_OUTLINE_BARS_3_BOTTOM_RIGHT,
8783 #[cfg(feature = "heroicons_outline")]
8784 Self::HEROICONS_OUTLINE_BARS_3_CENTER_LEFT,
8785 #[cfg(feature = "heroicons_outline")]
8786 Self::HEROICONS_OUTLINE_BARS_3,
8787 #[cfg(feature = "heroicons_outline")]
8788 Self::HEROICONS_OUTLINE_BARS_4,
8789 #[cfg(feature = "heroicons_outline")]
8790 Self::HEROICONS_OUTLINE_BARS_ARROW_DOWN,
8791 #[cfg(feature = "heroicons_outline")]
8792 Self::HEROICONS_OUTLINE_BARS_ARROW_UP,
8793 #[cfg(feature = "heroicons_outline")]
8794 Self::HEROICONS_OUTLINE_BATTERY_0,
8795 #[cfg(feature = "heroicons_outline")]
8796 Self::HEROICONS_OUTLINE_BATTERY_100,
8797 #[cfg(feature = "heroicons_outline")]
8798 Self::HEROICONS_OUTLINE_BATTERY_50,
8799 #[cfg(feature = "heroicons_outline")]
8800 Self::HEROICONS_OUTLINE_BEAKER,
8801 #[cfg(feature = "heroicons_outline")]
8802 Self::HEROICONS_OUTLINE_BELL_ALERT,
8803 #[cfg(feature = "heroicons_outline")]
8804 Self::HEROICONS_OUTLINE_BELL_SLASH,
8805 #[cfg(feature = "heroicons_outline")]
8806 Self::HEROICONS_OUTLINE_BELL_SNOOZE,
8807 #[cfg(feature = "heroicons_outline")]
8808 Self::HEROICONS_OUTLINE_BELL,
8809 #[cfg(feature = "heroicons_outline")]
8810 Self::HEROICONS_OUTLINE_BOLT_SLASH,
8811 #[cfg(feature = "heroicons_outline")]
8812 Self::HEROICONS_OUTLINE_BOLT,
8813 #[cfg(feature = "heroicons_outline")]
8814 Self::HEROICONS_OUTLINE_BOOK_OPEN,
8815 #[cfg(feature = "heroicons_outline")]
8816 Self::HEROICONS_OUTLINE_BOOKMARK_SLASH,
8817 #[cfg(feature = "heroicons_outline")]
8818 Self::HEROICONS_OUTLINE_BOOKMARK_SQUARE,
8819 #[cfg(feature = "heroicons_outline")]
8820 Self::HEROICONS_OUTLINE_BOOKMARK,
8821 #[cfg(feature = "heroicons_outline")]
8822 Self::HEROICONS_OUTLINE_BRIEFCASE,
8823 #[cfg(feature = "heroicons_outline")]
8824 Self::HEROICONS_OUTLINE_BUG_ANT,
8825 #[cfg(feature = "heroicons_outline")]
8826 Self::HEROICONS_OUTLINE_BUILDING_LIBRARY,
8827 #[cfg(feature = "heroicons_outline")]
8828 Self::HEROICONS_OUTLINE_BUILDING_OFFICE_2,
8829 #[cfg(feature = "heroicons_outline")]
8830 Self::HEROICONS_OUTLINE_BUILDING_OFFICE,
8831 #[cfg(feature = "heroicons_outline")]
8832 Self::HEROICONS_OUTLINE_BUILDING_STOREFRONT,
8833 #[cfg(feature = "heroicons_outline")]
8834 Self::HEROICONS_OUTLINE_CAKE,
8835 #[cfg(feature = "heroicons_outline")]
8836 Self::HEROICONS_OUTLINE_CALCULATOR,
8837 #[cfg(feature = "heroicons_outline")]
8838 Self::HEROICONS_OUTLINE_CALENDAR_DAYS,
8839 #[cfg(feature = "heroicons_outline")]
8840 Self::HEROICONS_OUTLINE_CALENDAR,
8841 #[cfg(feature = "heroicons_outline")]
8842 Self::HEROICONS_OUTLINE_CAMERA,
8843 #[cfg(feature = "heroicons_outline")]
8844 Self::HEROICONS_OUTLINE_CHART_BAR_SQUARE,
8845 #[cfg(feature = "heroicons_outline")]
8846 Self::HEROICONS_OUTLINE_CHART_BAR,
8847 #[cfg(feature = "heroicons_outline")]
8848 Self::HEROICONS_OUTLINE_CHART_PIE,
8849 #[cfg(feature = "heroicons_outline")]
8850 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_BOTTOM_CENTER_TEXT,
8851 #[cfg(feature = "heroicons_outline")]
8852 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_BOTTOM_CENTER,
8853 #[cfg(feature = "heroicons_outline")]
8854 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_LEFT_ELLIPSIS,
8855 #[cfg(feature = "heroicons_outline")]
8856 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_LEFT_RIGHT,
8857 #[cfg(feature = "heroicons_outline")]
8858 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_LEFT,
8859 #[cfg(feature = "heroicons_outline")]
8860 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_OVAL_LEFT_ELLIPSIS,
8861 #[cfg(feature = "heroicons_outline")]
8862 Self::HEROICONS_OUTLINE_CHAT_BUBBLE_OVAL_LEFT,
8863 #[cfg(feature = "heroicons_outline")]
8864 Self::HEROICONS_OUTLINE_CHECK_BADGE,
8865 #[cfg(feature = "heroicons_outline")]
8866 Self::HEROICONS_OUTLINE_CHECK_CIRCLE,
8867 #[cfg(feature = "heroicons_outline")]
8868 Self::HEROICONS_OUTLINE_CHECK,
8869 #[cfg(feature = "heroicons_outline")]
8870 Self::HEROICONS_OUTLINE_CHEVRON_DOUBLE_DOWN,
8871 #[cfg(feature = "heroicons_outline")]
8872 Self::HEROICONS_OUTLINE_CHEVRON_DOUBLE_LEFT,
8873 #[cfg(feature = "heroicons_outline")]
8874 Self::HEROICONS_OUTLINE_CHEVRON_DOUBLE_RIGHT,
8875 #[cfg(feature = "heroicons_outline")]
8876 Self::HEROICONS_OUTLINE_CHEVRON_DOUBLE_UP,
8877 #[cfg(feature = "heroicons_outline")]
8878 Self::HEROICONS_OUTLINE_CHEVRON_DOWN,
8879 #[cfg(feature = "heroicons_outline")]
8880 Self::HEROICONS_OUTLINE_CHEVRON_LEFT,
8881 #[cfg(feature = "heroicons_outline")]
8882 Self::HEROICONS_OUTLINE_CHEVRON_RIGHT,
8883 #[cfg(feature = "heroicons_outline")]
8884 Self::HEROICONS_OUTLINE_CHEVRON_UP_DOWN,
8885 #[cfg(feature = "heroicons_outline")]
8886 Self::HEROICONS_OUTLINE_CHEVRON_UP,
8887 #[cfg(feature = "heroicons_outline")]
8888 Self::HEROICONS_OUTLINE_CIRCLE_STACK,
8889 #[cfg(feature = "heroicons_outline")]
8890 Self::HEROICONS_OUTLINE_CLIPBOARD_DOCUMENT_CHECK,
8891 #[cfg(feature = "heroicons_outline")]
8892 Self::HEROICONS_OUTLINE_CLIPBOARD_DOCUMENT_LIST,
8893 #[cfg(feature = "heroicons_outline")]
8894 Self::HEROICONS_OUTLINE_CLIPBOARD_DOCUMENT,
8895 #[cfg(feature = "heroicons_outline")]
8896 Self::HEROICONS_OUTLINE_CLIPBOARD,
8897 #[cfg(feature = "heroicons_outline")]
8898 Self::HEROICONS_OUTLINE_CLOCK,
8899 #[cfg(feature = "heroicons_outline")]
8900 Self::HEROICONS_OUTLINE_CLOUD_ARROW_DOWN,
8901 #[cfg(feature = "heroicons_outline")]
8902 Self::HEROICONS_OUTLINE_CLOUD_ARROW_UP,
8903 #[cfg(feature = "heroicons_outline")]
8904 Self::HEROICONS_OUTLINE_CLOUD,
8905 #[cfg(feature = "heroicons_outline")]
8906 Self::HEROICONS_OUTLINE_CODE_BRACKET_SQUARE,
8907 #[cfg(feature = "heroicons_outline")]
8908 Self::HEROICONS_OUTLINE_CODE_BRACKET,
8909 #[cfg(feature = "heroicons_outline")]
8910 Self::HEROICONS_OUTLINE_COG_6_TOOTH,
8911 #[cfg(feature = "heroicons_outline")]
8912 Self::HEROICONS_OUTLINE_COG_8_TOOTH,
8913 #[cfg(feature = "heroicons_outline")]
8914 Self::HEROICONS_OUTLINE_COG,
8915 #[cfg(feature = "heroicons_outline")]
8916 Self::HEROICONS_OUTLINE_COMMAND_LINE,
8917 #[cfg(feature = "heroicons_outline")]
8918 Self::HEROICONS_OUTLINE_COMPUTER_DESKTOP,
8919 #[cfg(feature = "heroicons_outline")]
8920 Self::HEROICONS_OUTLINE_CPU_CHIP,
8921 #[cfg(feature = "heroicons_outline")]
8922 Self::HEROICONS_OUTLINE_CREDIT_CARD,
8923 #[cfg(feature = "heroicons_outline")]
8924 Self::HEROICONS_OUTLINE_CUBE_TRANSPARENT,
8925 #[cfg(feature = "heroicons_outline")]
8926 Self::HEROICONS_OUTLINE_CUBE,
8927 #[cfg(feature = "heroicons_outline")]
8928 Self::HEROICONS_OUTLINE_CURRENCY_BANGLADESHI,
8929 #[cfg(feature = "heroicons_outline")]
8930 Self::HEROICONS_OUTLINE_CURRENCY_DOLLAR,
8931 #[cfg(feature = "heroicons_outline")]
8932 Self::HEROICONS_OUTLINE_CURRENCY_EURO,
8933 #[cfg(feature = "heroicons_outline")]
8934 Self::HEROICONS_OUTLINE_CURRENCY_POUND,
8935 #[cfg(feature = "heroicons_outline")]
8936 Self::HEROICONS_OUTLINE_CURRENCY_RUPEE,
8937 #[cfg(feature = "heroicons_outline")]
8938 Self::HEROICONS_OUTLINE_CURRENCY_YEN,
8939 #[cfg(feature = "heroicons_outline")]
8940 Self::HEROICONS_OUTLINE_CURSOR_ARROW_RAYS,
8941 #[cfg(feature = "heroicons_outline")]
8942 Self::HEROICONS_OUTLINE_CURSOR_ARROW_RIPPLE,
8943 #[cfg(feature = "heroicons_outline")]
8944 Self::HEROICONS_OUTLINE_DEVICE_PHONE_MOBILE,
8945 #[cfg(feature = "heroicons_outline")]
8946 Self::HEROICONS_OUTLINE_DEVICE_TABLET,
8947 #[cfg(feature = "heroicons_outline")]
8948 Self::HEROICONS_OUTLINE_DOCUMENT_ARROW_DOWN,
8949 #[cfg(feature = "heroicons_outline")]
8950 Self::HEROICONS_OUTLINE_DOCUMENT_ARROW_UP,
8951 #[cfg(feature = "heroicons_outline")]
8952 Self::HEROICONS_OUTLINE_DOCUMENT_CHART_BAR,
8953 #[cfg(feature = "heroicons_outline")]
8954 Self::HEROICONS_OUTLINE_DOCUMENT_CHECK,
8955 #[cfg(feature = "heroicons_outline")]
8956 Self::HEROICONS_OUTLINE_DOCUMENT_DUPLICATE,
8957 #[cfg(feature = "heroicons_outline")]
8958 Self::HEROICONS_OUTLINE_DOCUMENT_MAGNIFYING_GLASS,
8959 #[cfg(feature = "heroicons_outline")]
8960 Self::HEROICONS_OUTLINE_DOCUMENT_MINUS,
8961 #[cfg(feature = "heroicons_outline")]
8962 Self::HEROICONS_OUTLINE_DOCUMENT_PLUS,
8963 #[cfg(feature = "heroicons_outline")]
8964 Self::HEROICONS_OUTLINE_DOCUMENT_TEXT,
8965 #[cfg(feature = "heroicons_outline")]
8966 Self::HEROICONS_OUTLINE_DOCUMENT,
8967 #[cfg(feature = "heroicons_outline")]
8968 Self::HEROICONS_OUTLINE_ELLIPSIS_HORIZONTAL_CIRCLE,
8969 #[cfg(feature = "heroicons_outline")]
8970 Self::HEROICONS_OUTLINE_ELLIPSIS_HORIZONTAL,
8971 #[cfg(feature = "heroicons_outline")]
8972 Self::HEROICONS_OUTLINE_ELLIPSIS_VERTICAL,
8973 #[cfg(feature = "heroicons_outline")]
8974 Self::HEROICONS_OUTLINE_ENVELOPE_OPEN,
8975 #[cfg(feature = "heroicons_outline")]
8976 Self::HEROICONS_OUTLINE_ENVELOPE,
8977 #[cfg(feature = "heroicons_outline")]
8978 Self::HEROICONS_OUTLINE_EXCLAMATION_CIRCLE,
8979 #[cfg(feature = "heroicons_outline")]
8980 Self::HEROICONS_OUTLINE_EXCLAMATION_TRIANGLE,
8981 #[cfg(feature = "heroicons_outline")]
8982 Self::HEROICONS_OUTLINE_EYE_DROPPER,
8983 #[cfg(feature = "heroicons_outline")]
8984 Self::HEROICONS_OUTLINE_EYE_SLASH,
8985 #[cfg(feature = "heroicons_outline")]
8986 Self::HEROICONS_OUTLINE_EYE,
8987 #[cfg(feature = "heroicons_outline")]
8988 Self::HEROICONS_OUTLINE_FACE_FROWN,
8989 #[cfg(feature = "heroicons_outline")]
8990 Self::HEROICONS_OUTLINE_FACE_SMILE,
8991 #[cfg(feature = "heroicons_outline")]
8992 Self::HEROICONS_OUTLINE_FILM,
8993 #[cfg(feature = "heroicons_outline")]
8994 Self::HEROICONS_OUTLINE_FINGER_PRINT,
8995 #[cfg(feature = "heroicons_outline")]
8996 Self::HEROICONS_OUTLINE_FIRE,
8997 #[cfg(feature = "heroicons_outline")]
8998 Self::HEROICONS_OUTLINE_FLAG,
8999 #[cfg(feature = "heroicons_outline")]
9000 Self::HEROICONS_OUTLINE_FOLDER_ARROW_DOWN,
9001 #[cfg(feature = "heroicons_outline")]
9002 Self::HEROICONS_OUTLINE_FOLDER_MINUS,
9003 #[cfg(feature = "heroicons_outline")]
9004 Self::HEROICONS_OUTLINE_FOLDER_OPEN,
9005 #[cfg(feature = "heroicons_outline")]
9006 Self::HEROICONS_OUTLINE_FOLDER_PLUS,
9007 #[cfg(feature = "heroicons_outline")]
9008 Self::HEROICONS_OUTLINE_FOLDER,
9009 #[cfg(feature = "heroicons_outline")]
9010 Self::HEROICONS_OUTLINE_FORWARD,
9011 #[cfg(feature = "heroicons_outline")]
9012 Self::HEROICONS_OUTLINE_FUNNEL,
9013 #[cfg(feature = "heroicons_outline")]
9014 Self::HEROICONS_OUTLINE_GIF,
9015 #[cfg(feature = "heroicons_outline")]
9016 Self::HEROICONS_OUTLINE_GIFT_TOP,
9017 #[cfg(feature = "heroicons_outline")]
9018 Self::HEROICONS_OUTLINE_GIFT,
9019 #[cfg(feature = "heroicons_outline")]
9020 Self::HEROICONS_OUTLINE_GLOBE_ALT,
9021 #[cfg(feature = "heroicons_outline")]
9022 Self::HEROICONS_OUTLINE_GLOBE_AMERICAS,
9023 #[cfg(feature = "heroicons_outline")]
9024 Self::HEROICONS_OUTLINE_GLOBE_ASIA_AUSTRALIA,
9025 #[cfg(feature = "heroicons_outline")]
9026 Self::HEROICONS_OUTLINE_GLOBE_EUROPE_AFRICA,
9027 #[cfg(feature = "heroicons_outline")]
9028 Self::HEROICONS_OUTLINE_HAND_RAISED,
9029 #[cfg(feature = "heroicons_outline")]
9030 Self::HEROICONS_OUTLINE_HAND_THUMB_DOWN,
9031 #[cfg(feature = "heroicons_outline")]
9032 Self::HEROICONS_OUTLINE_HAND_THUMB_UP,
9033 #[cfg(feature = "heroicons_outline")]
9034 Self::HEROICONS_OUTLINE_HASHTAG,
9035 #[cfg(feature = "heroicons_outline")]
9036 Self::HEROICONS_OUTLINE_HEART,
9037 #[cfg(feature = "heroicons_outline")]
9038 Self::HEROICONS_OUTLINE_HOME_MODERN,
9039 #[cfg(feature = "heroicons_outline")]
9040 Self::HEROICONS_OUTLINE_HOME,
9041 #[cfg(feature = "heroicons_outline")]
9042 Self::HEROICONS_OUTLINE_IDENTIFICATION,
9043 #[cfg(feature = "heroicons_outline")]
9044 Self::HEROICONS_OUTLINE_INBOX_ARROW_DOWN,
9045 #[cfg(feature = "heroicons_outline")]
9046 Self::HEROICONS_OUTLINE_INBOX_STACK,
9047 #[cfg(feature = "heroicons_outline")]
9048 Self::HEROICONS_OUTLINE_INBOX,
9049 #[cfg(feature = "heroicons_outline")]
9050 Self::HEROICONS_OUTLINE_INFORMATION_CIRCLE,
9051 #[cfg(feature = "heroicons_outline")]
9052 Self::HEROICONS_OUTLINE_KEY,
9053 #[cfg(feature = "heroicons_outline")]
9054 Self::HEROICONS_OUTLINE_LANGUAGE,
9055 #[cfg(feature = "heroicons_outline")]
9056 Self::HEROICONS_OUTLINE_LIFEBUOY,
9057 #[cfg(feature = "heroicons_outline")]
9058 Self::HEROICONS_OUTLINE_LIGHT_BULB,
9059 #[cfg(feature = "heroicons_outline")]
9060 Self::HEROICONS_OUTLINE_LINK,
9061 #[cfg(feature = "heroicons_outline")]
9062 Self::HEROICONS_OUTLINE_LIST_BULLET,
9063 #[cfg(feature = "heroicons_outline")]
9064 Self::HEROICONS_OUTLINE_LOCK_CLOSED,
9065 #[cfg(feature = "heroicons_outline")]
9066 Self::HEROICONS_OUTLINE_LOCK_OPEN,
9067 #[cfg(feature = "heroicons_outline")]
9068 Self::HEROICONS_OUTLINE_MAGNIFYING_GLASS_CIRCLE,
9069 #[cfg(feature = "heroicons_outline")]
9070 Self::HEROICONS_OUTLINE_MAGNIFYING_GLASS_MINUS,
9071 #[cfg(feature = "heroicons_outline")]
9072 Self::HEROICONS_OUTLINE_MAGNIFYING_GLASS_PLUS,
9073 #[cfg(feature = "heroicons_outline")]
9074 Self::HEROICONS_OUTLINE_MAGNIFYING_GLASS,
9075 #[cfg(feature = "heroicons_outline")]
9076 Self::HEROICONS_OUTLINE_MAP_PIN,
9077 #[cfg(feature = "heroicons_outline")]
9078 Self::HEROICONS_OUTLINE_MAP,
9079 #[cfg(feature = "heroicons_outline")]
9080 Self::HEROICONS_OUTLINE_MEGAPHONE,
9081 #[cfg(feature = "heroicons_outline")]
9082 Self::HEROICONS_OUTLINE_MICROPHONE,
9083 #[cfg(feature = "heroicons_outline")]
9084 Self::HEROICONS_OUTLINE_MINUS_CIRCLE,
9085 #[cfg(feature = "heroicons_outline")]
9086 Self::HEROICONS_OUTLINE_MINUS_SMALL,
9087 #[cfg(feature = "heroicons_outline")]
9088 Self::HEROICONS_OUTLINE_MINUS,
9089 #[cfg(feature = "heroicons_outline")]
9090 Self::HEROICONS_OUTLINE_MOON,
9091 #[cfg(feature = "heroicons_outline")]
9092 Self::HEROICONS_OUTLINE_MUSICAL_NOTE,
9093 #[cfg(feature = "heroicons_outline")]
9094 Self::HEROICONS_OUTLINE_NEWSPAPER,
9095 #[cfg(feature = "heroicons_outline")]
9096 Self::HEROICONS_OUTLINE_NO_SYMBOL,
9097 #[cfg(feature = "heroicons_outline")]
9098 Self::HEROICONS_OUTLINE_PAINT_BRUSH,
9099 #[cfg(feature = "heroicons_outline")]
9100 Self::HEROICONS_OUTLINE_PAPER_AIRPLANE,
9101 #[cfg(feature = "heroicons_outline")]
9102 Self::HEROICONS_OUTLINE_PAPER_CLIP,
9103 #[cfg(feature = "heroicons_outline")]
9104 Self::HEROICONS_OUTLINE_PAUSE_CIRCLE,
9105 #[cfg(feature = "heroicons_outline")]
9106 Self::HEROICONS_OUTLINE_PAUSE,
9107 #[cfg(feature = "heroicons_outline")]
9108 Self::HEROICONS_OUTLINE_PENCIL_SQUARE,
9109 #[cfg(feature = "heroicons_outline")]
9110 Self::HEROICONS_OUTLINE_PENCIL,
9111 #[cfg(feature = "heroicons_outline")]
9112 Self::HEROICONS_OUTLINE_PHONE_ARROW_DOWN_LEFT,
9113 #[cfg(feature = "heroicons_outline")]
9114 Self::HEROICONS_OUTLINE_PHONE_ARROW_UP_RIGHT,
9115 #[cfg(feature = "heroicons_outline")]
9116 Self::HEROICONS_OUTLINE_PHONE_X_MARK,
9117 #[cfg(feature = "heroicons_outline")]
9118 Self::HEROICONS_OUTLINE_PHONE,
9119 #[cfg(feature = "heroicons_outline")]
9120 Self::HEROICONS_OUTLINE_PHOTO,
9121 #[cfg(feature = "heroicons_outline")]
9122 Self::HEROICONS_OUTLINE_PLAY_CIRCLE,
9123 #[cfg(feature = "heroicons_outline")]
9124 Self::HEROICONS_OUTLINE_PLAY_PAUSE,
9125 #[cfg(feature = "heroicons_outline")]
9126 Self::HEROICONS_OUTLINE_PLAY,
9127 #[cfg(feature = "heroicons_outline")]
9128 Self::HEROICONS_OUTLINE_PLUS_CIRCLE,
9129 #[cfg(feature = "heroicons_outline")]
9130 Self::HEROICONS_OUTLINE_PLUS_SMALL,
9131 #[cfg(feature = "heroicons_outline")]
9132 Self::HEROICONS_OUTLINE_PLUS,
9133 #[cfg(feature = "heroicons_outline")]
9134 Self::HEROICONS_OUTLINE_POWER,
9135 #[cfg(feature = "heroicons_outline")]
9136 Self::HEROICONS_OUTLINE_PRESENTATION_CHART_BAR,
9137 #[cfg(feature = "heroicons_outline")]
9138 Self::HEROICONS_OUTLINE_PRESENTATION_CHART_LINE,
9139 #[cfg(feature = "heroicons_outline")]
9140 Self::HEROICONS_OUTLINE_PRINTER,
9141 #[cfg(feature = "heroicons_outline")]
9142 Self::HEROICONS_OUTLINE_PUZZLE_PIECE,
9143 #[cfg(feature = "heroicons_outline")]
9144 Self::HEROICONS_OUTLINE_QR_CODE,
9145 #[cfg(feature = "heroicons_outline")]
9146 Self::HEROICONS_OUTLINE_QUESTION_MARK_CIRCLE,
9147 #[cfg(feature = "heroicons_outline")]
9148 Self::HEROICONS_OUTLINE_QUEUE_LIST,
9149 #[cfg(feature = "heroicons_outline")]
9150 Self::HEROICONS_OUTLINE_RADIO,
9151 #[cfg(feature = "heroicons_outline")]
9152 Self::HEROICONS_OUTLINE_RECEIPT_PERCENT,
9153 #[cfg(feature = "heroicons_outline")]
9154 Self::HEROICONS_OUTLINE_RECEIPT_REFUND,
9155 #[cfg(feature = "heroicons_outline")]
9156 Self::HEROICONS_OUTLINE_RECTANGLE_GROUP,
9157 #[cfg(feature = "heroicons_outline")]
9158 Self::HEROICONS_OUTLINE_RECTANGLE_STACK,
9159 #[cfg(feature = "heroicons_outline")]
9160 Self::HEROICONS_OUTLINE_ROCKET_LAUNCH,
9161 #[cfg(feature = "heroicons_outline")]
9162 Self::HEROICONS_OUTLINE_RSS,
9163 #[cfg(feature = "heroicons_outline")]
9164 Self::HEROICONS_OUTLINE_SCALE,
9165 #[cfg(feature = "heroicons_outline")]
9166 Self::HEROICONS_OUTLINE_SCISSORS,
9167 #[cfg(feature = "heroicons_outline")]
9168 Self::HEROICONS_OUTLINE_SERVER_STACK,
9169 #[cfg(feature = "heroicons_outline")]
9170 Self::HEROICONS_OUTLINE_SERVER,
9171 #[cfg(feature = "heroicons_outline")]
9172 Self::HEROICONS_OUTLINE_SHARE,
9173 #[cfg(feature = "heroicons_outline")]
9174 Self::HEROICONS_OUTLINE_SHIELD_CHECK,
9175 #[cfg(feature = "heroicons_outline")]
9176 Self::HEROICONS_OUTLINE_SHIELD_EXCLAMATION,
9177 #[cfg(feature = "heroicons_outline")]
9178 Self::HEROICONS_OUTLINE_SHOPPING_BAG,
9179 #[cfg(feature = "heroicons_outline")]
9180 Self::HEROICONS_OUTLINE_SHOPPING_CART,
9181 #[cfg(feature = "heroicons_outline")]
9182 Self::HEROICONS_OUTLINE_SIGNAL_SLASH,
9183 #[cfg(feature = "heroicons_outline")]
9184 Self::HEROICONS_OUTLINE_SIGNAL,
9185 #[cfg(feature = "heroicons_outline")]
9186 Self::HEROICONS_OUTLINE_SPARKLES,
9187 #[cfg(feature = "heroicons_outline")]
9188 Self::HEROICONS_OUTLINE_SPEAKER_WAVE,
9189 #[cfg(feature = "heroicons_outline")]
9190 Self::HEROICONS_OUTLINE_SPEAKER_X_MARK,
9191 #[cfg(feature = "heroicons_outline")]
9192 Self::HEROICONS_OUTLINE_SQUARE_2_STACK,
9193 #[cfg(feature = "heroicons_outline")]
9194 Self::HEROICONS_OUTLINE_SQUARE_3_STACK_3_D,
9195 #[cfg(feature = "heroicons_outline")]
9196 Self::HEROICONS_OUTLINE_SQUARES_2_X_2,
9197 #[cfg(feature = "heroicons_outline")]
9198 Self::HEROICONS_OUTLINE_SQUARES_PLUS,
9199 #[cfg(feature = "heroicons_outline")]
9200 Self::HEROICONS_OUTLINE_STAR,
9201 #[cfg(feature = "heroicons_outline")]
9202 Self::HEROICONS_OUTLINE_STOP_CIRCLE,
9203 #[cfg(feature = "heroicons_outline")]
9204 Self::HEROICONS_OUTLINE_STOP,
9205 #[cfg(feature = "heroicons_outline")]
9206 Self::HEROICONS_OUTLINE_SUN,
9207 #[cfg(feature = "heroicons_outline")]
9208 Self::HEROICONS_OUTLINE_SWATCH,
9209 #[cfg(feature = "heroicons_outline")]
9210 Self::HEROICONS_OUTLINE_TABLE_CELLS,
9211 #[cfg(feature = "heroicons_outline")]
9212 Self::HEROICONS_OUTLINE_TAG,
9213 #[cfg(feature = "heroicons_outline")]
9214 Self::HEROICONS_OUTLINE_TICKET,
9215 #[cfg(feature = "heroicons_outline")]
9216 Self::HEROICONS_OUTLINE_TRASH,
9217 #[cfg(feature = "heroicons_outline")]
9218 Self::HEROICONS_OUTLINE_TROPHY,
9219 #[cfg(feature = "heroicons_outline")]
9220 Self::HEROICONS_OUTLINE_TRUCK,
9221 #[cfg(feature = "heroicons_outline")]
9222 Self::HEROICONS_OUTLINE_TV,
9223 #[cfg(feature = "heroicons_outline")]
9224 Self::HEROICONS_OUTLINE_USER_CIRCLE,
9225 #[cfg(feature = "heroicons_outline")]
9226 Self::HEROICONS_OUTLINE_USER_GROUP,
9227 #[cfg(feature = "heroicons_outline")]
9228 Self::HEROICONS_OUTLINE_USER_MINUS,
9229 #[cfg(feature = "heroicons_outline")]
9230 Self::HEROICONS_OUTLINE_USER_PLUS,
9231 #[cfg(feature = "heroicons_outline")]
9232 Self::HEROICONS_OUTLINE_USER,
9233 #[cfg(feature = "heroicons_outline")]
9234 Self::HEROICONS_OUTLINE_USERS,
9235 #[cfg(feature = "heroicons_outline")]
9236 Self::HEROICONS_OUTLINE_VARIABLE,
9237 #[cfg(feature = "heroicons_outline")]
9238 Self::HEROICONS_OUTLINE_VIDEO_CAMERA_SLASH,
9239 #[cfg(feature = "heroicons_outline")]
9240 Self::HEROICONS_OUTLINE_VIDEO_CAMERA,
9241 #[cfg(feature = "heroicons_outline")]
9242 Self::HEROICONS_OUTLINE_VIEW_COLUMNS,
9243 #[cfg(feature = "heroicons_outline")]
9244 Self::HEROICONS_OUTLINE_VIEWFINDER_CIRCLE,
9245 #[cfg(feature = "heroicons_outline")]
9246 Self::HEROICONS_OUTLINE_WALLET,
9247 #[cfg(feature = "heroicons_outline")]
9248 Self::HEROICONS_OUTLINE_WIFI,
9249 #[cfg(feature = "heroicons_outline")]
9250 Self::HEROICONS_OUTLINE_WINDOW,
9251 #[cfg(feature = "heroicons_outline")]
9252 Self::HEROICONS_OUTLINE_WRENCH_SCREWDRIVER,
9253 #[cfg(feature = "heroicons_outline")]
9254 Self::HEROICONS_OUTLINE_WRENCH,
9255 #[cfg(feature = "heroicons_outline")]
9256 Self::HEROICONS_OUTLINE_X_CIRCLE,
9257 #[cfg(feature = "heroicons_outline")]
9258 Self::HEROICONS_OUTLINE_X_MARK,
9259 #[cfg(feature = "heroicons_solid")]
9260 Self::HEROICONS_SOLID_ACADEMIC_CAP,
9261 #[cfg(feature = "heroicons_solid")]
9262 Self::HEROICONS_SOLID_ADJUSTMENTS_HORIZONTAL,
9263 #[cfg(feature = "heroicons_solid")]
9264 Self::HEROICONS_SOLID_ADJUSTMENTS_VERTICAL,
9265 #[cfg(feature = "heroicons_solid")]
9266 Self::HEROICONS_SOLID_ARCHIVE_BOX_ARROW_DOWN,
9267 #[cfg(feature = "heroicons_solid")]
9268 Self::HEROICONS_SOLID_ARCHIVE_BOX_X_MARK,
9269 #[cfg(feature = "heroicons_solid")]
9270 Self::HEROICONS_SOLID_ARCHIVE_BOX,
9271 #[cfg(feature = "heroicons_solid")]
9272 Self::HEROICONS_SOLID_ARROW_DOWN_CIRCLE,
9273 #[cfg(feature = "heroicons_solid")]
9274 Self::HEROICONS_SOLID_ARROW_DOWN_LEFT,
9275 #[cfg(feature = "heroicons_solid")]
9276 Self::HEROICONS_SOLID_ARROW_DOWN_ON_SQUARE_STACK,
9277 #[cfg(feature = "heroicons_solid")]
9278 Self::HEROICONS_SOLID_ARROW_DOWN_ON_SQUARE,
9279 #[cfg(feature = "heroicons_solid")]
9280 Self::HEROICONS_SOLID_ARROW_DOWN_RIGHT,
9281 #[cfg(feature = "heroicons_solid")]
9282 Self::HEROICONS_SOLID_ARROW_DOWN_TRAY,
9283 #[cfg(feature = "heroicons_solid")]
9284 Self::HEROICONS_SOLID_ARROW_DOWN,
9285 #[cfg(feature = "heroicons_solid")]
9286 Self::HEROICONS_SOLID_ARROW_LEFT_CIRCLE,
9287 #[cfg(feature = "heroicons_solid")]
9288 Self::HEROICONS_SOLID_ARROW_LEFT_ON_RECTANGLE,
9289 #[cfg(feature = "heroicons_solid")]
9290 Self::HEROICONS_SOLID_ARROW_LEFT,
9291 #[cfg(feature = "heroicons_solid")]
9292 Self::HEROICONS_SOLID_ARROW_LONG_DOWN,
9293 #[cfg(feature = "heroicons_solid")]
9294 Self::HEROICONS_SOLID_ARROW_LONG_LEFT,
9295 #[cfg(feature = "heroicons_solid")]
9296 Self::HEROICONS_SOLID_ARROW_LONG_RIGHT,
9297 #[cfg(feature = "heroicons_solid")]
9298 Self::HEROICONS_SOLID_ARROW_LONG_UP,
9299 #[cfg(feature = "heroicons_solid")]
9300 Self::HEROICONS_SOLID_ARROW_PATH_ROUNDED_SQUARE,
9301 #[cfg(feature = "heroicons_solid")]
9302 Self::HEROICONS_SOLID_ARROW_PATH,
9303 #[cfg(feature = "heroicons_solid")]
9304 Self::HEROICONS_SOLID_ARROW_RIGHT_CIRCLE,
9305 #[cfg(feature = "heroicons_solid")]
9306 Self::HEROICONS_SOLID_ARROW_RIGHT_ON_RECTANGLE,
9307 #[cfg(feature = "heroicons_solid")]
9308 Self::HEROICONS_SOLID_ARROW_RIGHT,
9309 #[cfg(feature = "heroicons_solid")]
9310 Self::HEROICONS_SOLID_ARROW_SMALL_DOWN,
9311 #[cfg(feature = "heroicons_solid")]
9312 Self::HEROICONS_SOLID_ARROW_SMALL_LEFT,
9313 #[cfg(feature = "heroicons_solid")]
9314 Self::HEROICONS_SOLID_ARROW_SMALL_RIGHT,
9315 #[cfg(feature = "heroicons_solid")]
9316 Self::HEROICONS_SOLID_ARROW_SMALL_UP,
9317 #[cfg(feature = "heroicons_solid")]
9318 Self::HEROICONS_SOLID_ARROW_TOP_RIGHT_ON_SQUARE,
9319 #[cfg(feature = "heroicons_solid")]
9320 Self::HEROICONS_SOLID_ARROW_TRENDING_DOWN,
9321 #[cfg(feature = "heroicons_solid")]
9322 Self::HEROICONS_SOLID_ARROW_TRENDING_UP,
9323 #[cfg(feature = "heroicons_solid")]
9324 Self::HEROICONS_SOLID_ARROW_UP_CIRCLE,
9325 #[cfg(feature = "heroicons_solid")]
9326 Self::HEROICONS_SOLID_ARROW_UP_LEFT,
9327 #[cfg(feature = "heroicons_solid")]
9328 Self::HEROICONS_SOLID_ARROW_UP_ON_SQUARE_STACK,
9329 #[cfg(feature = "heroicons_solid")]
9330 Self::HEROICONS_SOLID_ARROW_UP_ON_SQUARE,
9331 #[cfg(feature = "heroicons_solid")]
9332 Self::HEROICONS_SOLID_ARROW_UP_RIGHT,
9333 #[cfg(feature = "heroicons_solid")]
9334 Self::HEROICONS_SOLID_ARROW_UP_TRAY,
9335 #[cfg(feature = "heroicons_solid")]
9336 Self::HEROICONS_SOLID_ARROW_UP,
9337 #[cfg(feature = "heroicons_solid")]
9338 Self::HEROICONS_SOLID_ARROW_UTURN_DOWN,
9339 #[cfg(feature = "heroicons_solid")]
9340 Self::HEROICONS_SOLID_ARROW_UTURN_LEFT,
9341 #[cfg(feature = "heroicons_solid")]
9342 Self::HEROICONS_SOLID_ARROW_UTURN_RIGHT,
9343 #[cfg(feature = "heroicons_solid")]
9344 Self::HEROICONS_SOLID_ARROW_UTURN_UP,
9345 #[cfg(feature = "heroicons_solid")]
9346 Self::HEROICONS_SOLID_ARROWS_POINTING_IN,
9347 #[cfg(feature = "heroicons_solid")]
9348 Self::HEROICONS_SOLID_ARROWS_POINTING_OUT,
9349 #[cfg(feature = "heroicons_solid")]
9350 Self::HEROICONS_SOLID_ARROWS_RIGHT_LEFT,
9351 #[cfg(feature = "heroicons_solid")]
9352 Self::HEROICONS_SOLID_ARROWS_UP_DOWN,
9353 #[cfg(feature = "heroicons_solid")]
9354 Self::HEROICONS_SOLID_AT_SYMBOL,
9355 #[cfg(feature = "heroicons_solid")]
9356 Self::HEROICONS_SOLID_BACKSPACE,
9357 #[cfg(feature = "heroicons_solid")]
9358 Self::HEROICONS_SOLID_BACKWARD,
9359 #[cfg(feature = "heroicons_solid")]
9360 Self::HEROICONS_SOLID_BANKNOTES,
9361 #[cfg(feature = "heroicons_solid")]
9362 Self::HEROICONS_SOLID_BARS_2,
9363 #[cfg(feature = "heroicons_solid")]
9364 Self::HEROICONS_SOLID_BARS_3_BOTTOM_LEFT,
9365 #[cfg(feature = "heroicons_solid")]
9366 Self::HEROICONS_SOLID_BARS_3_BOTTOM_RIGHT,
9367 #[cfg(feature = "heroicons_solid")]
9368 Self::HEROICONS_SOLID_BARS_3_CENTER_LEFT,
9369 #[cfg(feature = "heroicons_solid")]
9370 Self::HEROICONS_SOLID_BARS_3,
9371 #[cfg(feature = "heroicons_solid")]
9372 Self::HEROICONS_SOLID_BARS_4,
9373 #[cfg(feature = "heroicons_solid")]
9374 Self::HEROICONS_SOLID_BARS_ARROW_DOWN,
9375 #[cfg(feature = "heroicons_solid")]
9376 Self::HEROICONS_SOLID_BARS_ARROW_UP,
9377 #[cfg(feature = "heroicons_solid")]
9378 Self::HEROICONS_SOLID_BATTERY_0,
9379 #[cfg(feature = "heroicons_solid")]
9380 Self::HEROICONS_SOLID_BATTERY_100,
9381 #[cfg(feature = "heroicons_solid")]
9382 Self::HEROICONS_SOLID_BATTERY_50,
9383 #[cfg(feature = "heroicons_solid")]
9384 Self::HEROICONS_SOLID_BEAKER,
9385 #[cfg(feature = "heroicons_solid")]
9386 Self::HEROICONS_SOLID_BELL_ALERT,
9387 #[cfg(feature = "heroicons_solid")]
9388 Self::HEROICONS_SOLID_BELL_SLASH,
9389 #[cfg(feature = "heroicons_solid")]
9390 Self::HEROICONS_SOLID_BELL_SNOOZE,
9391 #[cfg(feature = "heroicons_solid")]
9392 Self::HEROICONS_SOLID_BELL,
9393 #[cfg(feature = "heroicons_solid")]
9394 Self::HEROICONS_SOLID_BOLT_SLASH,
9395 #[cfg(feature = "heroicons_solid")]
9396 Self::HEROICONS_SOLID_BOLT,
9397 #[cfg(feature = "heroicons_solid")]
9398 Self::HEROICONS_SOLID_BOOK_OPEN,
9399 #[cfg(feature = "heroicons_solid")]
9400 Self::HEROICONS_SOLID_BOOKMARK_SLASH,
9401 #[cfg(feature = "heroicons_solid")]
9402 Self::HEROICONS_SOLID_BOOKMARK_SQUARE,
9403 #[cfg(feature = "heroicons_solid")]
9404 Self::HEROICONS_SOLID_BOOKMARK,
9405 #[cfg(feature = "heroicons_solid")]
9406 Self::HEROICONS_SOLID_BRIEFCASE,
9407 #[cfg(feature = "heroicons_solid")]
9408 Self::HEROICONS_SOLID_BUG_ANT,
9409 #[cfg(feature = "heroicons_solid")]
9410 Self::HEROICONS_SOLID_BUILDING_LIBRARY,
9411 #[cfg(feature = "heroicons_solid")]
9412 Self::HEROICONS_SOLID_BUILDING_OFFICE_2,
9413 #[cfg(feature = "heroicons_solid")]
9414 Self::HEROICONS_SOLID_BUILDING_OFFICE,
9415 #[cfg(feature = "heroicons_solid")]
9416 Self::HEROICONS_SOLID_BUILDING_STOREFRONT,
9417 #[cfg(feature = "heroicons_solid")]
9418 Self::HEROICONS_SOLID_CAKE,
9419 #[cfg(feature = "heroicons_solid")]
9420 Self::HEROICONS_SOLID_CALCULATOR,
9421 #[cfg(feature = "heroicons_solid")]
9422 Self::HEROICONS_SOLID_CALENDAR_DAYS,
9423 #[cfg(feature = "heroicons_solid")]
9424 Self::HEROICONS_SOLID_CALENDAR,
9425 #[cfg(feature = "heroicons_solid")]
9426 Self::HEROICONS_SOLID_CAMERA,
9427 #[cfg(feature = "heroicons_solid")]
9428 Self::HEROICONS_SOLID_CHART_BAR_SQUARE,
9429 #[cfg(feature = "heroicons_solid")]
9430 Self::HEROICONS_SOLID_CHART_BAR,
9431 #[cfg(feature = "heroicons_solid")]
9432 Self::HEROICONS_SOLID_CHART_PIE,
9433 #[cfg(feature = "heroicons_solid")]
9434 Self::HEROICONS_SOLID_CHAT_BUBBLE_BOTTOM_CENTER_TEXT,
9435 #[cfg(feature = "heroicons_solid")]
9436 Self::HEROICONS_SOLID_CHAT_BUBBLE_BOTTOM_CENTER,
9437 #[cfg(feature = "heroicons_solid")]
9438 Self::HEROICONS_SOLID_CHAT_BUBBLE_LEFT_ELLIPSIS,
9439 #[cfg(feature = "heroicons_solid")]
9440 Self::HEROICONS_SOLID_CHAT_BUBBLE_LEFT_RIGHT,
9441 #[cfg(feature = "heroicons_solid")]
9442 Self::HEROICONS_SOLID_CHAT_BUBBLE_LEFT,
9443 #[cfg(feature = "heroicons_solid")]
9444 Self::HEROICONS_SOLID_CHAT_BUBBLE_OVAL_LEFT_ELLIPSIS,
9445 #[cfg(feature = "heroicons_solid")]
9446 Self::HEROICONS_SOLID_CHAT_BUBBLE_OVAL_LEFT,
9447 #[cfg(feature = "heroicons_solid")]
9448 Self::HEROICONS_SOLID_CHECK_BADGE,
9449 #[cfg(feature = "heroicons_solid")]
9450 Self::HEROICONS_SOLID_CHECK_CIRCLE,
9451 #[cfg(feature = "heroicons_solid")]
9452 Self::HEROICONS_SOLID_CHECK,
9453 #[cfg(feature = "heroicons_solid")]
9454 Self::HEROICONS_SOLID_CHEVRON_DOUBLE_DOWN,
9455 #[cfg(feature = "heroicons_solid")]
9456 Self::HEROICONS_SOLID_CHEVRON_DOUBLE_LEFT,
9457 #[cfg(feature = "heroicons_solid")]
9458 Self::HEROICONS_SOLID_CHEVRON_DOUBLE_RIGHT,
9459 #[cfg(feature = "heroicons_solid")]
9460 Self::HEROICONS_SOLID_CHEVRON_DOUBLE_UP,
9461 #[cfg(feature = "heroicons_solid")]
9462 Self::HEROICONS_SOLID_CHEVRON_DOWN,
9463 #[cfg(feature = "heroicons_solid")]
9464 Self::HEROICONS_SOLID_CHEVRON_LEFT,
9465 #[cfg(feature = "heroicons_solid")]
9466 Self::HEROICONS_SOLID_CHEVRON_RIGHT,
9467 #[cfg(feature = "heroicons_solid")]
9468 Self::HEROICONS_SOLID_CHEVRON_UP_DOWN,
9469 #[cfg(feature = "heroicons_solid")]
9470 Self::HEROICONS_SOLID_CHEVRON_UP,
9471 #[cfg(feature = "heroicons_solid")]
9472 Self::HEROICONS_SOLID_CIRCLE_STACK,
9473 #[cfg(feature = "heroicons_solid")]
9474 Self::HEROICONS_SOLID_CLIPBOARD_DOCUMENT_CHECK,
9475 #[cfg(feature = "heroicons_solid")]
9476 Self::HEROICONS_SOLID_CLIPBOARD_DOCUMENT_LIST,
9477 #[cfg(feature = "heroicons_solid")]
9478 Self::HEROICONS_SOLID_CLIPBOARD_DOCUMENT,
9479 #[cfg(feature = "heroicons_solid")]
9480 Self::HEROICONS_SOLID_CLIPBOARD,
9481 #[cfg(feature = "heroicons_solid")]
9482 Self::HEROICONS_SOLID_CLOCK,
9483 #[cfg(feature = "heroicons_solid")]
9484 Self::HEROICONS_SOLID_CLOUD_ARROW_DOWN,
9485 #[cfg(feature = "heroicons_solid")]
9486 Self::HEROICONS_SOLID_CLOUD_ARROW_UP,
9487 #[cfg(feature = "heroicons_solid")]
9488 Self::HEROICONS_SOLID_CLOUD,
9489 #[cfg(feature = "heroicons_solid")]
9490 Self::HEROICONS_SOLID_CODE_BRACKET_SQUARE,
9491 #[cfg(feature = "heroicons_solid")]
9492 Self::HEROICONS_SOLID_CODE_BRACKET,
9493 #[cfg(feature = "heroicons_solid")]
9494 Self::HEROICONS_SOLID_COG_6_TOOTH,
9495 #[cfg(feature = "heroicons_solid")]
9496 Self::HEROICONS_SOLID_COG_8_TOOTH,
9497 #[cfg(feature = "heroicons_solid")]
9498 Self::HEROICONS_SOLID_COG,
9499 #[cfg(feature = "heroicons_solid")]
9500 Self::HEROICONS_SOLID_COMMAND_LINE,
9501 #[cfg(feature = "heroicons_solid")]
9502 Self::HEROICONS_SOLID_COMPUTER_DESKTOP,
9503 #[cfg(feature = "heroicons_solid")]
9504 Self::HEROICONS_SOLID_CPU_CHIP,
9505 #[cfg(feature = "heroicons_solid")]
9506 Self::HEROICONS_SOLID_CREDIT_CARD,
9507 #[cfg(feature = "heroicons_solid")]
9508 Self::HEROICONS_SOLID_CUBE_TRANSPARENT,
9509 #[cfg(feature = "heroicons_solid")]
9510 Self::HEROICONS_SOLID_CUBE,
9511 #[cfg(feature = "heroicons_solid")]
9512 Self::HEROICONS_SOLID_CURRENCY_BANGLADESHI,
9513 #[cfg(feature = "heroicons_solid")]
9514 Self::HEROICONS_SOLID_CURRENCY_DOLLAR,
9515 #[cfg(feature = "heroicons_solid")]
9516 Self::HEROICONS_SOLID_CURRENCY_EURO,
9517 #[cfg(feature = "heroicons_solid")]
9518 Self::HEROICONS_SOLID_CURRENCY_POUND,
9519 #[cfg(feature = "heroicons_solid")]
9520 Self::HEROICONS_SOLID_CURRENCY_RUPEE,
9521 #[cfg(feature = "heroicons_solid")]
9522 Self::HEROICONS_SOLID_CURRENCY_YEN,
9523 #[cfg(feature = "heroicons_solid")]
9524 Self::HEROICONS_SOLID_CURSOR_ARROW_RAYS,
9525 #[cfg(feature = "heroicons_solid")]
9526 Self::HEROICONS_SOLID_CURSOR_ARROW_RIPPLE,
9527 #[cfg(feature = "heroicons_solid")]
9528 Self::HEROICONS_SOLID_DEVICE_PHONE_MOBILE,
9529 #[cfg(feature = "heroicons_solid")]
9530 Self::HEROICONS_SOLID_DEVICE_TABLET,
9531 #[cfg(feature = "heroicons_solid")]
9532 Self::HEROICONS_SOLID_DOCUMENT_ARROW_DOWN,
9533 #[cfg(feature = "heroicons_solid")]
9534 Self::HEROICONS_SOLID_DOCUMENT_ARROW_UP,
9535 #[cfg(feature = "heroicons_solid")]
9536 Self::HEROICONS_SOLID_DOCUMENT_CHART_BAR,
9537 #[cfg(feature = "heroicons_solid")]
9538 Self::HEROICONS_SOLID_DOCUMENT_CHECK,
9539 #[cfg(feature = "heroicons_solid")]
9540 Self::HEROICONS_SOLID_DOCUMENT_DUPLICATE,
9541 #[cfg(feature = "heroicons_solid")]
9542 Self::HEROICONS_SOLID_DOCUMENT_MAGNIFYING_GLASS,
9543 #[cfg(feature = "heroicons_solid")]
9544 Self::HEROICONS_SOLID_DOCUMENT_MINUS,
9545 #[cfg(feature = "heroicons_solid")]
9546 Self::HEROICONS_SOLID_DOCUMENT_PLUS,
9547 #[cfg(feature = "heroicons_solid")]
9548 Self::HEROICONS_SOLID_DOCUMENT_TEXT,
9549 #[cfg(feature = "heroicons_solid")]
9550 Self::HEROICONS_SOLID_DOCUMENT,
9551 #[cfg(feature = "heroicons_solid")]
9552 Self::HEROICONS_SOLID_ELLIPSIS_HORIZONTAL_CIRCLE,
9553 #[cfg(feature = "heroicons_solid")]
9554 Self::HEROICONS_SOLID_ELLIPSIS_HORIZONTAL,
9555 #[cfg(feature = "heroicons_solid")]
9556 Self::HEROICONS_SOLID_ELLIPSIS_VERTICAL,
9557 #[cfg(feature = "heroicons_solid")]
9558 Self::HEROICONS_SOLID_ENVELOPE_OPEN,
9559 #[cfg(feature = "heroicons_solid")]
9560 Self::HEROICONS_SOLID_ENVELOPE,
9561 #[cfg(feature = "heroicons_solid")]
9562 Self::HEROICONS_SOLID_EXCLAMATION_CIRCLE,
9563 #[cfg(feature = "heroicons_solid")]
9564 Self::HEROICONS_SOLID_EXCLAMATION_TRIANGLE,
9565 #[cfg(feature = "heroicons_solid")]
9566 Self::HEROICONS_SOLID_EYE_DROPPER,
9567 #[cfg(feature = "heroicons_solid")]
9568 Self::HEROICONS_SOLID_EYE_SLASH,
9569 #[cfg(feature = "heroicons_solid")]
9570 Self::HEROICONS_SOLID_EYE,
9571 #[cfg(feature = "heroicons_solid")]
9572 Self::HEROICONS_SOLID_FACE_FROWN,
9573 #[cfg(feature = "heroicons_solid")]
9574 Self::HEROICONS_SOLID_FACE_SMILE,
9575 #[cfg(feature = "heroicons_solid")]
9576 Self::HEROICONS_SOLID_FILM,
9577 #[cfg(feature = "heroicons_solid")]
9578 Self::HEROICONS_SOLID_FINGER_PRINT,
9579 #[cfg(feature = "heroicons_solid")]
9580 Self::HEROICONS_SOLID_FIRE,
9581 #[cfg(feature = "heroicons_solid")]
9582 Self::HEROICONS_SOLID_FLAG,
9583 #[cfg(feature = "heroicons_solid")]
9584 Self::HEROICONS_SOLID_FOLDER_ARROW_DOWN,
9585 #[cfg(feature = "heroicons_solid")]
9586 Self::HEROICONS_SOLID_FOLDER_MINUS,
9587 #[cfg(feature = "heroicons_solid")]
9588 Self::HEROICONS_SOLID_FOLDER_OPEN,
9589 #[cfg(feature = "heroicons_solid")]
9590 Self::HEROICONS_SOLID_FOLDER_PLUS,
9591 #[cfg(feature = "heroicons_solid")]
9592 Self::HEROICONS_SOLID_FOLDER,
9593 #[cfg(feature = "heroicons_solid")]
9594 Self::HEROICONS_SOLID_FORWARD,
9595 #[cfg(feature = "heroicons_solid")]
9596 Self::HEROICONS_SOLID_FUNNEL,
9597 #[cfg(feature = "heroicons_solid")]
9598 Self::HEROICONS_SOLID_GIF,
9599 #[cfg(feature = "heroicons_solid")]
9600 Self::HEROICONS_SOLID_GIFT_TOP,
9601 #[cfg(feature = "heroicons_solid")]
9602 Self::HEROICONS_SOLID_GIFT,
9603 #[cfg(feature = "heroicons_solid")]
9604 Self::HEROICONS_SOLID_GLOBE_ALT,
9605 #[cfg(feature = "heroicons_solid")]
9606 Self::HEROICONS_SOLID_GLOBE_AMERICAS,
9607 #[cfg(feature = "heroicons_solid")]
9608 Self::HEROICONS_SOLID_GLOBE_ASIA_AUSTRALIA,
9609 #[cfg(feature = "heroicons_solid")]
9610 Self::HEROICONS_SOLID_GLOBE_EUROPE_AFRICA,
9611 #[cfg(feature = "heroicons_solid")]
9612 Self::HEROICONS_SOLID_HAND_RAISED,
9613 #[cfg(feature = "heroicons_solid")]
9614 Self::HEROICONS_SOLID_HAND_THUMB_DOWN,
9615 #[cfg(feature = "heroicons_solid")]
9616 Self::HEROICONS_SOLID_HAND_THUMB_UP,
9617 #[cfg(feature = "heroicons_solid")]
9618 Self::HEROICONS_SOLID_HASHTAG,
9619 #[cfg(feature = "heroicons_solid")]
9620 Self::HEROICONS_SOLID_HEART,
9621 #[cfg(feature = "heroicons_solid")]
9622 Self::HEROICONS_SOLID_HOME_MODERN,
9623 #[cfg(feature = "heroicons_solid")]
9624 Self::HEROICONS_SOLID_HOME,
9625 #[cfg(feature = "heroicons_solid")]
9626 Self::HEROICONS_SOLID_IDENTIFICATION,
9627 #[cfg(feature = "heroicons_solid")]
9628 Self::HEROICONS_SOLID_INBOX_ARROW_DOWN,
9629 #[cfg(feature = "heroicons_solid")]
9630 Self::HEROICONS_SOLID_INBOX_STACK,
9631 #[cfg(feature = "heroicons_solid")]
9632 Self::HEROICONS_SOLID_INBOX,
9633 #[cfg(feature = "heroicons_solid")]
9634 Self::HEROICONS_SOLID_INFORMATION_CIRCLE,
9635 #[cfg(feature = "heroicons_solid")]
9636 Self::HEROICONS_SOLID_KEY,
9637 #[cfg(feature = "heroicons_solid")]
9638 Self::HEROICONS_SOLID_LANGUAGE,
9639 #[cfg(feature = "heroicons_solid")]
9640 Self::HEROICONS_SOLID_LIFEBUOY,
9641 #[cfg(feature = "heroicons_solid")]
9642 Self::HEROICONS_SOLID_LIGHT_BULB,
9643 #[cfg(feature = "heroicons_solid")]
9644 Self::HEROICONS_SOLID_LINK,
9645 #[cfg(feature = "heroicons_solid")]
9646 Self::HEROICONS_SOLID_LIST_BULLET,
9647 #[cfg(feature = "heroicons_solid")]
9648 Self::HEROICONS_SOLID_LOCK_CLOSED,
9649 #[cfg(feature = "heroicons_solid")]
9650 Self::HEROICONS_SOLID_LOCK_OPEN,
9651 #[cfg(feature = "heroicons_solid")]
9652 Self::HEROICONS_SOLID_MAGNIFYING_GLASS_CIRCLE,
9653 #[cfg(feature = "heroicons_solid")]
9654 Self::HEROICONS_SOLID_MAGNIFYING_GLASS_MINUS,
9655 #[cfg(feature = "heroicons_solid")]
9656 Self::HEROICONS_SOLID_MAGNIFYING_GLASS_PLUS,
9657 #[cfg(feature = "heroicons_solid")]
9658 Self::HEROICONS_SOLID_MAGNIFYING_GLASS,
9659 #[cfg(feature = "heroicons_solid")]
9660 Self::HEROICONS_SOLID_MAP_PIN,
9661 #[cfg(feature = "heroicons_solid")]
9662 Self::HEROICONS_SOLID_MAP,
9663 #[cfg(feature = "heroicons_solid")]
9664 Self::HEROICONS_SOLID_MEGAPHONE,
9665 #[cfg(feature = "heroicons_solid")]
9666 Self::HEROICONS_SOLID_MICROPHONE,
9667 #[cfg(feature = "heroicons_solid")]
9668 Self::HEROICONS_SOLID_MINUS_CIRCLE,
9669 #[cfg(feature = "heroicons_solid")]
9670 Self::HEROICONS_SOLID_MINUS_SMALL,
9671 #[cfg(feature = "heroicons_solid")]
9672 Self::HEROICONS_SOLID_MINUS,
9673 #[cfg(feature = "heroicons_solid")]
9674 Self::HEROICONS_SOLID_MOON,
9675 #[cfg(feature = "heroicons_solid")]
9676 Self::HEROICONS_SOLID_MUSICAL_NOTE,
9677 #[cfg(feature = "heroicons_solid")]
9678 Self::HEROICONS_SOLID_NEWSPAPER,
9679 #[cfg(feature = "heroicons_solid")]
9680 Self::HEROICONS_SOLID_NO_SYMBOL,
9681 #[cfg(feature = "heroicons_solid")]
9682 Self::HEROICONS_SOLID_PAINT_BRUSH,
9683 #[cfg(feature = "heroicons_solid")]
9684 Self::HEROICONS_SOLID_PAPER_AIRPLANE,
9685 #[cfg(feature = "heroicons_solid")]
9686 Self::HEROICONS_SOLID_PAPER_CLIP,
9687 #[cfg(feature = "heroicons_solid")]
9688 Self::HEROICONS_SOLID_PAUSE_CIRCLE,
9689 #[cfg(feature = "heroicons_solid")]
9690 Self::HEROICONS_SOLID_PAUSE,
9691 #[cfg(feature = "heroicons_solid")]
9692 Self::HEROICONS_SOLID_PENCIL_SQUARE,
9693 #[cfg(feature = "heroicons_solid")]
9694 Self::HEROICONS_SOLID_PENCIL,
9695 #[cfg(feature = "heroicons_solid")]
9696 Self::HEROICONS_SOLID_PHONE_ARROW_DOWN_LEFT,
9697 #[cfg(feature = "heroicons_solid")]
9698 Self::HEROICONS_SOLID_PHONE_ARROW_UP_RIGHT,
9699 #[cfg(feature = "heroicons_solid")]
9700 Self::HEROICONS_SOLID_PHONE_X_MARK,
9701 #[cfg(feature = "heroicons_solid")]
9702 Self::HEROICONS_SOLID_PHONE,
9703 #[cfg(feature = "heroicons_solid")]
9704 Self::HEROICONS_SOLID_PHOTO,
9705 #[cfg(feature = "heroicons_solid")]
9706 Self::HEROICONS_SOLID_PLAY_CIRCLE,
9707 #[cfg(feature = "heroicons_solid")]
9708 Self::HEROICONS_SOLID_PLAY_PAUSE,
9709 #[cfg(feature = "heroicons_solid")]
9710 Self::HEROICONS_SOLID_PLAY,
9711 #[cfg(feature = "heroicons_solid")]
9712 Self::HEROICONS_SOLID_PLUS_CIRCLE,
9713 #[cfg(feature = "heroicons_solid")]
9714 Self::HEROICONS_SOLID_PLUS_SMALL,
9715 #[cfg(feature = "heroicons_solid")]
9716 Self::HEROICONS_SOLID_PLUS,
9717 #[cfg(feature = "heroicons_solid")]
9718 Self::HEROICONS_SOLID_POWER,
9719 #[cfg(feature = "heroicons_solid")]
9720 Self::HEROICONS_SOLID_PRESENTATION_CHART_BAR,
9721 #[cfg(feature = "heroicons_solid")]
9722 Self::HEROICONS_SOLID_PRESENTATION_CHART_LINE,
9723 #[cfg(feature = "heroicons_solid")]
9724 Self::HEROICONS_SOLID_PRINTER,
9725 #[cfg(feature = "heroicons_solid")]
9726 Self::HEROICONS_SOLID_PUZZLE_PIECE,
9727 #[cfg(feature = "heroicons_solid")]
9728 Self::HEROICONS_SOLID_QR_CODE,
9729 #[cfg(feature = "heroicons_solid")]
9730 Self::HEROICONS_SOLID_QUESTION_MARK_CIRCLE,
9731 #[cfg(feature = "heroicons_solid")]
9732 Self::HEROICONS_SOLID_QUEUE_LIST,
9733 #[cfg(feature = "heroicons_solid")]
9734 Self::HEROICONS_SOLID_RADIO,
9735 #[cfg(feature = "heroicons_solid")]
9736 Self::HEROICONS_SOLID_RECEIPT_PERCENT,
9737 #[cfg(feature = "heroicons_solid")]
9738 Self::HEROICONS_SOLID_RECEIPT_REFUND,
9739 #[cfg(feature = "heroicons_solid")]
9740 Self::HEROICONS_SOLID_RECTANGLE_GROUP,
9741 #[cfg(feature = "heroicons_solid")]
9742 Self::HEROICONS_SOLID_RECTANGLE_STACK,
9743 #[cfg(feature = "heroicons_solid")]
9744 Self::HEROICONS_SOLID_ROCKET_LAUNCH,
9745 #[cfg(feature = "heroicons_solid")]
9746 Self::HEROICONS_SOLID_RSS,
9747 #[cfg(feature = "heroicons_solid")]
9748 Self::HEROICONS_SOLID_SCALE,
9749 #[cfg(feature = "heroicons_solid")]
9750 Self::HEROICONS_SOLID_SCISSORS,
9751 #[cfg(feature = "heroicons_solid")]
9752 Self::HEROICONS_SOLID_SERVER_STACK,
9753 #[cfg(feature = "heroicons_solid")]
9754 Self::HEROICONS_SOLID_SERVER,
9755 #[cfg(feature = "heroicons_solid")]
9756 Self::HEROICONS_SOLID_SHARE,
9757 #[cfg(feature = "heroicons_solid")]
9758 Self::HEROICONS_SOLID_SHIELD_CHECK,
9759 #[cfg(feature = "heroicons_solid")]
9760 Self::HEROICONS_SOLID_SHIELD_EXCLAMATION,
9761 #[cfg(feature = "heroicons_solid")]
9762 Self::HEROICONS_SOLID_SHOPPING_BAG,
9763 #[cfg(feature = "heroicons_solid")]
9764 Self::HEROICONS_SOLID_SHOPPING_CART,
9765 #[cfg(feature = "heroicons_solid")]
9766 Self::HEROICONS_SOLID_SIGNAL_SLASH,
9767 #[cfg(feature = "heroicons_solid")]
9768 Self::HEROICONS_SOLID_SIGNAL,
9769 #[cfg(feature = "heroicons_solid")]
9770 Self::HEROICONS_SOLID_SPARKLES,
9771 #[cfg(feature = "heroicons_solid")]
9772 Self::HEROICONS_SOLID_SPEAKER_WAVE,
9773 #[cfg(feature = "heroicons_solid")]
9774 Self::HEROICONS_SOLID_SPEAKER_X_MARK,
9775 #[cfg(feature = "heroicons_solid")]
9776 Self::HEROICONS_SOLID_SQUARE_2_STACK,
9777 #[cfg(feature = "heroicons_solid")]
9778 Self::HEROICONS_SOLID_SQUARE_3_STACK_3_D,
9779 #[cfg(feature = "heroicons_solid")]
9780 Self::HEROICONS_SOLID_SQUARES_2_X_2,
9781 #[cfg(feature = "heroicons_solid")]
9782 Self::HEROICONS_SOLID_SQUARES_PLUS,
9783 #[cfg(feature = "heroicons_solid")]
9784 Self::HEROICONS_SOLID_STAR,
9785 #[cfg(feature = "heroicons_solid")]
9786 Self::HEROICONS_SOLID_STOP_CIRCLE,
9787 #[cfg(feature = "heroicons_solid")]
9788 Self::HEROICONS_SOLID_STOP,
9789 #[cfg(feature = "heroicons_solid")]
9790 Self::HEROICONS_SOLID_SUN,
9791 #[cfg(feature = "heroicons_solid")]
9792 Self::HEROICONS_SOLID_SWATCH,
9793 #[cfg(feature = "heroicons_solid")]
9794 Self::HEROICONS_SOLID_TABLE_CELLS,
9795 #[cfg(feature = "heroicons_solid")]
9796 Self::HEROICONS_SOLID_TAG,
9797 #[cfg(feature = "heroicons_solid")]
9798 Self::HEROICONS_SOLID_TICKET,
9799 #[cfg(feature = "heroicons_solid")]
9800 Self::HEROICONS_SOLID_TRASH,
9801 #[cfg(feature = "heroicons_solid")]
9802 Self::HEROICONS_SOLID_TROPHY,
9803 #[cfg(feature = "heroicons_solid")]
9804 Self::HEROICONS_SOLID_TRUCK,
9805 #[cfg(feature = "heroicons_solid")]
9806 Self::HEROICONS_SOLID_TV,
9807 #[cfg(feature = "heroicons_solid")]
9808 Self::HEROICONS_SOLID_USER_CIRCLE,
9809 #[cfg(feature = "heroicons_solid")]
9810 Self::HEROICONS_SOLID_USER_GROUP,
9811 #[cfg(feature = "heroicons_solid")]
9812 Self::HEROICONS_SOLID_USER_MINUS,
9813 #[cfg(feature = "heroicons_solid")]
9814 Self::HEROICONS_SOLID_USER_PLUS,
9815 #[cfg(feature = "heroicons_solid")]
9816 Self::HEROICONS_SOLID_USER,
9817 #[cfg(feature = "heroicons_solid")]
9818 Self::HEROICONS_SOLID_USERS,
9819 #[cfg(feature = "heroicons_solid")]
9820 Self::HEROICONS_SOLID_VARIABLE,
9821 #[cfg(feature = "heroicons_solid")]
9822 Self::HEROICONS_SOLID_VIDEO_CAMERA_SLASH,
9823 #[cfg(feature = "heroicons_solid")]
9824 Self::HEROICONS_SOLID_VIDEO_CAMERA,
9825 #[cfg(feature = "heroicons_solid")]
9826 Self::HEROICONS_SOLID_VIEW_COLUMNS,
9827 #[cfg(feature = "heroicons_solid")]
9828 Self::HEROICONS_SOLID_VIEWFINDER_CIRCLE,
9829 #[cfg(feature = "heroicons_solid")]
9830 Self::HEROICONS_SOLID_WALLET,
9831 #[cfg(feature = "heroicons_solid")]
9832 Self::HEROICONS_SOLID_WIFI,
9833 #[cfg(feature = "heroicons_solid")]
9834 Self::HEROICONS_SOLID_WINDOW,
9835 #[cfg(feature = "heroicons_solid")]
9836 Self::HEROICONS_SOLID_WRENCH_SCREWDRIVER,
9837 #[cfg(feature = "heroicons_solid")]
9838 Self::HEROICONS_SOLID_WRENCH,
9839 #[cfg(feature = "heroicons_solid")]
9840 Self::HEROICONS_SOLID_X_CIRCLE,
9841 #[cfg(feature = "heroicons_solid")]
9842 Self::HEROICONS_SOLID_X_MARK,
9843 #[cfg(feature = "heroicons_mini_solid")]
9844 Self::HEROICONS_MINI_SOLID_ACADEMIC_CAP,
9845 #[cfg(feature = "heroicons_mini_solid")]
9846 Self::HEROICONS_MINI_SOLID_ADJUSTMENTS_HORIZONTAL,
9847 #[cfg(feature = "heroicons_mini_solid")]
9848 Self::HEROICONS_MINI_SOLID_ADJUSTMENTS_VERTICAL,
9849 #[cfg(feature = "heroicons_mini_solid")]
9850 Self::HEROICONS_MINI_SOLID_ARCHIVE_BOX_ARROW_DOWN,
9851 #[cfg(feature = "heroicons_mini_solid")]
9852 Self::HEROICONS_MINI_SOLID_ARCHIVE_BOX_X_MARK,
9853 #[cfg(feature = "heroicons_mini_solid")]
9854 Self::HEROICONS_MINI_SOLID_ARCHIVE_BOX,
9855 #[cfg(feature = "heroicons_mini_solid")]
9856 Self::HEROICONS_MINI_SOLID_ARROW_DOWN_CIRCLE,
9857 #[cfg(feature = "heroicons_mini_solid")]
9858 Self::HEROICONS_MINI_SOLID_ARROW_DOWN_LEFT,
9859 #[cfg(feature = "heroicons_mini_solid")]
9860 Self::HEROICONS_MINI_SOLID_ARROW_DOWN_ON_SQUARE_STACK,
9861 #[cfg(feature = "heroicons_mini_solid")]
9862 Self::HEROICONS_MINI_SOLID_ARROW_DOWN_ON_SQUARE,
9863 #[cfg(feature = "heroicons_mini_solid")]
9864 Self::HEROICONS_MINI_SOLID_ARROW_DOWN_RIGHT,
9865 #[cfg(feature = "heroicons_mini_solid")]
9866 Self::HEROICONS_MINI_SOLID_ARROW_DOWN_TRAY,
9867 #[cfg(feature = "heroicons_mini_solid")]
9868 Self::HEROICONS_MINI_SOLID_ARROW_DOWN,
9869 #[cfg(feature = "heroicons_mini_solid")]
9870 Self::HEROICONS_MINI_SOLID_ARROW_LEFT_CIRCLE,
9871 #[cfg(feature = "heroicons_mini_solid")]
9872 Self::HEROICONS_MINI_SOLID_ARROW_LEFT_ON_RECTANGLE,
9873 #[cfg(feature = "heroicons_mini_solid")]
9874 Self::HEROICONS_MINI_SOLID_ARROW_LEFT,
9875 #[cfg(feature = "heroicons_mini_solid")]
9876 Self::HEROICONS_MINI_SOLID_ARROW_LONG_DOWN,
9877 #[cfg(feature = "heroicons_mini_solid")]
9878 Self::HEROICONS_MINI_SOLID_ARROW_LONG_LEFT,
9879 #[cfg(feature = "heroicons_mini_solid")]
9880 Self::HEROICONS_MINI_SOLID_ARROW_LONG_RIGHT,
9881 #[cfg(feature = "heroicons_mini_solid")]
9882 Self::HEROICONS_MINI_SOLID_ARROW_LONG_UP,
9883 #[cfg(feature = "heroicons_mini_solid")]
9884 Self::HEROICONS_MINI_SOLID_ARROW_PATH_ROUNDED_SQUARE,
9885 #[cfg(feature = "heroicons_mini_solid")]
9886 Self::HEROICONS_MINI_SOLID_ARROW_PATH,
9887 #[cfg(feature = "heroicons_mini_solid")]
9888 Self::HEROICONS_MINI_SOLID_ARROW_RIGHT_CIRCLE,
9889 #[cfg(feature = "heroicons_mini_solid")]
9890 Self::HEROICONS_MINI_SOLID_ARROW_RIGHT_ON_RECTANGLE,
9891 #[cfg(feature = "heroicons_mini_solid")]
9892 Self::HEROICONS_MINI_SOLID_ARROW_RIGHT,
9893 #[cfg(feature = "heroicons_mini_solid")]
9894 Self::HEROICONS_MINI_SOLID_ARROW_SMALL_DOWN,
9895 #[cfg(feature = "heroicons_mini_solid")]
9896 Self::HEROICONS_MINI_SOLID_ARROW_SMALL_LEFT,
9897 #[cfg(feature = "heroicons_mini_solid")]
9898 Self::HEROICONS_MINI_SOLID_ARROW_SMALL_RIGHT,
9899 #[cfg(feature = "heroicons_mini_solid")]
9900 Self::HEROICONS_MINI_SOLID_ARROW_SMALL_UP,
9901 #[cfg(feature = "heroicons_mini_solid")]
9902 Self::HEROICONS_MINI_SOLID_ARROW_TOP_RIGHT_ON_SQUARE,
9903 #[cfg(feature = "heroicons_mini_solid")]
9904 Self::HEROICONS_MINI_SOLID_ARROW_TRENDING_DOWN,
9905 #[cfg(feature = "heroicons_mini_solid")]
9906 Self::HEROICONS_MINI_SOLID_ARROW_TRENDING_UP,
9907 #[cfg(feature = "heroicons_mini_solid")]
9908 Self::HEROICONS_MINI_SOLID_ARROW_UP_CIRCLE,
9909 #[cfg(feature = "heroicons_mini_solid")]
9910 Self::HEROICONS_MINI_SOLID_ARROW_UP_LEFT,
9911 #[cfg(feature = "heroicons_mini_solid")]
9912 Self::HEROICONS_MINI_SOLID_ARROW_UP_ON_SQUARE_STACK,
9913 #[cfg(feature = "heroicons_mini_solid")]
9914 Self::HEROICONS_MINI_SOLID_ARROW_UP_ON_SQUARE,
9915 #[cfg(feature = "heroicons_mini_solid")]
9916 Self::HEROICONS_MINI_SOLID_ARROW_UP_RIGHT,
9917 #[cfg(feature = "heroicons_mini_solid")]
9918 Self::HEROICONS_MINI_SOLID_ARROW_UP_TRAY,
9919 #[cfg(feature = "heroicons_mini_solid")]
9920 Self::HEROICONS_MINI_SOLID_ARROW_UP,
9921 #[cfg(feature = "heroicons_mini_solid")]
9922 Self::HEROICONS_MINI_SOLID_ARROW_UTURN_DOWN,
9923 #[cfg(feature = "heroicons_mini_solid")]
9924 Self::HEROICONS_MINI_SOLID_ARROW_UTURN_LEFT,
9925 #[cfg(feature = "heroicons_mini_solid")]
9926 Self::HEROICONS_MINI_SOLID_ARROW_UTURN_RIGHT,
9927 #[cfg(feature = "heroicons_mini_solid")]
9928 Self::HEROICONS_MINI_SOLID_ARROW_UTURN_UP,
9929 #[cfg(feature = "heroicons_mini_solid")]
9930 Self::HEROICONS_MINI_SOLID_ARROWS_POINTING_IN,
9931 #[cfg(feature = "heroicons_mini_solid")]
9932 Self::HEROICONS_MINI_SOLID_ARROWS_POINTING_OUT,
9933 #[cfg(feature = "heroicons_mini_solid")]
9934 Self::HEROICONS_MINI_SOLID_ARROWS_RIGHT_LEFT,
9935 #[cfg(feature = "heroicons_mini_solid")]
9936 Self::HEROICONS_MINI_SOLID_ARROWS_UP_DOWN,
9937 #[cfg(feature = "heroicons_mini_solid")]
9938 Self::HEROICONS_MINI_SOLID_AT_SYMBOL,
9939 #[cfg(feature = "heroicons_mini_solid")]
9940 Self::HEROICONS_MINI_SOLID_BACKSPACE,
9941 #[cfg(feature = "heroicons_mini_solid")]
9942 Self::HEROICONS_MINI_SOLID_BACKWARD,
9943 #[cfg(feature = "heroicons_mini_solid")]
9944 Self::HEROICONS_MINI_SOLID_BANKNOTES,
9945 #[cfg(feature = "heroicons_mini_solid")]
9946 Self::HEROICONS_MINI_SOLID_BARS_2,
9947 #[cfg(feature = "heroicons_mini_solid")]
9948 Self::HEROICONS_MINI_SOLID_BARS_3_BOTTOM_LEFT,
9949 #[cfg(feature = "heroicons_mini_solid")]
9950 Self::HEROICONS_MINI_SOLID_BARS_3_BOTTOM_RIGHT,
9951 #[cfg(feature = "heroicons_mini_solid")]
9952 Self::HEROICONS_MINI_SOLID_BARS_3_CENTER_LEFT,
9953 #[cfg(feature = "heroicons_mini_solid")]
9954 Self::HEROICONS_MINI_SOLID_BARS_3,
9955 #[cfg(feature = "heroicons_mini_solid")]
9956 Self::HEROICONS_MINI_SOLID_BARS_4,
9957 #[cfg(feature = "heroicons_mini_solid")]
9958 Self::HEROICONS_MINI_SOLID_BARS_ARROW_DOWN,
9959 #[cfg(feature = "heroicons_mini_solid")]
9960 Self::HEROICONS_MINI_SOLID_BARS_ARROW_UP,
9961 #[cfg(feature = "heroicons_mini_solid")]
9962 Self::HEROICONS_MINI_SOLID_BATTERY_0,
9963 #[cfg(feature = "heroicons_mini_solid")]
9964 Self::HEROICONS_MINI_SOLID_BATTERY_100,
9965 #[cfg(feature = "heroicons_mini_solid")]
9966 Self::HEROICONS_MINI_SOLID_BATTERY_50,
9967 #[cfg(feature = "heroicons_mini_solid")]
9968 Self::HEROICONS_MINI_SOLID_BEAKER,
9969 #[cfg(feature = "heroicons_mini_solid")]
9970 Self::HEROICONS_MINI_SOLID_BELL_ALERT,
9971 #[cfg(feature = "heroicons_mini_solid")]
9972 Self::HEROICONS_MINI_SOLID_BELL_SLASH,
9973 #[cfg(feature = "heroicons_mini_solid")]
9974 Self::HEROICONS_MINI_SOLID_BELL_SNOOZE,
9975 #[cfg(feature = "heroicons_mini_solid")]
9976 Self::HEROICONS_MINI_SOLID_BELL,
9977 #[cfg(feature = "heroicons_mini_solid")]
9978 Self::HEROICONS_MINI_SOLID_BOLT_SLASH,
9979 #[cfg(feature = "heroicons_mini_solid")]
9980 Self::HEROICONS_MINI_SOLID_BOLT,
9981 #[cfg(feature = "heroicons_mini_solid")]
9982 Self::HEROICONS_MINI_SOLID_BOOK_OPEN,
9983 #[cfg(feature = "heroicons_mini_solid")]
9984 Self::HEROICONS_MINI_SOLID_BOOKMARK_SLASH,
9985 #[cfg(feature = "heroicons_mini_solid")]
9986 Self::HEROICONS_MINI_SOLID_BOOKMARK_SQUARE,
9987 #[cfg(feature = "heroicons_mini_solid")]
9988 Self::HEROICONS_MINI_SOLID_BOOKMARK,
9989 #[cfg(feature = "heroicons_mini_solid")]
9990 Self::HEROICONS_MINI_SOLID_BRIEFCASE,
9991 #[cfg(feature = "heroicons_mini_solid")]
9992 Self::HEROICONS_MINI_SOLID_BUG_ANT,
9993 #[cfg(feature = "heroicons_mini_solid")]
9994 Self::HEROICONS_MINI_SOLID_BUILDING_LIBRARY,
9995 #[cfg(feature = "heroicons_mini_solid")]
9996 Self::HEROICONS_MINI_SOLID_BUILDING_OFFICE_2,
9997 #[cfg(feature = "heroicons_mini_solid")]
9998 Self::HEROICONS_MINI_SOLID_BUILDING_OFFICE,
9999 #[cfg(feature = "heroicons_mini_solid")]
10000 Self::HEROICONS_MINI_SOLID_BUILDING_STOREFRONT,
10001 #[cfg(feature = "heroicons_mini_solid")]
10002 Self::HEROICONS_MINI_SOLID_CAKE,
10003 #[cfg(feature = "heroicons_mini_solid")]
10004 Self::HEROICONS_MINI_SOLID_CALCULATOR,
10005 #[cfg(feature = "heroicons_mini_solid")]
10006 Self::HEROICONS_MINI_SOLID_CALENDAR_DAYS,
10007 #[cfg(feature = "heroicons_mini_solid")]
10008 Self::HEROICONS_MINI_SOLID_CALENDAR,
10009 #[cfg(feature = "heroicons_mini_solid")]
10010 Self::HEROICONS_MINI_SOLID_CAMERA,
10011 #[cfg(feature = "heroicons_mini_solid")]
10012 Self::HEROICONS_MINI_SOLID_CHART_BAR_SQUARE,
10013 #[cfg(feature = "heroicons_mini_solid")]
10014 Self::HEROICONS_MINI_SOLID_CHART_BAR,
10015 #[cfg(feature = "heroicons_mini_solid")]
10016 Self::HEROICONS_MINI_SOLID_CHART_PIE,
10017 #[cfg(feature = "heroicons_mini_solid")]
10018 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_BOTTOM_CENTER_TEXT,
10019 #[cfg(feature = "heroicons_mini_solid")]
10020 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_BOTTOM_CENTER,
10021 #[cfg(feature = "heroicons_mini_solid")]
10022 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_LEFT_ELLIPSIS,
10023 #[cfg(feature = "heroicons_mini_solid")]
10024 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_LEFT_RIGHT,
10025 #[cfg(feature = "heroicons_mini_solid")]
10026 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_LEFT,
10027 #[cfg(feature = "heroicons_mini_solid")]
10028 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_OVAL_LEFT_ELLIPSIS,
10029 #[cfg(feature = "heroicons_mini_solid")]
10030 Self::HEROICONS_MINI_SOLID_CHAT_BUBBLE_OVAL_LEFT,
10031 #[cfg(feature = "heroicons_mini_solid")]
10032 Self::HEROICONS_MINI_SOLID_CHECK_BADGE,
10033 #[cfg(feature = "heroicons_mini_solid")]
10034 Self::HEROICONS_MINI_SOLID_CHECK_CIRCLE,
10035 #[cfg(feature = "heroicons_mini_solid")]
10036 Self::HEROICONS_MINI_SOLID_CHECK,
10037 #[cfg(feature = "heroicons_mini_solid")]
10038 Self::HEROICONS_MINI_SOLID_CHEVRON_DOUBLE_DOWN,
10039 #[cfg(feature = "heroicons_mini_solid")]
10040 Self::HEROICONS_MINI_SOLID_CHEVRON_DOUBLE_LEFT,
10041 #[cfg(feature = "heroicons_mini_solid")]
10042 Self::HEROICONS_MINI_SOLID_CHEVRON_DOUBLE_RIGHT,
10043 #[cfg(feature = "heroicons_mini_solid")]
10044 Self::HEROICONS_MINI_SOLID_CHEVRON_DOUBLE_UP,
10045 #[cfg(feature = "heroicons_mini_solid")]
10046 Self::HEROICONS_MINI_SOLID_CHEVRON_DOWN,
10047 #[cfg(feature = "heroicons_mini_solid")]
10048 Self::HEROICONS_MINI_SOLID_CHEVRON_LEFT,
10049 #[cfg(feature = "heroicons_mini_solid")]
10050 Self::HEROICONS_MINI_SOLID_CHEVRON_RIGHT,
10051 #[cfg(feature = "heroicons_mini_solid")]
10052 Self::HEROICONS_MINI_SOLID_CHEVRON_UP_DOWN,
10053 #[cfg(feature = "heroicons_mini_solid")]
10054 Self::HEROICONS_MINI_SOLID_CHEVRON_UP,
10055 #[cfg(feature = "heroicons_mini_solid")]
10056 Self::HEROICONS_MINI_SOLID_CIRCLE_STACK,
10057 #[cfg(feature = "heroicons_mini_solid")]
10058 Self::HEROICONS_MINI_SOLID_CLIPBOARD_DOCUMENT_CHECK,
10059 #[cfg(feature = "heroicons_mini_solid")]
10060 Self::HEROICONS_MINI_SOLID_CLIPBOARD_DOCUMENT_LIST,
10061 #[cfg(feature = "heroicons_mini_solid")]
10062 Self::HEROICONS_MINI_SOLID_CLIPBOARD_DOCUMENT,
10063 #[cfg(feature = "heroicons_mini_solid")]
10064 Self::HEROICONS_MINI_SOLID_CLIPBOARD,
10065 #[cfg(feature = "heroicons_mini_solid")]
10066 Self::HEROICONS_MINI_SOLID_CLOCK,
10067 #[cfg(feature = "heroicons_mini_solid")]
10068 Self::HEROICONS_MINI_SOLID_CLOUD_ARROW_DOWN,
10069 #[cfg(feature = "heroicons_mini_solid")]
10070 Self::HEROICONS_MINI_SOLID_CLOUD_ARROW_UP,
10071 #[cfg(feature = "heroicons_mini_solid")]
10072 Self::HEROICONS_MINI_SOLID_CLOUD,
10073 #[cfg(feature = "heroicons_mini_solid")]
10074 Self::HEROICONS_MINI_SOLID_CODE_BRACKET_SQUARE,
10075 #[cfg(feature = "heroicons_mini_solid")]
10076 Self::HEROICONS_MINI_SOLID_CODE_BRACKET,
10077 #[cfg(feature = "heroicons_mini_solid")]
10078 Self::HEROICONS_MINI_SOLID_COG_6_TOOTH,
10079 #[cfg(feature = "heroicons_mini_solid")]
10080 Self::HEROICONS_MINI_SOLID_COG_8_TOOTH,
10081 #[cfg(feature = "heroicons_mini_solid")]
10082 Self::HEROICONS_MINI_SOLID_COG,
10083 #[cfg(feature = "heroicons_mini_solid")]
10084 Self::HEROICONS_MINI_SOLID_COMMAND_LINE,
10085 #[cfg(feature = "heroicons_mini_solid")]
10086 Self::HEROICONS_MINI_SOLID_COMPUTER_DESKTOP,
10087 #[cfg(feature = "heroicons_mini_solid")]
10088 Self::HEROICONS_MINI_SOLID_CPU_CHIP,
10089 #[cfg(feature = "heroicons_mini_solid")]
10090 Self::HEROICONS_MINI_SOLID_CREDIT_CARD,
10091 #[cfg(feature = "heroicons_mini_solid")]
10092 Self::HEROICONS_MINI_SOLID_CUBE_TRANSPARENT,
10093 #[cfg(feature = "heroicons_mini_solid")]
10094 Self::HEROICONS_MINI_SOLID_CUBE,
10095 #[cfg(feature = "heroicons_mini_solid")]
10096 Self::HEROICONS_MINI_SOLID_CURRENCY_BANGLADESHI,
10097 #[cfg(feature = "heroicons_mini_solid")]
10098 Self::HEROICONS_MINI_SOLID_CURRENCY_DOLLAR,
10099 #[cfg(feature = "heroicons_mini_solid")]
10100 Self::HEROICONS_MINI_SOLID_CURRENCY_EURO,
10101 #[cfg(feature = "heroicons_mini_solid")]
10102 Self::HEROICONS_MINI_SOLID_CURRENCY_POUND,
10103 #[cfg(feature = "heroicons_mini_solid")]
10104 Self::HEROICONS_MINI_SOLID_CURRENCY_RUPEE,
10105 #[cfg(feature = "heroicons_mini_solid")]
10106 Self::HEROICONS_MINI_SOLID_CURRENCY_YEN,
10107 #[cfg(feature = "heroicons_mini_solid")]
10108 Self::HEROICONS_MINI_SOLID_CURSOR_ARROW_RAYS,
10109 #[cfg(feature = "heroicons_mini_solid")]
10110 Self::HEROICONS_MINI_SOLID_CURSOR_ARROW_RIPPLE,
10111 #[cfg(feature = "heroicons_mini_solid")]
10112 Self::HEROICONS_MINI_SOLID_DEVICE_PHONE_MOBILE,
10113 #[cfg(feature = "heroicons_mini_solid")]
10114 Self::HEROICONS_MINI_SOLID_DEVICE_TABLET,
10115 #[cfg(feature = "heroicons_mini_solid")]
10116 Self::HEROICONS_MINI_SOLID_DOCUMENT_ARROW_DOWN,
10117 #[cfg(feature = "heroicons_mini_solid")]
10118 Self::HEROICONS_MINI_SOLID_DOCUMENT_ARROW_UP,
10119 #[cfg(feature = "heroicons_mini_solid")]
10120 Self::HEROICONS_MINI_SOLID_DOCUMENT_CHART_BAR,
10121 #[cfg(feature = "heroicons_mini_solid")]
10122 Self::HEROICONS_MINI_SOLID_DOCUMENT_CHECK,
10123 #[cfg(feature = "heroicons_mini_solid")]
10124 Self::HEROICONS_MINI_SOLID_DOCUMENT_DUPLICATE,
10125 #[cfg(feature = "heroicons_mini_solid")]
10126 Self::HEROICONS_MINI_SOLID_DOCUMENT_MAGNIFYING_GLASS,
10127 #[cfg(feature = "heroicons_mini_solid")]
10128 Self::HEROICONS_MINI_SOLID_DOCUMENT_MINUS,
10129 #[cfg(feature = "heroicons_mini_solid")]
10130 Self::HEROICONS_MINI_SOLID_DOCUMENT_PLUS,
10131 #[cfg(feature = "heroicons_mini_solid")]
10132 Self::HEROICONS_MINI_SOLID_DOCUMENT_TEXT,
10133 #[cfg(feature = "heroicons_mini_solid")]
10134 Self::HEROICONS_MINI_SOLID_DOCUMENT,
10135 #[cfg(feature = "heroicons_mini_solid")]
10136 Self::HEROICONS_MINI_SOLID_ELLIPSIS_HORIZONTAL_CIRCLE,
10137 #[cfg(feature = "heroicons_mini_solid")]
10138 Self::HEROICONS_MINI_SOLID_ELLIPSIS_HORIZONTAL,
10139 #[cfg(feature = "heroicons_mini_solid")]
10140 Self::HEROICONS_MINI_SOLID_ELLIPSIS_VERTICAL,
10141 #[cfg(feature = "heroicons_mini_solid")]
10142 Self::HEROICONS_MINI_SOLID_ENVELOPE_OPEN,
10143 #[cfg(feature = "heroicons_mini_solid")]
10144 Self::HEROICONS_MINI_SOLID_ENVELOPE,
10145 #[cfg(feature = "heroicons_mini_solid")]
10146 Self::HEROICONS_MINI_SOLID_EXCLAMATION_CIRCLE,
10147 #[cfg(feature = "heroicons_mini_solid")]
10148 Self::HEROICONS_MINI_SOLID_EXCLAMATION_TRIANGLE,
10149 #[cfg(feature = "heroicons_mini_solid")]
10150 Self::HEROICONS_MINI_SOLID_EYE_DROPPER,
10151 #[cfg(feature = "heroicons_mini_solid")]
10152 Self::HEROICONS_MINI_SOLID_EYE_SLASH,
10153 #[cfg(feature = "heroicons_mini_solid")]
10154 Self::HEROICONS_MINI_SOLID_EYE,
10155 #[cfg(feature = "heroicons_mini_solid")]
10156 Self::HEROICONS_MINI_SOLID_FACE_FROWN,
10157 #[cfg(feature = "heroicons_mini_solid")]
10158 Self::HEROICONS_MINI_SOLID_FACE_SMILE,
10159 #[cfg(feature = "heroicons_mini_solid")]
10160 Self::HEROICONS_MINI_SOLID_FILM,
10161 #[cfg(feature = "heroicons_mini_solid")]
10162 Self::HEROICONS_MINI_SOLID_FINGER_PRINT,
10163 #[cfg(feature = "heroicons_mini_solid")]
10164 Self::HEROICONS_MINI_SOLID_FIRE,
10165 #[cfg(feature = "heroicons_mini_solid")]
10166 Self::HEROICONS_MINI_SOLID_FLAG,
10167 #[cfg(feature = "heroicons_mini_solid")]
10168 Self::HEROICONS_MINI_SOLID_FOLDER_ARROW_DOWN,
10169 #[cfg(feature = "heroicons_mini_solid")]
10170 Self::HEROICONS_MINI_SOLID_FOLDER_MINUS,
10171 #[cfg(feature = "heroicons_mini_solid")]
10172 Self::HEROICONS_MINI_SOLID_FOLDER_OPEN,
10173 #[cfg(feature = "heroicons_mini_solid")]
10174 Self::HEROICONS_MINI_SOLID_FOLDER_PLUS,
10175 #[cfg(feature = "heroicons_mini_solid")]
10176 Self::HEROICONS_MINI_SOLID_FOLDER,
10177 #[cfg(feature = "heroicons_mini_solid")]
10178 Self::HEROICONS_MINI_SOLID_FORWARD,
10179 #[cfg(feature = "heroicons_mini_solid")]
10180 Self::HEROICONS_MINI_SOLID_FUNNEL,
10181 #[cfg(feature = "heroicons_mini_solid")]
10182 Self::HEROICONS_MINI_SOLID_GIF,
10183 #[cfg(feature = "heroicons_mini_solid")]
10184 Self::HEROICONS_MINI_SOLID_GIFT_TOP,
10185 #[cfg(feature = "heroicons_mini_solid")]
10186 Self::HEROICONS_MINI_SOLID_GIFT,
10187 #[cfg(feature = "heroicons_mini_solid")]
10188 Self::HEROICONS_MINI_SOLID_GLOBE_ALT,
10189 #[cfg(feature = "heroicons_mini_solid")]
10190 Self::HEROICONS_MINI_SOLID_GLOBE_AMERICAS,
10191 #[cfg(feature = "heroicons_mini_solid")]
10192 Self::HEROICONS_MINI_SOLID_GLOBE_ASIA_AUSTRALIA,
10193 #[cfg(feature = "heroicons_mini_solid")]
10194 Self::HEROICONS_MINI_SOLID_GLOBE_EUROPE_AFRICA,
10195 #[cfg(feature = "heroicons_mini_solid")]
10196 Self::HEROICONS_MINI_SOLID_HAND_RAISED,
10197 #[cfg(feature = "heroicons_mini_solid")]
10198 Self::HEROICONS_MINI_SOLID_HAND_THUMB_DOWN,
10199 #[cfg(feature = "heroicons_mini_solid")]
10200 Self::HEROICONS_MINI_SOLID_HAND_THUMB_UP,
10201 #[cfg(feature = "heroicons_mini_solid")]
10202 Self::HEROICONS_MINI_SOLID_HASHTAG,
10203 #[cfg(feature = "heroicons_mini_solid")]
10204 Self::HEROICONS_MINI_SOLID_HEART,
10205 #[cfg(feature = "heroicons_mini_solid")]
10206 Self::HEROICONS_MINI_SOLID_HOME_MODERN,
10207 #[cfg(feature = "heroicons_mini_solid")]
10208 Self::HEROICONS_MINI_SOLID_HOME,
10209 #[cfg(feature = "heroicons_mini_solid")]
10210 Self::HEROICONS_MINI_SOLID_IDENTIFICATION,
10211 #[cfg(feature = "heroicons_mini_solid")]
10212 Self::HEROICONS_MINI_SOLID_INBOX_ARROW_DOWN,
10213 #[cfg(feature = "heroicons_mini_solid")]
10214 Self::HEROICONS_MINI_SOLID_INBOX_STACK,
10215 #[cfg(feature = "heroicons_mini_solid")]
10216 Self::HEROICONS_MINI_SOLID_INBOX,
10217 #[cfg(feature = "heroicons_mini_solid")]
10218 Self::HEROICONS_MINI_SOLID_INFORMATION_CIRCLE,
10219 #[cfg(feature = "heroicons_mini_solid")]
10220 Self::HEROICONS_MINI_SOLID_KEY,
10221 #[cfg(feature = "heroicons_mini_solid")]
10222 Self::HEROICONS_MINI_SOLID_LANGUAGE,
10223 #[cfg(feature = "heroicons_mini_solid")]
10224 Self::HEROICONS_MINI_SOLID_LIFEBUOY,
10225 #[cfg(feature = "heroicons_mini_solid")]
10226 Self::HEROICONS_MINI_SOLID_LIGHT_BULB,
10227 #[cfg(feature = "heroicons_mini_solid")]
10228 Self::HEROICONS_MINI_SOLID_LINK,
10229 #[cfg(feature = "heroicons_mini_solid")]
10230 Self::HEROICONS_MINI_SOLID_LIST_BULLET,
10231 #[cfg(feature = "heroicons_mini_solid")]
10232 Self::HEROICONS_MINI_SOLID_LOCK_CLOSED,
10233 #[cfg(feature = "heroicons_mini_solid")]
10234 Self::HEROICONS_MINI_SOLID_LOCK_OPEN,
10235 #[cfg(feature = "heroicons_mini_solid")]
10236 Self::HEROICONS_MINI_SOLID_MAGNIFYING_GLASS_CIRCLE,
10237 #[cfg(feature = "heroicons_mini_solid")]
10238 Self::HEROICONS_MINI_SOLID_MAGNIFYING_GLASS_MINUS,
10239 #[cfg(feature = "heroicons_mini_solid")]
10240 Self::HEROICONS_MINI_SOLID_MAGNIFYING_GLASS_PLUS,
10241 #[cfg(feature = "heroicons_mini_solid")]
10242 Self::HEROICONS_MINI_SOLID_MAGNIFYING_GLASS,
10243 #[cfg(feature = "heroicons_mini_solid")]
10244 Self::HEROICONS_MINI_SOLID_MAP_PIN,
10245 #[cfg(feature = "heroicons_mini_solid")]
10246 Self::HEROICONS_MINI_SOLID_MAP,
10247 #[cfg(feature = "heroicons_mini_solid")]
10248 Self::HEROICONS_MINI_SOLID_MEGAPHONE,
10249 #[cfg(feature = "heroicons_mini_solid")]
10250 Self::HEROICONS_MINI_SOLID_MICROPHONE,
10251 #[cfg(feature = "heroicons_mini_solid")]
10252 Self::HEROICONS_MINI_SOLID_MINUS_CIRCLE,
10253 #[cfg(feature = "heroicons_mini_solid")]
10254 Self::HEROICONS_MINI_SOLID_MINUS_SMALL,
10255 #[cfg(feature = "heroicons_mini_solid")]
10256 Self::HEROICONS_MINI_SOLID_MINUS,
10257 #[cfg(feature = "heroicons_mini_solid")]
10258 Self::HEROICONS_MINI_SOLID_MOON,
10259 #[cfg(feature = "heroicons_mini_solid")]
10260 Self::HEROICONS_MINI_SOLID_MUSICAL_NOTE,
10261 #[cfg(feature = "heroicons_mini_solid")]
10262 Self::HEROICONS_MINI_SOLID_NEWSPAPER,
10263 #[cfg(feature = "heroicons_mini_solid")]
10264 Self::HEROICONS_MINI_SOLID_NO_SYMBOL,
10265 #[cfg(feature = "heroicons_mini_solid")]
10266 Self::HEROICONS_MINI_SOLID_PAINT_BRUSH,
10267 #[cfg(feature = "heroicons_mini_solid")]
10268 Self::HEROICONS_MINI_SOLID_PAPER_AIRPLANE,
10269 #[cfg(feature = "heroicons_mini_solid")]
10270 Self::HEROICONS_MINI_SOLID_PAPER_CLIP,
10271 #[cfg(feature = "heroicons_mini_solid")]
10272 Self::HEROICONS_MINI_SOLID_PAUSE_CIRCLE,
10273 #[cfg(feature = "heroicons_mini_solid")]
10274 Self::HEROICONS_MINI_SOLID_PAUSE,
10275 #[cfg(feature = "heroicons_mini_solid")]
10276 Self::HEROICONS_MINI_SOLID_PENCIL_SQUARE,
10277 #[cfg(feature = "heroicons_mini_solid")]
10278 Self::HEROICONS_MINI_SOLID_PENCIL,
10279 #[cfg(feature = "heroicons_mini_solid")]
10280 Self::HEROICONS_MINI_SOLID_PHONE_ARROW_DOWN_LEFT,
10281 #[cfg(feature = "heroicons_mini_solid")]
10282 Self::HEROICONS_MINI_SOLID_PHONE_ARROW_UP_RIGHT,
10283 #[cfg(feature = "heroicons_mini_solid")]
10284 Self::HEROICONS_MINI_SOLID_PHONE_X_MARK,
10285 #[cfg(feature = "heroicons_mini_solid")]
10286 Self::HEROICONS_MINI_SOLID_PHONE,
10287 #[cfg(feature = "heroicons_mini_solid")]
10288 Self::HEROICONS_MINI_SOLID_PHOTO,
10289 #[cfg(feature = "heroicons_mini_solid")]
10290 Self::HEROICONS_MINI_SOLID_PLAY_CIRCLE,
10291 #[cfg(feature = "heroicons_mini_solid")]
10292 Self::HEROICONS_MINI_SOLID_PLAY_PAUSE,
10293 #[cfg(feature = "heroicons_mini_solid")]
10294 Self::HEROICONS_MINI_SOLID_PLAY,
10295 #[cfg(feature = "heroicons_mini_solid")]
10296 Self::HEROICONS_MINI_SOLID_PLUS_CIRCLE,
10297 #[cfg(feature = "heroicons_mini_solid")]
10298 Self::HEROICONS_MINI_SOLID_PLUS_SMALL,
10299 #[cfg(feature = "heroicons_mini_solid")]
10300 Self::HEROICONS_MINI_SOLID_PLUS,
10301 #[cfg(feature = "heroicons_mini_solid")]
10302 Self::HEROICONS_MINI_SOLID_POWER,
10303 #[cfg(feature = "heroicons_mini_solid")]
10304 Self::HEROICONS_MINI_SOLID_PRESENTATION_CHART_BAR,
10305 #[cfg(feature = "heroicons_mini_solid")]
10306 Self::HEROICONS_MINI_SOLID_PRESENTATION_CHART_LINE,
10307 #[cfg(feature = "heroicons_mini_solid")]
10308 Self::HEROICONS_MINI_SOLID_PRINTER,
10309 #[cfg(feature = "heroicons_mini_solid")]
10310 Self::HEROICONS_MINI_SOLID_PUZZLE_PIECE,
10311 #[cfg(feature = "heroicons_mini_solid")]
10312 Self::HEROICONS_MINI_SOLID_QR_CODE,
10313 #[cfg(feature = "heroicons_mini_solid")]
10314 Self::HEROICONS_MINI_SOLID_QUESTION_MARK_CIRCLE,
10315 #[cfg(feature = "heroicons_mini_solid")]
10316 Self::HEROICONS_MINI_SOLID_QUEUE_LIST,
10317 #[cfg(feature = "heroicons_mini_solid")]
10318 Self::HEROICONS_MINI_SOLID_RADIO,
10319 #[cfg(feature = "heroicons_mini_solid")]
10320 Self::HEROICONS_MINI_SOLID_RECEIPT_PERCENT,
10321 #[cfg(feature = "heroicons_mini_solid")]
10322 Self::HEROICONS_MINI_SOLID_RECEIPT_REFUND,
10323 #[cfg(feature = "heroicons_mini_solid")]
10324 Self::HEROICONS_MINI_SOLID_RECTANGLE_GROUP,
10325 #[cfg(feature = "heroicons_mini_solid")]
10326 Self::HEROICONS_MINI_SOLID_RECTANGLE_STACK,
10327 #[cfg(feature = "heroicons_mini_solid")]
10328 Self::HEROICONS_MINI_SOLID_ROCKET_LAUNCH,
10329 #[cfg(feature = "heroicons_mini_solid")]
10330 Self::HEROICONS_MINI_SOLID_RSS,
10331 #[cfg(feature = "heroicons_mini_solid")]
10332 Self::HEROICONS_MINI_SOLID_SCALE,
10333 #[cfg(feature = "heroicons_mini_solid")]
10334 Self::HEROICONS_MINI_SOLID_SCISSORS,
10335 #[cfg(feature = "heroicons_mini_solid")]
10336 Self::HEROICONS_MINI_SOLID_SERVER_STACK,
10337 #[cfg(feature = "heroicons_mini_solid")]
10338 Self::HEROICONS_MINI_SOLID_SERVER,
10339 #[cfg(feature = "heroicons_mini_solid")]
10340 Self::HEROICONS_MINI_SOLID_SHARE,
10341 #[cfg(feature = "heroicons_mini_solid")]
10342 Self::HEROICONS_MINI_SOLID_SHIELD_CHECK,
10343 #[cfg(feature = "heroicons_mini_solid")]
10344 Self::HEROICONS_MINI_SOLID_SHIELD_EXCLAMATION,
10345 #[cfg(feature = "heroicons_mini_solid")]
10346 Self::HEROICONS_MINI_SOLID_SHOPPING_BAG,
10347 #[cfg(feature = "heroicons_mini_solid")]
10348 Self::HEROICONS_MINI_SOLID_SHOPPING_CART,
10349 #[cfg(feature = "heroicons_mini_solid")]
10350 Self::HEROICONS_MINI_SOLID_SIGNAL_SLASH,
10351 #[cfg(feature = "heroicons_mini_solid")]
10352 Self::HEROICONS_MINI_SOLID_SIGNAL,
10353 #[cfg(feature = "heroicons_mini_solid")]
10354 Self::HEROICONS_MINI_SOLID_SPARKLES,
10355 #[cfg(feature = "heroicons_mini_solid")]
10356 Self::HEROICONS_MINI_SOLID_SPEAKER_WAVE,
10357 #[cfg(feature = "heroicons_mini_solid")]
10358 Self::HEROICONS_MINI_SOLID_SPEAKER_X_MARK,
10359 #[cfg(feature = "heroicons_mini_solid")]
10360 Self::HEROICONS_MINI_SOLID_SQUARE_2_STACK,
10361 #[cfg(feature = "heroicons_mini_solid")]
10362 Self::HEROICONS_MINI_SOLID_SQUARE_3_STACK_3_D,
10363 #[cfg(feature = "heroicons_mini_solid")]
10364 Self::HEROICONS_MINI_SOLID_SQUARES_2_X_2,
10365 #[cfg(feature = "heroicons_mini_solid")]
10366 Self::HEROICONS_MINI_SOLID_SQUARES_PLUS,
10367 #[cfg(feature = "heroicons_mini_solid")]
10368 Self::HEROICONS_MINI_SOLID_STAR,
10369 #[cfg(feature = "heroicons_mini_solid")]
10370 Self::HEROICONS_MINI_SOLID_STOP_CIRCLE,
10371 #[cfg(feature = "heroicons_mini_solid")]
10372 Self::HEROICONS_MINI_SOLID_STOP,
10373 #[cfg(feature = "heroicons_mini_solid")]
10374 Self::HEROICONS_MINI_SOLID_SUN,
10375 #[cfg(feature = "heroicons_mini_solid")]
10376 Self::HEROICONS_MINI_SOLID_SWATCH,
10377 #[cfg(feature = "heroicons_mini_solid")]
10378 Self::HEROICONS_MINI_SOLID_TABLE_CELLS,
10379 #[cfg(feature = "heroicons_mini_solid")]
10380 Self::HEROICONS_MINI_SOLID_TAG,
10381 #[cfg(feature = "heroicons_mini_solid")]
10382 Self::HEROICONS_MINI_SOLID_TICKET,
10383 #[cfg(feature = "heroicons_mini_solid")]
10384 Self::HEROICONS_MINI_SOLID_TRASH,
10385 #[cfg(feature = "heroicons_mini_solid")]
10386 Self::HEROICONS_MINI_SOLID_TROPHY,
10387 #[cfg(feature = "heroicons_mini_solid")]
10388 Self::HEROICONS_MINI_SOLID_TRUCK,
10389 #[cfg(feature = "heroicons_mini_solid")]
10390 Self::HEROICONS_MINI_SOLID_TV,
10391 #[cfg(feature = "heroicons_mini_solid")]
10392 Self::HEROICONS_MINI_SOLID_USER_CIRCLE,
10393 #[cfg(feature = "heroicons_mini_solid")]
10394 Self::HEROICONS_MINI_SOLID_USER_GROUP,
10395 #[cfg(feature = "heroicons_mini_solid")]
10396 Self::HEROICONS_MINI_SOLID_USER_MINUS,
10397 #[cfg(feature = "heroicons_mini_solid")]
10398 Self::HEROICONS_MINI_SOLID_USER_PLUS,
10399 #[cfg(feature = "heroicons_mini_solid")]
10400 Self::HEROICONS_MINI_SOLID_USER,
10401 #[cfg(feature = "heroicons_mini_solid")]
10402 Self::HEROICONS_MINI_SOLID_USERS,
10403 #[cfg(feature = "heroicons_mini_solid")]
10404 Self::HEROICONS_MINI_SOLID_VARIABLE,
10405 #[cfg(feature = "heroicons_mini_solid")]
10406 Self::HEROICONS_MINI_SOLID_VIDEO_CAMERA_SLASH,
10407 #[cfg(feature = "heroicons_mini_solid")]
10408 Self::HEROICONS_MINI_SOLID_VIDEO_CAMERA,
10409 #[cfg(feature = "heroicons_mini_solid")]
10410 Self::HEROICONS_MINI_SOLID_VIEW_COLUMNS,
10411 #[cfg(feature = "heroicons_mini_solid")]
10412 Self::HEROICONS_MINI_SOLID_VIEWFINDER_CIRCLE,
10413 #[cfg(feature = "heroicons_mini_solid")]
10414 Self::HEROICONS_MINI_SOLID_WALLET,
10415 #[cfg(feature = "heroicons_mini_solid")]
10416 Self::HEROICONS_MINI_SOLID_WIFI,
10417 #[cfg(feature = "heroicons_mini_solid")]
10418 Self::HEROICONS_MINI_SOLID_WINDOW,
10419 #[cfg(feature = "heroicons_mini_solid")]
10420 Self::HEROICONS_MINI_SOLID_WRENCH_SCREWDRIVER,
10421 #[cfg(feature = "heroicons_mini_solid")]
10422 Self::HEROICONS_MINI_SOLID_WRENCH,
10423 #[cfg(feature = "heroicons_mini_solid")]
10424 Self::HEROICONS_MINI_SOLID_X_CIRCLE,
10425 #[cfg(feature = "heroicons_mini_solid")]
10426 Self::HEROICONS_MINI_SOLID_X_MARK,
10427 #[cfg(feature = "lucide")]
10428 Self::LUCIDE_ACCESSIBILITY,
10429 #[cfg(feature = "lucide")]
10430 Self::LUCIDE_ACTIVITY,
10431 #[cfg(feature = "lucide")]
10432 Self::LUCIDE_AIR_VENT,
10433 #[cfg(feature = "lucide")]
10434 Self::LUCIDE_AIRPLAY,
10435 #[cfg(feature = "lucide")]
10436 Self::LUCIDE_ALARM_CHECK,
10437 #[cfg(feature = "lucide")]
10438 Self::LUCIDE_ALARM_CLOCK_OFF,
10439 #[cfg(feature = "lucide")]
10440 Self::LUCIDE_ALARM_CLOCK,
10441 #[cfg(feature = "lucide")]
10442 Self::LUCIDE_ALARM_MINUS,
10443 #[cfg(feature = "lucide")]
10444 Self::LUCIDE_ALARM_PLUS,
10445 #[cfg(feature = "lucide")]
10446 Self::LUCIDE_ALBUM,
10447 #[cfg(feature = "lucide")]
10448 Self::LUCIDE_ALERT_CIRCLE,
10449 #[cfg(feature = "lucide")]
10450 Self::LUCIDE_ALERT_OCTAGON,
10451 #[cfg(feature = "lucide")]
10452 Self::LUCIDE_ALERT_TRIANGLE,
10453 #[cfg(feature = "lucide")]
10454 Self::LUCIDE_ALIGN_CENTER_HORIZONTAL,
10455 #[cfg(feature = "lucide")]
10456 Self::LUCIDE_ALIGN_CENTER_VERTICAL,
10457 #[cfg(feature = "lucide")]
10458 Self::LUCIDE_ALIGN_CENTER,
10459 #[cfg(feature = "lucide")]
10460 Self::LUCIDE_ALIGN_END_HORIZONTAL,
10461 #[cfg(feature = "lucide")]
10462 Self::LUCIDE_ALIGN_END_VERTICAL,
10463 #[cfg(feature = "lucide")]
10464 Self::LUCIDE_ALIGN_HORIZONTAL_DISTRIBUTE_CENTER,
10465 #[cfg(feature = "lucide")]
10466 Self::LUCIDE_ALIGN_HORIZONTAL_DISTRIBUTE_END,
10467 #[cfg(feature = "lucide")]
10468 Self::LUCIDE_ALIGN_HORIZONTAL_DISTRIBUTE_START,
10469 #[cfg(feature = "lucide")]
10470 Self::LUCIDE_ALIGN_HORIZONTAL_JUSTIFY_CENTER,
10471 #[cfg(feature = "lucide")]
10472 Self::LUCIDE_ALIGN_HORIZONTAL_JUSTIFY_END,
10473 #[cfg(feature = "lucide")]
10474 Self::LUCIDE_ALIGN_HORIZONTAL_JUSTIFY_START,
10475 #[cfg(feature = "lucide")]
10476 Self::LUCIDE_ALIGN_HORIZONTAL_SPACE_AROUND,
10477 #[cfg(feature = "lucide")]
10478 Self::LUCIDE_ALIGN_HORIZONTAL_SPACE_BETWEEN,
10479 #[cfg(feature = "lucide")]
10480 Self::LUCIDE_ALIGN_JUSTIFY,
10481 #[cfg(feature = "lucide")]
10482 Self::LUCIDE_ALIGN_LEFT,
10483 #[cfg(feature = "lucide")]
10484 Self::LUCIDE_ALIGN_RIGHT,
10485 #[cfg(feature = "lucide")]
10486 Self::LUCIDE_ALIGN_START_HORIZONTAL,
10487 #[cfg(feature = "lucide")]
10488 Self::LUCIDE_ALIGN_START_VERTICAL,
10489 #[cfg(feature = "lucide")]
10490 Self::LUCIDE_ALIGN_VERTICAL_DISTRIBUTE_CENTER,
10491 #[cfg(feature = "lucide")]
10492 Self::LUCIDE_ALIGN_VERTICAL_DISTRIBUTE_END,
10493 #[cfg(feature = "lucide")]
10494 Self::LUCIDE_ALIGN_VERTICAL_DISTRIBUTE_START,
10495 #[cfg(feature = "lucide")]
10496 Self::LUCIDE_ALIGN_VERTICAL_JUSTIFY_CENTER,
10497 #[cfg(feature = "lucide")]
10498 Self::LUCIDE_ALIGN_VERTICAL_JUSTIFY_END,
10499 #[cfg(feature = "lucide")]
10500 Self::LUCIDE_ALIGN_VERTICAL_JUSTIFY_START,
10501 #[cfg(feature = "lucide")]
10502 Self::LUCIDE_ALIGN_VERTICAL_SPACE_AROUND,
10503 #[cfg(feature = "lucide")]
10504 Self::LUCIDE_ALIGN_VERTICAL_SPACE_BETWEEN,
10505 #[cfg(feature = "lucide")]
10506 Self::LUCIDE_ANCHOR,
10507 #[cfg(feature = "lucide")]
10508 Self::LUCIDE_ANGRY,
10509 #[cfg(feature = "lucide")]
10510 Self::LUCIDE_ANNOYED,
10511 #[cfg(feature = "lucide")]
10512 Self::LUCIDE_APERTURE,
10513 #[cfg(feature = "lucide")]
10514 Self::LUCIDE_APPLE,
10515 #[cfg(feature = "lucide")]
10516 Self::LUCIDE_ARCHIVE_RESTORE,
10517 #[cfg(feature = "lucide")]
10518 Self::LUCIDE_ARCHIVE,
10519 #[cfg(feature = "lucide")]
10520 Self::LUCIDE_ARMCHAIR,
10521 #[cfg(feature = "lucide")]
10522 Self::LUCIDE_ARROW_BIG_DOWN,
10523 #[cfg(feature = "lucide")]
10524 Self::LUCIDE_ARROW_BIG_LEFT,
10525 #[cfg(feature = "lucide")]
10526 Self::LUCIDE_ARROW_BIG_RIGHT,
10527 #[cfg(feature = "lucide")]
10528 Self::LUCIDE_ARROW_BIG_UP,
10529 #[cfg(feature = "lucide")]
10530 Self::LUCIDE_ARROW_DOWN_CIRCLE,
10531 #[cfg(feature = "lucide")]
10532 Self::LUCIDE_ARROW_DOWN_LEFT,
10533 #[cfg(feature = "lucide")]
10534 Self::LUCIDE_ARROW_DOWN_RIGHT,
10535 #[cfg(feature = "lucide")]
10536 Self::LUCIDE_ARROW_DOWN,
10537 #[cfg(feature = "lucide")]
10538 Self::LUCIDE_ARROW_LEFT_CIRCLE,
10539 #[cfg(feature = "lucide")]
10540 Self::LUCIDE_ARROW_LEFT_RIGHT,
10541 #[cfg(feature = "lucide")]
10542 Self::LUCIDE_ARROW_LEFT,
10543 #[cfg(feature = "lucide")]
10544 Self::LUCIDE_ARROW_RIGHT_CIRCLE,
10545 #[cfg(feature = "lucide")]
10546 Self::LUCIDE_ARROW_RIGHT,
10547 #[cfg(feature = "lucide")]
10548 Self::LUCIDE_ARROW_UP_CIRCLE,
10549 #[cfg(feature = "lucide")]
10550 Self::LUCIDE_ARROW_UP_DOWN,
10551 #[cfg(feature = "lucide")]
10552 Self::LUCIDE_ARROW_UP_LEFT,
10553 #[cfg(feature = "lucide")]
10554 Self::LUCIDE_ARROW_UP_RIGHT,
10555 #[cfg(feature = "lucide")]
10556 Self::LUCIDE_ARROW_UP,
10557 #[cfg(feature = "lucide")]
10558 Self::LUCIDE_ASTERISK,
10559 #[cfg(feature = "lucide")]
10560 Self::LUCIDE_AT_SIGN,
10561 #[cfg(feature = "lucide")]
10562 Self::LUCIDE_AWARD,
10563 #[cfg(feature = "lucide")]
10564 Self::LUCIDE_AXE,
10565 #[cfg(feature = "lucide")]
10566 Self::LUCIDE_AXIS_3_D,
10567 #[cfg(feature = "lucide")]
10568 Self::LUCIDE_BABY,
10569 #[cfg(feature = "lucide")]
10570 Self::LUCIDE_BACKPACK,
10571 #[cfg(feature = "lucide")]
10572 Self::LUCIDE_BAGGAGE_CLAIM,
10573 #[cfg(feature = "lucide")]
10574 Self::LUCIDE_BANANA,
10575 #[cfg(feature = "lucide")]
10576 Self::LUCIDE_BANKNOTE,
10577 #[cfg(feature = "lucide")]
10578 Self::LUCIDE_BAR_CHART_2,
10579 #[cfg(feature = "lucide")]
10580 Self::LUCIDE_BAR_CHART_3,
10581 #[cfg(feature = "lucide")]
10582 Self::LUCIDE_BAR_CHART_4,
10583 #[cfg(feature = "lucide")]
10584 Self::LUCIDE_BAR_CHART_HORIZONTAL,
10585 #[cfg(feature = "lucide")]
10586 Self::LUCIDE_BAR_CHART,
10587 #[cfg(feature = "lucide")]
10588 Self::LUCIDE_BASELINE,
10589 #[cfg(feature = "lucide")]
10590 Self::LUCIDE_BATH,
10591 #[cfg(feature = "lucide")]
10592 Self::LUCIDE_BATTERY_CHARGING,
10593 #[cfg(feature = "lucide")]
10594 Self::LUCIDE_BATTERY_FULL,
10595 #[cfg(feature = "lucide")]
10596 Self::LUCIDE_BATTERY_LOW,
10597 #[cfg(feature = "lucide")]
10598 Self::LUCIDE_BATTERY_MEDIUM,
10599 #[cfg(feature = "lucide")]
10600 Self::LUCIDE_BATTERY,
10601 #[cfg(feature = "lucide")]
10602 Self::LUCIDE_BEAKER,
10603 #[cfg(feature = "lucide")]
10604 Self::LUCIDE_BED_DOUBLE,
10605 #[cfg(feature = "lucide")]
10606 Self::LUCIDE_BED_SINGLE,
10607 #[cfg(feature = "lucide")]
10608 Self::LUCIDE_BED,
10609 #[cfg(feature = "lucide")]
10610 Self::LUCIDE_BEER,
10611 #[cfg(feature = "lucide")]
10612 Self::LUCIDE_BELL_MINUS,
10613 #[cfg(feature = "lucide")]
10614 Self::LUCIDE_BELL_OFF,
10615 #[cfg(feature = "lucide")]
10616 Self::LUCIDE_BELL_PLUS,
10617 #[cfg(feature = "lucide")]
10618 Self::LUCIDE_BELL_RING,
10619 #[cfg(feature = "lucide")]
10620 Self::LUCIDE_BELL,
10621 #[cfg(feature = "lucide")]
10622 Self::LUCIDE_BIKE,
10623 #[cfg(feature = "lucide")]
10624 Self::LUCIDE_BINARY,
10625 #[cfg(feature = "lucide")]
10626 Self::LUCIDE_BITCOIN,
10627 #[cfg(feature = "lucide")]
10628 Self::LUCIDE_BLUETOOTH_CONNECTED,
10629 #[cfg(feature = "lucide")]
10630 Self::LUCIDE_BLUETOOTH_OFF,
10631 #[cfg(feature = "lucide")]
10632 Self::LUCIDE_BLUETOOTH_SEARCHING,
10633 #[cfg(feature = "lucide")]
10634 Self::LUCIDE_BLUETOOTH,
10635 #[cfg(feature = "lucide")]
10636 Self::LUCIDE_BOLD,
10637 #[cfg(feature = "lucide")]
10638 Self::LUCIDE_BOMB,
10639 #[cfg(feature = "lucide")]
10640 Self::LUCIDE_BONE,
10641 #[cfg(feature = "lucide")]
10642 Self::LUCIDE_BOOK_OPEN_CHECK,
10643 #[cfg(feature = "lucide")]
10644 Self::LUCIDE_BOOK_OPEN,
10645 #[cfg(feature = "lucide")]
10646 Self::LUCIDE_BOOK,
10647 #[cfg(feature = "lucide")]
10648 Self::LUCIDE_BOOKMARK_MINUS,
10649 #[cfg(feature = "lucide")]
10650 Self::LUCIDE_BOOKMARK_PLUS,
10651 #[cfg(feature = "lucide")]
10652 Self::LUCIDE_BOOKMARK,
10653 #[cfg(feature = "lucide")]
10654 Self::LUCIDE_BOT,
10655 #[cfg(feature = "lucide")]
10656 Self::LUCIDE_BOX_SELECT,
10657 #[cfg(feature = "lucide")]
10658 Self::LUCIDE_BOX,
10659 #[cfg(feature = "lucide")]
10660 Self::LUCIDE_BOXES,
10661 #[cfg(feature = "lucide")]
10662 Self::LUCIDE_BRIEFCASE,
10663 #[cfg(feature = "lucide")]
10664 Self::LUCIDE_BRUSH,
10665 #[cfg(feature = "lucide")]
10666 Self::LUCIDE_BUG,
10667 #[cfg(feature = "lucide")]
10668 Self::LUCIDE_BUILDING_2,
10669 #[cfg(feature = "lucide")]
10670 Self::LUCIDE_BUILDING,
10671 #[cfg(feature = "lucide")]
10672 Self::LUCIDE_BUS,
10673 #[cfg(feature = "lucide")]
10674 Self::LUCIDE_CAKE,
10675 #[cfg(feature = "lucide")]
10676 Self::LUCIDE_CALCULATOR,
10677 #[cfg(feature = "lucide")]
10678 Self::LUCIDE_CALENDAR_CHECK_2,
10679 #[cfg(feature = "lucide")]
10680 Self::LUCIDE_CALENDAR_CHECK,
10681 #[cfg(feature = "lucide")]
10682 Self::LUCIDE_CALENDAR_CLOCK,
10683 #[cfg(feature = "lucide")]
10684 Self::LUCIDE_CALENDAR_DAYS,
10685 #[cfg(feature = "lucide")]
10686 Self::LUCIDE_CALENDAR_HEART,
10687 #[cfg(feature = "lucide")]
10688 Self::LUCIDE_CALENDAR_MINUS,
10689 #[cfg(feature = "lucide")]
10690 Self::LUCIDE_CALENDAR_OFF,
10691 #[cfg(feature = "lucide")]
10692 Self::LUCIDE_CALENDAR_PLUS,
10693 #[cfg(feature = "lucide")]
10694 Self::LUCIDE_CALENDAR_RANGE,
10695 #[cfg(feature = "lucide")]
10696 Self::LUCIDE_CALENDAR_SEARCH,
10697 #[cfg(feature = "lucide")]
10698 Self::LUCIDE_CALENDAR_X_2,
10699 #[cfg(feature = "lucide")]
10700 Self::LUCIDE_CALENDAR_X,
10701 #[cfg(feature = "lucide")]
10702 Self::LUCIDE_CALENDAR,
10703 #[cfg(feature = "lucide")]
10704 Self::LUCIDE_CAMERA_OFF,
10705 #[cfg(feature = "lucide")]
10706 Self::LUCIDE_CAMERA,
10707 #[cfg(feature = "lucide")]
10708 Self::LUCIDE_CAR,
10709 #[cfg(feature = "lucide")]
10710 Self::LUCIDE_CARROT,
10711 #[cfg(feature = "lucide")]
10712 Self::LUCIDE_CAST,
10713 #[cfg(feature = "lucide")]
10714 Self::LUCIDE_CHECK_CIRCLE_2,
10715 #[cfg(feature = "lucide")]
10716 Self::LUCIDE_CHECK_CIRCLE,
10717 #[cfg(feature = "lucide")]
10718 Self::LUCIDE_CHECK_SQUARE,
10719 #[cfg(feature = "lucide")]
10720 Self::LUCIDE_CHECK,
10721 #[cfg(feature = "lucide")]
10722 Self::LUCIDE_CHEF_HAT,
10723 #[cfg(feature = "lucide")]
10724 Self::LUCIDE_CHERRY,
10725 #[cfg(feature = "lucide")]
10726 Self::LUCIDE_CHEVRON_DOWN,
10727 #[cfg(feature = "lucide")]
10728 Self::LUCIDE_CHEVRON_FIRST,
10729 #[cfg(feature = "lucide")]
10730 Self::LUCIDE_CHEVRON_LAST,
10731 #[cfg(feature = "lucide")]
10732 Self::LUCIDE_CHEVRON_LEFT,
10733 #[cfg(feature = "lucide")]
10734 Self::LUCIDE_CHEVRON_RIGHT,
10735 #[cfg(feature = "lucide")]
10736 Self::LUCIDE_CHEVRON_UP,
10737 #[cfg(feature = "lucide")]
10738 Self::LUCIDE_CHEVRONS_DOWN_UP,
10739 #[cfg(feature = "lucide")]
10740 Self::LUCIDE_CHEVRONS_DOWN,
10741 #[cfg(feature = "lucide")]
10742 Self::LUCIDE_CHEVRONS_LEFT_RIGHT,
10743 #[cfg(feature = "lucide")]
10744 Self::LUCIDE_CHEVRONS_LEFT,
10745 #[cfg(feature = "lucide")]
10746 Self::LUCIDE_CHEVRONS_RIGHT_LEFT,
10747 #[cfg(feature = "lucide")]
10748 Self::LUCIDE_CHEVRONS_RIGHT,
10749 #[cfg(feature = "lucide")]
10750 Self::LUCIDE_CHEVRONS_UP_DOWN,
10751 #[cfg(feature = "lucide")]
10752 Self::LUCIDE_CHEVRONS_UP,
10753 #[cfg(feature = "lucide")]
10754 Self::LUCIDE_CHROME,
10755 #[cfg(feature = "lucide")]
10756 Self::LUCIDE_CIGARETTE_OFF,
10757 #[cfg(feature = "lucide")]
10758 Self::LUCIDE_CIGARETTE,
10759 #[cfg(feature = "lucide")]
10760 Self::LUCIDE_CIRCLE_DOT,
10761 #[cfg(feature = "lucide")]
10762 Self::LUCIDE_CIRCLE_ELLIPSIS,
10763 #[cfg(feature = "lucide")]
10764 Self::LUCIDE_CIRCLE_SLASHED,
10765 #[cfg(feature = "lucide")]
10766 Self::LUCIDE_CIRCLE,
10767 #[cfg(feature = "lucide")]
10768 Self::LUCIDE_CITRUS,
10769 #[cfg(feature = "lucide")]
10770 Self::LUCIDE_CLAPPERBOARD,
10771 #[cfg(feature = "lucide")]
10772 Self::LUCIDE_CLIPBOARD_CHECK,
10773 #[cfg(feature = "lucide")]
10774 Self::LUCIDE_CLIPBOARD_COPY,
10775 #[cfg(feature = "lucide")]
10776 Self::LUCIDE_CLIPBOARD_EDIT,
10777 #[cfg(feature = "lucide")]
10778 Self::LUCIDE_CLIPBOARD_LIST,
10779 #[cfg(feature = "lucide")]
10780 Self::LUCIDE_CLIPBOARD_SIGNATURE,
10781 #[cfg(feature = "lucide")]
10782 Self::LUCIDE_CLIPBOARD_TYPE,
10783 #[cfg(feature = "lucide")]
10784 Self::LUCIDE_CLIPBOARD_X,
10785 #[cfg(feature = "lucide")]
10786 Self::LUCIDE_CLIPBOARD,
10787 #[cfg(feature = "lucide")]
10788 Self::LUCIDE_CLOCK_1,
10789 #[cfg(feature = "lucide")]
10790 Self::LUCIDE_CLOCK_10,
10791 #[cfg(feature = "lucide")]
10792 Self::LUCIDE_CLOCK_11,
10793 #[cfg(feature = "lucide")]
10794 Self::LUCIDE_CLOCK_12,
10795 #[cfg(feature = "lucide")]
10796 Self::LUCIDE_CLOCK_2,
10797 #[cfg(feature = "lucide")]
10798 Self::LUCIDE_CLOCK_3,
10799 #[cfg(feature = "lucide")]
10800 Self::LUCIDE_CLOCK_4,
10801 #[cfg(feature = "lucide")]
10802 Self::LUCIDE_CLOCK_5,
10803 #[cfg(feature = "lucide")]
10804 Self::LUCIDE_CLOCK_6,
10805 #[cfg(feature = "lucide")]
10806 Self::LUCIDE_CLOCK_7,
10807 #[cfg(feature = "lucide")]
10808 Self::LUCIDE_CLOCK_8,
10809 #[cfg(feature = "lucide")]
10810 Self::LUCIDE_CLOCK_9,
10811 #[cfg(feature = "lucide")]
10812 Self::LUCIDE_CLOCK,
10813 #[cfg(feature = "lucide")]
10814 Self::LUCIDE_CLOUD_COG,
10815 #[cfg(feature = "lucide")]
10816 Self::LUCIDE_CLOUD_DRIZZLE,
10817 #[cfg(feature = "lucide")]
10818 Self::LUCIDE_CLOUD_FOG,
10819 #[cfg(feature = "lucide")]
10820 Self::LUCIDE_CLOUD_HAIL,
10821 #[cfg(feature = "lucide")]
10822 Self::LUCIDE_CLOUD_LIGHTNING,
10823 #[cfg(feature = "lucide")]
10824 Self::LUCIDE_CLOUD_MOON_RAIN,
10825 #[cfg(feature = "lucide")]
10826 Self::LUCIDE_CLOUD_MOON,
10827 #[cfg(feature = "lucide")]
10828 Self::LUCIDE_CLOUD_OFF,
10829 #[cfg(feature = "lucide")]
10830 Self::LUCIDE_CLOUD_RAIN_WIND,
10831 #[cfg(feature = "lucide")]
10832 Self::LUCIDE_CLOUD_RAIN,
10833 #[cfg(feature = "lucide")]
10834 Self::LUCIDE_CLOUD_SNOW,
10835 #[cfg(feature = "lucide")]
10836 Self::LUCIDE_CLOUD_SUN_RAIN,
10837 #[cfg(feature = "lucide")]
10838 Self::LUCIDE_CLOUD_SUN,
10839 #[cfg(feature = "lucide")]
10840 Self::LUCIDE_CLOUD,
10841 #[cfg(feature = "lucide")]
10842 Self::LUCIDE_CLOUDY,
10843 #[cfg(feature = "lucide")]
10844 Self::LUCIDE_CLOVER,
10845 #[cfg(feature = "lucide")]
10846 Self::LUCIDE_CODE_2,
10847 #[cfg(feature = "lucide")]
10848 Self::LUCIDE_CODE,
10849 #[cfg(feature = "lucide")]
10850 Self::LUCIDE_CODEPEN,
10851 #[cfg(feature = "lucide")]
10852 Self::LUCIDE_CODESANDBOX,
10853 #[cfg(feature = "lucide")]
10854 Self::LUCIDE_COFFEE,
10855 #[cfg(feature = "lucide")]
10856 Self::LUCIDE_COG,
10857 #[cfg(feature = "lucide")]
10858 Self::LUCIDE_COINS,
10859 #[cfg(feature = "lucide")]
10860 Self::LUCIDE_COLUMNS,
10861 #[cfg(feature = "lucide")]
10862 Self::LUCIDE_COMMAND,
10863 #[cfg(feature = "lucide")]
10864 Self::LUCIDE_COMPASS,
10865 #[cfg(feature = "lucide")]
10866 Self::LUCIDE_COMPONENT,
10867 #[cfg(feature = "lucide")]
10868 Self::LUCIDE_CONCIERGE_BELL,
10869 #[cfg(feature = "lucide")]
10870 Self::LUCIDE_CONTACT,
10871 #[cfg(feature = "lucide")]
10872 Self::LUCIDE_CONTRAST,
10873 #[cfg(feature = "lucide")]
10874 Self::LUCIDE_COOKIE,
10875 #[cfg(feature = "lucide")]
10876 Self::LUCIDE_COPY,
10877 #[cfg(feature = "lucide")]
10878 Self::LUCIDE_COPYLEFT,
10879 #[cfg(feature = "lucide")]
10880 Self::LUCIDE_COPYRIGHT,
10881 #[cfg(feature = "lucide")]
10882 Self::LUCIDE_CORNER_DOWN_LEFT,
10883 #[cfg(feature = "lucide")]
10884 Self::LUCIDE_CORNER_DOWN_RIGHT,
10885 #[cfg(feature = "lucide")]
10886 Self::LUCIDE_CORNER_LEFT_DOWN,
10887 #[cfg(feature = "lucide")]
10888 Self::LUCIDE_CORNER_LEFT_UP,
10889 #[cfg(feature = "lucide")]
10890 Self::LUCIDE_CORNER_RIGHT_DOWN,
10891 #[cfg(feature = "lucide")]
10892 Self::LUCIDE_CORNER_RIGHT_UP,
10893 #[cfg(feature = "lucide")]
10894 Self::LUCIDE_CORNER_UP_LEFT,
10895 #[cfg(feature = "lucide")]
10896 Self::LUCIDE_CORNER_UP_RIGHT,
10897 #[cfg(feature = "lucide")]
10898 Self::LUCIDE_CPU,
10899 #[cfg(feature = "lucide")]
10900 Self::LUCIDE_CREDIT_CARD,
10901 #[cfg(feature = "lucide")]
10902 Self::LUCIDE_CROISSANT,
10903 #[cfg(feature = "lucide")]
10904 Self::LUCIDE_CROP,
10905 #[cfg(feature = "lucide")]
10906 Self::LUCIDE_CROSS,
10907 #[cfg(feature = "lucide")]
10908 Self::LUCIDE_CROSSHAIR,
10909 #[cfg(feature = "lucide")]
10910 Self::LUCIDE_CROWN,
10911 #[cfg(feature = "lucide")]
10912 Self::LUCIDE_CUP_SODA,
10913 #[cfg(feature = "lucide")]
10914 Self::LUCIDE_CURLY_BRACES,
10915 #[cfg(feature = "lucide")]
10916 Self::LUCIDE_CURRENCY,
10917 #[cfg(feature = "lucide")]
10918 Self::LUCIDE_DATABASE,
10919 #[cfg(feature = "lucide")]
10920 Self::LUCIDE_DELETE,
10921 #[cfg(feature = "lucide")]
10922 Self::LUCIDE_DIAMOND,
10923 #[cfg(feature = "lucide")]
10924 Self::LUCIDE_DICE_1,
10925 #[cfg(feature = "lucide")]
10926 Self::LUCIDE_DICE_2,
10927 #[cfg(feature = "lucide")]
10928 Self::LUCIDE_DICE_3,
10929 #[cfg(feature = "lucide")]
10930 Self::LUCIDE_DICE_4,
10931 #[cfg(feature = "lucide")]
10932 Self::LUCIDE_DICE_5,
10933 #[cfg(feature = "lucide")]
10934 Self::LUCIDE_DICE_6,
10935 #[cfg(feature = "lucide")]
10936 Self::LUCIDE_DICES,
10937 #[cfg(feature = "lucide")]
10938 Self::LUCIDE_DIFF,
10939 #[cfg(feature = "lucide")]
10940 Self::LUCIDE_DISC,
10941 #[cfg(feature = "lucide")]
10942 Self::LUCIDE_DIVIDE_CIRCLE,
10943 #[cfg(feature = "lucide")]
10944 Self::LUCIDE_DIVIDE_SQUARE,
10945 #[cfg(feature = "lucide")]
10946 Self::LUCIDE_DIVIDE,
10947 #[cfg(feature = "lucide")]
10948 Self::LUCIDE_DOLLAR_SIGN,
10949 #[cfg(feature = "lucide")]
10950 Self::LUCIDE_DOWNLOAD_CLOUD,
10951 #[cfg(feature = "lucide")]
10952 Self::LUCIDE_DOWNLOAD,
10953 #[cfg(feature = "lucide")]
10954 Self::LUCIDE_DRIBBBLE,
10955 #[cfg(feature = "lucide")]
10956 Self::LUCIDE_DROPLET,
10957 #[cfg(feature = "lucide")]
10958 Self::LUCIDE_DROPLETS,
10959 #[cfg(feature = "lucide")]
10960 Self::LUCIDE_DRUMSTICK,
10961 #[cfg(feature = "lucide")]
10962 Self::LUCIDE_EAR_OFF,
10963 #[cfg(feature = "lucide")]
10964 Self::LUCIDE_EAR,
10965 #[cfg(feature = "lucide")]
10966 Self::LUCIDE_EDIT_2,
10967 #[cfg(feature = "lucide")]
10968 Self::LUCIDE_EDIT_3,
10969 #[cfg(feature = "lucide")]
10970 Self::LUCIDE_EDIT,
10971 #[cfg(feature = "lucide")]
10972 Self::LUCIDE_EGG_FRIED,
10973 #[cfg(feature = "lucide")]
10974 Self::LUCIDE_EGG,
10975 #[cfg(feature = "lucide")]
10976 Self::LUCIDE_EQUAL_NOT,
10977 #[cfg(feature = "lucide")]
10978 Self::LUCIDE_EQUAL,
10979 #[cfg(feature = "lucide")]
10980 Self::LUCIDE_ERASER,
10981 #[cfg(feature = "lucide")]
10982 Self::LUCIDE_EURO,
10983 #[cfg(feature = "lucide")]
10984 Self::LUCIDE_EXPAND,
10985 #[cfg(feature = "lucide")]
10986 Self::LUCIDE_EXTERNAL_LINK,
10987 #[cfg(feature = "lucide")]
10988 Self::LUCIDE_EYE_OFF,
10989 #[cfg(feature = "lucide")]
10990 Self::LUCIDE_EYE,
10991 #[cfg(feature = "lucide")]
10992 Self::LUCIDE_FACEBOOK,
10993 #[cfg(feature = "lucide")]
10994 Self::LUCIDE_FACTORY,
10995 #[cfg(feature = "lucide")]
10996 Self::LUCIDE_FAN,
10997 #[cfg(feature = "lucide")]
10998 Self::LUCIDE_FAST_FORWARD,
10999 #[cfg(feature = "lucide")]
11000 Self::LUCIDE_FEATHER,
11001 #[cfg(feature = "lucide")]
11002 Self::LUCIDE_FIGMA,
11003 #[cfg(feature = "lucide")]
11004 Self::LUCIDE_FILE_ARCHIVE,
11005 #[cfg(feature = "lucide")]
11006 Self::LUCIDE_FILE_AUDIO_2,
11007 #[cfg(feature = "lucide")]
11008 Self::LUCIDE_FILE_AUDIO,
11009 #[cfg(feature = "lucide")]
11010 Self::LUCIDE_FILE_AXIS_3_D,
11011 #[cfg(feature = "lucide")]
11012 Self::LUCIDE_FILE_BADGE_2,
11013 #[cfg(feature = "lucide")]
11014 Self::LUCIDE_FILE_BADGE,
11015 #[cfg(feature = "lucide")]
11016 Self::LUCIDE_FILE_BAR_CHART_2,
11017 #[cfg(feature = "lucide")]
11018 Self::LUCIDE_FILE_BAR_CHART,
11019 #[cfg(feature = "lucide")]
11020 Self::LUCIDE_FILE_BOX,
11021 #[cfg(feature = "lucide")]
11022 Self::LUCIDE_FILE_CHECK_2,
11023 #[cfg(feature = "lucide")]
11024 Self::LUCIDE_FILE_CHECK,
11025 #[cfg(feature = "lucide")]
11026 Self::LUCIDE_FILE_CLOCK,
11027 #[cfg(feature = "lucide")]
11028 Self::LUCIDE_FILE_CODE,
11029 #[cfg(feature = "lucide")]
11030 Self::LUCIDE_FILE_COG_2,
11031 #[cfg(feature = "lucide")]
11032 Self::LUCIDE_FILE_COG,
11033 #[cfg(feature = "lucide")]
11034 Self::LUCIDE_FILE_DIFF,
11035 #[cfg(feature = "lucide")]
11036 Self::LUCIDE_FILE_DIGIT,
11037 #[cfg(feature = "lucide")]
11038 Self::LUCIDE_FILE_DOWN,
11039 #[cfg(feature = "lucide")]
11040 Self::LUCIDE_FILE_EDIT,
11041 #[cfg(feature = "lucide")]
11042 Self::LUCIDE_FILE_HEART,
11043 #[cfg(feature = "lucide")]
11044 Self::LUCIDE_FILE_IMAGE,
11045 #[cfg(feature = "lucide")]
11046 Self::LUCIDE_FILE_INPUT,
11047 #[cfg(feature = "lucide")]
11048 Self::LUCIDE_FILE_JSON_2,
11049 #[cfg(feature = "lucide")]
11050 Self::LUCIDE_FILE_JSON,
11051 #[cfg(feature = "lucide")]
11052 Self::LUCIDE_FILE_KEY_2,
11053 #[cfg(feature = "lucide")]
11054 Self::LUCIDE_FILE_KEY,
11055 #[cfg(feature = "lucide")]
11056 Self::LUCIDE_FILE_LINE_CHART,
11057 #[cfg(feature = "lucide")]
11058 Self::LUCIDE_FILE_LOCK_2,
11059 #[cfg(feature = "lucide")]
11060 Self::LUCIDE_FILE_LOCK,
11061 #[cfg(feature = "lucide")]
11062 Self::LUCIDE_FILE_MINUS_2,
11063 #[cfg(feature = "lucide")]
11064 Self::LUCIDE_FILE_MINUS,
11065 #[cfg(feature = "lucide")]
11066 Self::LUCIDE_FILE_OUTPUT,
11067 #[cfg(feature = "lucide")]
11068 Self::LUCIDE_FILE_PIE_CHART,
11069 #[cfg(feature = "lucide")]
11070 Self::LUCIDE_FILE_PLUS_2,
11071 #[cfg(feature = "lucide")]
11072 Self::LUCIDE_FILE_PLUS,
11073 #[cfg(feature = "lucide")]
11074 Self::LUCIDE_FILE_QUESTION,
11075 #[cfg(feature = "lucide")]
11076 Self::LUCIDE_FILE_SCAN,
11077 #[cfg(feature = "lucide")]
11078 Self::LUCIDE_FILE_SEARCH_2,
11079 #[cfg(feature = "lucide")]
11080 Self::LUCIDE_FILE_SEARCH,
11081 #[cfg(feature = "lucide")]
11082 Self::LUCIDE_FILE_SIGNATURE,
11083 #[cfg(feature = "lucide")]
11084 Self::LUCIDE_FILE_SPREADSHEET,
11085 #[cfg(feature = "lucide")]
11086 Self::LUCIDE_FILE_SYMLINK,
11087 #[cfg(feature = "lucide")]
11088 Self::LUCIDE_FILE_TERMINAL,
11089 #[cfg(feature = "lucide")]
11090 Self::LUCIDE_FILE_TEXT,
11091 #[cfg(feature = "lucide")]
11092 Self::LUCIDE_FILE_TYPE_2,
11093 #[cfg(feature = "lucide")]
11094 Self::LUCIDE_FILE_TYPE,
11095 #[cfg(feature = "lucide")]
11096 Self::LUCIDE_FILE_UP,
11097 #[cfg(feature = "lucide")]
11098 Self::LUCIDE_FILE_VIDEO_2,
11099 #[cfg(feature = "lucide")]
11100 Self::LUCIDE_FILE_VIDEO,
11101 #[cfg(feature = "lucide")]
11102 Self::LUCIDE_FILE_VOLUME_2,
11103 #[cfg(feature = "lucide")]
11104 Self::LUCIDE_FILE_VOLUME,
11105 #[cfg(feature = "lucide")]
11106 Self::LUCIDE_FILE_WARNING,
11107 #[cfg(feature = "lucide")]
11108 Self::LUCIDE_FILE_X_2,
11109 #[cfg(feature = "lucide")]
11110 Self::LUCIDE_FILE_X,
11111 #[cfg(feature = "lucide")]
11112 Self::LUCIDE_FILE,
11113 #[cfg(feature = "lucide")]
11114 Self::LUCIDE_FILES,
11115 #[cfg(feature = "lucide")]
11116 Self::LUCIDE_FILM,
11117 #[cfg(feature = "lucide")]
11118 Self::LUCIDE_FILTER,
11119 #[cfg(feature = "lucide")]
11120 Self::LUCIDE_FINGERPRINT,
11121 #[cfg(feature = "lucide")]
11122 Self::LUCIDE_FLAG_OFF,
11123 #[cfg(feature = "lucide")]
11124 Self::LUCIDE_FLAG_TRIANGLE_LEFT,
11125 #[cfg(feature = "lucide")]
11126 Self::LUCIDE_FLAG_TRIANGLE_RIGHT,
11127 #[cfg(feature = "lucide")]
11128 Self::LUCIDE_FLAG,
11129 #[cfg(feature = "lucide")]
11130 Self::LUCIDE_FLAME,
11131 #[cfg(feature = "lucide")]
11132 Self::LUCIDE_FLASHLIGHT_OFF,
11133 #[cfg(feature = "lucide")]
11134 Self::LUCIDE_FLASHLIGHT,
11135 #[cfg(feature = "lucide")]
11136 Self::LUCIDE_FLASK_CONICAL,
11137 #[cfg(feature = "lucide")]
11138 Self::LUCIDE_FLASK_ROUND,
11139 #[cfg(feature = "lucide")]
11140 Self::LUCIDE_FLIP_HORIZONTAL_2,
11141 #[cfg(feature = "lucide")]
11142 Self::LUCIDE_FLIP_HORIZONTAL,
11143 #[cfg(feature = "lucide")]
11144 Self::LUCIDE_FLIP_VERTICAL_2,
11145 #[cfg(feature = "lucide")]
11146 Self::LUCIDE_FLIP_VERTICAL,
11147 #[cfg(feature = "lucide")]
11148 Self::LUCIDE_FLOWER_2,
11149 #[cfg(feature = "lucide")]
11150 Self::LUCIDE_FLOWER,
11151 #[cfg(feature = "lucide")]
11152 Self::LUCIDE_FOCUS,
11153 #[cfg(feature = "lucide")]
11154 Self::LUCIDE_FOLDER_ARCHIVE,
11155 #[cfg(feature = "lucide")]
11156 Self::LUCIDE_FOLDER_CHECK,
11157 #[cfg(feature = "lucide")]
11158 Self::LUCIDE_FOLDER_CLOCK,
11159 #[cfg(feature = "lucide")]
11160 Self::LUCIDE_FOLDER_CLOSED,
11161 #[cfg(feature = "lucide")]
11162 Self::LUCIDE_FOLDER_COG_2,
11163 #[cfg(feature = "lucide")]
11164 Self::LUCIDE_FOLDER_COG,
11165 #[cfg(feature = "lucide")]
11166 Self::LUCIDE_FOLDER_DOWN,
11167 #[cfg(feature = "lucide")]
11168 Self::LUCIDE_FOLDER_EDIT,
11169 #[cfg(feature = "lucide")]
11170 Self::LUCIDE_FOLDER_HEART,
11171 #[cfg(feature = "lucide")]
11172 Self::LUCIDE_FOLDER_INPUT,
11173 #[cfg(feature = "lucide")]
11174 Self::LUCIDE_FOLDER_KEY,
11175 #[cfg(feature = "lucide")]
11176 Self::LUCIDE_FOLDER_LOCK,
11177 #[cfg(feature = "lucide")]
11178 Self::LUCIDE_FOLDER_MINUS,
11179 #[cfg(feature = "lucide")]
11180 Self::LUCIDE_FOLDER_OPEN,
11181 #[cfg(feature = "lucide")]
11182 Self::LUCIDE_FOLDER_OUTPUT,
11183 #[cfg(feature = "lucide")]
11184 Self::LUCIDE_FOLDER_PLUS,
11185 #[cfg(feature = "lucide")]
11186 Self::LUCIDE_FOLDER_SEARCH_2,
11187 #[cfg(feature = "lucide")]
11188 Self::LUCIDE_FOLDER_SEARCH,
11189 #[cfg(feature = "lucide")]
11190 Self::LUCIDE_FOLDER_SYMLINK,
11191 #[cfg(feature = "lucide")]
11192 Self::LUCIDE_FOLDER_TREE,
11193 #[cfg(feature = "lucide")]
11194 Self::LUCIDE_FOLDER_UP,
11195 #[cfg(feature = "lucide")]
11196 Self::LUCIDE_FOLDER_X,
11197 #[cfg(feature = "lucide")]
11198 Self::LUCIDE_FOLDER,
11199 #[cfg(feature = "lucide")]
11200 Self::LUCIDE_FOLDERS,
11201 #[cfg(feature = "lucide")]
11202 Self::LUCIDE_FORM_INPUT,
11203 #[cfg(feature = "lucide")]
11204 Self::LUCIDE_FORWARD,
11205 #[cfg(feature = "lucide")]
11206 Self::LUCIDE_FRAME,
11207 #[cfg(feature = "lucide")]
11208 Self::LUCIDE_FRAMER,
11209 #[cfg(feature = "lucide")]
11210 Self::LUCIDE_FROWN,
11211 #[cfg(feature = "lucide")]
11212 Self::LUCIDE_FUEL,
11213 #[cfg(feature = "lucide")]
11214 Self::LUCIDE_FUNCTION_SQUARE,
11215 #[cfg(feature = "lucide")]
11216 Self::LUCIDE_GAMEPAD_2,
11217 #[cfg(feature = "lucide")]
11218 Self::LUCIDE_GAMEPAD,
11219 #[cfg(feature = "lucide")]
11220 Self::LUCIDE_GAUGE,
11221 #[cfg(feature = "lucide")]
11222 Self::LUCIDE_GAVEL,
11223 #[cfg(feature = "lucide")]
11224 Self::LUCIDE_GEM,
11225 #[cfg(feature = "lucide")]
11226 Self::LUCIDE_GHOST,
11227 #[cfg(feature = "lucide")]
11228 Self::LUCIDE_GIFT,
11229 #[cfg(feature = "lucide")]
11230 Self::LUCIDE_GIT_BRANCH_PLUS,
11231 #[cfg(feature = "lucide")]
11232 Self::LUCIDE_GIT_BRANCH,
11233 #[cfg(feature = "lucide")]
11234 Self::LUCIDE_GIT_COMMIT,
11235 #[cfg(feature = "lucide")]
11236 Self::LUCIDE_GIT_COMPARE,
11237 #[cfg(feature = "lucide")]
11238 Self::LUCIDE_GIT_FORK,
11239 #[cfg(feature = "lucide")]
11240 Self::LUCIDE_GIT_MERGE,
11241 #[cfg(feature = "lucide")]
11242 Self::LUCIDE_GIT_PULL_REQUEST_CLOSED,
11243 #[cfg(feature = "lucide")]
11244 Self::LUCIDE_GIT_PULL_REQUEST_DRAFT,
11245 #[cfg(feature = "lucide")]
11246 Self::LUCIDE_GIT_PULL_REQUEST,
11247 #[cfg(feature = "lucide")]
11248 Self::LUCIDE_GITHUB,
11249 #[cfg(feature = "lucide")]
11250 Self::LUCIDE_GITLAB,
11251 #[cfg(feature = "lucide")]
11252 Self::LUCIDE_GLASS_WATER,
11253 #[cfg(feature = "lucide")]
11254 Self::LUCIDE_GLASSES,
11255 #[cfg(feature = "lucide")]
11256 Self::LUCIDE_GLOBE_2,
11257 #[cfg(feature = "lucide")]
11258 Self::LUCIDE_GLOBE,
11259 #[cfg(feature = "lucide")]
11260 Self::LUCIDE_GRAB,
11261 #[cfg(feature = "lucide")]
11262 Self::LUCIDE_GRADUATION_CAP,
11263 #[cfg(feature = "lucide")]
11264 Self::LUCIDE_GRAPE,
11265 #[cfg(feature = "lucide")]
11266 Self::LUCIDE_GRID,
11267 #[cfg(feature = "lucide")]
11268 Self::LUCIDE_GRIP_HORIZONTAL,
11269 #[cfg(feature = "lucide")]
11270 Self::LUCIDE_GRIP_VERTICAL,
11271 #[cfg(feature = "lucide")]
11272 Self::LUCIDE_HAMMER,
11273 #[cfg(feature = "lucide")]
11274 Self::LUCIDE_HAND_METAL,
11275 #[cfg(feature = "lucide")]
11276 Self::LUCIDE_HAND,
11277 #[cfg(feature = "lucide")]
11278 Self::LUCIDE_HARD_DRIVE,
11279 #[cfg(feature = "lucide")]
11280 Self::LUCIDE_HARD_HAT,
11281 #[cfg(feature = "lucide")]
11282 Self::LUCIDE_HASH,
11283 #[cfg(feature = "lucide")]
11284 Self::LUCIDE_HAZE,
11285 #[cfg(feature = "lucide")]
11286 Self::LUCIDE_HEADPHONES,
11287 #[cfg(feature = "lucide")]
11288 Self::LUCIDE_HEART_CRACK,
11289 #[cfg(feature = "lucide")]
11290 Self::LUCIDE_HEART_HANDSHAKE,
11291 #[cfg(feature = "lucide")]
11292 Self::LUCIDE_HEART_OFF,
11293 #[cfg(feature = "lucide")]
11294 Self::LUCIDE_HEART_PULSE,
11295 #[cfg(feature = "lucide")]
11296 Self::LUCIDE_HEART,
11297 #[cfg(feature = "lucide")]
11298 Self::LUCIDE_HELP_CIRCLE,
11299 #[cfg(feature = "lucide")]
11300 Self::LUCIDE_HEXAGON,
11301 #[cfg(feature = "lucide")]
11302 Self::LUCIDE_HIGHLIGHTER,
11303 #[cfg(feature = "lucide")]
11304 Self::LUCIDE_HISTORY,
11305 #[cfg(feature = "lucide")]
11306 Self::LUCIDE_HOME,
11307 #[cfg(feature = "lucide")]
11308 Self::LUCIDE_HOURGLASS,
11309 #[cfg(feature = "lucide")]
11310 Self::LUCIDE_ICE_CREAM,
11311 #[cfg(feature = "lucide")]
11312 Self::LUCIDE_IMAGE_MINUS,
11313 #[cfg(feature = "lucide")]
11314 Self::LUCIDE_IMAGE_OFF,
11315 #[cfg(feature = "lucide")]
11316 Self::LUCIDE_IMAGE_PLUS,
11317 #[cfg(feature = "lucide")]
11318 Self::LUCIDE_IMAGE,
11319 #[cfg(feature = "lucide")]
11320 Self::LUCIDE_IMPORT,
11321 #[cfg(feature = "lucide")]
11322 Self::LUCIDE_INBOX,
11323 #[cfg(feature = "lucide")]
11324 Self::LUCIDE_INDENT,
11325 #[cfg(feature = "lucide")]
11326 Self::LUCIDE_INDIAN_RUPEE,
11327 #[cfg(feature = "lucide")]
11328 Self::LUCIDE_INFINITY,
11329 #[cfg(feature = "lucide")]
11330 Self::LUCIDE_INFO,
11331 #[cfg(feature = "lucide")]
11332 Self::LUCIDE_INSPECT,
11333 #[cfg(feature = "lucide")]
11334 Self::LUCIDE_INSTAGRAM,
11335 #[cfg(feature = "lucide")]
11336 Self::LUCIDE_ITALIC,
11337 #[cfg(feature = "lucide")]
11338 Self::LUCIDE_JAPANESE_YEN,
11339 #[cfg(feature = "lucide")]
11340 Self::LUCIDE_JOYSTICK,
11341 #[cfg(feature = "lucide")]
11342 Self::LUCIDE_KEY,
11343 #[cfg(feature = "lucide")]
11344 Self::LUCIDE_KEYBOARD,
11345 #[cfg(feature = "lucide")]
11346 Self::LUCIDE_LAMP_CEILING,
11347 #[cfg(feature = "lucide")]
11348 Self::LUCIDE_LAMP_DESK,
11349 #[cfg(feature = "lucide")]
11350 Self::LUCIDE_LAMP_FLOOR,
11351 #[cfg(feature = "lucide")]
11352 Self::LUCIDE_LAMP_WALL_DOWN,
11353 #[cfg(feature = "lucide")]
11354 Self::LUCIDE_LAMP_WALL_UP,
11355 #[cfg(feature = "lucide")]
11356 Self::LUCIDE_LAMP,
11357 #[cfg(feature = "lucide")]
11358 Self::LUCIDE_LANDMARK,
11359 #[cfg(feature = "lucide")]
11360 Self::LUCIDE_LANGUAGES,
11361 #[cfg(feature = "lucide")]
11362 Self::LUCIDE_LAPTOP_2,
11363 #[cfg(feature = "lucide")]
11364 Self::LUCIDE_LAPTOP,
11365 #[cfg(feature = "lucide")]
11366 Self::LUCIDE_LASSO_SELECT,
11367 #[cfg(feature = "lucide")]
11368 Self::LUCIDE_LASSO,
11369 #[cfg(feature = "lucide")]
11370 Self::LUCIDE_LAUGH,
11371 #[cfg(feature = "lucide")]
11372 Self::LUCIDE_LAYERS,
11373 #[cfg(feature = "lucide")]
11374 Self::LUCIDE_LAYOUT_DASHBOARD,
11375 #[cfg(feature = "lucide")]
11376 Self::LUCIDE_LAYOUT_GRID,
11377 #[cfg(feature = "lucide")]
11378 Self::LUCIDE_LAYOUT_LIST,
11379 #[cfg(feature = "lucide")]
11380 Self::LUCIDE_LAYOUT_TEMPLATE,
11381 #[cfg(feature = "lucide")]
11382 Self::LUCIDE_LAYOUT,
11383 #[cfg(feature = "lucide")]
11384 Self::LUCIDE_LEAF,
11385 #[cfg(feature = "lucide")]
11386 Self::LUCIDE_LIBRARY,
11387 #[cfg(feature = "lucide")]
11388 Self::LUCIDE_LIFE_BUOY,
11389 #[cfg(feature = "lucide")]
11390 Self::LUCIDE_LIGHTBULB_OFF,
11391 #[cfg(feature = "lucide")]
11392 Self::LUCIDE_LIGHTBULB,
11393 #[cfg(feature = "lucide")]
11394 Self::LUCIDE_LINE_CHART,
11395 #[cfg(feature = "lucide")]
11396 Self::LUCIDE_LINK_2_OFF,
11397 #[cfg(feature = "lucide")]
11398 Self::LUCIDE_LINK_2,
11399 #[cfg(feature = "lucide")]
11400 Self::LUCIDE_LINK,
11401 #[cfg(feature = "lucide")]
11402 Self::LUCIDE_LINKEDIN,
11403 #[cfg(feature = "lucide")]
11404 Self::LUCIDE_LIST_CHECKS,
11405 #[cfg(feature = "lucide")]
11406 Self::LUCIDE_LIST_END,
11407 #[cfg(feature = "lucide")]
11408 Self::LUCIDE_LIST_MINUS,
11409 #[cfg(feature = "lucide")]
11410 Self::LUCIDE_LIST_MUSIC,
11411 #[cfg(feature = "lucide")]
11412 Self::LUCIDE_LIST_ORDERED,
11413 #[cfg(feature = "lucide")]
11414 Self::LUCIDE_LIST_PLUS,
11415 #[cfg(feature = "lucide")]
11416 Self::LUCIDE_LIST_START,
11417 #[cfg(feature = "lucide")]
11418 Self::LUCIDE_LIST_VIDEO,
11419 #[cfg(feature = "lucide")]
11420 Self::LUCIDE_LIST_X,
11421 #[cfg(feature = "lucide")]
11422 Self::LUCIDE_LIST,
11423 #[cfg(feature = "lucide")]
11424 Self::LUCIDE_LOADER_2,
11425 #[cfg(feature = "lucide")]
11426 Self::LUCIDE_LOADER,
11427 #[cfg(feature = "lucide")]
11428 Self::LUCIDE_LOCATE_FIXED,
11429 #[cfg(feature = "lucide")]
11430 Self::LUCIDE_LOCATE_OFF,
11431 #[cfg(feature = "lucide")]
11432 Self::LUCIDE_LOCATE,
11433 #[cfg(feature = "lucide")]
11434 Self::LUCIDE_LOCK,
11435 #[cfg(feature = "lucide")]
11436 Self::LUCIDE_LOG_IN,
11437 #[cfg(feature = "lucide")]
11438 Self::LUCIDE_LOG_OUT,
11439 #[cfg(feature = "lucide")]
11440 Self::LUCIDE_LUGGAGE,
11441 #[cfg(feature = "lucide")]
11442 Self::LUCIDE_MAGNET,
11443 #[cfg(feature = "lucide")]
11444 Self::LUCIDE_MAIL_CHECK,
11445 #[cfg(feature = "lucide")]
11446 Self::LUCIDE_MAIL_MINUS,
11447 #[cfg(feature = "lucide")]
11448 Self::LUCIDE_MAIL_OPEN,
11449 #[cfg(feature = "lucide")]
11450 Self::LUCIDE_MAIL_PLUS,
11451 #[cfg(feature = "lucide")]
11452 Self::LUCIDE_MAIL_QUESTION,
11453 #[cfg(feature = "lucide")]
11454 Self::LUCIDE_MAIL_SEARCH,
11455 #[cfg(feature = "lucide")]
11456 Self::LUCIDE_MAIL_WARNING,
11457 #[cfg(feature = "lucide")]
11458 Self::LUCIDE_MAIL_X,
11459 #[cfg(feature = "lucide")]
11460 Self::LUCIDE_MAIL,
11461 #[cfg(feature = "lucide")]
11462 Self::LUCIDE_MAILS,
11463 #[cfg(feature = "lucide")]
11464 Self::LUCIDE_MAP_PIN_OFF,
11465 #[cfg(feature = "lucide")]
11466 Self::LUCIDE_MAP_PIN,
11467 #[cfg(feature = "lucide")]
11468 Self::LUCIDE_MAP,
11469 #[cfg(feature = "lucide")]
11470 Self::LUCIDE_MARTINI,
11471 #[cfg(feature = "lucide")]
11472 Self::LUCIDE_MAXIMIZE_2,
11473 #[cfg(feature = "lucide")]
11474 Self::LUCIDE_MAXIMIZE,
11475 #[cfg(feature = "lucide")]
11476 Self::LUCIDE_MEDAL,
11477 #[cfg(feature = "lucide")]
11478 Self::LUCIDE_MEGAPHONE_OFF,
11479 #[cfg(feature = "lucide")]
11480 Self::LUCIDE_MEGAPHONE,
11481 #[cfg(feature = "lucide")]
11482 Self::LUCIDE_MEH,
11483 #[cfg(feature = "lucide")]
11484 Self::LUCIDE_MENU,
11485 #[cfg(feature = "lucide")]
11486 Self::LUCIDE_MESSAGE_CIRCLE,
11487 #[cfg(feature = "lucide")]
11488 Self::LUCIDE_MESSAGE_SQUARE,
11489 #[cfg(feature = "lucide")]
11490 Self::LUCIDE_MIC_2,
11491 #[cfg(feature = "lucide")]
11492 Self::LUCIDE_MIC_OFF,
11493 #[cfg(feature = "lucide")]
11494 Self::LUCIDE_MIC,
11495 #[cfg(feature = "lucide")]
11496 Self::LUCIDE_MICROSCOPE,
11497 #[cfg(feature = "lucide")]
11498 Self::LUCIDE_MICROWAVE,
11499 #[cfg(feature = "lucide")]
11500 Self::LUCIDE_MILESTONE,
11501 #[cfg(feature = "lucide")]
11502 Self::LUCIDE_MINIMIZE_2,
11503 #[cfg(feature = "lucide")]
11504 Self::LUCIDE_MINIMIZE,
11505 #[cfg(feature = "lucide")]
11506 Self::LUCIDE_MINUS_CIRCLE,
11507 #[cfg(feature = "lucide")]
11508 Self::LUCIDE_MINUS_SQUARE,
11509 #[cfg(feature = "lucide")]
11510 Self::LUCIDE_MINUS,
11511 #[cfg(feature = "lucide")]
11512 Self::LUCIDE_MONITOR_OFF,
11513 #[cfg(feature = "lucide")]
11514 Self::LUCIDE_MONITOR_SPEAKER,
11515 #[cfg(feature = "lucide")]
11516 Self::LUCIDE_MONITOR,
11517 #[cfg(feature = "lucide")]
11518 Self::LUCIDE_MOON,
11519 #[cfg(feature = "lucide")]
11520 Self::LUCIDE_MORE_HORIZONTAL,
11521 #[cfg(feature = "lucide")]
11522 Self::LUCIDE_MORE_VERTICAL,
11523 #[cfg(feature = "lucide")]
11524 Self::LUCIDE_MOUNTAIN_SNOW,
11525 #[cfg(feature = "lucide")]
11526 Self::LUCIDE_MOUNTAIN,
11527 #[cfg(feature = "lucide")]
11528 Self::LUCIDE_MOUSE_POINTER_2,
11529 #[cfg(feature = "lucide")]
11530 Self::LUCIDE_MOUSE_POINTER_CLICK,
11531 #[cfg(feature = "lucide")]
11532 Self::LUCIDE_MOUSE_POINTER,
11533 #[cfg(feature = "lucide")]
11534 Self::LUCIDE_MOUSE,
11535 #[cfg(feature = "lucide")]
11536 Self::LUCIDE_MOVE_3_D,
11537 #[cfg(feature = "lucide")]
11538 Self::LUCIDE_MOVE_DIAGONAL_2,
11539 #[cfg(feature = "lucide")]
11540 Self::LUCIDE_MOVE_DIAGONAL,
11541 #[cfg(feature = "lucide")]
11542 Self::LUCIDE_MOVE_HORIZONTAL,
11543 #[cfg(feature = "lucide")]
11544 Self::LUCIDE_MOVE_VERTICAL,
11545 #[cfg(feature = "lucide")]
11546 Self::LUCIDE_MOVE,
11547 #[cfg(feature = "lucide")]
11548 Self::LUCIDE_MUSIC_2,
11549 #[cfg(feature = "lucide")]
11550 Self::LUCIDE_MUSIC_3,
11551 #[cfg(feature = "lucide")]
11552 Self::LUCIDE_MUSIC_4,
11553 #[cfg(feature = "lucide")]
11554 Self::LUCIDE_MUSIC,
11555 #[cfg(feature = "lucide")]
11556 Self::LUCIDE_NAVIGATION_2_OFF,
11557 #[cfg(feature = "lucide")]
11558 Self::LUCIDE_NAVIGATION_2,
11559 #[cfg(feature = "lucide")]
11560 Self::LUCIDE_NAVIGATION_OFF,
11561 #[cfg(feature = "lucide")]
11562 Self::LUCIDE_NAVIGATION,
11563 #[cfg(feature = "lucide")]
11564 Self::LUCIDE_NETWORK,
11565 #[cfg(feature = "lucide")]
11566 Self::LUCIDE_NEWSPAPER,
11567 #[cfg(feature = "lucide")]
11568 Self::LUCIDE_OCTAGON,
11569 #[cfg(feature = "lucide")]
11570 Self::LUCIDE_OPTION,
11571 #[cfg(feature = "lucide")]
11572 Self::LUCIDE_OUTDENT,
11573 #[cfg(feature = "lucide")]
11574 Self::LUCIDE_PACKAGE_2,
11575 #[cfg(feature = "lucide")]
11576 Self::LUCIDE_PACKAGE_CHECK,
11577 #[cfg(feature = "lucide")]
11578 Self::LUCIDE_PACKAGE_MINUS,
11579 #[cfg(feature = "lucide")]
11580 Self::LUCIDE_PACKAGE_OPEN,
11581 #[cfg(feature = "lucide")]
11582 Self::LUCIDE_PACKAGE_PLUS,
11583 #[cfg(feature = "lucide")]
11584 Self::LUCIDE_PACKAGE_SEARCH,
11585 #[cfg(feature = "lucide")]
11586 Self::LUCIDE_PACKAGE_X,
11587 #[cfg(feature = "lucide")]
11588 Self::LUCIDE_PACKAGE,
11589 #[cfg(feature = "lucide")]
11590 Self::LUCIDE_PAINT_BUCKET,
11591 #[cfg(feature = "lucide")]
11592 Self::LUCIDE_PAINTBRUSH_2,
11593 #[cfg(feature = "lucide")]
11594 Self::LUCIDE_PAINTBRUSH,
11595 #[cfg(feature = "lucide")]
11596 Self::LUCIDE_PALETTE,
11597 #[cfg(feature = "lucide")]
11598 Self::LUCIDE_PALMTREE,
11599 #[cfg(feature = "lucide")]
11600 Self::LUCIDE_PAPERCLIP,
11601 #[cfg(feature = "lucide")]
11602 Self::LUCIDE_PARTY_POPPER,
11603 #[cfg(feature = "lucide")]
11604 Self::LUCIDE_PAUSE_CIRCLE,
11605 #[cfg(feature = "lucide")]
11606 Self::LUCIDE_PAUSE_OCTAGON,
11607 #[cfg(feature = "lucide")]
11608 Self::LUCIDE_PAUSE,
11609 #[cfg(feature = "lucide")]
11610 Self::LUCIDE_PEN_TOOL,
11611 #[cfg(feature = "lucide")]
11612 Self::LUCIDE_PENCIL,
11613 #[cfg(feature = "lucide")]
11614 Self::LUCIDE_PERCENT,
11615 #[cfg(feature = "lucide")]
11616 Self::LUCIDE_PERSON_STANDING,
11617 #[cfg(feature = "lucide")]
11618 Self::LUCIDE_PHONE_CALL,
11619 #[cfg(feature = "lucide")]
11620 Self::LUCIDE_PHONE_FORWARDED,
11621 #[cfg(feature = "lucide")]
11622 Self::LUCIDE_PHONE_INCOMING,
11623 #[cfg(feature = "lucide")]
11624 Self::LUCIDE_PHONE_MISSED,
11625 #[cfg(feature = "lucide")]
11626 Self::LUCIDE_PHONE_OFF,
11627 #[cfg(feature = "lucide")]
11628 Self::LUCIDE_PHONE_OUTGOING,
11629 #[cfg(feature = "lucide")]
11630 Self::LUCIDE_PHONE,
11631 #[cfg(feature = "lucide")]
11632 Self::LUCIDE_PIE_CHART,
11633 #[cfg(feature = "lucide")]
11634 Self::LUCIDE_PIGGY_BANK,
11635 #[cfg(feature = "lucide")]
11636 Self::LUCIDE_PIN_OFF,
11637 #[cfg(feature = "lucide")]
11638 Self::LUCIDE_PIN,
11639 #[cfg(feature = "lucide")]
11640 Self::LUCIDE_PIPETTE,
11641 #[cfg(feature = "lucide")]
11642 Self::LUCIDE_PIZZA,
11643 #[cfg(feature = "lucide")]
11644 Self::LUCIDE_PLANE,
11645 #[cfg(feature = "lucide")]
11646 Self::LUCIDE_PLAY_CIRCLE,
11647 #[cfg(feature = "lucide")]
11648 Self::LUCIDE_PLAY,
11649 #[cfg(feature = "lucide")]
11650 Self::LUCIDE_PLUG_2,
11651 #[cfg(feature = "lucide")]
11652 Self::LUCIDE_PLUG_ZAP,
11653 #[cfg(feature = "lucide")]
11654 Self::LUCIDE_PLUG,
11655 #[cfg(feature = "lucide")]
11656 Self::LUCIDE_PLUS_CIRCLE,
11657 #[cfg(feature = "lucide")]
11658 Self::LUCIDE_PLUS_SQUARE,
11659 #[cfg(feature = "lucide")]
11660 Self::LUCIDE_PLUS,
11661 #[cfg(feature = "lucide")]
11662 Self::LUCIDE_POCKET,
11663 #[cfg(feature = "lucide")]
11664 Self::LUCIDE_PODCAST,
11665 #[cfg(feature = "lucide")]
11666 Self::LUCIDE_POINTER,
11667 #[cfg(feature = "lucide")]
11668 Self::LUCIDE_POUND_STERLING,
11669 #[cfg(feature = "lucide")]
11670 Self::LUCIDE_POWER_OFF,
11671 #[cfg(feature = "lucide")]
11672 Self::LUCIDE_POWER,
11673 #[cfg(feature = "lucide")]
11674 Self::LUCIDE_PRINTER,
11675 #[cfg(feature = "lucide")]
11676 Self::LUCIDE_PUZZLE,
11677 #[cfg(feature = "lucide")]
11678 Self::LUCIDE_QR_CODE,
11679 #[cfg(feature = "lucide")]
11680 Self::LUCIDE_QUOTE,
11681 #[cfg(feature = "lucide")]
11682 Self::LUCIDE_RADIO_RECEIVER,
11683 #[cfg(feature = "lucide")]
11684 Self::LUCIDE_RADIO,
11685 #[cfg(feature = "lucide")]
11686 Self::LUCIDE_RECTANGLE_HORIZONTAL,
11687 #[cfg(feature = "lucide")]
11688 Self::LUCIDE_RECTANGLE_VERTICAL,
11689 #[cfg(feature = "lucide")]
11690 Self::LUCIDE_RECYCLE,
11691 #[cfg(feature = "lucide")]
11692 Self::LUCIDE_REDO_2,
11693 #[cfg(feature = "lucide")]
11694 Self::LUCIDE_REDO,
11695 #[cfg(feature = "lucide")]
11696 Self::LUCIDE_REFRESH_CCW,
11697 #[cfg(feature = "lucide")]
11698 Self::LUCIDE_REFRESH_CW,
11699 #[cfg(feature = "lucide")]
11700 Self::LUCIDE_REFRIGERATOR,
11701 #[cfg(feature = "lucide")]
11702 Self::LUCIDE_REGEX,
11703 #[cfg(feature = "lucide")]
11704 Self::LUCIDE_REPEAT_1,
11705 #[cfg(feature = "lucide")]
11706 Self::LUCIDE_REPEAT,
11707 #[cfg(feature = "lucide")]
11708 Self::LUCIDE_REPLY_ALL,
11709 #[cfg(feature = "lucide")]
11710 Self::LUCIDE_REPLY,
11711 #[cfg(feature = "lucide")]
11712 Self::LUCIDE_REWIND,
11713 #[cfg(feature = "lucide")]
11714 Self::LUCIDE_ROCKET,
11715 #[cfg(feature = "lucide")]
11716 Self::LUCIDE_ROCKING_CHAIR,
11717 #[cfg(feature = "lucide")]
11718 Self::LUCIDE_ROTATE_3_D,
11719 #[cfg(feature = "lucide")]
11720 Self::LUCIDE_ROTATE_CCW,
11721 #[cfg(feature = "lucide")]
11722 Self::LUCIDE_ROTATE_CW,
11723 #[cfg(feature = "lucide")]
11724 Self::LUCIDE_RSS,
11725 #[cfg(feature = "lucide")]
11726 Self::LUCIDE_RULER,
11727 #[cfg(feature = "lucide")]
11728 Self::LUCIDE_RUSSIAN_RUBLE,
11729 #[cfg(feature = "lucide")]
11730 Self::LUCIDE_SAILBOAT,
11731 #[cfg(feature = "lucide")]
11732 Self::LUCIDE_SAVE,
11733 #[cfg(feature = "lucide")]
11734 Self::LUCIDE_SCALE_3_D,
11735 #[cfg(feature = "lucide")]
11736 Self::LUCIDE_SCALE,
11737 #[cfg(feature = "lucide")]
11738 Self::LUCIDE_SCALING,
11739 #[cfg(feature = "lucide")]
11740 Self::LUCIDE_SCAN_FACE,
11741 #[cfg(feature = "lucide")]
11742 Self::LUCIDE_SCAN_LINE,
11743 #[cfg(feature = "lucide")]
11744 Self::LUCIDE_SCAN,
11745 #[cfg(feature = "lucide")]
11746 Self::LUCIDE_SCISSORS,
11747 #[cfg(feature = "lucide")]
11748 Self::LUCIDE_SCREEN_SHARE_OFF,
11749 #[cfg(feature = "lucide")]
11750 Self::LUCIDE_SCREEN_SHARE,
11751 #[cfg(feature = "lucide")]
11752 Self::LUCIDE_SCROLL,
11753 #[cfg(feature = "lucide")]
11754 Self::LUCIDE_SEARCH,
11755 #[cfg(feature = "lucide")]
11756 Self::LUCIDE_SEND,
11757 #[cfg(feature = "lucide")]
11758 Self::LUCIDE_SEPARATOR_HORIZONTAL,
11759 #[cfg(feature = "lucide")]
11760 Self::LUCIDE_SEPARATOR_VERTICAL,
11761 #[cfg(feature = "lucide")]
11762 Self::LUCIDE_SERVER_COG,
11763 #[cfg(feature = "lucide")]
11764 Self::LUCIDE_SERVER_CRASH,
11765 #[cfg(feature = "lucide")]
11766 Self::LUCIDE_SERVER_OFF,
11767 #[cfg(feature = "lucide")]
11768 Self::LUCIDE_SERVER,
11769 #[cfg(feature = "lucide")]
11770 Self::LUCIDE_SETTINGS_2,
11771 #[cfg(feature = "lucide")]
11772 Self::LUCIDE_SETTINGS,
11773 #[cfg(feature = "lucide")]
11774 Self::LUCIDE_SHARE_2,
11775 #[cfg(feature = "lucide")]
11776 Self::LUCIDE_SHARE,
11777 #[cfg(feature = "lucide")]
11778 Self::LUCIDE_SHEET,
11779 #[cfg(feature = "lucide")]
11780 Self::LUCIDE_SHIELD_ALERT,
11781 #[cfg(feature = "lucide")]
11782 Self::LUCIDE_SHIELD_CHECK,
11783 #[cfg(feature = "lucide")]
11784 Self::LUCIDE_SHIELD_CLOSE,
11785 #[cfg(feature = "lucide")]
11786 Self::LUCIDE_SHIELD_OFF,
11787 #[cfg(feature = "lucide")]
11788 Self::LUCIDE_SHIELD,
11789 #[cfg(feature = "lucide")]
11790 Self::LUCIDE_SHIRT,
11791 #[cfg(feature = "lucide")]
11792 Self::LUCIDE_SHOPPING_BAG,
11793 #[cfg(feature = "lucide")]
11794 Self::LUCIDE_SHOPPING_CART,
11795 #[cfg(feature = "lucide")]
11796 Self::LUCIDE_SHOVEL,
11797 #[cfg(feature = "lucide")]
11798 Self::LUCIDE_SHOWER_HEAD,
11799 #[cfg(feature = "lucide")]
11800 Self::LUCIDE_SHRINK,
11801 #[cfg(feature = "lucide")]
11802 Self::LUCIDE_SHRUB,
11803 #[cfg(feature = "lucide")]
11804 Self::LUCIDE_SHUFFLE,
11805 #[cfg(feature = "lucide")]
11806 Self::LUCIDE_SIDEBAR_CLOSE,
11807 #[cfg(feature = "lucide")]
11808 Self::LUCIDE_SIDEBAR_OPEN,
11809 #[cfg(feature = "lucide")]
11810 Self::LUCIDE_SIDEBAR,
11811 #[cfg(feature = "lucide")]
11812 Self::LUCIDE_SIGMA,
11813 #[cfg(feature = "lucide")]
11814 Self::LUCIDE_SIGNAL_HIGH,
11815 #[cfg(feature = "lucide")]
11816 Self::LUCIDE_SIGNAL_LOW,
11817 #[cfg(feature = "lucide")]
11818 Self::LUCIDE_SIGNAL_MEDIUM,
11819 #[cfg(feature = "lucide")]
11820 Self::LUCIDE_SIGNAL_ZERO,
11821 #[cfg(feature = "lucide")]
11822 Self::LUCIDE_SIGNAL,
11823 #[cfg(feature = "lucide")]
11824 Self::LUCIDE_SIREN,
11825 #[cfg(feature = "lucide")]
11826 Self::LUCIDE_SKIP_BACK,
11827 #[cfg(feature = "lucide")]
11828 Self::LUCIDE_SKIP_FORWARD,
11829 #[cfg(feature = "lucide")]
11830 Self::LUCIDE_SKULL,
11831 #[cfg(feature = "lucide")]
11832 Self::LUCIDE_SLACK,
11833 #[cfg(feature = "lucide")]
11834 Self::LUCIDE_SLASH,
11835 #[cfg(feature = "lucide")]
11836 Self::LUCIDE_SLICE,
11837 #[cfg(feature = "lucide")]
11838 Self::LUCIDE_SLIDERS_HORIZONTAL,
11839 #[cfg(feature = "lucide")]
11840 Self::LUCIDE_SLIDERS,
11841 #[cfg(feature = "lucide")]
11842 Self::LUCIDE_SMARTPHONE_CHARGING,
11843 #[cfg(feature = "lucide")]
11844 Self::LUCIDE_SMARTPHONE,
11845 #[cfg(feature = "lucide")]
11846 Self::LUCIDE_SMILE_PLUS,
11847 #[cfg(feature = "lucide")]
11848 Self::LUCIDE_SMILE,
11849 #[cfg(feature = "lucide")]
11850 Self::LUCIDE_SNOWFLAKE,
11851 #[cfg(feature = "lucide")]
11852 Self::LUCIDE_SOFA,
11853 #[cfg(feature = "lucide")]
11854 Self::LUCIDE_SORT_ASC,
11855 #[cfg(feature = "lucide")]
11856 Self::LUCIDE_SORT_DESC,
11857 #[cfg(feature = "lucide")]
11858 Self::LUCIDE_SPEAKER,
11859 #[cfg(feature = "lucide")]
11860 Self::LUCIDE_SPROUT,
11861 #[cfg(feature = "lucide")]
11862 Self::LUCIDE_SQUARE,
11863 #[cfg(feature = "lucide")]
11864 Self::LUCIDE_STAR_HALF,
11865 #[cfg(feature = "lucide")]
11866 Self::LUCIDE_STAR_OFF,
11867 #[cfg(feature = "lucide")]
11868 Self::LUCIDE_STAR,
11869 #[cfg(feature = "lucide")]
11870 Self::LUCIDE_STETHOSCOPE,
11871 #[cfg(feature = "lucide")]
11872 Self::LUCIDE_STICKER,
11873 #[cfg(feature = "lucide")]
11874 Self::LUCIDE_STICKY_NOTE,
11875 #[cfg(feature = "lucide")]
11876 Self::LUCIDE_STOP_CIRCLE,
11877 #[cfg(feature = "lucide")]
11878 Self::LUCIDE_STRETCH_HORIZONTAL,
11879 #[cfg(feature = "lucide")]
11880 Self::LUCIDE_STRETCH_VERTICAL,
11881 #[cfg(feature = "lucide")]
11882 Self::LUCIDE_STRIKETHROUGH,
11883 #[cfg(feature = "lucide")]
11884 Self::LUCIDE_SUBSCRIPT,
11885 #[cfg(feature = "lucide")]
11886 Self::LUCIDE_SUN_DIM,
11887 #[cfg(feature = "lucide")]
11888 Self::LUCIDE_SUN_MEDIUM,
11889 #[cfg(feature = "lucide")]
11890 Self::LUCIDE_SUN_MOON,
11891 #[cfg(feature = "lucide")]
11892 Self::LUCIDE_SUN_SNOW,
11893 #[cfg(feature = "lucide")]
11894 Self::LUCIDE_SUN,
11895 #[cfg(feature = "lucide")]
11896 Self::LUCIDE_SUNRISE,
11897 #[cfg(feature = "lucide")]
11898 Self::LUCIDE_SUNSET,
11899 #[cfg(feature = "lucide")]
11900 Self::LUCIDE_SUPERSCRIPT,
11901 #[cfg(feature = "lucide")]
11902 Self::LUCIDE_SWISS_FRANC,
11903 #[cfg(feature = "lucide")]
11904 Self::LUCIDE_SWITCH_CAMERA,
11905 #[cfg(feature = "lucide")]
11906 Self::LUCIDE_SWORD,
11907 #[cfg(feature = "lucide")]
11908 Self::LUCIDE_SWORDS,
11909 #[cfg(feature = "lucide")]
11910 Self::LUCIDE_SYRINGE,
11911 #[cfg(feature = "lucide")]
11912 Self::LUCIDE_TABLE_2,
11913 #[cfg(feature = "lucide")]
11914 Self::LUCIDE_TABLE,
11915 #[cfg(feature = "lucide")]
11916 Self::LUCIDE_TABLET,
11917 #[cfg(feature = "lucide")]
11918 Self::LUCIDE_TAG,
11919 #[cfg(feature = "lucide")]
11920 Self::LUCIDE_TAGS,
11921 #[cfg(feature = "lucide")]
11922 Self::LUCIDE_TARGET,
11923 #[cfg(feature = "lucide")]
11924 Self::LUCIDE_TENT,
11925 #[cfg(feature = "lucide")]
11926 Self::LUCIDE_TERMINAL_SQUARE,
11927 #[cfg(feature = "lucide")]
11928 Self::LUCIDE_TERMINAL,
11929 #[cfg(feature = "lucide")]
11930 Self::LUCIDE_TEXT_CURSOR_INPUT,
11931 #[cfg(feature = "lucide")]
11932 Self::LUCIDE_TEXT_CURSOR,
11933 #[cfg(feature = "lucide")]
11934 Self::LUCIDE_THERMOMETER_SNOWFLAKE,
11935 #[cfg(feature = "lucide")]
11936 Self::LUCIDE_THERMOMETER_SUN,
11937 #[cfg(feature = "lucide")]
11938 Self::LUCIDE_THERMOMETER,
11939 #[cfg(feature = "lucide")]
11940 Self::LUCIDE_THUMBS_DOWN,
11941 #[cfg(feature = "lucide")]
11942 Self::LUCIDE_THUMBS_UP,
11943 #[cfg(feature = "lucide")]
11944 Self::LUCIDE_TICKET,
11945 #[cfg(feature = "lucide")]
11946 Self::LUCIDE_TIMER_OFF,
11947 #[cfg(feature = "lucide")]
11948 Self::LUCIDE_TIMER_RESET,
11949 #[cfg(feature = "lucide")]
11950 Self::LUCIDE_TIMER,
11951 #[cfg(feature = "lucide")]
11952 Self::LUCIDE_TOGGLE_LEFT,
11953 #[cfg(feature = "lucide")]
11954 Self::LUCIDE_TOGGLE_RIGHT,
11955 #[cfg(feature = "lucide")]
11956 Self::LUCIDE_TORNADO,
11957 #[cfg(feature = "lucide")]
11958 Self::LUCIDE_TOY_BRICK,
11959 #[cfg(feature = "lucide")]
11960 Self::LUCIDE_TRAIN,
11961 #[cfg(feature = "lucide")]
11962 Self::LUCIDE_TRASH_2,
11963 #[cfg(feature = "lucide")]
11964 Self::LUCIDE_TRASH,
11965 #[cfg(feature = "lucide")]
11966 Self::LUCIDE_TREE_DECIDUOUS,
11967 #[cfg(feature = "lucide")]
11968 Self::LUCIDE_TREE_PINE,
11969 #[cfg(feature = "lucide")]
11970 Self::LUCIDE_TREES,
11971 #[cfg(feature = "lucide")]
11972 Self::LUCIDE_TRELLO,
11973 #[cfg(feature = "lucide")]
11974 Self::LUCIDE_TRENDING_DOWN,
11975 #[cfg(feature = "lucide")]
11976 Self::LUCIDE_TRENDING_UP,
11977 #[cfg(feature = "lucide")]
11978 Self::LUCIDE_TRIANGLE,
11979 #[cfg(feature = "lucide")]
11980 Self::LUCIDE_TROPHY,
11981 #[cfg(feature = "lucide")]
11982 Self::LUCIDE_TRUCK,
11983 #[cfg(feature = "lucide")]
11984 Self::LUCIDE_TV_2,
11985 #[cfg(feature = "lucide")]
11986 Self::LUCIDE_TV,
11987 #[cfg(feature = "lucide")]
11988 Self::LUCIDE_TWITCH,
11989 #[cfg(feature = "lucide")]
11990 Self::LUCIDE_TWITTER,
11991 #[cfg(feature = "lucide")]
11992 Self::LUCIDE_TYPE,
11993 #[cfg(feature = "lucide")]
11994 Self::LUCIDE_UMBRELLA,
11995 #[cfg(feature = "lucide")]
11996 Self::LUCIDE_UNDERLINE,
11997 #[cfg(feature = "lucide")]
11998 Self::LUCIDE_UNDO_2,
11999 #[cfg(feature = "lucide")]
12000 Self::LUCIDE_UNDO,
12001 #[cfg(feature = "lucide")]
12002 Self::LUCIDE_UNLINK_2,
12003 #[cfg(feature = "lucide")]
12004 Self::LUCIDE_UNLINK,
12005 #[cfg(feature = "lucide")]
12006 Self::LUCIDE_UNLOCK,
12007 #[cfg(feature = "lucide")]
12008 Self::LUCIDE_UPLOAD_CLOUD,
12009 #[cfg(feature = "lucide")]
12010 Self::LUCIDE_UPLOAD,
12011 #[cfg(feature = "lucide")]
12012 Self::LUCIDE_USB,
12013 #[cfg(feature = "lucide")]
12014 Self::LUCIDE_USER_CHECK,
12015 #[cfg(feature = "lucide")]
12016 Self::LUCIDE_USER_COG,
12017 #[cfg(feature = "lucide")]
12018 Self::LUCIDE_USER_MINUS,
12019 #[cfg(feature = "lucide")]
12020 Self::LUCIDE_USER_PLUS,
12021 #[cfg(feature = "lucide")]
12022 Self::LUCIDE_USER_X,
12023 #[cfg(feature = "lucide")]
12024 Self::LUCIDE_USER,
12025 #[cfg(feature = "lucide")]
12026 Self::LUCIDE_USERS,
12027 #[cfg(feature = "lucide")]
12028 Self::LUCIDE_UTENSILS_CROSSED,
12029 #[cfg(feature = "lucide")]
12030 Self::LUCIDE_UTENSILS,
12031 #[cfg(feature = "lucide")]
12032 Self::LUCIDE_VENETIAN_MASK,
12033 #[cfg(feature = "lucide")]
12034 Self::LUCIDE_VERIFIED,
12035 #[cfg(feature = "lucide")]
12036 Self::LUCIDE_VIBRATE_OFF,
12037 #[cfg(feature = "lucide")]
12038 Self::LUCIDE_VIBRATE,
12039 #[cfg(feature = "lucide")]
12040 Self::LUCIDE_VIDEO_OFF,
12041 #[cfg(feature = "lucide")]
12042 Self::LUCIDE_VIDEO,
12043 #[cfg(feature = "lucide")]
12044 Self::LUCIDE_VIEW,
12045 #[cfg(feature = "lucide")]
12046 Self::LUCIDE_VOICEMAIL,
12047 #[cfg(feature = "lucide")]
12048 Self::LUCIDE_VOLUME_1,
12049 #[cfg(feature = "lucide")]
12050 Self::LUCIDE_VOLUME_2,
12051 #[cfg(feature = "lucide")]
12052 Self::LUCIDE_VOLUME_X,
12053 #[cfg(feature = "lucide")]
12054 Self::LUCIDE_VOLUME,
12055 #[cfg(feature = "lucide")]
12056 Self::LUCIDE_WALLET,
12057 #[cfg(feature = "lucide")]
12058 Self::LUCIDE_WAND_2,
12059 #[cfg(feature = "lucide")]
12060 Self::LUCIDE_WAND,
12061 #[cfg(feature = "lucide")]
12062 Self::LUCIDE_WATCH,
12063 #[cfg(feature = "lucide")]
12064 Self::LUCIDE_WAVES,
12065 #[cfg(feature = "lucide")]
12066 Self::LUCIDE_WEBCAM,
12067 #[cfg(feature = "lucide")]
12068 Self::LUCIDE_WEBHOOK,
12069 #[cfg(feature = "lucide")]
12070 Self::LUCIDE_WIFI_OFF,
12071 #[cfg(feature = "lucide")]
12072 Self::LUCIDE_WIFI,
12073 #[cfg(feature = "lucide")]
12074 Self::LUCIDE_WIND,
12075 #[cfg(feature = "lucide")]
12076 Self::LUCIDE_WINE,
12077 #[cfg(feature = "lucide")]
12078 Self::LUCIDE_WRAP_TEXT,
12079 #[cfg(feature = "lucide")]
12080 Self::LUCIDE_WRENCH,
12081 #[cfg(feature = "lucide")]
12082 Self::LUCIDE_X_CIRCLE,
12083 #[cfg(feature = "lucide")]
12084 Self::LUCIDE_X_OCTAGON,
12085 #[cfg(feature = "lucide")]
12086 Self::LUCIDE_X_SQUARE,
12087 #[cfg(feature = "lucide")]
12088 Self::LUCIDE_X,
12089 #[cfg(feature = "lucide")]
12090 Self::LUCIDE_YOUTUBE,
12091 #[cfg(feature = "lucide")]
12092 Self::LUCIDE_ZAP_OFF,
12093 #[cfg(feature = "lucide")]
12094 Self::LUCIDE_ZAP,
12095 #[cfg(feature = "lucide")]
12096 Self::LUCIDE_ZOOM_IN,
12097 #[cfg(feature = "lucide")]
12098 Self::LUCIDE_ZOOM_OUT,
12099 #[cfg(feature = "octicons")]
12100 Self::OCTICONS_ACCESSIBILITY_16,
12101 #[cfg(feature = "octicons")]
12102 Self::OCTICONS_ALERT_16,
12103 #[cfg(feature = "octicons")]
12104 Self::OCTICONS_ALERT_24,
12105 #[cfg(feature = "octicons")]
12106 Self::OCTICONS_ALERT_FILL_12,
12107 #[cfg(feature = "octicons")]
12108 Self::OCTICONS_APPS_16,
12109 #[cfg(feature = "octicons")]
12110 Self::OCTICONS_ARCHIVE_16,
12111 #[cfg(feature = "octicons")]
12112 Self::OCTICONS_ARCHIVE_24,
12113 #[cfg(feature = "octicons")]
12114 Self::OCTICONS_ARROW_BOTH_16,
12115 #[cfg(feature = "octicons")]
12116 Self::OCTICONS_ARROW_BOTH_24,
12117 #[cfg(feature = "octicons")]
12118 Self::OCTICONS_ARROW_DOWN_16,
12119 #[cfg(feature = "octicons")]
12120 Self::OCTICONS_ARROW_DOWN_24,
12121 #[cfg(feature = "octicons")]
12122 Self::OCTICONS_ARROW_DOWN_LEFT_24,
12123 #[cfg(feature = "octicons")]
12124 Self::OCTICONS_ARROW_DOWN_RIGHT_24,
12125 #[cfg(feature = "octicons")]
12126 Self::OCTICONS_ARROW_LEFT_16,
12127 #[cfg(feature = "octicons")]
12128 Self::OCTICONS_ARROW_LEFT_24,
12129 #[cfg(feature = "octicons")]
12130 Self::OCTICONS_ARROW_RIGHT_16,
12131 #[cfg(feature = "octicons")]
12132 Self::OCTICONS_ARROW_RIGHT_24,
12133 #[cfg(feature = "octicons")]
12134 Self::OCTICONS_ARROW_SWITCH_16,
12135 #[cfg(feature = "octicons")]
12136 Self::OCTICONS_ARROW_SWITCH_24,
12137 #[cfg(feature = "octicons")]
12138 Self::OCTICONS_ARROW_UP_16,
12139 #[cfg(feature = "octicons")]
12140 Self::OCTICONS_ARROW_UP_24,
12141 #[cfg(feature = "octicons")]
12142 Self::OCTICONS_ARROW_UP_LEFT_24,
12143 #[cfg(feature = "octicons")]
12144 Self::OCTICONS_ARROW_UP_RIGHT_24,
12145 #[cfg(feature = "octicons")]
12146 Self::OCTICONS_BEAKER_16,
12147 #[cfg(feature = "octicons")]
12148 Self::OCTICONS_BEAKER_24,
12149 #[cfg(feature = "octicons")]
12150 Self::OCTICONS_BELL_16,
12151 #[cfg(feature = "octicons")]
12152 Self::OCTICONS_BELL_24,
12153 #[cfg(feature = "octicons")]
12154 Self::OCTICONS_BELL_FILL_16,
12155 #[cfg(feature = "octicons")]
12156 Self::OCTICONS_BELL_FILL_24,
12157 #[cfg(feature = "octicons")]
12158 Self::OCTICONS_BELL_SLASH_16,
12159 #[cfg(feature = "octicons")]
12160 Self::OCTICONS_BELL_SLASH_24,
12161 #[cfg(feature = "octicons")]
12162 Self::OCTICONS_BLOCKED_16,
12163 #[cfg(feature = "octicons")]
12164 Self::OCTICONS_BLOCKED_24,
12165 #[cfg(feature = "octicons")]
12166 Self::OCTICONS_BOLD_16,
12167 #[cfg(feature = "octicons")]
12168 Self::OCTICONS_BOLD_24,
12169 #[cfg(feature = "octicons")]
12170 Self::OCTICONS_BOOK_16,
12171 #[cfg(feature = "octicons")]
12172 Self::OCTICONS_BOOK_24,
12173 #[cfg(feature = "octicons")]
12174 Self::OCTICONS_BOOKMARK_16,
12175 #[cfg(feature = "octicons")]
12176 Self::OCTICONS_BOOKMARK_24,
12177 #[cfg(feature = "octicons")]
12178 Self::OCTICONS_BOOKMARK_FILL_24,
12179 #[cfg(feature = "octicons")]
12180 Self::OCTICONS_BOOKMARK_SLASH_16,
12181 #[cfg(feature = "octicons")]
12182 Self::OCTICONS_BOOKMARK_SLASH_24,
12183 #[cfg(feature = "octicons")]
12184 Self::OCTICONS_BOOKMARK_SLASH_FILL_24,
12185 #[cfg(feature = "octicons")]
12186 Self::OCTICONS_BRIEFCASE_16,
12187 #[cfg(feature = "octicons")]
12188 Self::OCTICONS_BRIEFCASE_24,
12189 #[cfg(feature = "octicons")]
12190 Self::OCTICONS_BROADCAST_16,
12191 #[cfg(feature = "octicons")]
12192 Self::OCTICONS_BROADCAST_24,
12193 #[cfg(feature = "octicons")]
12194 Self::OCTICONS_BROWSER_16,
12195 #[cfg(feature = "octicons")]
12196 Self::OCTICONS_BROWSER_24,
12197 #[cfg(feature = "octicons")]
12198 Self::OCTICONS_BUG_16,
12199 #[cfg(feature = "octicons")]
12200 Self::OCTICONS_BUG_24,
12201 #[cfg(feature = "octicons")]
12202 Self::OCTICONS_CALENDAR_16,
12203 #[cfg(feature = "octicons")]
12204 Self::OCTICONS_CALENDAR_24,
12205 #[cfg(feature = "octicons")]
12206 Self::OCTICONS_CHECK_16,
12207 #[cfg(feature = "octicons")]
12208 Self::OCTICONS_CHECK_24,
12209 #[cfg(feature = "octicons")]
12210 Self::OCTICONS_CHECK_CIRCLE_16,
12211 #[cfg(feature = "octicons")]
12212 Self::OCTICONS_CHECK_CIRCLE_24,
12213 #[cfg(feature = "octicons")]
12214 Self::OCTICONS_CHECK_CIRCLE_FILL_12,
12215 #[cfg(feature = "octicons")]
12216 Self::OCTICONS_CHECK_CIRCLE_FILL_16,
12217 #[cfg(feature = "octicons")]
12218 Self::OCTICONS_CHECK_CIRCLE_FILL_24,
12219 #[cfg(feature = "octicons")]
12220 Self::OCTICONS_CHECKLIST_16,
12221 #[cfg(feature = "octicons")]
12222 Self::OCTICONS_CHECKLIST_24,
12223 #[cfg(feature = "octicons")]
12224 Self::OCTICONS_CHEVRON_DOWN_16,
12225 #[cfg(feature = "octicons")]
12226 Self::OCTICONS_CHEVRON_DOWN_24,
12227 #[cfg(feature = "octicons")]
12228 Self::OCTICONS_CHEVRON_LEFT_16,
12229 #[cfg(feature = "octicons")]
12230 Self::OCTICONS_CHEVRON_LEFT_24,
12231 #[cfg(feature = "octicons")]
12232 Self::OCTICONS_CHEVRON_RIGHT_16,
12233 #[cfg(feature = "octicons")]
12234 Self::OCTICONS_CHEVRON_RIGHT_24,
12235 #[cfg(feature = "octicons")]
12236 Self::OCTICONS_CHEVRON_UP_16,
12237 #[cfg(feature = "octicons")]
12238 Self::OCTICONS_CHEVRON_UP_24,
12239 #[cfg(feature = "octicons")]
12240 Self::OCTICONS_CIRCLE_16,
12241 #[cfg(feature = "octicons")]
12242 Self::OCTICONS_CIRCLE_24,
12243 #[cfg(feature = "octicons")]
12244 Self::OCTICONS_CIRCLE_SLASH_16,
12245 #[cfg(feature = "octicons")]
12246 Self::OCTICONS_CIRCLE_SLASH_24,
12247 #[cfg(feature = "octicons")]
12248 Self::OCTICONS_CLOCK_16,
12249 #[cfg(feature = "octicons")]
12250 Self::OCTICONS_CLOCK_24,
12251 #[cfg(feature = "octicons")]
12252 Self::OCTICONS_CLOUD_16,
12253 #[cfg(feature = "octicons")]
12254 Self::OCTICONS_CLOUD_24,
12255 #[cfg(feature = "octicons")]
12256 Self::OCTICONS_CLOUD_OFFLINE_16,
12257 #[cfg(feature = "octicons")]
12258 Self::OCTICONS_CLOUD_OFFLINE_24,
12259 #[cfg(feature = "octicons")]
12260 Self::OCTICONS_CODE_16,
12261 #[cfg(feature = "octicons")]
12262 Self::OCTICONS_CODE_24,
12263 #[cfg(feature = "octicons")]
12264 Self::OCTICONS_CODE_OF_CONDUCT_16,
12265 #[cfg(feature = "octicons")]
12266 Self::OCTICONS_CODE_OF_CONDUCT_24,
12267 #[cfg(feature = "octicons")]
12268 Self::OCTICONS_CODE_REVIEW_16,
12269 #[cfg(feature = "octicons")]
12270 Self::OCTICONS_CODE_REVIEW_24,
12271 #[cfg(feature = "octicons")]
12272 Self::OCTICONS_CODE_SQUARE_16,
12273 #[cfg(feature = "octicons")]
12274 Self::OCTICONS_CODE_SQUARE_24,
12275 #[cfg(feature = "octicons")]
12276 Self::OCTICONS_CODESCAN_16,
12277 #[cfg(feature = "octicons")]
12278 Self::OCTICONS_CODESCAN_24,
12279 #[cfg(feature = "octicons")]
12280 Self::OCTICONS_CODESCAN_CHECKMARK_16,
12281 #[cfg(feature = "octicons")]
12282 Self::OCTICONS_CODESCAN_CHECKMARK_24,
12283 #[cfg(feature = "octicons")]
12284 Self::OCTICONS_CODESPACES_16,
12285 #[cfg(feature = "octicons")]
12286 Self::OCTICONS_CODESPACES_24,
12287 #[cfg(feature = "octicons")]
12288 Self::OCTICONS_COLUMNS_16,
12289 #[cfg(feature = "octicons")]
12290 Self::OCTICONS_COLUMNS_24,
12291 #[cfg(feature = "octicons")]
12292 Self::OCTICONS_COMMENT_16,
12293 #[cfg(feature = "octicons")]
12294 Self::OCTICONS_COMMENT_24,
12295 #[cfg(feature = "octicons")]
12296 Self::OCTICONS_COMMENT_DISCUSSION_16,
12297 #[cfg(feature = "octicons")]
12298 Self::OCTICONS_COMMENT_DISCUSSION_24,
12299 #[cfg(feature = "octicons")]
12300 Self::OCTICONS_COMMIT_24,
12301 #[cfg(feature = "octicons")]
12302 Self::OCTICONS_CONTAINER_16,
12303 #[cfg(feature = "octicons")]
12304 Self::OCTICONS_CONTAINER_24,
12305 #[cfg(feature = "octicons")]
12306 Self::OCTICONS_COPY_16,
12307 #[cfg(feature = "octicons")]
12308 Self::OCTICONS_COPY_24,
12309 #[cfg(feature = "octicons")]
12310 Self::OCTICONS_CPU_16,
12311 #[cfg(feature = "octicons")]
12312 Self::OCTICONS_CPU_24,
12313 #[cfg(feature = "octicons")]
12314 Self::OCTICONS_CREDIT_CARD_16,
12315 #[cfg(feature = "octicons")]
12316 Self::OCTICONS_CREDIT_CARD_24,
12317 #[cfg(feature = "octicons")]
12318 Self::OCTICONS_CROSS_REFERENCE_16,
12319 #[cfg(feature = "octicons")]
12320 Self::OCTICONS_CROSS_REFERENCE_24,
12321 #[cfg(feature = "octicons")]
12322 Self::OCTICONS_DASH_16,
12323 #[cfg(feature = "octicons")]
12324 Self::OCTICONS_DASH_24,
12325 #[cfg(feature = "octicons")]
12326 Self::OCTICONS_DATABASE_16,
12327 #[cfg(feature = "octicons")]
12328 Self::OCTICONS_DATABASE_24,
12329 #[cfg(feature = "octicons")]
12330 Self::OCTICONS_DEPENDABOT_16,
12331 #[cfg(feature = "octicons")]
12332 Self::OCTICONS_DEPENDABOT_24,
12333 #[cfg(feature = "octicons")]
12334 Self::OCTICONS_DESKTOP_DOWNLOAD_16,
12335 #[cfg(feature = "octicons")]
12336 Self::OCTICONS_DESKTOP_DOWNLOAD_24,
12337 #[cfg(feature = "octicons")]
12338 Self::OCTICONS_DEVICE_CAMERA_16,
12339 #[cfg(feature = "octicons")]
12340 Self::OCTICONS_DEVICE_CAMERA_VIDEO_16,
12341 #[cfg(feature = "octicons")]
12342 Self::OCTICONS_DEVICE_CAMERA_VIDEO_24,
12343 #[cfg(feature = "octicons")]
12344 Self::OCTICONS_DEVICE_DESKTOP_16,
12345 #[cfg(feature = "octicons")]
12346 Self::OCTICONS_DEVICE_DESKTOP_24,
12347 #[cfg(feature = "octicons")]
12348 Self::OCTICONS_DEVICE_MOBILE_16,
12349 #[cfg(feature = "octicons")]
12350 Self::OCTICONS_DEVICE_MOBILE_24,
12351 #[cfg(feature = "octicons")]
12352 Self::OCTICONS_DIAMOND_16,
12353 #[cfg(feature = "octicons")]
12354 Self::OCTICONS_DIAMOND_24,
12355 #[cfg(feature = "octicons")]
12356 Self::OCTICONS_DIFF_16,
12357 #[cfg(feature = "octicons")]
12358 Self::OCTICONS_DIFF_24,
12359 #[cfg(feature = "octicons")]
12360 Self::OCTICONS_DIFF_ADDED_16,
12361 #[cfg(feature = "octicons")]
12362 Self::OCTICONS_DIFF_IGNORED_16,
12363 #[cfg(feature = "octicons")]
12364 Self::OCTICONS_DIFF_MODIFIED_16,
12365 #[cfg(feature = "octicons")]
12366 Self::OCTICONS_DIFF_REMOVED_16,
12367 #[cfg(feature = "octicons")]
12368 Self::OCTICONS_DIFF_RENAMED_16,
12369 #[cfg(feature = "octicons")]
12370 Self::OCTICONS_DOT_16,
12371 #[cfg(feature = "octicons")]
12372 Self::OCTICONS_DOT_24,
12373 #[cfg(feature = "octicons")]
12374 Self::OCTICONS_DOT_FILL_16,
12375 #[cfg(feature = "octicons")]
12376 Self::OCTICONS_DOT_FILL_24,
12377 #[cfg(feature = "octicons")]
12378 Self::OCTICONS_DOWNLOAD_16,
12379 #[cfg(feature = "octicons")]
12380 Self::OCTICONS_DOWNLOAD_24,
12381 #[cfg(feature = "octicons")]
12382 Self::OCTICONS_DUPLICATE_16,
12383 #[cfg(feature = "octicons")]
12384 Self::OCTICONS_DUPLICATE_24,
12385 #[cfg(feature = "octicons")]
12386 Self::OCTICONS_ELLIPSIS_16,
12387 #[cfg(feature = "octicons")]
12388 Self::OCTICONS_EYE_16,
12389 #[cfg(feature = "octicons")]
12390 Self::OCTICONS_EYE_24,
12391 #[cfg(feature = "octicons")]
12392 Self::OCTICONS_EYE_CLOSED_16,
12393 #[cfg(feature = "octicons")]
12394 Self::OCTICONS_EYE_CLOSED_24,
12395 #[cfg(feature = "octicons")]
12396 Self::OCTICONS_FEED_DISCUSSION_16,
12397 #[cfg(feature = "octicons")]
12398 Self::OCTICONS_FEED_FORKED_16,
12399 #[cfg(feature = "octicons")]
12400 Self::OCTICONS_FEED_HEART_16,
12401 #[cfg(feature = "octicons")]
12402 Self::OCTICONS_FEED_MERGED_16,
12403 #[cfg(feature = "octicons")]
12404 Self::OCTICONS_FEED_PERSON_16,
12405 #[cfg(feature = "octicons")]
12406 Self::OCTICONS_FEED_REPO_16,
12407 #[cfg(feature = "octicons")]
12408 Self::OCTICONS_FEED_ROCKET_16,
12409 #[cfg(feature = "octicons")]
12410 Self::OCTICONS_FEED_STAR_16,
12411 #[cfg(feature = "octicons")]
12412 Self::OCTICONS_FEED_TAG_16,
12413 #[cfg(feature = "octicons")]
12414 Self::OCTICONS_FEED_TROPHY_16,
12415 #[cfg(feature = "octicons")]
12416 Self::OCTICONS_FILE_16,
12417 #[cfg(feature = "octicons")]
12418 Self::OCTICONS_FILE_24,
12419 #[cfg(feature = "octicons")]
12420 Self::OCTICONS_FILE_BADGE_16,
12421 #[cfg(feature = "octicons")]
12422 Self::OCTICONS_FILE_BINARY_16,
12423 #[cfg(feature = "octicons")]
12424 Self::OCTICONS_FILE_BINARY_24,
12425 #[cfg(feature = "octicons")]
12426 Self::OCTICONS_FILE_CODE_16,
12427 #[cfg(feature = "octicons")]
12428 Self::OCTICONS_FILE_CODE_24,
12429 #[cfg(feature = "octicons")]
12430 Self::OCTICONS_FILE_DIFF_16,
12431 #[cfg(feature = "octicons")]
12432 Self::OCTICONS_FILE_DIFF_24,
12433 #[cfg(feature = "octicons")]
12434 Self::OCTICONS_FILE_DIRECTORY_16,
12435 #[cfg(feature = "octicons")]
12436 Self::OCTICONS_FILE_DIRECTORY_24,
12437 #[cfg(feature = "octicons")]
12438 Self::OCTICONS_FILE_DIRECTORY_FILL_16,
12439 #[cfg(feature = "octicons")]
12440 Self::OCTICONS_FILE_DIRECTORY_FILL_24,
12441 #[cfg(feature = "octicons")]
12442 Self::OCTICONS_FILE_DIRECTORY_OPEN_FILL_16,
12443 #[cfg(feature = "octicons")]
12444 Self::OCTICONS_FILE_MEDIA_24,
12445 #[cfg(feature = "octicons")]
12446 Self::OCTICONS_FILE_SUBMODULE_16,
12447 #[cfg(feature = "octicons")]
12448 Self::OCTICONS_FILE_SUBMODULE_24,
12449 #[cfg(feature = "octicons")]
12450 Self::OCTICONS_FILE_SYMLINK_FILE_16,
12451 #[cfg(feature = "octicons")]
12452 Self::OCTICONS_FILE_SYMLINK_FILE_24,
12453 #[cfg(feature = "octicons")]
12454 Self::OCTICONS_FILE_ZIP_16,
12455 #[cfg(feature = "octicons")]
12456 Self::OCTICONS_FILE_ZIP_24,
12457 #[cfg(feature = "octicons")]
12458 Self::OCTICONS_FILTER_16,
12459 #[cfg(feature = "octicons")]
12460 Self::OCTICONS_FILTER_24,
12461 #[cfg(feature = "octicons")]
12462 Self::OCTICONS_FLAME_16,
12463 #[cfg(feature = "octicons")]
12464 Self::OCTICONS_FLAME_24,
12465 #[cfg(feature = "octicons")]
12466 Self::OCTICONS_FOLD_16,
12467 #[cfg(feature = "octicons")]
12468 Self::OCTICONS_FOLD_24,
12469 #[cfg(feature = "octicons")]
12470 Self::OCTICONS_FOLD_DOWN_16,
12471 #[cfg(feature = "octicons")]
12472 Self::OCTICONS_FOLD_DOWN_24,
12473 #[cfg(feature = "octicons")]
12474 Self::OCTICONS_FOLD_UP_16,
12475 #[cfg(feature = "octicons")]
12476 Self::OCTICONS_FOLD_UP_24,
12477 #[cfg(feature = "octicons")]
12478 Self::OCTICONS_GEAR_16,
12479 #[cfg(feature = "octicons")]
12480 Self::OCTICONS_GEAR_24,
12481 #[cfg(feature = "octicons")]
12482 Self::OCTICONS_GIFT_16,
12483 #[cfg(feature = "octicons")]
12484 Self::OCTICONS_GIFT_24,
12485 #[cfg(feature = "octicons")]
12486 Self::OCTICONS_GIT_BRANCH_16,
12487 #[cfg(feature = "octicons")]
12488 Self::OCTICONS_GIT_BRANCH_24,
12489 #[cfg(feature = "octicons")]
12490 Self::OCTICONS_GIT_COMMIT_16,
12491 #[cfg(feature = "octicons")]
12492 Self::OCTICONS_GIT_COMMIT_24,
12493 #[cfg(feature = "octicons")]
12494 Self::OCTICONS_GIT_COMPARE_16,
12495 #[cfg(feature = "octicons")]
12496 Self::OCTICONS_GIT_COMPARE_24,
12497 #[cfg(feature = "octicons")]
12498 Self::OCTICONS_GIT_MERGE_16,
12499 #[cfg(feature = "octicons")]
12500 Self::OCTICONS_GIT_MERGE_24,
12501 #[cfg(feature = "octicons")]
12502 Self::OCTICONS_GIT_PULL_REQUEST_16,
12503 #[cfg(feature = "octicons")]
12504 Self::OCTICONS_GIT_PULL_REQUEST_24,
12505 #[cfg(feature = "octicons")]
12506 Self::OCTICONS_GIT_PULL_REQUEST_CLOSED_16,
12507 #[cfg(feature = "octicons")]
12508 Self::OCTICONS_GIT_PULL_REQUEST_CLOSED_24,
12509 #[cfg(feature = "octicons")]
12510 Self::OCTICONS_GIT_PULL_REQUEST_DRAFT_16,
12511 #[cfg(feature = "octicons")]
12512 Self::OCTICONS_GIT_PULL_REQUEST_DRAFT_24,
12513 #[cfg(feature = "octicons")]
12514 Self::OCTICONS_GLOBE_16,
12515 #[cfg(feature = "octicons")]
12516 Self::OCTICONS_GLOBE_24,
12517 #[cfg(feature = "octicons")]
12518 Self::OCTICONS_GRABBER_16,
12519 #[cfg(feature = "octicons")]
12520 Self::OCTICONS_GRABBER_24,
12521 #[cfg(feature = "octicons")]
12522 Self::OCTICONS_GRAPH_16,
12523 #[cfg(feature = "octicons")]
12524 Self::OCTICONS_GRAPH_24,
12525 #[cfg(feature = "octicons")]
12526 Self::OCTICONS_HASH_16,
12527 #[cfg(feature = "octicons")]
12528 Self::OCTICONS_HASH_24,
12529 #[cfg(feature = "octicons")]
12530 Self::OCTICONS_HEADING_16,
12531 #[cfg(feature = "octicons")]
12532 Self::OCTICONS_HEADING_24,
12533 #[cfg(feature = "octicons")]
12534 Self::OCTICONS_HEART_16,
12535 #[cfg(feature = "octicons")]
12536 Self::OCTICONS_HEART_24,
12537 #[cfg(feature = "octicons")]
12538 Self::OCTICONS_HEART_FILL_16,
12539 #[cfg(feature = "octicons")]
12540 Self::OCTICONS_HEART_FILL_24,
12541 #[cfg(feature = "octicons")]
12542 Self::OCTICONS_HISTORY_16,
12543 #[cfg(feature = "octicons")]
12544 Self::OCTICONS_HISTORY_24,
12545 #[cfg(feature = "octicons")]
12546 Self::OCTICONS_HOME_16,
12547 #[cfg(feature = "octicons")]
12548 Self::OCTICONS_HOME_24,
12549 #[cfg(feature = "octicons")]
12550 Self::OCTICONS_HOME_FILL_24,
12551 #[cfg(feature = "octicons")]
12552 Self::OCTICONS_HORIZONTAL_RULE_16,
12553 #[cfg(feature = "octicons")]
12554 Self::OCTICONS_HORIZONTAL_RULE_24,
12555 #[cfg(feature = "octicons")]
12556 Self::OCTICONS_HOURGLASS_16,
12557 #[cfg(feature = "octicons")]
12558 Self::OCTICONS_HOURGLASS_24,
12559 #[cfg(feature = "octicons")]
12560 Self::OCTICONS_HUBOT_16,
12561 #[cfg(feature = "octicons")]
12562 Self::OCTICONS_HUBOT_24,
12563 #[cfg(feature = "octicons")]
12564 Self::OCTICONS_ID_BADGE_16,
12565 #[cfg(feature = "octicons")]
12566 Self::OCTICONS_IMAGE_16,
12567 #[cfg(feature = "octicons")]
12568 Self::OCTICONS_IMAGE_24,
12569 #[cfg(feature = "octicons")]
12570 Self::OCTICONS_INBOX_16,
12571 #[cfg(feature = "octicons")]
12572 Self::OCTICONS_INBOX_24,
12573 #[cfg(feature = "octicons")]
12574 Self::OCTICONS_INFINITY_16,
12575 #[cfg(feature = "octicons")]
12576 Self::OCTICONS_INFINITY_24,
12577 #[cfg(feature = "octicons")]
12578 Self::OCTICONS_INFO_16,
12579 #[cfg(feature = "octicons")]
12580 Self::OCTICONS_INFO_24,
12581 #[cfg(feature = "octicons")]
12582 Self::OCTICONS_ISSUE_CLOSED_16,
12583 #[cfg(feature = "octicons")]
12584 Self::OCTICONS_ISSUE_CLOSED_24,
12585 #[cfg(feature = "octicons")]
12586 Self::OCTICONS_ISSUE_DRAFT_16,
12587 #[cfg(feature = "octicons")]
12588 Self::OCTICONS_ISSUE_DRAFT_24,
12589 #[cfg(feature = "octicons")]
12590 Self::OCTICONS_ISSUE_OPENED_16,
12591 #[cfg(feature = "octicons")]
12592 Self::OCTICONS_ISSUE_OPENED_24,
12593 #[cfg(feature = "octicons")]
12594 Self::OCTICONS_ISSUE_REOPENED_16,
12595 #[cfg(feature = "octicons")]
12596 Self::OCTICONS_ISSUE_REOPENED_24,
12597 #[cfg(feature = "octicons")]
12598 Self::OCTICONS_ITALIC_16,
12599 #[cfg(feature = "octicons")]
12600 Self::OCTICONS_ITALIC_24,
12601 #[cfg(feature = "octicons")]
12602 Self::OCTICONS_ITERATIONS_16,
12603 #[cfg(feature = "octicons")]
12604 Self::OCTICONS_ITERATIONS_24,
12605 #[cfg(feature = "octicons")]
12606 Self::OCTICONS_KEBAB_HORIZONTAL_16,
12607 #[cfg(feature = "octicons")]
12608 Self::OCTICONS_KEBAB_HORIZONTAL_24,
12609 #[cfg(feature = "octicons")]
12610 Self::OCTICONS_KEY_16,
12611 #[cfg(feature = "octicons")]
12612 Self::OCTICONS_KEY_24,
12613 #[cfg(feature = "octicons")]
12614 Self::OCTICONS_KEY_ASTERISK_16,
12615 #[cfg(feature = "octicons")]
12616 Self::OCTICONS_LAW_16,
12617 #[cfg(feature = "octicons")]
12618 Self::OCTICONS_LAW_24,
12619 #[cfg(feature = "octicons")]
12620 Self::OCTICONS_LIGHT_BULB_16,
12621 #[cfg(feature = "octicons")]
12622 Self::OCTICONS_LIGHT_BULB_24,
12623 #[cfg(feature = "octicons")]
12624 Self::OCTICONS_LINK_16,
12625 #[cfg(feature = "octicons")]
12626 Self::OCTICONS_LINK_24,
12627 #[cfg(feature = "octicons")]
12628 Self::OCTICONS_LINK_EXTERNAL_16,
12629 #[cfg(feature = "octicons")]
12630 Self::OCTICONS_LINK_EXTERNAL_24,
12631 #[cfg(feature = "octicons")]
12632 Self::OCTICONS_LIST_ORDERED_16,
12633 #[cfg(feature = "octicons")]
12634 Self::OCTICONS_LIST_ORDERED_24,
12635 #[cfg(feature = "octicons")]
12636 Self::OCTICONS_LIST_UNORDERED_16,
12637 #[cfg(feature = "octicons")]
12638 Self::OCTICONS_LIST_UNORDERED_24,
12639 #[cfg(feature = "octicons")]
12640 Self::OCTICONS_LOCATION_16,
12641 #[cfg(feature = "octicons")]
12642 Self::OCTICONS_LOCATION_24,
12643 #[cfg(feature = "octicons")]
12644 Self::OCTICONS_LOCK_16,
12645 #[cfg(feature = "octicons")]
12646 Self::OCTICONS_LOCK_24,
12647 #[cfg(feature = "octicons")]
12648 Self::OCTICONS_LOG_16,
12649 #[cfg(feature = "octicons")]
12650 Self::OCTICONS_LOGO_GIST_16,
12651 #[cfg(feature = "octicons")]
12652 Self::OCTICONS_LOGO_GITHUB_16,
12653 #[cfg(feature = "octicons")]
12654 Self::OCTICONS_MAIL_16,
12655 #[cfg(feature = "octicons")]
12656 Self::OCTICONS_MAIL_24,
12657 #[cfg(feature = "octicons")]
12658 Self::OCTICONS_MARK_GITHUB_16,
12659 #[cfg(feature = "octicons")]
12660 Self::OCTICONS_MARKDOWN_16,
12661 #[cfg(feature = "octicons")]
12662 Self::OCTICONS_MEGAPHONE_16,
12663 #[cfg(feature = "octicons")]
12664 Self::OCTICONS_MEGAPHONE_24,
12665 #[cfg(feature = "octicons")]
12666 Self::OCTICONS_MENTION_16,
12667 #[cfg(feature = "octicons")]
12668 Self::OCTICONS_MENTION_24,
12669 #[cfg(feature = "octicons")]
12670 Self::OCTICONS_METER_16,
12671 #[cfg(feature = "octicons")]
12672 Self::OCTICONS_MILESTONE_16,
12673 #[cfg(feature = "octicons")]
12674 Self::OCTICONS_MILESTONE_24,
12675 #[cfg(feature = "octicons")]
12676 Self::OCTICONS_MIRROR_16,
12677 #[cfg(feature = "octicons")]
12678 Self::OCTICONS_MIRROR_24,
12679 #[cfg(feature = "octicons")]
12680 Self::OCTICONS_MOON_16,
12681 #[cfg(feature = "octicons")]
12682 Self::OCTICONS_MOON_24,
12683 #[cfg(feature = "octicons")]
12684 Self::OCTICONS_MORTAR_BOARD_16,
12685 #[cfg(feature = "octicons")]
12686 Self::OCTICONS_MORTAR_BOARD_24,
12687 #[cfg(feature = "octicons")]
12688 Self::OCTICONS_MULTI_SELECT_16,
12689 #[cfg(feature = "octicons")]
12690 Self::OCTICONS_MULTI_SELECT_24,
12691 #[cfg(feature = "octicons")]
12692 Self::OCTICONS_MUTE_16,
12693 #[cfg(feature = "octicons")]
12694 Self::OCTICONS_MUTE_24,
12695 #[cfg(feature = "octicons")]
12696 Self::OCTICONS_NO_ENTRY_16,
12697 #[cfg(feature = "octicons")]
12698 Self::OCTICONS_NO_ENTRY_24,
12699 #[cfg(feature = "octicons")]
12700 Self::OCTICONS_NO_ENTRY_FILL_12,
12701 #[cfg(feature = "octicons")]
12702 Self::OCTICONS_NORTH_STAR_16,
12703 #[cfg(feature = "octicons")]
12704 Self::OCTICONS_NORTH_STAR_24,
12705 #[cfg(feature = "octicons")]
12706 Self::OCTICONS_NOTE_16,
12707 #[cfg(feature = "octicons")]
12708 Self::OCTICONS_NOTE_24,
12709 #[cfg(feature = "octicons")]
12710 Self::OCTICONS_NUMBER_16,
12711 #[cfg(feature = "octicons")]
12712 Self::OCTICONS_NUMBER_24,
12713 #[cfg(feature = "octicons")]
12714 Self::OCTICONS_ORGANIZATION_16,
12715 #[cfg(feature = "octicons")]
12716 Self::OCTICONS_ORGANIZATION_24,
12717 #[cfg(feature = "octicons")]
12718 Self::OCTICONS_PACKAGE_16,
12719 #[cfg(feature = "octicons")]
12720 Self::OCTICONS_PACKAGE_24,
12721 #[cfg(feature = "octicons")]
12722 Self::OCTICONS_PACKAGE_DEPENDENCIES_16,
12723 #[cfg(feature = "octicons")]
12724 Self::OCTICONS_PACKAGE_DEPENDENCIES_24,
12725 #[cfg(feature = "octicons")]
12726 Self::OCTICONS_PACKAGE_DEPENDENTS_16,
12727 #[cfg(feature = "octicons")]
12728 Self::OCTICONS_PACKAGE_DEPENDENTS_24,
12729 #[cfg(feature = "octicons")]
12730 Self::OCTICONS_PAINTBRUSH_16,
12731 #[cfg(feature = "octicons")]
12732 Self::OCTICONS_PAPER_AIRPLANE_16,
12733 #[cfg(feature = "octicons")]
12734 Self::OCTICONS_PAPER_AIRPLANE_24,
12735 #[cfg(feature = "octicons")]
12736 Self::OCTICONS_PASTE_16,
12737 #[cfg(feature = "octicons")]
12738 Self::OCTICONS_PASTE_24,
12739 #[cfg(feature = "octicons")]
12740 Self::OCTICONS_PENCIL_16,
12741 #[cfg(feature = "octicons")]
12742 Self::OCTICONS_PENCIL_24,
12743 #[cfg(feature = "octicons")]
12744 Self::OCTICONS_PEOPLE_16,
12745 #[cfg(feature = "octicons")]
12746 Self::OCTICONS_PEOPLE_24,
12747 #[cfg(feature = "octicons")]
12748 Self::OCTICONS_PERSON_16,
12749 #[cfg(feature = "octicons")]
12750 Self::OCTICONS_PERSON_24,
12751 #[cfg(feature = "octicons")]
12752 Self::OCTICONS_PERSON_ADD_16,
12753 #[cfg(feature = "octicons")]
12754 Self::OCTICONS_PERSON_ADD_24,
12755 #[cfg(feature = "octicons")]
12756 Self::OCTICONS_PERSON_FILL_16,
12757 #[cfg(feature = "octicons")]
12758 Self::OCTICONS_PERSON_FILL_24,
12759 #[cfg(feature = "octicons")]
12760 Self::OCTICONS_PIN_16,
12761 #[cfg(feature = "octicons")]
12762 Self::OCTICONS_PIN_24,
12763 #[cfg(feature = "octicons")]
12764 Self::OCTICONS_PLAY_16,
12765 #[cfg(feature = "octicons")]
12766 Self::OCTICONS_PLAY_24,
12767 #[cfg(feature = "octicons")]
12768 Self::OCTICONS_PLUG_16,
12769 #[cfg(feature = "octicons")]
12770 Self::OCTICONS_PLUG_24,
12771 #[cfg(feature = "octicons")]
12772 Self::OCTICONS_PLUS_16,
12773 #[cfg(feature = "octicons")]
12774 Self::OCTICONS_PLUS_24,
12775 #[cfg(feature = "octicons")]
12776 Self::OCTICONS_PLUS_CIRCLE_16,
12777 #[cfg(feature = "octicons")]
12778 Self::OCTICONS_PLUS_CIRCLE_24,
12779 #[cfg(feature = "octicons")]
12780 Self::OCTICONS_PROJECT_16,
12781 #[cfg(feature = "octicons")]
12782 Self::OCTICONS_PROJECT_24,
12783 #[cfg(feature = "octicons")]
12784 Self::OCTICONS_PULSE_16,
12785 #[cfg(feature = "octicons")]
12786 Self::OCTICONS_PULSE_24,
12787 #[cfg(feature = "octicons")]
12788 Self::OCTICONS_QUESTION_16,
12789 #[cfg(feature = "octicons")]
12790 Self::OCTICONS_QUESTION_24,
12791 #[cfg(feature = "octicons")]
12792 Self::OCTICONS_QUOTE_16,
12793 #[cfg(feature = "octicons")]
12794 Self::OCTICONS_QUOTE_24,
12795 #[cfg(feature = "octicons")]
12796 Self::OCTICONS_REPLY_16,
12797 #[cfg(feature = "octicons")]
12798 Self::OCTICONS_REPLY_24,
12799 #[cfg(feature = "octicons")]
12800 Self::OCTICONS_REPO_16,
12801 #[cfg(feature = "octicons")]
12802 Self::OCTICONS_REPO_24,
12803 #[cfg(feature = "octicons")]
12804 Self::OCTICONS_REPO_CLONE_16,
12805 #[cfg(feature = "octicons")]
12806 Self::OCTICONS_REPO_DELETED_16,
12807 #[cfg(feature = "octicons")]
12808 Self::OCTICONS_REPO_FORKED_16,
12809 #[cfg(feature = "octicons")]
12810 Self::OCTICONS_REPO_FORKED_24,
12811 #[cfg(feature = "octicons")]
12812 Self::OCTICONS_REPO_LOCKED_16,
12813 #[cfg(feature = "octicons")]
12814 Self::OCTICONS_REPO_PULL_16,
12815 #[cfg(feature = "octicons")]
12816 Self::OCTICONS_REPO_PUSH_16,
12817 #[cfg(feature = "octicons")]
12818 Self::OCTICONS_REPO_PUSH_24,
12819 #[cfg(feature = "octicons")]
12820 Self::OCTICONS_REPO_TEMPLATE_16,
12821 #[cfg(feature = "octicons")]
12822 Self::OCTICONS_REPO_TEMPLATE_24,
12823 #[cfg(feature = "octicons")]
12824 Self::OCTICONS_REPORT_16,
12825 #[cfg(feature = "octicons")]
12826 Self::OCTICONS_REPORT_24,
12827 #[cfg(feature = "octicons")]
12828 Self::OCTICONS_ROCKET_16,
12829 #[cfg(feature = "octicons")]
12830 Self::OCTICONS_ROCKET_24,
12831 #[cfg(feature = "octicons")]
12832 Self::OCTICONS_ROWS_16,
12833 #[cfg(feature = "octicons")]
12834 Self::OCTICONS_ROWS_24,
12835 #[cfg(feature = "octicons")]
12836 Self::OCTICONS_RSS_16,
12837 #[cfg(feature = "octicons")]
12838 Self::OCTICONS_RSS_24,
12839 #[cfg(feature = "octicons")]
12840 Self::OCTICONS_RUBY_16,
12841 #[cfg(feature = "octicons")]
12842 Self::OCTICONS_RUBY_24,
12843 #[cfg(feature = "octicons")]
12844 Self::OCTICONS_SCREEN_FULL_16,
12845 #[cfg(feature = "octicons")]
12846 Self::OCTICONS_SCREEN_FULL_24,
12847 #[cfg(feature = "octicons")]
12848 Self::OCTICONS_SCREEN_NORMAL_16,
12849 #[cfg(feature = "octicons")]
12850 Self::OCTICONS_SCREEN_NORMAL_24,
12851 #[cfg(feature = "octicons")]
12852 Self::OCTICONS_SEARCH_16,
12853 #[cfg(feature = "octicons")]
12854 Self::OCTICONS_SEARCH_24,
12855 #[cfg(feature = "octicons")]
12856 Self::OCTICONS_SERVER_16,
12857 #[cfg(feature = "octicons")]
12858 Self::OCTICONS_SERVER_24,
12859 #[cfg(feature = "octicons")]
12860 Self::OCTICONS_SHARE_16,
12861 #[cfg(feature = "octicons")]
12862 Self::OCTICONS_SHARE_24,
12863 #[cfg(feature = "octicons")]
12864 Self::OCTICONS_SHARE_ANDROID_16,
12865 #[cfg(feature = "octicons")]
12866 Self::OCTICONS_SHARE_ANDROID_24,
12867 #[cfg(feature = "octicons")]
12868 Self::OCTICONS_SHIELD_16,
12869 #[cfg(feature = "octicons")]
12870 Self::OCTICONS_SHIELD_24,
12871 #[cfg(feature = "octicons")]
12872 Self::OCTICONS_SHIELD_CHECK_16,
12873 #[cfg(feature = "octicons")]
12874 Self::OCTICONS_SHIELD_CHECK_24,
12875 #[cfg(feature = "octicons")]
12876 Self::OCTICONS_SHIELD_LOCK_16,
12877 #[cfg(feature = "octicons")]
12878 Self::OCTICONS_SHIELD_LOCK_24,
12879 #[cfg(feature = "octicons")]
12880 Self::OCTICONS_SHIELD_X_16,
12881 #[cfg(feature = "octicons")]
12882 Self::OCTICONS_SHIELD_X_24,
12883 #[cfg(feature = "octicons")]
12884 Self::OCTICONS_SIDEBAR_COLLAPSE_16,
12885 #[cfg(feature = "octicons")]
12886 Self::OCTICONS_SIDEBAR_COLLAPSE_24,
12887 #[cfg(feature = "octicons")]
12888 Self::OCTICONS_SIDEBAR_EXPAND_16,
12889 #[cfg(feature = "octicons")]
12890 Self::OCTICONS_SIDEBAR_EXPAND_24,
12891 #[cfg(feature = "octicons")]
12892 Self::OCTICONS_SIGN_IN_16,
12893 #[cfg(feature = "octicons")]
12894 Self::OCTICONS_SIGN_IN_24,
12895 #[cfg(feature = "octicons")]
12896 Self::OCTICONS_SIGN_OUT_16,
12897 #[cfg(feature = "octicons")]
12898 Self::OCTICONS_SIGN_OUT_24,
12899 #[cfg(feature = "octicons")]
12900 Self::OCTICONS_SINGLE_SELECT_16,
12901 #[cfg(feature = "octicons")]
12902 Self::OCTICONS_SINGLE_SELECT_24,
12903 #[cfg(feature = "octicons")]
12904 Self::OCTICONS_SKIP_16,
12905 #[cfg(feature = "octicons")]
12906 Self::OCTICONS_SKIP_24,
12907 #[cfg(feature = "octicons")]
12908 Self::OCTICONS_SMILEY_16,
12909 #[cfg(feature = "octicons")]
12910 Self::OCTICONS_SMILEY_24,
12911 #[cfg(feature = "octicons")]
12912 Self::OCTICONS_SORT_ASC_16,
12913 #[cfg(feature = "octicons")]
12914 Self::OCTICONS_SORT_ASC_24,
12915 #[cfg(feature = "octicons")]
12916 Self::OCTICONS_SORT_DESC_16,
12917 #[cfg(feature = "octicons")]
12918 Self::OCTICONS_SORT_DESC_24,
12919 #[cfg(feature = "octicons")]
12920 Self::OCTICONS_SQUARE_16,
12921 #[cfg(feature = "octicons")]
12922 Self::OCTICONS_SQUARE_24,
12923 #[cfg(feature = "octicons")]
12924 Self::OCTICONS_SQUARE_FILL_16,
12925 #[cfg(feature = "octicons")]
12926 Self::OCTICONS_SQUARE_FILL_24,
12927 #[cfg(feature = "octicons")]
12928 Self::OCTICONS_SQUIRREL_16,
12929 #[cfg(feature = "octicons")]
12930 Self::OCTICONS_SQUIRREL_24,
12931 #[cfg(feature = "octicons")]
12932 Self::OCTICONS_STACK_16,
12933 #[cfg(feature = "octicons")]
12934 Self::OCTICONS_STACK_24,
12935 #[cfg(feature = "octicons")]
12936 Self::OCTICONS_STAR_16,
12937 #[cfg(feature = "octicons")]
12938 Self::OCTICONS_STAR_24,
12939 #[cfg(feature = "octicons")]
12940 Self::OCTICONS_STAR_FILL_16,
12941 #[cfg(feature = "octicons")]
12942 Self::OCTICONS_STAR_FILL_24,
12943 #[cfg(feature = "octicons")]
12944 Self::OCTICONS_STOP_16,
12945 #[cfg(feature = "octicons")]
12946 Self::OCTICONS_STOP_24,
12947 #[cfg(feature = "octicons")]
12948 Self::OCTICONS_STOPWATCH_16,
12949 #[cfg(feature = "octicons")]
12950 Self::OCTICONS_STOPWATCH_24,
12951 #[cfg(feature = "octicons")]
12952 Self::OCTICONS_STRIKETHROUGH_16,
12953 #[cfg(feature = "octicons")]
12954 Self::OCTICONS_STRIKETHROUGH_24,
12955 #[cfg(feature = "octicons")]
12956 Self::OCTICONS_SUN_16,
12957 #[cfg(feature = "octicons")]
12958 Self::OCTICONS_SUN_24,
12959 #[cfg(feature = "octicons")]
12960 Self::OCTICONS_SYNC_16,
12961 #[cfg(feature = "octicons")]
12962 Self::OCTICONS_SYNC_24,
12963 #[cfg(feature = "octicons")]
12964 Self::OCTICONS_TAB_24,
12965 #[cfg(feature = "octicons")]
12966 Self::OCTICONS_TAB_EXTERNAL_16,
12967 #[cfg(feature = "octicons")]
12968 Self::OCTICONS_TABLE_16,
12969 #[cfg(feature = "octicons")]
12970 Self::OCTICONS_TABLE_24,
12971 #[cfg(feature = "octicons")]
12972 Self::OCTICONS_TAG_16,
12973 #[cfg(feature = "octicons")]
12974 Self::OCTICONS_TAG_24,
12975 #[cfg(feature = "octicons")]
12976 Self::OCTICONS_TASKLIST_16,
12977 #[cfg(feature = "octicons")]
12978 Self::OCTICONS_TASKLIST_24,
12979 #[cfg(feature = "octicons")]
12980 Self::OCTICONS_TELESCOPE_16,
12981 #[cfg(feature = "octicons")]
12982 Self::OCTICONS_TELESCOPE_24,
12983 #[cfg(feature = "octicons")]
12984 Self::OCTICONS_TELESCOPE_FILL_16,
12985 #[cfg(feature = "octicons")]
12986 Self::OCTICONS_TELESCOPE_FILL_24,
12987 #[cfg(feature = "octicons")]
12988 Self::OCTICONS_TERMINAL_16,
12989 #[cfg(feature = "octicons")]
12990 Self::OCTICONS_TERMINAL_24,
12991 #[cfg(feature = "octicons")]
12992 Self::OCTICONS_THREE_BARS_16,
12993 #[cfg(feature = "octicons")]
12994 Self::OCTICONS_THUMBSDOWN_16,
12995 #[cfg(feature = "octicons")]
12996 Self::OCTICONS_THUMBSDOWN_24,
12997 #[cfg(feature = "octicons")]
12998 Self::OCTICONS_THUMBSUP_16,
12999 #[cfg(feature = "octicons")]
13000 Self::OCTICONS_THUMBSUP_24,
13001 #[cfg(feature = "octicons")]
13002 Self::OCTICONS_TOOLS_16,
13003 #[cfg(feature = "octicons")]
13004 Self::OCTICONS_TOOLS_24,
13005 #[cfg(feature = "octicons")]
13006 Self::OCTICONS_TRASH_16,
13007 #[cfg(feature = "octicons")]
13008 Self::OCTICONS_TRASH_24,
13009 #[cfg(feature = "octicons")]
13010 Self::OCTICONS_TRIANGLE_DOWN_16,
13011 #[cfg(feature = "octicons")]
13012 Self::OCTICONS_TRIANGLE_DOWN_24,
13013 #[cfg(feature = "octicons")]
13014 Self::OCTICONS_TRIANGLE_LEFT_16,
13015 #[cfg(feature = "octicons")]
13016 Self::OCTICONS_TRIANGLE_LEFT_24,
13017 #[cfg(feature = "octicons")]
13018 Self::OCTICONS_TRIANGLE_RIGHT_16,
13019 #[cfg(feature = "octicons")]
13020 Self::OCTICONS_TRIANGLE_RIGHT_24,
13021 #[cfg(feature = "octicons")]
13022 Self::OCTICONS_TRIANGLE_UP_16,
13023 #[cfg(feature = "octicons")]
13024 Self::OCTICONS_TRIANGLE_UP_24,
13025 #[cfg(feature = "octicons")]
13026 Self::OCTICONS_TROPHY_16,
13027 #[cfg(feature = "octicons")]
13028 Self::OCTICONS_TROPHY_24,
13029 #[cfg(feature = "octicons")]
13030 Self::OCTICONS_TYPOGRAPHY_16,
13031 #[cfg(feature = "octicons")]
13032 Self::OCTICONS_TYPOGRAPHY_24,
13033 #[cfg(feature = "octicons")]
13034 Self::OCTICONS_UNFOLD_16,
13035 #[cfg(feature = "octicons")]
13036 Self::OCTICONS_UNFOLD_24,
13037 #[cfg(feature = "octicons")]
13038 Self::OCTICONS_UNLOCK_16,
13039 #[cfg(feature = "octicons")]
13040 Self::OCTICONS_UNLOCK_24,
13041 #[cfg(feature = "octicons")]
13042 Self::OCTICONS_UNMUTE_16,
13043 #[cfg(feature = "octicons")]
13044 Self::OCTICONS_UNMUTE_24,
13045 #[cfg(feature = "octicons")]
13046 Self::OCTICONS_UNVERIFIED_16,
13047 #[cfg(feature = "octicons")]
13048 Self::OCTICONS_UNVERIFIED_24,
13049 #[cfg(feature = "octicons")]
13050 Self::OCTICONS_UPLOAD_16,
13051 #[cfg(feature = "octicons")]
13052 Self::OCTICONS_UPLOAD_24,
13053 #[cfg(feature = "octicons")]
13054 Self::OCTICONS_VERIFIED_16,
13055 #[cfg(feature = "octicons")]
13056 Self::OCTICONS_VERIFIED_24,
13057 #[cfg(feature = "octicons")]
13058 Self::OCTICONS_VERSIONS_16,
13059 #[cfg(feature = "octicons")]
13060 Self::OCTICONS_VERSIONS_24,
13061 #[cfg(feature = "octicons")]
13062 Self::OCTICONS_VIDEO_16,
13063 #[cfg(feature = "octicons")]
13064 Self::OCTICONS_VIDEO_24,
13065 #[cfg(feature = "octicons")]
13066 Self::OCTICONS_WEBHOOK_16,
13067 #[cfg(feature = "octicons")]
13068 Self::OCTICONS_WORKFLOW_16,
13069 #[cfg(feature = "octicons")]
13070 Self::OCTICONS_WORKFLOW_24,
13071 #[cfg(feature = "octicons")]
13072 Self::OCTICONS_X_16,
13073 #[cfg(feature = "octicons")]
13074 Self::OCTICONS_X_24,
13075 #[cfg(feature = "octicons")]
13076 Self::OCTICONS_X_CIRCLE_16,
13077 #[cfg(feature = "octicons")]
13078 Self::OCTICONS_X_CIRCLE_24,
13079 #[cfg(feature = "octicons")]
13080 Self::OCTICONS_X_CIRCLE_FILL_12,
13081 #[cfg(feature = "octicons")]
13082 Self::OCTICONS_X_CIRCLE_FILL_16,
13083 #[cfg(feature = "octicons")]
13084 Self::OCTICONS_X_CIRCLE_FILL_24,
13085 #[cfg(feature = "octicons")]
13086 Self::OCTICONS_ZAP_16,
13087 #[cfg(feature = "octicons")]
13088 Self::OCTICONS_ZAP_24,
13089 #[cfg(feature = "simple_icons")]
13090 Self::SIMPLE_ICONS_1001_TRACKLISTS,
13091 #[cfg(feature = "simple_icons")]
13092 Self::SIMPLE_ICONS_1_PASSWORD,
13093 #[cfg(feature = "simple_icons")]
13094 Self::SIMPLE_ICONS_3_M,
13095 #[cfg(feature = "simple_icons")]
13096 Self::SIMPLE_ICONS_42,
13097 #[cfg(feature = "simple_icons")]
13098 Self::SIMPLE_ICONS_4_CHAN,
13099 #[cfg(feature = "simple_icons")]
13100 Self::SIMPLE_ICONS_4_D,
13101 #[cfg(feature = "simple_icons")]
13102 Self::SIMPLE_ICONS_500_PX,
13103 #[cfg(feature = "simple_icons")]
13104 Self::SIMPLE_ICONS_ABBOTT,
13105 #[cfg(feature = "simple_icons")]
13106 Self::SIMPLE_ICONS_ABBROBOTSTUDIO,
13107 #[cfg(feature = "simple_icons")]
13108 Self::SIMPLE_ICONS_ABBVIE,
13109 #[cfg(feature = "simple_icons")]
13110 Self::SIMPLE_ICONS_ABLETONLIVE,
13111 #[cfg(feature = "simple_icons")]
13112 Self::SIMPLE_ICONS_ABOUTDOTME,
13113 #[cfg(feature = "simple_icons")]
13114 Self::SIMPLE_ICONS_ABSTRACT,
13115 #[cfg(feature = "simple_icons")]
13116 Self::SIMPLE_ICONS_ACADEMIA,
13117 #[cfg(feature = "simple_icons")]
13118 Self::SIMPLE_ICONS_ACCENTURE,
13119 #[cfg(feature = "simple_icons")]
13120 Self::SIMPLE_ICONS_ACCLAIM,
13121 #[cfg(feature = "simple_icons")]
13122 Self::SIMPLE_ICONS_ACCUSOFT,
13123 #[cfg(feature = "simple_icons")]
13124 Self::SIMPLE_ICONS_ACER,
13125 #[cfg(feature = "simple_icons")]
13126 Self::SIMPLE_ICONS_ACM,
13127 #[cfg(feature = "simple_icons")]
13128 Self::SIMPLE_ICONS_ACTIGRAPH,
13129 #[cfg(feature = "simple_icons")]
13130 Self::SIMPLE_ICONS_ACTIVISION,
13131 #[cfg(feature = "simple_icons")]
13132 Self::SIMPLE_ICONS_ADAFRUIT,
13133 #[cfg(feature = "simple_icons")]
13134 Self::SIMPLE_ICONS_ADBLOCK,
13135 #[cfg(feature = "simple_icons")]
13136 Self::SIMPLE_ICONS_ADBLOCKPLUS,
13137 #[cfg(feature = "simple_icons")]
13138 Self::SIMPLE_ICONS_ADDTHIS,
13139 #[cfg(feature = "simple_icons")]
13140 Self::SIMPLE_ICONS_ADGUARD,
13141 #[cfg(feature = "simple_icons")]
13142 Self::SIMPLE_ICONS_ADIDAS,
13143 #[cfg(feature = "simple_icons")]
13144 Self::SIMPLE_ICONS_ADMINER,
13145 #[cfg(feature = "simple_icons")]
13146 Self::SIMPLE_ICONS_ADOBE,
13147 #[cfg(feature = "simple_icons")]
13148 Self::SIMPLE_ICONS_ADOBEACROBATREADER,
13149 #[cfg(feature = "simple_icons")]
13150 Self::SIMPLE_ICONS_ADOBEAFTEREFFECTS,
13151 #[cfg(feature = "simple_icons")]
13152 Self::SIMPLE_ICONS_ADOBEAUDITION,
13153 #[cfg(feature = "simple_icons")]
13154 Self::SIMPLE_ICONS_ADOBECREATIVECLOUD,
13155 #[cfg(feature = "simple_icons")]
13156 Self::SIMPLE_ICONS_ADOBEDREAMWEAVER,
13157 #[cfg(feature = "simple_icons")]
13158 Self::SIMPLE_ICONS_ADOBEFONTS,
13159 #[cfg(feature = "simple_icons")]
13160 Self::SIMPLE_ICONS_ADOBEILLUSTRATOR,
13161 #[cfg(feature = "simple_icons")]
13162 Self::SIMPLE_ICONS_ADOBEINDESIGN,
13163 #[cfg(feature = "simple_icons")]
13164 Self::SIMPLE_ICONS_ADOBELIGHTROOM,
13165 #[cfg(feature = "simple_icons")]
13166 Self::SIMPLE_ICONS_ADOBELIGHTROOMCLASSIC,
13167 #[cfg(feature = "simple_icons")]
13168 Self::SIMPLE_ICONS_ADOBEPHOTOSHOP,
13169 #[cfg(feature = "simple_icons")]
13170 Self::SIMPLE_ICONS_ADOBEPREMIEREPRO,
13171 #[cfg(feature = "simple_icons")]
13172 Self::SIMPLE_ICONS_ADOBEXD,
13173 #[cfg(feature = "simple_icons")]
13174 Self::SIMPLE_ICONS_ADONISJS,
13175 #[cfg(feature = "simple_icons")]
13176 Self::SIMPLE_ICONS_ADP,
13177 #[cfg(feature = "simple_icons")]
13178 Self::SIMPLE_ICONS_ADYEN,
13179 #[cfg(feature = "simple_icons")]
13180 Self::SIMPLE_ICONS_AERLINGUS,
13181 #[cfg(feature = "simple_icons")]
13182 Self::SIMPLE_ICONS_AEROFLOT,
13183 #[cfg(feature = "simple_icons")]
13184 Self::SIMPLE_ICONS_AEROMEXICO,
13185 #[cfg(feature = "simple_icons")]
13186 Self::SIMPLE_ICONS_AEROSPIKE,
13187 #[cfg(feature = "simple_icons")]
13188 Self::SIMPLE_ICONS_AEW,
13189 #[cfg(feature = "simple_icons")]
13190 Self::SIMPLE_ICONS_AFFINITY,
13191 #[cfg(feature = "simple_icons")]
13192 Self::SIMPLE_ICONS_AFFINITYDESIGNER,
13193 #[cfg(feature = "simple_icons")]
13194 Self::SIMPLE_ICONS_AFFINITYPHOTO,
13195 #[cfg(feature = "simple_icons")]
13196 Self::SIMPLE_ICONS_AFFINITYPUBLISHER,
13197 #[cfg(feature = "simple_icons")]
13198 Self::SIMPLE_ICONS_AFRAME,
13199 #[cfg(feature = "simple_icons")]
13200 Self::SIMPLE_ICONS_AGORA,
13201 #[cfg(feature = "simple_icons")]
13202 Self::SIMPLE_ICONS_AIB,
13203 #[cfg(feature = "simple_icons")]
13204 Self::SIMPLE_ICONS_AIDUNGEON,
13205 #[cfg(feature = "simple_icons")]
13206 Self::SIMPLE_ICONS_AIOHTTP,
13207 #[cfg(feature = "simple_icons")]
13208 Self::SIMPLE_ICONS_AIQFOME,
13209 #[cfg(feature = "simple_icons")]
13210 Self::SIMPLE_ICONS_AIRASIA,
13211 #[cfg(feature = "simple_icons")]
13212 Self::SIMPLE_ICONS_AIRBNB,
13213 #[cfg(feature = "simple_icons")]
13214 Self::SIMPLE_ICONS_AIRBUS,
13215 #[cfg(feature = "simple_icons")]
13216 Self::SIMPLE_ICONS_AIRBYTE,
13217 #[cfg(feature = "simple_icons")]
13218 Self::SIMPLE_ICONS_AIRCALL,
13219 #[cfg(feature = "simple_icons")]
13220 Self::SIMPLE_ICONS_AIRCANADA,
13221 #[cfg(feature = "simple_icons")]
13222 Self::SIMPLE_ICONS_AIRCHINA,
13223 #[cfg(feature = "simple_icons")]
13224 Self::SIMPLE_ICONS_AIRFRANCE,
13225 #[cfg(feature = "simple_icons")]
13226 Self::SIMPLE_ICONS_AIRPLAYAUDIO,
13227 #[cfg(feature = "simple_icons")]
13228 Self::SIMPLE_ICONS_AIRPLAYVIDEO,
13229 #[cfg(feature = "simple_icons")]
13230 Self::SIMPLE_ICONS_AIRTABLE,
13231 #[cfg(feature = "simple_icons")]
13232 Self::SIMPLE_ICONS_AJV,
13233 #[cfg(feature = "simple_icons")]
13234 Self::SIMPLE_ICONS_AKAMAI,
13235 #[cfg(feature = "simple_icons")]
13236 Self::SIMPLE_ICONS_ALACRITTY,
13237 #[cfg(feature = "simple_icons")]
13238 Self::SIMPLE_ICONS_ALBERTHEIJN,
13239 #[cfg(feature = "simple_icons")]
13240 Self::SIMPLE_ICONS_ALCHEMY,
13241 #[cfg(feature = "simple_icons")]
13242 Self::SIMPLE_ICONS_ALDINORD,
13243 #[cfg(feature = "simple_icons")]
13244 Self::SIMPLE_ICONS_ALDISUD,
13245 #[cfg(feature = "simple_icons")]
13246 Self::SIMPLE_ICONS_ALFAROMEO,
13247 #[cfg(feature = "simple_icons")]
13248 Self::SIMPLE_ICONS_ALFRED,
13249 #[cfg(feature = "simple_icons")]
13250 Self::SIMPLE_ICONS_ALGOLIA,
13251 #[cfg(feature = "simple_icons")]
13252 Self::SIMPLE_ICONS_ALGORAND,
13253 #[cfg(feature = "simple_icons")]
13254 Self::SIMPLE_ICONS_ALIBABACLOUD,
13255 #[cfg(feature = "simple_icons")]
13256 Self::SIMPLE_ICONS_ALIBABADOTCOM,
13257 #[cfg(feature = "simple_icons")]
13258 Self::SIMPLE_ICONS_ALIEXPRESS,
13259 #[cfg(feature = "simple_icons")]
13260 Self::SIMPLE_ICONS_ALIPAY,
13261 #[cfg(feature = "simple_icons")]
13262 Self::SIMPLE_ICONS_ALITALIA,
13263 #[cfg(feature = "simple_icons")]
13264 Self::SIMPLE_ICONS_ALLEGRO,
13265 #[cfg(feature = "simple_icons")]
13266 Self::SIMPLE_ICONS_ALLIEDMODDERS,
13267 #[cfg(feature = "simple_icons")]
13268 Self::SIMPLE_ICONS_ALLOCINE,
13269 #[cfg(feature = "simple_icons")]
13270 Self::SIMPLE_ICONS_ALLTRAILS,
13271 #[cfg(feature = "simple_icons")]
13272 Self::SIMPLE_ICONS_ALPINEDOTJS,
13273 #[cfg(feature = "simple_icons")]
13274 Self::SIMPLE_ICONS_ALPINELINUX,
13275 #[cfg(feature = "simple_icons")]
13276 Self::SIMPLE_ICONS_ALTIUMDESIGNER,
13277 #[cfg(feature = "simple_icons")]
13278 Self::SIMPLE_ICONS_ALWAYSDATA,
13279 #[cfg(feature = "simple_icons")]
13280 Self::SIMPLE_ICONS_AMAZON,
13281 #[cfg(feature = "simple_icons")]
13282 Self::SIMPLE_ICONS_AMAZONALEXA,
13283 #[cfg(feature = "simple_icons")]
13284 Self::SIMPLE_ICONS_AMAZONAPIGATEWAY,
13285 #[cfg(feature = "simple_icons")]
13286 Self::SIMPLE_ICONS_AMAZONAWS,
13287 #[cfg(feature = "simple_icons")]
13288 Self::SIMPLE_ICONS_AMAZONCLOUDWATCH,
13289 #[cfg(feature = "simple_icons")]
13290 Self::SIMPLE_ICONS_AMAZONDYNAMODB,
13291 #[cfg(feature = "simple_icons")]
13292 Self::SIMPLE_ICONS_AMAZONEC_2,
13293 #[cfg(feature = "simple_icons")]
13294 Self::SIMPLE_ICONS_AMAZONECS,
13295 #[cfg(feature = "simple_icons")]
13296 Self::SIMPLE_ICONS_AMAZONEKS,
13297 #[cfg(feature = "simple_icons")]
13298 Self::SIMPLE_ICONS_AMAZONFIRETV,
13299 #[cfg(feature = "simple_icons")]
13300 Self::SIMPLE_ICONS_AMAZONGAMES,
13301 #[cfg(feature = "simple_icons")]
13302 Self::SIMPLE_ICONS_AMAZONLUMBERYARD,
13303 #[cfg(feature = "simple_icons")]
13304 Self::SIMPLE_ICONS_AMAZONPAY,
13305 #[cfg(feature = "simple_icons")]
13306 Self::SIMPLE_ICONS_AMAZONPRIME,
13307 #[cfg(feature = "simple_icons")]
13308 Self::SIMPLE_ICONS_AMAZONRDS,
13309 #[cfg(feature = "simple_icons")]
13310 Self::SIMPLE_ICONS_AMAZONS_3,
13311 #[cfg(feature = "simple_icons")]
13312 Self::SIMPLE_ICONS_AMAZONSQS,
13313 #[cfg(feature = "simple_icons")]
13314 Self::SIMPLE_ICONS_AMD,
13315 #[cfg(feature = "simple_icons")]
13316 Self::SIMPLE_ICONS_AMERICANAIRLINES,
13317 #[cfg(feature = "simple_icons")]
13318 Self::SIMPLE_ICONS_AMERICANEXPRESS,
13319 #[cfg(feature = "simple_icons")]
13320 Self::SIMPLE_ICONS_AMG,
13321 #[cfg(feature = "simple_icons")]
13322 Self::SIMPLE_ICONS_AMP,
13323 #[cfg(feature = "simple_icons")]
13324 Self::SIMPLE_ICONS_AMUL,
13325 #[cfg(feature = "simple_icons")]
13326 Self::SIMPLE_ICONS_ANA,
13327 #[cfg(feature = "simple_icons")]
13328 Self::SIMPLE_ICONS_ANACONDA,
13329 #[cfg(feature = "simple_icons")]
13330 Self::SIMPLE_ICONS_ANALOGUE,
13331 #[cfg(feature = "simple_icons")]
13332 Self::SIMPLE_ICONS_ANCHOR,
13333 #[cfg(feature = "simple_icons")]
13334 Self::SIMPLE_ICONS_ANDELA,
13335 #[cfg(feature = "simple_icons")]
13336 Self::SIMPLE_ICONS_ANDROID,
13337 #[cfg(feature = "simple_icons")]
13338 Self::SIMPLE_ICONS_ANDROIDAUTO,
13339 #[cfg(feature = "simple_icons")]
13340 Self::SIMPLE_ICONS_ANDROIDSTUDIO,
13341 #[cfg(feature = "simple_icons")]
13342 Self::SIMPLE_ICONS_ANGELLIST,
13343 #[cfg(feature = "simple_icons")]
13344 Self::SIMPLE_ICONS_ANGULAR,
13345 #[cfg(feature = "simple_icons")]
13346 Self::SIMPLE_ICONS_ANGULARJS,
13347 #[cfg(feature = "simple_icons")]
13348 Self::SIMPLE_ICONS_ANGULARUNIVERSAL,
13349 #[cfg(feature = "simple_icons")]
13350 Self::SIMPLE_ICONS_ANILIST,
13351 #[cfg(feature = "simple_icons")]
13352 Self::SIMPLE_ICONS_ANSIBLE,
13353 #[cfg(feature = "simple_icons")]
13354 Self::SIMPLE_ICONS_ANSWER,
13355 #[cfg(feature = "simple_icons")]
13356 Self::SIMPLE_ICONS_ANSYS,
13357 #[cfg(feature = "simple_icons")]
13358 Self::SIMPLE_ICONS_ANTA,
13359 #[cfg(feature = "simple_icons")]
13360 Self::SIMPLE_ICONS_ANTDESIGN,
13361 #[cfg(feature = "simple_icons")]
13362 Self::SIMPLE_ICONS_ANTENA_3,
13363 #[cfg(feature = "simple_icons")]
13364 Self::SIMPLE_ICONS_ANYDESK,
13365 #[cfg(feature = "simple_icons")]
13366 Self::SIMPLE_ICONS_AOL,
13367 #[cfg(feature = "simple_icons")]
13368 Self::SIMPLE_ICONS_APACHE,
13369 #[cfg(feature = "simple_icons")]
13370 Self::SIMPLE_ICONS_APACHEAIRFLOW,
13371 #[cfg(feature = "simple_icons")]
13372 Self::SIMPLE_ICONS_APACHEANT,
13373 #[cfg(feature = "simple_icons")]
13374 Self::SIMPLE_ICONS_APACHECASSANDRA,
13375 #[cfg(feature = "simple_icons")]
13376 Self::SIMPLE_ICONS_APACHECLOUDSTACK,
13377 #[cfg(feature = "simple_icons")]
13378 Self::SIMPLE_ICONS_APACHECORDOVA,
13379 #[cfg(feature = "simple_icons")]
13380 Self::SIMPLE_ICONS_APACHECOUCHDB,
13381 #[cfg(feature = "simple_icons")]
13382 Self::SIMPLE_ICONS_APACHEDRUID,
13383 #[cfg(feature = "simple_icons")]
13384 Self::SIMPLE_ICONS_APACHEECHARTS,
13385 #[cfg(feature = "simple_icons")]
13386 Self::SIMPLE_ICONS_APACHEFLINK,
13387 #[cfg(feature = "simple_icons")]
13388 Self::SIMPLE_ICONS_APACHEGROOVY,
13389 #[cfg(feature = "simple_icons")]
13390 Self::SIMPLE_ICONS_APACHEHADOOP,
13391 #[cfg(feature = "simple_icons")]
13392 Self::SIMPLE_ICONS_APACHEHIVE,
13393 #[cfg(feature = "simple_icons")]
13394 Self::SIMPLE_ICONS_APACHEJMETER,
13395 #[cfg(feature = "simple_icons")]
13396 Self::SIMPLE_ICONS_APACHEKAFKA,
13397 #[cfg(feature = "simple_icons")]
13398 Self::SIMPLE_ICONS_APACHEKYLIN,
13399 #[cfg(feature = "simple_icons")]
13400 Self::SIMPLE_ICONS_APACHEMAVEN,
13401 #[cfg(feature = "simple_icons")]
13402 Self::SIMPLE_ICONS_APACHENETBEANSIDE,
13403 #[cfg(feature = "simple_icons")]
13404 Self::SIMPLE_ICONS_APACHEOPENOFFICE,
13405 #[cfg(feature = "simple_icons")]
13406 Self::SIMPLE_ICONS_APACHEPULSAR,
13407 #[cfg(feature = "simple_icons")]
13408 Self::SIMPLE_ICONS_APACHEROCKETMQ,
13409 #[cfg(feature = "simple_icons")]
13410 Self::SIMPLE_ICONS_APACHESOLR,
13411 #[cfg(feature = "simple_icons")]
13412 Self::SIMPLE_ICONS_APACHESPARK,
13413 #[cfg(feature = "simple_icons")]
13414 Self::SIMPLE_ICONS_APACHETOMCAT,
13415 #[cfg(feature = "simple_icons")]
13416 Self::SIMPLE_ICONS_APARAT,
13417 #[cfg(feature = "simple_icons")]
13418 Self::SIMPLE_ICONS_APOLLOGRAPHQL,
13419 #[cfg(feature = "simple_icons")]
13420 Self::SIMPLE_ICONS_APOSTROPHE,
13421 #[cfg(feature = "simple_icons")]
13422 Self::SIMPLE_ICONS_APPIAN,
13423 #[cfg(feature = "simple_icons")]
13424 Self::SIMPLE_ICONS_APPLE,
13425 #[cfg(feature = "simple_icons")]
13426 Self::SIMPLE_ICONS_APPLEARCADE,
13427 #[cfg(feature = "simple_icons")]
13428 Self::SIMPLE_ICONS_APPLEMUSIC,
13429 #[cfg(feature = "simple_icons")]
13430 Self::SIMPLE_ICONS_APPLENEWS,
13431 #[cfg(feature = "simple_icons")]
13432 Self::SIMPLE_ICONS_APPLEPAY,
13433 #[cfg(feature = "simple_icons")]
13434 Self::SIMPLE_ICONS_APPLEPODCASTS,
13435 #[cfg(feature = "simple_icons")]
13436 Self::SIMPLE_ICONS_APPLETV,
13437 #[cfg(feature = "simple_icons")]
13438 Self::SIMPLE_ICONS_APPSIGNAL,
13439 #[cfg(feature = "simple_icons")]
13440 Self::SIMPLE_ICONS_APPSTORE,
13441 #[cfg(feature = "simple_icons")]
13442 Self::SIMPLE_ICONS_APPVEYOR,
13443 #[cfg(feature = "simple_icons")]
13444 Self::SIMPLE_ICONS_APPWRITE,
13445 #[cfg(feature = "simple_icons")]
13446 Self::SIMPLE_ICONS_AQUA,
13447 #[cfg(feature = "simple_icons")]
13448 Self::SIMPLE_ICONS_ARAL,
13449 #[cfg(feature = "simple_icons")]
13450 Self::SIMPLE_ICONS_ARANGODB,
13451 #[cfg(feature = "simple_icons")]
13452 Self::SIMPLE_ICONS_ARCHICAD,
13453 #[cfg(feature = "simple_icons")]
13454 Self::SIMPLE_ICONS_ARCHIVEOFOUROWN,
13455 #[cfg(feature = "simple_icons")]
13456 Self::SIMPLE_ICONS_ARCHLINUX,
13457 #[cfg(feature = "simple_icons")]
13458 Self::SIMPLE_ICONS_ARDOUR,
13459 #[cfg(feature = "simple_icons")]
13460 Self::SIMPLE_ICONS_ARDUINO,
13461 #[cfg(feature = "simple_icons")]
13462 Self::SIMPLE_ICONS_ARGO,
13463 #[cfg(feature = "simple_icons")]
13464 Self::SIMPLE_ICONS_ARGOS,
13465 #[cfg(feature = "simple_icons")]
13466 Self::SIMPLE_ICONS_ARKECOSYSTEM,
13467 #[cfg(feature = "simple_icons")]
13468 Self::SIMPLE_ICONS_ARLO,
13469 #[cfg(feature = "simple_icons")]
13470 Self::SIMPLE_ICONS_ARM,
13471 #[cfg(feature = "simple_icons")]
13472 Self::SIMPLE_ICONS_ARTIFACTHUB,
13473 #[cfg(feature = "simple_icons")]
13474 Self::SIMPLE_ICONS_ARTIXLINUX,
13475 #[cfg(feature = "simple_icons")]
13476 Self::SIMPLE_ICONS_ARTSTATION,
13477 #[cfg(feature = "simple_icons")]
13478 Self::SIMPLE_ICONS_ARXIV,
13479 #[cfg(feature = "simple_icons")]
13480 Self::SIMPLE_ICONS_ASANA,
13481 #[cfg(feature = "simple_icons")]
13482 Self::SIMPLE_ICONS_ASCIIDOCTOR,
13483 #[cfg(feature = "simple_icons")]
13484 Self::SIMPLE_ICONS_ASCIINEMA,
13485 #[cfg(feature = "simple_icons")]
13486 Self::SIMPLE_ICONS_ASDA,
13487 #[cfg(feature = "simple_icons")]
13488 Self::SIMPLE_ICONS_ASEPRITE,
13489 #[cfg(feature = "simple_icons")]
13490 Self::SIMPLE_ICONS_ASKFM,
13491 #[cfg(feature = "simple_icons")]
13492 Self::SIMPLE_ICONS_ASKUBUNTU,
13493 #[cfg(feature = "simple_icons")]
13494 Self::SIMPLE_ICONS_ASSEMBLYSCRIPT,
13495 #[cfg(feature = "simple_icons")]
13496 Self::SIMPLE_ICONS_ASTONMARTIN,
13497 #[cfg(feature = "simple_icons")]
13498 Self::SIMPLE_ICONS_ASTRO,
13499 #[cfg(feature = "simple_icons")]
13500 Self::SIMPLE_ICONS_ASUS,
13501 #[cfg(feature = "simple_icons")]
13502 Self::SIMPLE_ICONS_ATANDT,
13503 #[cfg(feature = "simple_icons")]
13504 Self::SIMPLE_ICONS_ATARI,
13505 #[cfg(feature = "simple_icons")]
13506 Self::SIMPLE_ICONS_ATLASSIAN,
13507 #[cfg(feature = "simple_icons")]
13508 Self::SIMPLE_ICONS_ATOM,
13509 #[cfg(feature = "simple_icons")]
13510 Self::SIMPLE_ICONS_AUCHAN,
13511 #[cfg(feature = "simple_icons")]
13512 Self::SIMPLE_ICONS_AUDACITY,
13513 #[cfg(feature = "simple_icons")]
13514 Self::SIMPLE_ICONS_AUDI,
13515 #[cfg(feature = "simple_icons")]
13516 Self::SIMPLE_ICONS_AUDIBLE,
13517 #[cfg(feature = "simple_icons")]
13518 Self::SIMPLE_ICONS_AUDIOBOOM,
13519 #[cfg(feature = "simple_icons")]
13520 Self::SIMPLE_ICONS_AUDIOMACK,
13521 #[cfg(feature = "simple_icons")]
13522 Self::SIMPLE_ICONS_AUDIOTECHNICA,
13523 #[cfg(feature = "simple_icons")]
13524 Self::SIMPLE_ICONS_AURELIA,
13525 #[cfg(feature = "simple_icons")]
13526 Self::SIMPLE_ICONS_AUTH_0,
13527 #[cfg(feature = "simple_icons")]
13528 Self::SIMPLE_ICONS_AUTHY,
13529 #[cfg(feature = "simple_icons")]
13530 Self::SIMPLE_ICONS_AUTODESK,
13531 #[cfg(feature = "simple_icons")]
13532 Self::SIMPLE_ICONS_AUTOHOTKEY,
13533 #[cfg(feature = "simple_icons")]
13534 Self::SIMPLE_ICONS_AUTOMATTIC,
13535 #[cfg(feature = "simple_icons")]
13536 Self::SIMPLE_ICONS_AUTOPREFIXER,
13537 #[cfg(feature = "simple_icons")]
13538 Self::SIMPLE_ICONS_AVAJS,
13539 #[cfg(feature = "simple_icons")]
13540 Self::SIMPLE_ICONS_AVAST,
13541 #[cfg(feature = "simple_icons")]
13542 Self::SIMPLE_ICONS_AWESOMELISTS,
13543 #[cfg(feature = "simple_icons")]
13544 Self::SIMPLE_ICONS_AWESOMEWM,
13545 #[cfg(feature = "simple_icons")]
13546 Self::SIMPLE_ICONS_AWSAMPLIFY,
13547 #[cfg(feature = "simple_icons")]
13548 Self::SIMPLE_ICONS_AWSFARGATE,
13549 #[cfg(feature = "simple_icons")]
13550 Self::SIMPLE_ICONS_AWSLAMBDA,
13551 #[cfg(feature = "simple_icons")]
13552 Self::SIMPLE_ICONS_AXIOS,
13553 #[cfg(feature = "simple_icons")]
13554 Self::SIMPLE_ICONS_AZUREARTIFACTS,
13555 #[cfg(feature = "simple_icons")]
13556 Self::SIMPLE_ICONS_AZUREDATAEXPLORER,
13557 #[cfg(feature = "simple_icons")]
13558 Self::SIMPLE_ICONS_AZUREDEVOPS,
13559 #[cfg(feature = "simple_icons")]
13560 Self::SIMPLE_ICONS_AZUREFUNCTIONS,
13561 #[cfg(feature = "simple_icons")]
13562 Self::SIMPLE_ICONS_AZUREPIPELINES,
13563 #[cfg(feature = "simple_icons")]
13564 Self::SIMPLE_ICONS_BABEL,
13565 #[cfg(feature = "simple_icons")]
13566 Self::SIMPLE_ICONS_BACKBLAZE,
13567 #[cfg(feature = "simple_icons")]
13568 Self::SIMPLE_ICONS_BACKBONEDOTJS,
13569 #[cfg(feature = "simple_icons")]
13570 Self::SIMPLE_ICONS_BACKENDLESS,
13571 #[cfg(feature = "simple_icons")]
13572 Self::SIMPLE_ICONS_BACKSTAGE,
13573 #[cfg(feature = "simple_icons")]
13574 Self::SIMPLE_ICONS_BADGR,
13575 #[cfg(feature = "simple_icons")]
13576 Self::SIMPLE_ICONS_BADOO,
13577 #[cfg(feature = "simple_icons")]
13578 Self::SIMPLE_ICONS_BAIDU,
13579 #[cfg(feature = "simple_icons")]
13580 Self::SIMPLE_ICONS_BAMBOO,
13581 #[cfg(feature = "simple_icons")]
13582 Self::SIMPLE_ICONS_BANDCAMP,
13583 #[cfg(feature = "simple_icons")]
13584 Self::SIMPLE_ICONS_BANDLAB,
13585 #[cfg(feature = "simple_icons")]
13586 Self::SIMPLE_ICONS_BANDRAUTOMATION,
13587 #[cfg(feature = "simple_icons")]
13588 Self::SIMPLE_ICONS_BANDSINTOWN,
13589 #[cfg(feature = "simple_icons")]
13590 Self::SIMPLE_ICONS_BANKOFAMERICA,
13591 #[cfg(feature = "simple_icons")]
13592 Self::SIMPLE_ICONS_BARCLAYS,
13593 #[cfg(feature = "simple_icons")]
13594 Self::SIMPLE_ICONS_BAREMETRICS,
13595 #[cfg(feature = "simple_icons")]
13596 Self::SIMPLE_ICONS_BASECAMP,
13597 #[cfg(feature = "simple_icons")]
13598 Self::SIMPLE_ICONS_BASTYON,
13599 #[cfg(feature = "simple_icons")]
13600 Self::SIMPLE_ICONS_BATA,
13601 #[cfg(feature = "simple_icons")]
13602 Self::SIMPLE_ICONS_BATHASU,
13603 #[cfg(feature = "simple_icons")]
13604 Self::SIMPLE_ICONS_BATTLEDOTNET,
13605 #[cfg(feature = "simple_icons")]
13606 Self::SIMPLE_ICONS_BBC,
13607 #[cfg(feature = "simple_icons")]
13608 Self::SIMPLE_ICONS_BBCIPLAYER,
13609 #[cfg(feature = "simple_icons")]
13610 Self::SIMPLE_ICONS_BEATPORT,
13611 #[cfg(feature = "simple_icons")]
13612 Self::SIMPLE_ICONS_BEATS,
13613 #[cfg(feature = "simple_icons")]
13614 Self::SIMPLE_ICONS_BEATSBYDRE,
13615 #[cfg(feature = "simple_icons")]
13616 Self::SIMPLE_ICONS_BEHANCE,
13617 #[cfg(feature = "simple_icons")]
13618 Self::SIMPLE_ICONS_BEIJINGSUBWAY,
13619 #[cfg(feature = "simple_icons")]
13620 Self::SIMPLE_ICONS_BEM,
13621 #[cfg(feature = "simple_icons")]
13622 Self::SIMPLE_ICONS_BENTLEY,
13623 #[cfg(feature = "simple_icons")]
13624 Self::SIMPLE_ICONS_BETFAIR,
13625 #[cfg(feature = "simple_icons")]
13626 Self::SIMPLE_ICONS_BIGBASKET,
13627 #[cfg(feature = "simple_icons")]
13628 Self::SIMPLE_ICONS_BIGBLUEBUTTON,
13629 #[cfg(feature = "simple_icons")]
13630 Self::SIMPLE_ICONS_BIGCARTEL,
13631 #[cfg(feature = "simple_icons")]
13632 Self::SIMPLE_ICONS_BIGCOMMERCE,
13633 #[cfg(feature = "simple_icons")]
13634 Self::SIMPLE_ICONS_BILIBILI,
13635 #[cfg(feature = "simple_icons")]
13636 Self::SIMPLE_ICONS_BILLBOARD,
13637 #[cfg(feature = "simple_icons")]
13638 Self::SIMPLE_ICONS_BIM,
13639 #[cfg(feature = "simple_icons")]
13640 Self::SIMPLE_ICONS_BINANCE,
13641 #[cfg(feature = "simple_icons")]
13642 Self::SIMPLE_ICONS_BIOLINK,
13643 #[cfg(feature = "simple_icons")]
13644 Self::SIMPLE_ICONS_BIT,
13645 #[cfg(feature = "simple_icons")]
13646 Self::SIMPLE_ICONS_BITBUCKET,
13647 #[cfg(feature = "simple_icons")]
13648 Self::SIMPLE_ICONS_BITCOIN,
13649 #[cfg(feature = "simple_icons")]
13650 Self::SIMPLE_ICONS_BITCOINCASH,
13651 #[cfg(feature = "simple_icons")]
13652 Self::SIMPLE_ICONS_BITCOINSV,
13653 #[cfg(feature = "simple_icons")]
13654 Self::SIMPLE_ICONS_BITDEFENDER,
13655 #[cfg(feature = "simple_icons")]
13656 Self::SIMPLE_ICONS_BITLY,
13657 #[cfg(feature = "simple_icons")]
13658 Self::SIMPLE_ICONS_BITRISE,
13659 #[cfg(feature = "simple_icons")]
13660 Self::SIMPLE_ICONS_BITWARDEN,
13661 #[cfg(feature = "simple_icons")]
13662 Self::SIMPLE_ICONS_BITWIG,
13663 #[cfg(feature = "simple_icons")]
13664 Self::SIMPLE_ICONS_BLACKBERRY,
13665 #[cfg(feature = "simple_icons")]
13666 Self::SIMPLE_ICONS_BLAZEMETER,
13667 #[cfg(feature = "simple_icons")]
13668 Self::SIMPLE_ICONS_BLAZOR,
13669 #[cfg(feature = "simple_icons")]
13670 Self::SIMPLE_ICONS_BLENDER,
13671 #[cfg(feature = "simple_icons")]
13672 Self::SIMPLE_ICONS_BLOCKCHAINDOTCOM,
13673 #[cfg(feature = "simple_icons")]
13674 Self::SIMPLE_ICONS_BLOGGER,
13675 #[cfg(feature = "simple_icons")]
13676 Self::SIMPLE_ICONS_BLOGLOVIN,
13677 #[cfg(feature = "simple_icons")]
13678 Self::SIMPLE_ICONS_BLUEPRINT,
13679 #[cfg(feature = "simple_icons")]
13680 Self::SIMPLE_ICONS_BLUETOOTH,
13681 #[cfg(feature = "simple_icons")]
13682 Self::SIMPLE_ICONS_BMCSOFTWARE,
13683 #[cfg(feature = "simple_icons")]
13684 Self::SIMPLE_ICONS_BMW,
13685 #[cfg(feature = "simple_icons")]
13686 Self::SIMPLE_ICONS_BOARDGAMEGEEK,
13687 #[cfg(feature = "simple_icons")]
13688 Self::SIMPLE_ICONS_BOEHRINGERINGELHEIM,
13689 #[cfg(feature = "simple_icons")]
13690 Self::SIMPLE_ICONS_BOEING,
13691 #[cfg(feature = "simple_icons")]
13692 Self::SIMPLE_ICONS_BOOKALOPE,
13693 #[cfg(feature = "simple_icons")]
13694 Self::SIMPLE_ICONS_BOOKBUB,
13695 #[cfg(feature = "simple_icons")]
13696 Self::SIMPLE_ICONS_BOOKMETER,
13697 #[cfg(feature = "simple_icons")]
13698 Self::SIMPLE_ICONS_BOOKMYSHOW,
13699 #[cfg(feature = "simple_icons")]
13700 Self::SIMPLE_ICONS_BOOKSTACK,
13701 #[cfg(feature = "simple_icons")]
13702 Self::SIMPLE_ICONS_BOOST,
13703 #[cfg(feature = "simple_icons")]
13704 Self::SIMPLE_ICONS_BOOTS,
13705 #[cfg(feature = "simple_icons")]
13706 Self::SIMPLE_ICONS_BOOTSTRAP,
13707 #[cfg(feature = "simple_icons")]
13708 Self::SIMPLE_ICONS_BORGBACKUP,
13709 #[cfg(feature = "simple_icons")]
13710 Self::SIMPLE_ICONS_BOSCH,
13711 #[cfg(feature = "simple_icons")]
13712 Self::SIMPLE_ICONS_BOSE,
13713 #[cfg(feature = "simple_icons")]
13714 Self::SIMPLE_ICONS_BOULANGER,
13715 #[cfg(feature = "simple_icons")]
13716 Self::SIMPLE_ICONS_BOWER,
13717 #[cfg(feature = "simple_icons")]
13718 Self::SIMPLE_ICONS_BOX,
13719 #[cfg(feature = "simple_icons")]
13720 Self::SIMPLE_ICONS_BOXYSVG,
13721 #[cfg(feature = "simple_icons")]
13722 Self::SIMPLE_ICONS_BRANDFOLDER,
13723 #[cfg(feature = "simple_icons")]
13724 Self::SIMPLE_ICONS_BRAVE,
13725 #[cfg(feature = "simple_icons")]
13726 Self::SIMPLE_ICONS_BREAKER,
13727 #[cfg(feature = "simple_icons")]
13728 Self::SIMPLE_ICONS_BRITISHAIRWAYS,
13729 #[cfg(feature = "simple_icons")]
13730 Self::SIMPLE_ICONS_BROADCOM,
13731 #[cfg(feature = "simple_icons")]
13732 Self::SIMPLE_ICONS_BT,
13733 #[cfg(feature = "simple_icons")]
13734 Self::SIMPLE_ICONS_BUDDY,
13735 #[cfg(feature = "simple_icons")]
13736 Self::SIMPLE_ICONS_BUDIBASE,
13737 #[cfg(feature = "simple_icons")]
13738 Self::SIMPLE_ICONS_BUEFY,
13739 #[cfg(feature = "simple_icons")]
13740 Self::SIMPLE_ICONS_BUFFER,
13741 #[cfg(feature = "simple_icons")]
13742 Self::SIMPLE_ICONS_BUGATTI,
13743 #[cfg(feature = "simple_icons")]
13744 Self::SIMPLE_ICONS_BUGCROWD,
13745 #[cfg(feature = "simple_icons")]
13746 Self::SIMPLE_ICONS_BUGSNAG,
13747 #[cfg(feature = "simple_icons")]
13748 Self::SIMPLE_ICONS_BUILDKITE,
13749 #[cfg(feature = "simple_icons")]
13750 Self::SIMPLE_ICONS_BUKALAPAK,
13751 #[cfg(feature = "simple_icons")]
13752 Self::SIMPLE_ICONS_BULMA,
13753 #[cfg(feature = "simple_icons")]
13754 Self::SIMPLE_ICONS_BUN,
13755 #[cfg(feature = "simple_icons")]
13756 Self::SIMPLE_ICONS_BUNQ,
13757 #[cfg(feature = "simple_icons")]
13758 Self::SIMPLE_ICONS_BURGERKING,
13759 #[cfg(feature = "simple_icons")]
13760 Self::SIMPLE_ICONS_BURTON,
13761 #[cfg(feature = "simple_icons")]
13762 Self::SIMPLE_ICONS_BUYMEACOFFEE,
13763 #[cfg(feature = "simple_icons")]
13764 Self::SIMPLE_ICONS_BUZZFEED,
13765 #[cfg(feature = "simple_icons")]
13766 Self::SIMPLE_ICONS_BVG,
13767 #[cfg(feature = "simple_icons")]
13768 Self::SIMPLE_ICONS_BYJUS,
13769 #[cfg(feature = "simple_icons")]
13770 Self::SIMPLE_ICONS_BYTE,
13771 #[cfg(feature = "simple_icons")]
13772 Self::SIMPLE_ICONS_BYTEDANCE,
13773 #[cfg(feature = "simple_icons")]
13774 Self::SIMPLE_ICONS_C,
13775 #[cfg(feature = "simple_icons")]
13776 Self::SIMPLE_ICONS_CACHET,
13777 #[cfg(feature = "simple_icons")]
13778 Self::SIMPLE_ICONS_CAFEPRESS,
13779 #[cfg(feature = "simple_icons")]
13780 Self::SIMPLE_ICONS_CAFFEINE,
13781 #[cfg(feature = "simple_icons")]
13782 Self::SIMPLE_ICONS_CAIROGRAPHICS,
13783 #[cfg(feature = "simple_icons")]
13784 Self::SIMPLE_ICONS_CAIROMETRO,
13785 #[cfg(feature = "simple_icons")]
13786 Self::SIMPLE_ICONS_CAKEPHP,
13787 #[cfg(feature = "simple_icons")]
13788 Self::SIMPLE_ICONS_CAMPAIGNMONITOR,
13789 #[cfg(feature = "simple_icons")]
13790 Self::SIMPLE_ICONS_CANONICAL,
13791 #[cfg(feature = "simple_icons")]
13792 Self::SIMPLE_ICONS_CANVA,
13793 #[cfg(feature = "simple_icons")]
13794 Self::SIMPLE_ICONS_CAPACITOR,
13795 #[cfg(feature = "simple_icons")]
13796 Self::SIMPLE_ICONS_CARREFOUR,
13797 #[cfg(feature = "simple_icons")]
13798 Self::SIMPLE_ICONS_CARTHROTTLE,
13799 #[cfg(feature = "simple_icons")]
13800 Self::SIMPLE_ICONS_CARTO,
13801 #[cfg(feature = "simple_icons")]
13802 Self::SIMPLE_ICONS_CASHAPP,
13803 #[cfg(feature = "simple_icons")]
13804 Self::SIMPLE_ICONS_CASTBOX,
13805 #[cfg(feature = "simple_icons")]
13806 Self::SIMPLE_ICONS_CASTORAMA,
13807 #[cfg(feature = "simple_icons")]
13808 Self::SIMPLE_ICONS_CASTRO,
13809 #[cfg(feature = "simple_icons")]
13810 Self::SIMPLE_ICONS_CATERPILLAR,
13811 #[cfg(feature = "simple_icons")]
13812 Self::SIMPLE_ICONS_CBS,
13813 #[cfg(feature = "simple_icons")]
13814 Self::SIMPLE_ICONS_CDPROJEKT,
13815 #[cfg(feature = "simple_icons")]
13816 Self::SIMPLE_ICONS_CELERY,
13817 #[cfg(feature = "simple_icons")]
13818 Self::SIMPLE_ICONS_CENTOS,
13819 #[cfg(feature = "simple_icons")]
13820 Self::SIMPLE_ICONS_CEPH,
13821 #[cfg(feature = "simple_icons")]
13822 Self::SIMPLE_ICONS_CESIUM,
13823 #[cfg(feature = "simple_icons")]
13824 Self::SIMPLE_ICONS_CHAI,
13825 #[cfg(feature = "simple_icons")]
13826 Self::SIMPLE_ICONS_CHAINGUARD,
13827 #[cfg(feature = "simple_icons")]
13828 Self::SIMPLE_ICONS_CHAINLINK,
13829 #[cfg(feature = "simple_icons")]
13830 Self::SIMPLE_ICONS_CHAKRAUI,
13831 #[cfg(feature = "simple_icons")]
13832 Self::SIMPLE_ICONS_CHARTDOTJS,
13833 #[cfg(feature = "simple_icons")]
13834 Self::SIMPLE_ICONS_CHARTMOGUL,
13835 #[cfg(feature = "simple_icons")]
13836 Self::SIMPLE_ICONS_CHASE,
13837 #[cfg(feature = "simple_icons")]
13838 Self::SIMPLE_ICONS_CHATBOT,
13839 #[cfg(feature = "simple_icons")]
13840 Self::SIMPLE_ICONS_CHECKIO,
13841 #[cfg(feature = "simple_icons")]
13842 Self::SIMPLE_ICONS_CHECKMARX,
13843 #[cfg(feature = "simple_icons")]
13844 Self::SIMPLE_ICONS_CHEF,
13845 #[cfg(feature = "simple_icons")]
13846 Self::SIMPLE_ICONS_CHEMEX,
13847 #[cfg(feature = "simple_icons")]
13848 Self::SIMPLE_ICONS_CHEVROLET,
13849 #[cfg(feature = "simple_icons")]
13850 Self::SIMPLE_ICONS_CHINAEASTERNAIRLINES,
13851 #[cfg(feature = "simple_icons")]
13852 Self::SIMPLE_ICONS_CHINASOUTHERNAIRLINES,
13853 #[cfg(feature = "simple_icons")]
13854 Self::SIMPLE_ICONS_CHOCOLATEY,
13855 #[cfg(feature = "simple_icons")]
13856 Self::SIMPLE_ICONS_CHROMECAST,
13857 #[cfg(feature = "simple_icons")]
13858 Self::SIMPLE_ICONS_CHRYSLER,
13859 #[cfg(feature = "simple_icons")]
13860 Self::SIMPLE_ICONS_CHUPACHUPS,
13861 #[cfg(feature = "simple_icons")]
13862 Self::SIMPLE_ICONS_CILIUM,
13863 #[cfg(feature = "simple_icons")]
13864 Self::SIMPLE_ICONS_CINEMA_4_D,
13865 #[cfg(feature = "simple_icons")]
13866 Self::SIMPLE_ICONS_CIRCLE,
13867 #[cfg(feature = "simple_icons")]
13868 Self::SIMPLE_ICONS_CIRCLECI,
13869 #[cfg(feature = "simple_icons")]
13870 Self::SIMPLE_ICONS_CIRRUSCI,
13871 #[cfg(feature = "simple_icons")]
13872 Self::SIMPLE_ICONS_CISCO,
13873 #[cfg(feature = "simple_icons")]
13874 Self::SIMPLE_ICONS_CITRIX,
13875 #[cfg(feature = "simple_icons")]
13876 Self::SIMPLE_ICONS_CITROEN,
13877 #[cfg(feature = "simple_icons")]
13878 Self::SIMPLE_ICONS_CIVICRM,
13879 #[cfg(feature = "simple_icons")]
13880 Self::SIMPLE_ICONS_CIVO,
13881 #[cfg(feature = "simple_icons")]
13882 Self::SIMPLE_ICONS_CKEDITOR_4,
13883 #[cfg(feature = "simple_icons")]
13884 Self::SIMPLE_ICONS_CLARIS,
13885 #[cfg(feature = "simple_icons")]
13886 Self::SIMPLE_ICONS_CLICKHOUSE,
13887 #[cfg(feature = "simple_icons")]
13888 Self::SIMPLE_ICONS_CLICKUP,
13889 #[cfg(feature = "simple_icons")]
13890 Self::SIMPLE_ICONS_CLION,
13891 #[cfg(feature = "simple_icons")]
13892 Self::SIMPLE_ICONS_CLIQZ,
13893 #[cfg(feature = "simple_icons")]
13894 Self::SIMPLE_ICONS_CLOCKIFY,
13895 #[cfg(feature = "simple_icons")]
13896 Self::SIMPLE_ICONS_CLOJURE,
13897 #[cfg(feature = "simple_icons")]
13898 Self::SIMPLE_ICONS_CLOUD_66,
13899 #[cfg(feature = "simple_icons")]
13900 Self::SIMPLE_ICONS_CLOUDBEES,
13901 #[cfg(feature = "simple_icons")]
13902 Self::SIMPLE_ICONS_CLOUDCANNON,
13903 #[cfg(feature = "simple_icons")]
13904 Self::SIMPLE_ICONS_CLOUDERA,
13905 #[cfg(feature = "simple_icons")]
13906 Self::SIMPLE_ICONS_CLOUDFLARE,
13907 #[cfg(feature = "simple_icons")]
13908 Self::SIMPLE_ICONS_CLOUDFLAREPAGES,
13909 #[cfg(feature = "simple_icons")]
13910 Self::SIMPLE_ICONS_CLOUDFOUNDRY,
13911 #[cfg(feature = "simple_icons")]
13912 Self::SIMPLE_ICONS_CLOUDSMITH,
13913 #[cfg(feature = "simple_icons")]
13914 Self::SIMPLE_ICONS_CLOUDWAYS,
13915 #[cfg(feature = "simple_icons")]
13916 Self::SIMPLE_ICONS_CLUBHOUSE,
13917 #[cfg(feature = "simple_icons")]
13918 Self::SIMPLE_ICONS_CLYP,
13919 #[cfg(feature = "simple_icons")]
13920 Self::SIMPLE_ICONS_CMAKE,
13921 #[cfg(feature = "simple_icons")]
13922 Self::SIMPLE_ICONS_CNCF,
13923 #[cfg(feature = "simple_icons")]
13924 Self::SIMPLE_ICONS_CNN,
13925 #[cfg(feature = "simple_icons")]
13926 Self::SIMPLE_ICONS_COCKPIT,
13927 #[cfg(feature = "simple_icons")]
13928 Self::SIMPLE_ICONS_COCKROACHLABS,
13929 #[cfg(feature = "simple_icons")]
13930 Self::SIMPLE_ICONS_COCOAPODS,
13931 #[cfg(feature = "simple_icons")]
13932 Self::SIMPLE_ICONS_COCOS,
13933 #[cfg(feature = "simple_icons")]
13934 Self::SIMPLE_ICONS_CODA,
13935 #[cfg(feature = "simple_icons")]
13936 Self::SIMPLE_ICONS_CODACY,
13937 #[cfg(feature = "simple_icons")]
13938 Self::SIMPLE_ICONS_CODEBERG,
13939 #[cfg(feature = "simple_icons")]
13940 Self::SIMPLE_ICONS_CODECADEMY,
13941 #[cfg(feature = "simple_icons")]
13942 Self::SIMPLE_ICONS_CODECEPTJS,
13943 #[cfg(feature = "simple_icons")]
13944 Self::SIMPLE_ICONS_CODECHEF,
13945 #[cfg(feature = "simple_icons")]
13946 Self::SIMPLE_ICONS_CODECLIMATE,
13947 #[cfg(feature = "simple_icons")]
13948 Self::SIMPLE_ICONS_CODECOV,
13949 #[cfg(feature = "simple_icons")]
13950 Self::SIMPLE_ICONS_CODEFACTOR,
13951 #[cfg(feature = "simple_icons")]
13952 Self::SIMPLE_ICONS_CODEFORCES,
13953 #[cfg(feature = "simple_icons")]
13954 Self::SIMPLE_ICONS_CODEIGNITER,
13955 #[cfg(feature = "simple_icons")]
13956 Self::SIMPLE_ICONS_CODEMAGIC,
13957 #[cfg(feature = "simple_icons")]
13958 Self::SIMPLE_ICONS_CODEMIRROR,
13959 #[cfg(feature = "simple_icons")]
13960 Self::SIMPLE_ICONS_CODENEWBIE,
13961 #[cfg(feature = "simple_icons")]
13962 Self::SIMPLE_ICONS_CODEPEN,
13963 #[cfg(feature = "simple_icons")]
13964 Self::SIMPLE_ICONS_CODEPROJECT,
13965 #[cfg(feature = "simple_icons")]
13966 Self::SIMPLE_ICONS_CODEREVIEW,
13967 #[cfg(feature = "simple_icons")]
13968 Self::SIMPLE_ICONS_CODERSRANK,
13969 #[cfg(feature = "simple_icons")]
13970 Self::SIMPLE_ICONS_CODERWALL,
13971 #[cfg(feature = "simple_icons")]
13972 Self::SIMPLE_ICONS_CODESANDBOX,
13973 #[cfg(feature = "simple_icons")]
13974 Self::SIMPLE_ICONS_CODESHIP,
13975 #[cfg(feature = "simple_icons")]
13976 Self::SIMPLE_ICONS_CODEWARS,
13977 #[cfg(feature = "simple_icons")]
13978 Self::SIMPLE_ICONS_CODINGAME,
13979 #[cfg(feature = "simple_icons")]
13980 Self::SIMPLE_ICONS_CODINGNINJAS,
13981 #[cfg(feature = "simple_icons")]
13982 Self::SIMPLE_ICONS_CODIO,
13983 #[cfg(feature = "simple_icons")]
13984 Self::SIMPLE_ICONS_COFFEESCRIPT,
13985 #[cfg(feature = "simple_icons")]
13986 Self::SIMPLE_ICONS_COGNIZANT,
13987 #[cfg(feature = "simple_icons")]
13988 Self::SIMPLE_ICONS_COIL,
13989 #[cfg(feature = "simple_icons")]
13990 Self::SIMPLE_ICONS_COINBASE,
13991 #[cfg(feature = "simple_icons")]
13992 Self::SIMPLE_ICONS_COINMARKETCAP,
13993 #[cfg(feature = "simple_icons")]
13994 Self::SIMPLE_ICONS_COMMERZBANK,
13995 #[cfg(feature = "simple_icons")]
13996 Self::SIMPLE_ICONS_COMMITLINT,
13997 #[cfg(feature = "simple_icons")]
13998 Self::SIMPLE_ICONS_COMMODORE,
13999 #[cfg(feature = "simple_icons")]
14000 Self::SIMPLE_ICONS_COMMONWORKFLOWLANGUAGE,
14001 #[cfg(feature = "simple_icons")]
14002 Self::SIMPLE_ICONS_COMPOSER,
14003 #[cfg(feature = "simple_icons")]
14004 Self::SIMPLE_ICONS_COMSOL,
14005 #[cfg(feature = "simple_icons")]
14006 Self::SIMPLE_ICONS_CONAN,
14007 #[cfg(feature = "simple_icons")]
14008 Self::SIMPLE_ICONS_CONCOURSE,
14009 #[cfg(feature = "simple_icons")]
14010 Self::SIMPLE_ICONS_CONDAFORGE,
14011 #[cfg(feature = "simple_icons")]
14012 Self::SIMPLE_ICONS_CONEKTA,
14013 #[cfg(feature = "simple_icons")]
14014 Self::SIMPLE_ICONS_CONFLUENCE,
14015 #[cfg(feature = "simple_icons")]
14016 Self::SIMPLE_ICONS_CONSTRUCT_3,
14017 #[cfg(feature = "simple_icons")]
14018 Self::SIMPLE_ICONS_CONSUL,
14019 #[cfg(feature = "simple_icons")]
14020 Self::SIMPLE_ICONS_CONTACTLESSPAYMENT,
14021 #[cfg(feature = "simple_icons")]
14022 Self::SIMPLE_ICONS_CONTAINERD,
14023 #[cfg(feature = "simple_icons")]
14024 Self::SIMPLE_ICONS_CONTENTFUL,
14025 #[cfg(feature = "simple_icons")]
14026 Self::SIMPLE_ICONS_CONVENTIONALCOMMITS,
14027 #[cfg(feature = "simple_icons")]
14028 Self::SIMPLE_ICONS_CONVERTIO,
14029 #[cfg(feature = "simple_icons")]
14030 Self::SIMPLE_ICONS_COOKIECUTTER,
14031 #[cfg(feature = "simple_icons")]
14032 Self::SIMPLE_ICONS_COOP,
14033 #[cfg(feature = "simple_icons")]
14034 Self::SIMPLE_ICONS_CORA,
14035 #[cfg(feature = "simple_icons")]
14036 Self::SIMPLE_ICONS_CORONAENGINE,
14037 #[cfg(feature = "simple_icons")]
14038 Self::SIMPLE_ICONS_CORONARENDERER,
14039 #[cfg(feature = "simple_icons")]
14040 Self::SIMPLE_ICONS_CORSAIR,
14041 #[cfg(feature = "simple_icons")]
14042 Self::SIMPLE_ICONS_COUCHBASE,
14043 #[cfg(feature = "simple_icons")]
14044 Self::SIMPLE_ICONS_COUNTERSTRIKE,
14045 #[cfg(feature = "simple_icons")]
14046 Self::SIMPLE_ICONS_COUNTINGWORKSPRO,
14047 #[cfg(feature = "simple_icons")]
14048 Self::SIMPLE_ICONS_COURSERA,
14049 #[cfg(feature = "simple_icons")]
14050 Self::SIMPLE_ICONS_COVERALLS,
14051 #[cfg(feature = "simple_icons")]
14052 Self::SIMPLE_ICONS_CPANEL,
14053 #[cfg(feature = "simple_icons")]
14054 Self::SIMPLE_ICONS_CPLUSPLUS,
14055 #[cfg(feature = "simple_icons")]
14056 Self::SIMPLE_ICONS_CRAFTCMS,
14057 #[cfg(feature = "simple_icons")]
14058 Self::SIMPLE_ICONS_CRATEDB,
14059 #[cfg(feature = "simple_icons")]
14060 Self::SIMPLE_ICONS_CRAYON,
14061 #[cfg(feature = "simple_icons")]
14062 Self::SIMPLE_ICONS_CREATEREACTAPP,
14063 #[cfg(feature = "simple_icons")]
14064 Self::SIMPLE_ICONS_CREATIVECOMMONS,
14065 #[cfg(feature = "simple_icons")]
14066 Self::SIMPLE_ICONS_CREATIVETECHNOLOGY,
14067 #[cfg(feature = "simple_icons")]
14068 Self::SIMPLE_ICONS_CREDLY,
14069 #[cfg(feature = "simple_icons")]
14070 Self::SIMPLE_ICONS_CREHANA,
14071 #[cfg(feature = "simple_icons")]
14072 Self::SIMPLE_ICONS_CRITICALROLE,
14073 #[cfg(feature = "simple_icons")]
14074 Self::SIMPLE_ICONS_CROWDIN,
14075 #[cfg(feature = "simple_icons")]
14076 Self::SIMPLE_ICONS_CROWDSOURCE,
14077 #[cfg(feature = "simple_icons")]
14078 Self::SIMPLE_ICONS_CRUNCHBASE,
14079 #[cfg(feature = "simple_icons")]
14080 Self::SIMPLE_ICONS_CRUNCHYROLL,
14081 #[cfg(feature = "simple_icons")]
14082 Self::SIMPLE_ICONS_CRYENGINE,
14083 #[cfg(feature = "simple_icons")]
14084 Self::SIMPLE_ICONS_CRYSTAL,
14085 #[cfg(feature = "simple_icons")]
14086 Self::SIMPLE_ICONS_CSHARP,
14087 #[cfg(feature = "simple_icons")]
14088 Self::SIMPLE_ICONS_CSS_3,
14089 #[cfg(feature = "simple_icons")]
14090 Self::SIMPLE_ICONS_CSSMODULES,
14091 #[cfg(feature = "simple_icons")]
14092 Self::SIMPLE_ICONS_CSSWIZARDRY,
14093 #[cfg(feature = "simple_icons")]
14094 Self::SIMPLE_ICONS_CTS,
14095 #[cfg(feature = "simple_icons")]
14096 Self::SIMPLE_ICONS_CUCUMBER,
14097 #[cfg(feature = "simple_icons")]
14098 Self::SIMPLE_ICONS_CULTURA,
14099 #[cfg(feature = "simple_icons")]
14100 Self::SIMPLE_ICONS_CURL,
14101 #[cfg(feature = "simple_icons")]
14102 Self::SIMPLE_ICONS_CURSEFORGE,
14103 #[cfg(feature = "simple_icons")]
14104 Self::SIMPLE_ICONS_CYCLING_74,
14105 #[cfg(feature = "simple_icons")]
14106 Self::SIMPLE_ICONS_CYPRESS,
14107 #[cfg(feature = "simple_icons")]
14108 Self::SIMPLE_ICONS_CYTOSCAPEDOTJS,
14109 #[cfg(feature = "simple_icons")]
14110 Self::SIMPLE_ICONS_D,
14111 #[cfg(feature = "simple_icons")]
14112 Self::SIMPLE_ICONS_D_3_DOTJS,
14113 #[cfg(feature = "simple_icons")]
14114 Self::SIMPLE_ICONS_DACIA,
14115 #[cfg(feature = "simple_icons")]
14116 Self::SIMPLE_ICONS_DAF,
14117 #[cfg(feature = "simple_icons")]
14118 Self::SIMPLE_ICONS_DAILYMOTION,
14119 #[cfg(feature = "simple_icons")]
14120 Self::SIMPLE_ICONS_DAIMLER,
14121 #[cfg(feature = "simple_icons")]
14122 Self::SIMPLE_ICONS_DAISYUI,
14123 #[cfg(feature = "simple_icons")]
14124 Self::SIMPLE_ICONS_DAPR,
14125 #[cfg(feature = "simple_icons")]
14126 Self::SIMPLE_ICONS_DARKREADER,
14127 #[cfg(feature = "simple_icons")]
14128 Self::SIMPLE_ICONS_DART,
14129 #[cfg(feature = "simple_icons")]
14130 Self::SIMPLE_ICONS_DARTY,
14131 #[cfg(feature = "simple_icons")]
14132 Self::SIMPLE_ICONS_DASERSTE,
14133 #[cfg(feature = "simple_icons")]
14134 Self::SIMPLE_ICONS_DASH,
14135 #[cfg(feature = "simple_icons")]
14136 Self::SIMPLE_ICONS_DASHLANE,
14137 #[cfg(feature = "simple_icons")]
14138 Self::SIMPLE_ICONS_DASK,
14139 #[cfg(feature = "simple_icons")]
14140 Self::SIMPLE_ICONS_DASSAULTSYSTEMES,
14141 #[cfg(feature = "simple_icons")]
14142 Self::SIMPLE_ICONS_DATABRICKS,
14143 #[cfg(feature = "simple_icons")]
14144 Self::SIMPLE_ICONS_DATACAMP,
14145 #[cfg(feature = "simple_icons")]
14146 Self::SIMPLE_ICONS_DATADOG,
14147 #[cfg(feature = "simple_icons")]
14148 Self::SIMPLE_ICONS_DATADOTAI,
14149 #[cfg(feature = "simple_icons")]
14150 Self::SIMPLE_ICONS_DATAGRIP,
14151 #[cfg(feature = "simple_icons")]
14152 Self::SIMPLE_ICONS_DATAIKU,
14153 #[cfg(feature = "simple_icons")]
14154 Self::SIMPLE_ICONS_DATASTAX,
14155 #[cfg(feature = "simple_icons")]
14156 Self::SIMPLE_ICONS_DATAVERSE,
14157 #[cfg(feature = "simple_icons")]
14158 Self::SIMPLE_ICONS_DATOCMS,
14159 #[cfg(feature = "simple_icons")]
14160 Self::SIMPLE_ICONS_DATTO,
14161 #[cfg(feature = "simple_icons")]
14162 Self::SIMPLE_ICONS_DAZN,
14163 #[cfg(feature = "simple_icons")]
14164 Self::SIMPLE_ICONS_DBLP,
14165 #[cfg(feature = "simple_icons")]
14166 Self::SIMPLE_ICONS_DBT,
14167 #[cfg(feature = "simple_icons")]
14168 Self::SIMPLE_ICONS_DCENTERTAINMENT,
14169 #[cfg(feature = "simple_icons")]
14170 Self::SIMPLE_ICONS_DEBIAN,
14171 #[cfg(feature = "simple_icons")]
14172 Self::SIMPLE_ICONS_DEDGE,
14173 #[cfg(feature = "simple_icons")]
14174 Self::SIMPLE_ICONS_DEEPIN,
14175 #[cfg(feature = "simple_icons")]
14176 Self::SIMPLE_ICONS_DEEPNOTE,
14177 #[cfg(feature = "simple_icons")]
14178 Self::SIMPLE_ICONS_DEEZER,
14179 #[cfg(feature = "simple_icons")]
14180 Self::SIMPLE_ICONS_DELICIOUS,
14181 #[cfg(feature = "simple_icons")]
14182 Self::SIMPLE_ICONS_DELIVEROO,
14183 #[cfg(feature = "simple_icons")]
14184 Self::SIMPLE_ICONS_DELL,
14185 #[cfg(feature = "simple_icons")]
14186 Self::SIMPLE_ICONS_DELONGHI,
14187 #[cfg(feature = "simple_icons")]
14188 Self::SIMPLE_ICONS_DELPHI,
14189 #[cfg(feature = "simple_icons")]
14190 Self::SIMPLE_ICONS_DELTA,
14191 #[cfg(feature = "simple_icons")]
14192 Self::SIMPLE_ICONS_DENO,
14193 #[cfg(feature = "simple_icons")]
14194 Self::SIMPLE_ICONS_DEPENDABOT,
14195 #[cfg(feature = "simple_icons")]
14196 Self::SIMPLE_ICONS_DERSPIEGEL,
14197 #[cfg(feature = "simple_icons")]
14198 Self::SIMPLE_ICONS_DESIGNERNEWS,
14199 #[cfg(feature = "simple_icons")]
14200 Self::SIMPLE_ICONS_DEUTSCHEBAHN,
14201 #[cfg(feature = "simple_icons")]
14202 Self::SIMPLE_ICONS_DEUTSCHEBANK,
14203 #[cfg(feature = "simple_icons")]
14204 Self::SIMPLE_ICONS_DEVDOTTO,
14205 #[cfg(feature = "simple_icons")]
14206 Self::SIMPLE_ICONS_DEVEXPRESS,
14207 #[cfg(feature = "simple_icons")]
14208 Self::SIMPLE_ICONS_DEVIANTART,
14209 #[cfg(feature = "simple_icons")]
14210 Self::SIMPLE_ICONS_DEVPOST,
14211 #[cfg(feature = "simple_icons")]
14212 Self::SIMPLE_ICONS_DEVRANT,
14213 #[cfg(feature = "simple_icons")]
14214 Self::SIMPLE_ICONS_DGRAPH,
14215 #[cfg(feature = "simple_icons")]
14216 Self::SIMPLE_ICONS_DHL,
14217 #[cfg(feature = "simple_icons")]
14218 Self::SIMPLE_ICONS_DIAGRAMSDOTNET,
14219 #[cfg(feature = "simple_icons")]
14220 Self::SIMPLE_ICONS_DIALOGFLOW,
14221 #[cfg(feature = "simple_icons")]
14222 Self::SIMPLE_ICONS_DIASPORA,
14223 #[cfg(feature = "simple_icons")]
14224 Self::SIMPLE_ICONS_DIGG,
14225 #[cfg(feature = "simple_icons")]
14226 Self::SIMPLE_ICONS_DIGIKEYELECTRONICS,
14227 #[cfg(feature = "simple_icons")]
14228 Self::SIMPLE_ICONS_DIGITALOCEAN,
14229 #[cfg(feature = "simple_icons")]
14230 Self::SIMPLE_ICONS_DIOR,
14231 #[cfg(feature = "simple_icons")]
14232 Self::SIMPLE_ICONS_DIRECTUS,
14233 #[cfg(feature = "simple_icons")]
14234 Self::SIMPLE_ICONS_DISCOGS,
14235 #[cfg(feature = "simple_icons")]
14236 Self::SIMPLE_ICONS_DISCORD,
14237 #[cfg(feature = "simple_icons")]
14238 Self::SIMPLE_ICONS_DISCOURSE,
14239 #[cfg(feature = "simple_icons")]
14240 Self::SIMPLE_ICONS_DISCOVER,
14241 #[cfg(feature = "simple_icons")]
14242 Self::SIMPLE_ICONS_DISQUS,
14243 #[cfg(feature = "simple_icons")]
14244 Self::SIMPLE_ICONS_DISROOT,
14245 #[cfg(feature = "simple_icons")]
14246 Self::SIMPLE_ICONS_DJANGO,
14247 #[cfg(feature = "simple_icons")]
14248 Self::SIMPLE_ICONS_DLIB,
14249 #[cfg(feature = "simple_icons")]
14250 Self::SIMPLE_ICONS_DLNA,
14251 #[cfg(feature = "simple_icons")]
14252 Self::SIMPLE_ICONS_DM,
14253 #[cfg(feature = "simple_icons")]
14254 Self::SIMPLE_ICONS_DOCKER,
14255 #[cfg(feature = "simple_icons")]
14256 Self::SIMPLE_ICONS_DOCSDOTRS,
14257 #[cfg(feature = "simple_icons")]
14258 Self::SIMPLE_ICONS_DOCUSIGN,
14259 #[cfg(feature = "simple_icons")]
14260 Self::SIMPLE_ICONS_DOGECOIN,
14261 #[cfg(feature = "simple_icons")]
14262 Self::SIMPLE_ICONS_DOLBY,
14263 #[cfg(feature = "simple_icons")]
14264 Self::SIMPLE_ICONS_DOORDASH,
14265 #[cfg(feature = "simple_icons")]
14266 Self::SIMPLE_ICONS_DOTENV,
14267 #[cfg(feature = "simple_icons")]
14268 Self::SIMPLE_ICONS_DOTNET,
14269 #[cfg(feature = "simple_icons")]
14270 Self::SIMPLE_ICONS_DOUBAN,
14271 #[cfg(feature = "simple_icons")]
14272 Self::SIMPLE_ICONS_DOUBANREAD,
14273 #[cfg(feature = "simple_icons")]
14274 Self::SIMPLE_ICONS_DOVECOT,
14275 #[cfg(feature = "simple_icons")]
14276 Self::SIMPLE_ICONS_DPD,
14277 #[cfg(feature = "simple_icons")]
14278 Self::SIMPLE_ICONS_DRAGONFRAME,
14279 #[cfg(feature = "simple_icons")]
14280 Self::SIMPLE_ICONS_DRAUGIEMDOTLV,
14281 #[cfg(feature = "simple_icons")]
14282 Self::SIMPLE_ICONS_DRIBBBLE,
14283 #[cfg(feature = "simple_icons")]
14284 Self::SIMPLE_ICONS_DRONE,
14285 #[cfg(feature = "simple_icons")]
14286 Self::SIMPLE_ICONS_DROOBLE,
14287 #[cfg(feature = "simple_icons")]
14288 Self::SIMPLE_ICONS_DROPBOX,
14289 #[cfg(feature = "simple_icons")]
14290 Self::SIMPLE_ICONS_DRUPAL,
14291 #[cfg(feature = "simple_icons")]
14292 Self::SIMPLE_ICONS_DSAUTOMOBILES,
14293 #[cfg(feature = "simple_icons")]
14294 Self::SIMPLE_ICONS_DTUBE,
14295 #[cfg(feature = "simple_icons")]
14296 Self::SIMPLE_ICONS_DUCATI,
14297 #[cfg(feature = "simple_icons")]
14298 Self::SIMPLE_ICONS_DUCKDB,
14299 #[cfg(feature = "simple_icons")]
14300 Self::SIMPLE_ICONS_DUCKDUCKGO,
14301 #[cfg(feature = "simple_icons")]
14302 Self::SIMPLE_ICONS_DUNGEONSANDDRAGONS,
14303 #[cfg(feature = "simple_icons")]
14304 Self::SIMPLE_ICONS_DUNKED,
14305 #[cfg(feature = "simple_icons")]
14306 Self::SIMPLE_ICONS_DUOLINGO,
14307 #[cfg(feature = "simple_icons")]
14308 Self::SIMPLE_ICONS_DVC,
14309 #[cfg(feature = "simple_icons")]
14310 Self::SIMPLE_ICONS_DWAVESYSTEMS,
14311 #[cfg(feature = "simple_icons")]
14312 Self::SIMPLE_ICONS_DWM,
14313 #[cfg(feature = "simple_icons")]
14314 Self::SIMPLE_ICONS_DYNAMICS_365,
14315 #[cfg(feature = "simple_icons")]
14316 Self::SIMPLE_ICONS_DYNATRACE,
14317 #[cfg(feature = "simple_icons")]
14318 Self::SIMPLE_ICONS_E,
14319 #[cfg(feature = "simple_icons")]
14320 Self::SIMPLE_ICONS_E_3,
14321 #[cfg(feature = "simple_icons")]
14322 Self::SIMPLE_ICONS_EA,
14323 #[cfg(feature = "simple_icons")]
14324 Self::SIMPLE_ICONS_EAGLE,
14325 #[cfg(feature = "simple_icons")]
14326 Self::SIMPLE_ICONS_EASYJET,
14327 #[cfg(feature = "simple_icons")]
14328 Self::SIMPLE_ICONS_EBAY,
14329 #[cfg(feature = "simple_icons")]
14330 Self::SIMPLE_ICONS_ECLIPSECHE,
14331 #[cfg(feature = "simple_icons")]
14332 Self::SIMPLE_ICONS_ECLIPSEIDE,
14333 #[cfg(feature = "simple_icons")]
14334 Self::SIMPLE_ICONS_ECLIPSEJETTY,
14335 #[cfg(feature = "simple_icons")]
14336 Self::SIMPLE_ICONS_ECLIPSEMOSQUITTO,
14337 #[cfg(feature = "simple_icons")]
14338 Self::SIMPLE_ICONS_ECLIPSEVERTDOTX,
14339 #[cfg(feature = "simple_icons")]
14340 Self::SIMPLE_ICONS_EDEKA,
14341 #[cfg(feature = "simple_icons")]
14342 Self::SIMPLE_ICONS_EDITORCONFIG,
14343 #[cfg(feature = "simple_icons")]
14344 Self::SIMPLE_ICONS_EDOTLECLERC,
14345 #[cfg(feature = "simple_icons")]
14346 Self::SIMPLE_ICONS_EDX,
14347 #[cfg(feature = "simple_icons")]
14348 Self::SIMPLE_ICONS_EGGHEAD,
14349 #[cfg(feature = "simple_icons")]
14350 Self::SIMPLE_ICONS_EGNYTE,
14351 #[cfg(feature = "simple_icons")]
14352 Self::SIMPLE_ICONS_EIGHTSLEEP,
14353 #[cfg(feature = "simple_icons")]
14354 Self::SIMPLE_ICONS_ELASTIC,
14355 #[cfg(feature = "simple_icons")]
14356 Self::SIMPLE_ICONS_ELASTICCLOUD,
14357 #[cfg(feature = "simple_icons")]
14358 Self::SIMPLE_ICONS_ELASTICSEARCH,
14359 #[cfg(feature = "simple_icons")]
14360 Self::SIMPLE_ICONS_ELASTICSTACK,
14361 #[cfg(feature = "simple_icons")]
14362 Self::SIMPLE_ICONS_ELECTRON,
14363 #[cfg(feature = "simple_icons")]
14364 Self::SIMPLE_ICONS_ELECTRONBUILDER,
14365 #[cfg(feature = "simple_icons")]
14366 Self::SIMPLE_ICONS_ELECTRONFIDDLE,
14367 #[cfg(feature = "simple_icons")]
14368 Self::SIMPLE_ICONS_ELEMENT,
14369 #[cfg(feature = "simple_icons")]
14370 Self::SIMPLE_ICONS_ELEMENTARY,
14371 #[cfg(feature = "simple_icons")]
14372 Self::SIMPLE_ICONS_ELEMENTOR,
14373 #[cfg(feature = "simple_icons")]
14374 Self::SIMPLE_ICONS_ELEVENTY,
14375 #[cfg(feature = "simple_icons")]
14376 Self::SIMPLE_ICONS_ELGATO,
14377 #[cfg(feature = "simple_icons")]
14378 Self::SIMPLE_ICONS_ELIXIR,
14379 #[cfg(feature = "simple_icons")]
14380 Self::SIMPLE_ICONS_ELJUEVES,
14381 #[cfg(feature = "simple_icons")]
14382 Self::SIMPLE_ICONS_ELLO,
14383 #[cfg(feature = "simple_icons")]
14384 Self::SIMPLE_ICONS_ELM,
14385 #[cfg(feature = "simple_icons")]
14386 Self::SIMPLE_ICONS_ELSEVIER,
14387 #[cfg(feature = "simple_icons")]
14388 Self::SIMPLE_ICONS_EMBARCADERO,
14389 #[cfg(feature = "simple_icons")]
14390 Self::SIMPLE_ICONS_EMBERDOTJS,
14391 #[cfg(feature = "simple_icons")]
14392 Self::SIMPLE_ICONS_EMBY,
14393 #[cfg(feature = "simple_icons")]
14394 Self::SIMPLE_ICONS_EMIRATES,
14395 #[cfg(feature = "simple_icons")]
14396 Self::SIMPLE_ICONS_EMLAKJET,
14397 #[cfg(feature = "simple_icons")]
14398 Self::SIMPLE_ICONS_EMPIREKRED,
14399 #[cfg(feature = "simple_icons")]
14400 Self::SIMPLE_ICONS_ENGADGET,
14401 #[cfg(feature = "simple_icons")]
14402 Self::SIMPLE_ICONS_ENPASS,
14403 #[cfg(feature = "simple_icons")]
14404 Self::SIMPLE_ICONS_ENTERPRISEDB,
14405 #[cfg(feature = "simple_icons")]
14406 Self::SIMPLE_ICONS_ENVATO,
14407 #[cfg(feature = "simple_icons")]
14408 Self::SIMPLE_ICONS_ENVOYPROXY,
14409 #[cfg(feature = "simple_icons")]
14410 Self::SIMPLE_ICONS_EPEL,
14411 #[cfg(feature = "simple_icons")]
14412 Self::SIMPLE_ICONS_EPICGAMES,
14413 #[cfg(feature = "simple_icons")]
14414 Self::SIMPLE_ICONS_EPSON,
14415 #[cfg(feature = "simple_icons")]
14416 Self::SIMPLE_ICONS_EQUINIXMETAL,
14417 #[cfg(feature = "simple_icons")]
14418 Self::SIMPLE_ICONS_ERLANG,
14419 #[cfg(feature = "simple_icons")]
14420 Self::SIMPLE_ICONS_ESBUILD,
14421 #[cfg(feature = "simple_icons")]
14422 Self::SIMPLE_ICONS_ESEA,
14423 #[cfg(feature = "simple_icons")]
14424 Self::SIMPLE_ICONS_ESLGAMING,
14425 #[cfg(feature = "simple_icons")]
14426 Self::SIMPLE_ICONS_ESLINT,
14427 #[cfg(feature = "simple_icons")]
14428 Self::SIMPLE_ICONS_ESPHOME,
14429 #[cfg(feature = "simple_icons")]
14430 Self::SIMPLE_ICONS_ESPRESSIF,
14431 #[cfg(feature = "simple_icons")]
14432 Self::SIMPLE_ICONS_ETCD,
14433 #[cfg(feature = "simple_icons")]
14434 Self::SIMPLE_ICONS_ETHEREUM,
14435 #[cfg(feature = "simple_icons")]
14436 Self::SIMPLE_ICONS_ETHIOPIANAIRLINES,
14437 #[cfg(feature = "simple_icons")]
14438 Self::SIMPLE_ICONS_ETIHADAIRWAYS,
14439 #[cfg(feature = "simple_icons")]
14440 Self::SIMPLE_ICONS_ETSY,
14441 #[cfg(feature = "simple_icons")]
14442 Self::SIMPLE_ICONS_EVENTBRITE,
14443 #[cfg(feature = "simple_icons")]
14444 Self::SIMPLE_ICONS_EVENTSTORE,
14445 #[cfg(feature = "simple_icons")]
14446 Self::SIMPLE_ICONS_EVERNOTE,
14447 #[cfg(feature = "simple_icons")]
14448 Self::SIMPLE_ICONS_EXERCISM,
14449 #[cfg(feature = "simple_icons")]
14450 Self::SIMPLE_ICONS_EXORDO,
14451 #[cfg(feature = "simple_icons")]
14452 Self::SIMPLE_ICONS_EXOSCALE,
14453 #[cfg(feature = "simple_icons")]
14454 Self::SIMPLE_ICONS_EXPENSIFY,
14455 #[cfg(feature = "simple_icons")]
14456 Self::SIMPLE_ICONS_EXPERTSEXCHANGE,
14457 #[cfg(feature = "simple_icons")]
14458 Self::SIMPLE_ICONS_EXPO,
14459 #[cfg(feature = "simple_icons")]
14460 Self::SIMPLE_ICONS_EXPRESS,
14461 #[cfg(feature = "simple_icons")]
14462 Self::SIMPLE_ICONS_EXPRESSVPN,
14463 #[cfg(feature = "simple_icons")]
14464 Self::SIMPLE_ICONS_EYEEM,
14465 #[cfg(feature = "simple_icons")]
14466 Self::SIMPLE_ICONS_F_1,
14467 #[cfg(feature = "simple_icons")]
14468 Self::SIMPLE_ICONS_F_5,
14469 #[cfg(feature = "simple_icons")]
14470 Self::SIMPLE_ICONS_FACEBOOK,
14471 #[cfg(feature = "simple_icons")]
14472 Self::SIMPLE_ICONS_FACEBOOKGAMING,
14473 #[cfg(feature = "simple_icons")]
14474 Self::SIMPLE_ICONS_FACEBOOKLIVE,
14475 #[cfg(feature = "simple_icons")]
14476 Self::SIMPLE_ICONS_FACEIT,
14477 #[cfg(feature = "simple_icons")]
14478 Self::SIMPLE_ICONS_FACEPUNCH,
14479 #[cfg(feature = "simple_icons")]
14480 Self::SIMPLE_ICONS_FALCON,
14481 #[cfg(feature = "simple_icons")]
14482 Self::SIMPLE_ICONS_FAMPAY,
14483 #[cfg(feature = "simple_icons")]
14484 Self::SIMPLE_ICONS_FANDANGO,
14485 #[cfg(feature = "simple_icons")]
14486 Self::SIMPLE_ICONS_FANDOM,
14487 #[cfg(feature = "simple_icons")]
14488 Self::SIMPLE_ICONS_FANFOU,
14489 #[cfg(feature = "simple_icons")]
14490 Self::SIMPLE_ICONS_FANTOM,
14491 #[cfg(feature = "simple_icons")]
14492 Self::SIMPLE_ICONS_FARFETCH,
14493 #[cfg(feature = "simple_icons")]
14494 Self::SIMPLE_ICONS_FASTAPI,
14495 #[cfg(feature = "simple_icons")]
14496 Self::SIMPLE_ICONS_FASTIFY,
14497 #[cfg(feature = "simple_icons")]
14498 Self::SIMPLE_ICONS_FASTLANE,
14499 #[cfg(feature = "simple_icons")]
14500 Self::SIMPLE_ICONS_FASTLY,
14501 #[cfg(feature = "simple_icons")]
14502 Self::SIMPLE_ICONS_FATHOM,
14503 #[cfg(feature = "simple_icons")]
14504 Self::SIMPLE_ICONS_FAUNA,
14505 #[cfg(feature = "simple_icons")]
14506 Self::SIMPLE_ICONS_FAVRO,
14507 #[cfg(feature = "simple_icons")]
14508 Self::SIMPLE_ICONS_FDROID,
14509 #[cfg(feature = "simple_icons")]
14510 Self::SIMPLE_ICONS_FEATHUB,
14511 #[cfg(feature = "simple_icons")]
14512 Self::SIMPLE_ICONS_FEDEX,
14513 #[cfg(feature = "simple_icons")]
14514 Self::SIMPLE_ICONS_FEDORA,
14515 #[cfg(feature = "simple_icons")]
14516 Self::SIMPLE_ICONS_FEEDLY,
14517 #[cfg(feature = "simple_icons")]
14518 Self::SIMPLE_ICONS_FERRARI,
14519 #[cfg(feature = "simple_icons")]
14520 Self::SIMPLE_ICONS_FERRARINV,
14521 #[cfg(feature = "simple_icons")]
14522 Self::SIMPLE_ICONS_FFMPEG,
14523 #[cfg(feature = "simple_icons")]
14524 Self::SIMPLE_ICONS_FIAT,
14525 #[cfg(feature = "simple_icons")]
14526 Self::SIMPLE_ICONS_FIDOALLIANCE,
14527 #[cfg(feature = "simple_icons")]
14528 Self::SIMPLE_ICONS_FIFA,
14529 #[cfg(feature = "simple_icons")]
14530 Self::SIMPLE_ICONS_FIG,
14531 #[cfg(feature = "simple_icons")]
14532 Self::SIMPLE_ICONS_FIGMA,
14533 #[cfg(feature = "simple_icons")]
14534 Self::SIMPLE_ICONS_FIGSHARE,
14535 #[cfg(feature = "simple_icons")]
14536 Self::SIMPLE_ICONS_FILA,
14537 #[cfg(feature = "simple_icons")]
14538 Self::SIMPLE_ICONS_FILES,
14539 #[cfg(feature = "simple_icons")]
14540 Self::SIMPLE_ICONS_FILEZILLA,
14541 #[cfg(feature = "simple_icons")]
14542 Self::SIMPLE_ICONS_FING,
14543 #[cfg(feature = "simple_icons")]
14544 Self::SIMPLE_ICONS_FIREBASE,
14545 #[cfg(feature = "simple_icons")]
14546 Self::SIMPLE_ICONS_FIREFOX,
14547 #[cfg(feature = "simple_icons")]
14548 Self::SIMPLE_ICONS_FIREFOXBROWSER,
14549 #[cfg(feature = "simple_icons")]
14550 Self::SIMPLE_ICONS_FIRESHIP,
14551 #[cfg(feature = "simple_icons")]
14552 Self::SIMPLE_ICONS_FIREWALLA,
14553 #[cfg(feature = "simple_icons")]
14554 Self::SIMPLE_ICONS_FIRST,
14555 #[cfg(feature = "simple_icons")]
14556 Self::SIMPLE_ICONS_FITBIT,
14557 #[cfg(feature = "simple_icons")]
14558 Self::SIMPLE_ICONS_FITE,
14559 #[cfg(feature = "simple_icons")]
14560 Self::SIMPLE_ICONS_FIVEM,
14561 #[cfg(feature = "simple_icons")]
14562 Self::SIMPLE_ICONS_FIVERR,
14563 #[cfg(feature = "simple_icons")]
14564 Self::SIMPLE_ICONS_FLASK,
14565 #[cfg(feature = "simple_icons")]
14566 Self::SIMPLE_ICONS_FLAT,
14567 #[cfg(feature = "simple_icons")]
14568 Self::SIMPLE_ICONS_FLATHUB,
14569 #[cfg(feature = "simple_icons")]
14570 Self::SIMPLE_ICONS_FLATPAK,
14571 #[cfg(feature = "simple_icons")]
14572 Self::SIMPLE_ICONS_FLATTR,
14573 #[cfg(feature = "simple_icons")]
14574 Self::SIMPLE_ICONS_FLICKR,
14575 #[cfg(feature = "simple_icons")]
14576 Self::SIMPLE_ICONS_FLIPBOARD,
14577 #[cfg(feature = "simple_icons")]
14578 Self::SIMPLE_ICONS_FLIPKART,
14579 #[cfg(feature = "simple_icons")]
14580 Self::SIMPLE_ICONS_FLOATPLANE,
14581 #[cfg(feature = "simple_icons")]
14582 Self::SIMPLE_ICONS_FLOOD,
14583 #[cfg(feature = "simple_icons")]
14584 Self::SIMPLE_ICONS_FLUENTBIT,
14585 #[cfg(feature = "simple_icons")]
14586 Self::SIMPLE_ICONS_FLUENTD,
14587 #[cfg(feature = "simple_icons")]
14588 Self::SIMPLE_ICONS_FLUTTER,
14589 #[cfg(feature = "simple_icons")]
14590 Self::SIMPLE_ICONS_FLUXUS,
14591 #[cfg(feature = "simple_icons")]
14592 Self::SIMPLE_ICONS_FLYWAY,
14593 #[cfg(feature = "simple_icons")]
14594 Self::SIMPLE_ICONS_FMOD,
14595 #[cfg(feature = "simple_icons")]
14596 Self::SIMPLE_ICONS_FNAC,
14597 #[cfg(feature = "simple_icons")]
14598 Self::SIMPLE_ICONS_FOLIUM,
14599 #[cfg(feature = "simple_icons")]
14600 Self::SIMPLE_ICONS_FONOMA,
14601 #[cfg(feature = "simple_icons")]
14602 Self::SIMPLE_ICONS_FONTAWESOME,
14603 #[cfg(feature = "simple_icons")]
14604 Self::SIMPLE_ICONS_FONTBASE,
14605 #[cfg(feature = "simple_icons")]
14606 Self::SIMPLE_ICONS_FONTFORGE,
14607 #[cfg(feature = "simple_icons")]
14608 Self::SIMPLE_ICONS_FOODPANDA,
14609 #[cfg(feature = "simple_icons")]
14610 Self::SIMPLE_ICONS_FORD,
14611 #[cfg(feature = "simple_icons")]
14612 Self::SIMPLE_ICONS_FORESTRY,
14613 #[cfg(feature = "simple_icons")]
14614 Self::SIMPLE_ICONS_FORMSTACK,
14615 #[cfg(feature = "simple_icons")]
14616 Self::SIMPLE_ICONS_FORTINET,
14617 #[cfg(feature = "simple_icons")]
14618 Self::SIMPLE_ICONS_FORTRAN,
14619 #[cfg(feature = "simple_icons")]
14620 Self::SIMPLE_ICONS_FOSSA,
14621 #[cfg(feature = "simple_icons")]
14622 Self::SIMPLE_ICONS_FOSSILSCM,
14623 #[cfg(feature = "simple_icons")]
14624 Self::SIMPLE_ICONS_FOURSQUARE,
14625 #[cfg(feature = "simple_icons")]
14626 Self::SIMPLE_ICONS_FOURSQUARECITYGUIDE,
14627 #[cfg(feature = "simple_icons")]
14628 Self::SIMPLE_ICONS_FOX,
14629 #[cfg(feature = "simple_icons")]
14630 Self::SIMPLE_ICONS_FOXTEL,
14631 #[cfg(feature = "simple_icons")]
14632 Self::SIMPLE_ICONS_FOZZY,
14633 #[cfg(feature = "simple_icons")]
14634 Self::SIMPLE_ICONS_FRAMER,
14635 #[cfg(feature = "simple_icons")]
14636 Self::SIMPLE_ICONS_FRAMEWORK_7,
14637 #[cfg(feature = "simple_icons")]
14638 Self::SIMPLE_ICONS_FRANPRIX,
14639 #[cfg(feature = "simple_icons")]
14640 Self::SIMPLE_ICONS_FRAUNHOFERGESELLSCHAFT,
14641 #[cfg(feature = "simple_icons")]
14642 Self::SIMPLE_ICONS_FREEBSD,
14643 #[cfg(feature = "simple_icons")]
14644 Self::SIMPLE_ICONS_FREECODECAMP,
14645 #[cfg(feature = "simple_icons")]
14646 Self::SIMPLE_ICONS_FREEDESKTOPDOTORG,
14647 #[cfg(feature = "simple_icons")]
14648 Self::SIMPLE_ICONS_FREELANCER,
14649 #[cfg(feature = "simple_icons")]
14650 Self::SIMPLE_ICONS_FREENAS,
14651 #[cfg(feature = "simple_icons")]
14652 Self::SIMPLE_ICONS_FRONTENDMENTOR,
14653 #[cfg(feature = "simple_icons")]
14654 Self::SIMPLE_ICONS_FSECURE,
14655 #[cfg(feature = "simple_icons")]
14656 Self::SIMPLE_ICONS_FUGACLOUD,
14657 #[cfg(feature = "simple_icons")]
14658 Self::SIMPLE_ICONS_FUJIFILM,
14659 #[cfg(feature = "simple_icons")]
14660 Self::SIMPLE_ICONS_FUJITSU,
14661 #[cfg(feature = "simple_icons")]
14662 Self::SIMPLE_ICONS_FUNIMATION,
14663 #[cfg(feature = "simple_icons")]
14664 Self::SIMPLE_ICONS_FURAFFINITY,
14665 #[cfg(feature = "simple_icons")]
14666 Self::SIMPLE_ICONS_FURRYNETWORK,
14667 #[cfg(feature = "simple_icons")]
14668 Self::SIMPLE_ICONS_FUTURELEARN,
14669 #[cfg(feature = "simple_icons")]
14670 Self::SIMPLE_ICONS_G_2,
14671 #[cfg(feature = "simple_icons")]
14672 Self::SIMPLE_ICONS_G_2_A,
14673 #[cfg(feature = "simple_icons")]
14674 Self::SIMPLE_ICONS_GAMEANDWATCH,
14675 #[cfg(feature = "simple_icons")]
14676 Self::SIMPLE_ICONS_GAMEDEVELOPER,
14677 #[cfg(feature = "simple_icons")]
14678 Self::SIMPLE_ICONS_GAMEJOLT,
14679 #[cfg(feature = "simple_icons")]
14680 Self::SIMPLE_ICONS_GARMIN,
14681 #[cfg(feature = "simple_icons")]
14682 Self::SIMPLE_ICONS_GATLING,
14683 #[cfg(feature = "simple_icons")]
14684 Self::SIMPLE_ICONS_GATSBY,
14685 #[cfg(feature = "simple_icons")]
14686 Self::SIMPLE_ICONS_GEANT,
14687 #[cfg(feature = "simple_icons")]
14688 Self::SIMPLE_ICONS_GEEKSFORGEEKS,
14689 #[cfg(feature = "simple_icons")]
14690 Self::SIMPLE_ICONS_GENERALELECTRIC,
14691 #[cfg(feature = "simple_icons")]
14692 Self::SIMPLE_ICONS_GENERALMOTORS,
14693 #[cfg(feature = "simple_icons")]
14694 Self::SIMPLE_ICONS_GENIUS,
14695 #[cfg(feature = "simple_icons")]
14696 Self::SIMPLE_ICONS_GENTOO,
14697 #[cfg(feature = "simple_icons")]
14698 Self::SIMPLE_ICONS_GEOCACHING,
14699 #[cfg(feature = "simple_icons")]
14700 Self::SIMPLE_ICONS_GERRIT,
14701 #[cfg(feature = "simple_icons")]
14702 Self::SIMPLE_ICONS_GHOST,
14703 #[cfg(feature = "simple_icons")]
14704 Self::SIMPLE_ICONS_GHOSTERY,
14705 #[cfg(feature = "simple_icons")]
14706 Self::SIMPLE_ICONS_GIMP,
14707 #[cfg(feature = "simple_icons")]
14708 Self::SIMPLE_ICONS_GIPHY,
14709 #[cfg(feature = "simple_icons")]
14710 Self::SIMPLE_ICONS_GIT,
14711 #[cfg(feature = "simple_icons")]
14712 Self::SIMPLE_ICONS_GITBOOK,
14713 #[cfg(feature = "simple_icons")]
14714 Self::SIMPLE_ICONS_GITEA,
14715 #[cfg(feature = "simple_icons")]
14716 Self::SIMPLE_ICONS_GITEE,
14717 #[cfg(feature = "simple_icons")]
14718 Self::SIMPLE_ICONS_GITEXTENSIONS,
14719 #[cfg(feature = "simple_icons")]
14720 Self::SIMPLE_ICONS_GITHUB,
14721 #[cfg(feature = "simple_icons")]
14722 Self::SIMPLE_ICONS_GITHUBACTIONS,
14723 #[cfg(feature = "simple_icons")]
14724 Self::SIMPLE_ICONS_GITHUBPAGES,
14725 #[cfg(feature = "simple_icons")]
14726 Self::SIMPLE_ICONS_GITHUBSPONSORS,
14727 #[cfg(feature = "simple_icons")]
14728 Self::SIMPLE_ICONS_GITIGNOREDOTIO,
14729 #[cfg(feature = "simple_icons")]
14730 Self::SIMPLE_ICONS_GITKRAKEN,
14731 #[cfg(feature = "simple_icons")]
14732 Self::SIMPLE_ICONS_GITLAB,
14733 #[cfg(feature = "simple_icons")]
14734 Self::SIMPLE_ICONS_GITLFS,
14735 #[cfg(feature = "simple_icons")]
14736 Self::SIMPLE_ICONS_GITPOD,
14737 #[cfg(feature = "simple_icons")]
14738 Self::SIMPLE_ICONS_GITTER,
14739 #[cfg(feature = "simple_icons")]
14740 Self::SIMPLE_ICONS_GLASSDOOR,
14741 #[cfg(feature = "simple_icons")]
14742 Self::SIMPLE_ICONS_GLITCH,
14743 #[cfg(feature = "simple_icons")]
14744 Self::SIMPLE_ICONS_GLOBUS,
14745 #[cfg(feature = "simple_icons")]
14746 Self::SIMPLE_ICONS_GMAIL,
14747 #[cfg(feature = "simple_icons")]
14748 Self::SIMPLE_ICONS_GNOME,
14749 #[cfg(feature = "simple_icons")]
14750 Self::SIMPLE_ICONS_GNOMETERMINAL,
14751 #[cfg(feature = "simple_icons")]
14752 Self::SIMPLE_ICONS_GNU,
14753 #[cfg(feature = "simple_icons")]
14754 Self::SIMPLE_ICONS_GNUBASH,
14755 #[cfg(feature = "simple_icons")]
14756 Self::SIMPLE_ICONS_GNUEMACS,
14757 #[cfg(feature = "simple_icons")]
14758 Self::SIMPLE_ICONS_GNUICECAT,
14759 #[cfg(feature = "simple_icons")]
14760 Self::SIMPLE_ICONS_GNUPRIVACYGUARD,
14761 #[cfg(feature = "simple_icons")]
14762 Self::SIMPLE_ICONS_GNUSOCIAL,
14763 #[cfg(feature = "simple_icons")]
14764 Self::SIMPLE_ICONS_GO,
14765 #[cfg(feature = "simple_icons")]
14766 Self::SIMPLE_ICONS_GOCD,
14767 #[cfg(feature = "simple_icons")]
14768 Self::SIMPLE_ICONS_GODADDY,
14769 #[cfg(feature = "simple_icons")]
14770 Self::SIMPLE_ICONS_GODOTENGINE,
14771 #[cfg(feature = "simple_icons")]
14772 Self::SIMPLE_ICONS_GOFUNDME,
14773 #[cfg(feature = "simple_icons")]
14774 Self::SIMPLE_ICONS_GOGDOTCOM,
14775 #[cfg(feature = "simple_icons")]
14776 Self::SIMPLE_ICONS_GOLAND,
14777 #[cfg(feature = "simple_icons")]
14778 Self::SIMPLE_ICONS_GOLDENLINE,
14779 #[cfg(feature = "simple_icons")]
14780 Self::SIMPLE_ICONS_GOODREADS,
14781 #[cfg(feature = "simple_icons")]
14782 Self::SIMPLE_ICONS_GOOGLE,
14783 #[cfg(feature = "simple_icons")]
14784 Self::SIMPLE_ICONS_GOOGLEADMOB,
14785 #[cfg(feature = "simple_icons")]
14786 Self::SIMPLE_ICONS_GOOGLEADS,
14787 #[cfg(feature = "simple_icons")]
14788 Self::SIMPLE_ICONS_GOOGLEADSENSE,
14789 #[cfg(feature = "simple_icons")]
14790 Self::SIMPLE_ICONS_GOOGLEANALYTICS,
14791 #[cfg(feature = "simple_icons")]
14792 Self::SIMPLE_ICONS_GOOGLEASSISTANT,
14793 #[cfg(feature = "simple_icons")]
14794 Self::SIMPLE_ICONS_GOOGLECALENDAR,
14795 #[cfg(feature = "simple_icons")]
14796 Self::SIMPLE_ICONS_GOOGLECARDBOARD,
14797 #[cfg(feature = "simple_icons")]
14798 Self::SIMPLE_ICONS_GOOGLECHAT,
14799 #[cfg(feature = "simple_icons")]
14800 Self::SIMPLE_ICONS_GOOGLECHROME,
14801 #[cfg(feature = "simple_icons")]
14802 Self::SIMPLE_ICONS_GOOGLECLASSROOM,
14803 #[cfg(feature = "simple_icons")]
14804 Self::SIMPLE_ICONS_GOOGLECLOUD,
14805 #[cfg(feature = "simple_icons")]
14806 Self::SIMPLE_ICONS_GOOGLECOLAB,
14807 #[cfg(feature = "simple_icons")]
14808 Self::SIMPLE_ICONS_GOOGLEDOMAINS,
14809 #[cfg(feature = "simple_icons")]
14810 Self::SIMPLE_ICONS_GOOGLEDRIVE,
14811 #[cfg(feature = "simple_icons")]
14812 Self::SIMPLE_ICONS_GOOGLEEARTH,
14813 #[cfg(feature = "simple_icons")]
14814 Self::SIMPLE_ICONS_GOOGLEFIT,
14815 #[cfg(feature = "simple_icons")]
14816 Self::SIMPLE_ICONS_GOOGLEFONTS,
14817 #[cfg(feature = "simple_icons")]
14818 Self::SIMPLE_ICONS_GOOGLEHANGOUTS,
14819 #[cfg(feature = "simple_icons")]
14820 Self::SIMPLE_ICONS_GOOGLEHOME,
14821 #[cfg(feature = "simple_icons")]
14822 Self::SIMPLE_ICONS_GOOGLEKEEP,
14823 #[cfg(feature = "simple_icons")]
14824 Self::SIMPLE_ICONS_GOOGLELENS,
14825 #[cfg(feature = "simple_icons")]
14826 Self::SIMPLE_ICONS_GOOGLEMAPS,
14827 #[cfg(feature = "simple_icons")]
14828 Self::SIMPLE_ICONS_GOOGLEMARKETINGPLATFORM,
14829 #[cfg(feature = "simple_icons")]
14830 Self::SIMPLE_ICONS_GOOGLEMEET,
14831 #[cfg(feature = "simple_icons")]
14832 Self::SIMPLE_ICONS_GOOGLEMESSAGES,
14833 #[cfg(feature = "simple_icons")]
14834 Self::SIMPLE_ICONS_GOOGLEMYBUSINESS,
14835 #[cfg(feature = "simple_icons")]
14836 Self::SIMPLE_ICONS_GOOGLENEARBY,
14837 #[cfg(feature = "simple_icons")]
14838 Self::SIMPLE_ICONS_GOOGLENEWS,
14839 #[cfg(feature = "simple_icons")]
14840 Self::SIMPLE_ICONS_GOOGLEOPTIMIZE,
14841 #[cfg(feature = "simple_icons")]
14842 Self::SIMPLE_ICONS_GOOGLEPAY,
14843 #[cfg(feature = "simple_icons")]
14844 Self::SIMPLE_ICONS_GOOGLEPHOTOS,
14845 #[cfg(feature = "simple_icons")]
14846 Self::SIMPLE_ICONS_GOOGLEPLAY,
14847 #[cfg(feature = "simple_icons")]
14848 Self::SIMPLE_ICONS_GOOGLEPODCASTS,
14849 #[cfg(feature = "simple_icons")]
14850 Self::SIMPLE_ICONS_GOOGLESCHOLAR,
14851 #[cfg(feature = "simple_icons")]
14852 Self::SIMPLE_ICONS_GOOGLESEARCHCONSOLE,
14853 #[cfg(feature = "simple_icons")]
14854 Self::SIMPLE_ICONS_GOOGLESHEETS,
14855 #[cfg(feature = "simple_icons")]
14856 Self::SIMPLE_ICONS_GOOGLESTREETVIEW,
14857 #[cfg(feature = "simple_icons")]
14858 Self::SIMPLE_ICONS_GOOGLETAGMANAGER,
14859 #[cfg(feature = "simple_icons")]
14860 Self::SIMPLE_ICONS_GOOGLETRANSLATE,
14861 #[cfg(feature = "simple_icons")]
14862 Self::SIMPLE_ICONS_GOTOMEETING,
14863 #[cfg(feature = "simple_icons")]
14864 Self::SIMPLE_ICONS_GRAB,
14865 #[cfg(feature = "simple_icons")]
14866 Self::SIMPLE_ICONS_GRADLE,
14867 #[cfg(feature = "simple_icons")]
14868 Self::SIMPLE_ICONS_GRAFANA,
14869 #[cfg(feature = "simple_icons")]
14870 Self::SIMPLE_ICONS_GRAMMARLY,
14871 #[cfg(feature = "simple_icons")]
14872 Self::SIMPLE_ICONS_GRANDFRAIS,
14873 #[cfg(feature = "simple_icons")]
14874 Self::SIMPLE_ICONS_GRAPHQL,
14875 #[cfg(feature = "simple_icons")]
14876 Self::SIMPLE_ICONS_GRAV,
14877 #[cfg(feature = "simple_icons")]
14878 Self::SIMPLE_ICONS_GRAVATAR,
14879 #[cfg(feature = "simple_icons")]
14880 Self::SIMPLE_ICONS_GRAYLOG,
14881 #[cfg(feature = "simple_icons")]
14882 Self::SIMPLE_ICONS_GREENHOUSE,
14883 #[cfg(feature = "simple_icons")]
14884 Self::SIMPLE_ICONS_GREENSOCK,
14885 #[cfg(feature = "simple_icons")]
14886 Self::SIMPLE_ICONS_GRIDDOTAI,
14887 #[cfg(feature = "simple_icons")]
14888 Self::SIMPLE_ICONS_GRIDSOME,
14889 #[cfg(feature = "simple_icons")]
14890 Self::SIMPLE_ICONS_GROUPME,
14891 #[cfg(feature = "simple_icons")]
14892 Self::SIMPLE_ICONS_GROUPON,
14893 #[cfg(feature = "simple_icons")]
14894 Self::SIMPLE_ICONS_GRUBHUB,
14895 #[cfg(feature = "simple_icons")]
14896 Self::SIMPLE_ICONS_GRUNT,
14897 #[cfg(feature = "simple_icons")]
14898 Self::SIMPLE_ICONS_GSK,
14899 #[cfg(feature = "simple_icons")]
14900 Self::SIMPLE_ICONS_GTK,
14901 #[cfg(feature = "simple_icons")]
14902 Self::SIMPLE_ICONS_GUANGZHOUMETRO,
14903 #[cfg(feature = "simple_icons")]
14904 Self::SIMPLE_ICONS_GUILDED,
14905 #[cfg(feature = "simple_icons")]
14906 Self::SIMPLE_ICONS_GULP,
14907 #[cfg(feature = "simple_icons")]
14908 Self::SIMPLE_ICONS_GUMROAD,
14909 #[cfg(feature = "simple_icons")]
14910 Self::SIMPLE_ICONS_GUMTREE,
14911 #[cfg(feature = "simple_icons")]
14912 Self::SIMPLE_ICONS_GUNICORN,
14913 #[cfg(feature = "simple_icons")]
14914 Self::SIMPLE_ICONS_GUROBI,
14915 #[cfg(feature = "simple_icons")]
14916 Self::SIMPLE_ICONS_GUTENBERG,
14917 #[cfg(feature = "simple_icons")]
14918 Self::SIMPLE_ICONS_HABR,
14919 #[cfg(feature = "simple_icons")]
14920 Self::SIMPLE_ICONS_HACKADAY,
14921 #[cfg(feature = "simple_icons")]
14922 Self::SIMPLE_ICONS_HACKCLUB,
14923 #[cfg(feature = "simple_icons")]
14924 Self::SIMPLE_ICONS_HACKEREARTH,
14925 #[cfg(feature = "simple_icons")]
14926 Self::SIMPLE_ICONS_HACKERNOON,
14927 #[cfg(feature = "simple_icons")]
14928 Self::SIMPLE_ICONS_HACKERONE,
14929 #[cfg(feature = "simple_icons")]
14930 Self::SIMPLE_ICONS_HACKERRANK,
14931 #[cfg(feature = "simple_icons")]
14932 Self::SIMPLE_ICONS_HACKSTER,
14933 #[cfg(feature = "simple_icons")]
14934 Self::SIMPLE_ICONS_HACKTHEBOX,
14935 #[cfg(feature = "simple_icons")]
14936 Self::SIMPLE_ICONS_HANDLEBARSDOTJS,
14937 #[cfg(feature = "simple_icons")]
14938 Self::SIMPLE_ICONS_HANDSHAKE,
14939 #[cfg(feature = "simple_icons")]
14940 Self::SIMPLE_ICONS_HANDSHAKE_PROTOCOL,
14941 #[cfg(feature = "simple_icons")]
14942 Self::SIMPLE_ICONS_HAPPYCOW,
14943 #[cfg(feature = "simple_icons")]
14944 Self::SIMPLE_ICONS_HARBOR,
14945 #[cfg(feature = "simple_icons")]
14946 Self::SIMPLE_ICONS_HARMONYOS,
14947 #[cfg(feature = "simple_icons")]
14948 Self::SIMPLE_ICONS_HASHNODE,
14949 #[cfg(feature = "simple_icons")]
14950 Self::SIMPLE_ICONS_HASKELL,
14951 #[cfg(feature = "simple_icons")]
14952 Self::SIMPLE_ICONS_HASURA,
14953 #[cfg(feature = "simple_icons")]
14954 Self::SIMPLE_ICONS_HATENABOOKMARK,
14955 #[cfg(feature = "simple_icons")]
14956 Self::SIMPLE_ICONS_HAVEIBEENPWNED,
14957 #[cfg(feature = "simple_icons")]
14958 Self::SIMPLE_ICONS_HAXE,
14959 #[cfg(feature = "simple_icons")]
14960 Self::SIMPLE_ICONS_HBO,
14961 #[cfg(feature = "simple_icons")]
14962 Self::SIMPLE_ICONS_HCL,
14963 #[cfg(feature = "simple_icons")]
14964 Self::SIMPLE_ICONS_HEADLESSUI,
14965 #[cfg(feature = "simple_icons")]
14966 Self::SIMPLE_ICONS_HEADSPACE,
14967 #[cfg(feature = "simple_icons")]
14968 Self::SIMPLE_ICONS_HEDERA,
14969 #[cfg(feature = "simple_icons")]
14970 Self::SIMPLE_ICONS_HELLOFRESH,
14971 #[cfg(feature = "simple_icons")]
14972 Self::SIMPLE_ICONS_HELLYHANSEN,
14973 #[cfg(feature = "simple_icons")]
14974 Self::SIMPLE_ICONS_HELM,
14975 #[cfg(feature = "simple_icons")]
14976 Self::SIMPLE_ICONS_HELPDESK,
14977 #[cfg(feature = "simple_icons")]
14978 Self::SIMPLE_ICONS_HELPSCOUT,
14979 #[cfg(feature = "simple_icons")]
14980 Self::SIMPLE_ICONS_HERE,
14981 #[cfg(feature = "simple_icons")]
14982 Self::SIMPLE_ICONS_HEROKU,
14983 #[cfg(feature = "simple_icons")]
14984 Self::SIMPLE_ICONS_HETZNER,
14985 #[cfg(feature = "simple_icons")]
14986 Self::SIMPLE_ICONS_HEXO,
14987 #[cfg(feature = "simple_icons")]
14988 Self::SIMPLE_ICONS_HEY,
14989 #[cfg(feature = "simple_icons")]
14990 Self::SIMPLE_ICONS_HIBERNATE,
14991 #[cfg(feature = "simple_icons")]
14992 Self::SIMPLE_ICONS_HIBOB,
14993 #[cfg(feature = "simple_icons")]
14994 Self::SIMPLE_ICONS_HILTON,
14995 #[cfg(feature = "simple_icons")]
14996 Self::SIMPLE_ICONS_HITACHI,
14997 #[cfg(feature = "simple_icons")]
14998 Self::SIMPLE_ICONS_HIVE,
14999 #[cfg(feature = "simple_icons")]
15000 Self::SIMPLE_ICONS_HIVE_BLOCKCHAIN,
15001 #[cfg(feature = "simple_icons")]
15002 Self::SIMPLE_ICONS_HOMEADVISOR,
15003 #[cfg(feature = "simple_icons")]
15004 Self::SIMPLE_ICONS_HOMEASSISTANT,
15005 #[cfg(feature = "simple_icons")]
15006 Self::SIMPLE_ICONS_HOMEASSISTANTCOMMUNITYSTORE,
15007 #[cfg(feature = "simple_icons")]
15008 Self::SIMPLE_ICONS_HOMEBREW,
15009 #[cfg(feature = "simple_icons")]
15010 Self::SIMPLE_ICONS_HOMEBRIDGE,
15011 #[cfg(feature = "simple_icons")]
15012 Self::SIMPLE_ICONS_HOMIFY,
15013 #[cfg(feature = "simple_icons")]
15014 Self::SIMPLE_ICONS_HONDA,
15015 #[cfg(feature = "simple_icons")]
15016 Self::SIMPLE_ICONS_HONEY,
15017 #[cfg(feature = "simple_icons")]
15018 Self::SIMPLE_ICONS_HOOTSUITE,
15019 #[cfg(feature = "simple_icons")]
15020 Self::SIMPLE_ICONS_HOPPSCOTCH,
15021 #[cfg(feature = "simple_icons")]
15022 Self::SIMPLE_ICONS_HOTELSDOTCOM,
15023 #[cfg(feature = "simple_icons")]
15024 Self::SIMPLE_ICONS_HOTJAR,
15025 #[cfg(feature = "simple_icons")]
15026 Self::SIMPLE_ICONS_HOUDINI,
15027 #[cfg(feature = "simple_icons")]
15028 Self::SIMPLE_ICONS_HOUZZ,
15029 #[cfg(feature = "simple_icons")]
15030 Self::SIMPLE_ICONS_HP,
15031 #[cfg(feature = "simple_icons")]
15032 Self::SIMPLE_ICONS_HTML_5,
15033 #[cfg(feature = "simple_icons")]
15034 Self::SIMPLE_ICONS_HTMLACADEMY,
15035 #[cfg(feature = "simple_icons")]
15036 Self::SIMPLE_ICONS_HTTPIE,
15037 #[cfg(feature = "simple_icons")]
15038 Self::SIMPLE_ICONS_HUAWEI,
15039 #[cfg(feature = "simple_icons")]
15040 Self::SIMPLE_ICONS_HUBSPOT,
15041 #[cfg(feature = "simple_icons")]
15042 Self::SIMPLE_ICONS_HUGO,
15043 #[cfg(feature = "simple_icons")]
15044 Self::SIMPLE_ICONS_HULU,
15045 #[cfg(feature = "simple_icons")]
15046 Self::SIMPLE_ICONS_HUMBLEBUNDLE,
15047 #[cfg(feature = "simple_icons")]
15048 Self::SIMPLE_ICONS_HUNGRYJACKS,
15049 #[cfg(feature = "simple_icons")]
15050 Self::SIMPLE_ICONS_HURRIYETEMLAK,
15051 #[cfg(feature = "simple_icons")]
15052 Self::SIMPLE_ICONS_HUSQVARNA,
15053 #[cfg(feature = "simple_icons")]
15054 Self::SIMPLE_ICONS_HYPER,
15055 #[cfg(feature = "simple_icons")]
15056 Self::SIMPLE_ICONS_HYPERLEDGER,
15057 #[cfg(feature = "simple_icons")]
15058 Self::SIMPLE_ICONS_HYPOTHESIS,
15059 #[cfg(feature = "simple_icons")]
15060 Self::SIMPLE_ICONS_HYUNDAI,
15061 #[cfg(feature = "simple_icons")]
15062 Self::SIMPLE_ICONS_I_18_NEXT,
15063 #[cfg(feature = "simple_icons")]
15064 Self::SIMPLE_ICONS_IATA,
15065 #[cfg(feature = "simple_icons")]
15066 Self::SIMPLE_ICONS_IBEACON,
15067 #[cfg(feature = "simple_icons")]
15068 Self::SIMPLE_ICONS_IBM,
15069 #[cfg(feature = "simple_icons")]
15070 Self::SIMPLE_ICONS_IBMCLOUD,
15071 #[cfg(feature = "simple_icons")]
15072 Self::SIMPLE_ICONS_IBMWATSON,
15073 #[cfg(feature = "simple_icons")]
15074 Self::SIMPLE_ICONS_ICED,
15075 #[cfg(feature = "simple_icons")]
15076 Self::SIMPLE_ICONS_ICELAND,
15077 #[cfg(feature = "simple_icons")]
15078 Self::SIMPLE_ICONS_ICINGA,
15079 #[cfg(feature = "simple_icons")]
15080 Self::SIMPLE_ICONS_ICLOUD,
15081 #[cfg(feature = "simple_icons")]
15082 Self::SIMPLE_ICONS_ICOMOON,
15083 #[cfg(feature = "simple_icons")]
15084 Self::SIMPLE_ICONS_ICON,
15085 #[cfg(feature = "simple_icons")]
15086 Self::SIMPLE_ICONS_ICONFINDER,
15087 #[cfg(feature = "simple_icons")]
15088 Self::SIMPLE_ICONS_ICONIFY,
15089 #[cfg(feature = "simple_icons")]
15090 Self::SIMPLE_ICONS_ICONJAR,
15091 #[cfg(feature = "simple_icons")]
15092 Self::SIMPLE_ICONS_ICONS_8,
15093 #[cfg(feature = "simple_icons")]
15094 Self::SIMPLE_ICONS_ICQ,
15095 #[cfg(feature = "simple_icons")]
15096 Self::SIMPLE_ICONS_IEEE,
15097 #[cfg(feature = "simple_icons")]
15098 Self::SIMPLE_ICONS_IFIXIT,
15099 #[cfg(feature = "simple_icons")]
15100 Self::SIMPLE_ICONS_IFOOD,
15101 #[cfg(feature = "simple_icons")]
15102 Self::SIMPLE_ICONS_IFTTT,
15103 #[cfg(feature = "simple_icons")]
15104 Self::SIMPLE_ICONS_IHEARTRADIO,
15105 #[cfg(feature = "simple_icons")]
15106 Self::SIMPLE_ICONS_IKEA,
15107 #[cfg(feature = "simple_icons")]
15108 Self::SIMPLE_ICONS_ILEDEFRANCEMOBILITES,
15109 #[cfg(feature = "simple_icons")]
15110 Self::SIMPLE_ICONS_IMAGEJ,
15111 #[cfg(feature = "simple_icons")]
15112 Self::SIMPLE_ICONS_IMDB,
15113 #[cfg(feature = "simple_icons")]
15114 Self::SIMPLE_ICONS_IMGUR,
15115 #[cfg(feature = "simple_icons")]
15116 Self::SIMPLE_ICONS_IMMER,
15117 #[cfg(feature = "simple_icons")]
15118 Self::SIMPLE_ICONS_IMOU,
15119 #[cfg(feature = "simple_icons")]
15120 Self::SIMPLE_ICONS_INDEED,
15121 #[cfg(feature = "simple_icons")]
15122 Self::SIMPLE_ICONS_INFINITI,
15123 #[cfg(feature = "simple_icons")]
15124 Self::SIMPLE_ICONS_INFLUXDB,
15125 #[cfg(feature = "simple_icons")]
15126 Self::SIMPLE_ICONS_INFORMATICA,
15127 #[cfg(feature = "simple_icons")]
15128 Self::SIMPLE_ICONS_INFOSYS,
15129 #[cfg(feature = "simple_icons")]
15130 Self::SIMPLE_ICONS_INFRACOST,
15131 #[cfg(feature = "simple_icons")]
15132 Self::SIMPLE_ICONS_INGRESS,
15133 #[cfg(feature = "simple_icons")]
15134 Self::SIMPLE_ICONS_INKDROP,
15135 #[cfg(feature = "simple_icons")]
15136 Self::SIMPLE_ICONS_INKSCAPE,
15137 #[cfg(feature = "simple_icons")]
15138 Self::SIMPLE_ICONS_INSOMNIA,
15139 #[cfg(feature = "simple_icons")]
15140 Self::SIMPLE_ICONS_INSTACART,
15141 #[cfg(feature = "simple_icons")]
15142 Self::SIMPLE_ICONS_INSTAGRAM,
15143 #[cfg(feature = "simple_icons")]
15144 Self::SIMPLE_ICONS_INSTAPAPER,
15145 #[cfg(feature = "simple_icons")]
15146 Self::SIMPLE_ICONS_INSTATUS,
15147 #[cfg(feature = "simple_icons")]
15148 Self::SIMPLE_ICONS_INSTRUCTABLES,
15149 #[cfg(feature = "simple_icons")]
15150 Self::SIMPLE_ICONS_INSTRUCTURE,
15151 #[cfg(feature = "simple_icons")]
15152 Self::SIMPLE_ICONS_INTEGROMAT,
15153 #[cfg(feature = "simple_icons")]
15154 Self::SIMPLE_ICONS_INTEL,
15155 #[cfg(feature = "simple_icons")]
15156 Self::SIMPLE_ICONS_INTELLIJIDEA,
15157 #[cfg(feature = "simple_icons")]
15158 Self::SIMPLE_ICONS_INTERACTIONDESIGNFOUNDATION,
15159 #[cfg(feature = "simple_icons")]
15160 Self::SIMPLE_ICONS_INTERACTJS,
15161 #[cfg(feature = "simple_icons")]
15162 Self::SIMPLE_ICONS_INTERCOM,
15163 #[cfg(feature = "simple_icons")]
15164 Self::SIMPLE_ICONS_INTERMARCHE,
15165 #[cfg(feature = "simple_icons")]
15166 Self::SIMPLE_ICONS_INTERNETARCHIVE,
15167 #[cfg(feature = "simple_icons")]
15168 Self::SIMPLE_ICONS_INTERNETEXPLORER,
15169 #[cfg(feature = "simple_icons")]
15170 Self::SIMPLE_ICONS_INTIGRITI,
15171 #[cfg(feature = "simple_icons")]
15172 Self::SIMPLE_ICONS_INVISION,
15173 #[cfg(feature = "simple_icons")]
15174 Self::SIMPLE_ICONS_INVOICENINJA,
15175 #[cfg(feature = "simple_icons")]
15176 Self::SIMPLE_ICONS_IOBROKER,
15177 #[cfg(feature = "simple_icons")]
15178 Self::SIMPLE_ICONS_IONIC,
15179 #[cfg(feature = "simple_icons")]
15180 Self::SIMPLE_ICONS_IONOS,
15181 #[cfg(feature = "simple_icons")]
15182 Self::SIMPLE_ICONS_IOS,
15183 #[cfg(feature = "simple_icons")]
15184 Self::SIMPLE_ICONS_IOTA,
15185 #[cfg(feature = "simple_icons")]
15186 Self::SIMPLE_ICONS_IPFS,
15187 #[cfg(feature = "simple_icons")]
15188 Self::SIMPLE_ICONS_ISSUU,
15189 #[cfg(feature = "simple_icons")]
15190 Self::SIMPLE_ICONS_ISTIO,
15191 #[cfg(feature = "simple_icons")]
15192 Self::SIMPLE_ICONS_ITCHDOTIO,
15193 #[cfg(feature = "simple_icons")]
15194 Self::SIMPLE_ICONS_ITERM_2,
15195 #[cfg(feature = "simple_icons")]
15196 Self::SIMPLE_ICONS_ITUNES,
15197 #[cfg(feature = "simple_icons")]
15198 Self::SIMPLE_ICONS_ITVX,
15199 #[cfg(feature = "simple_icons")]
15200 Self::SIMPLE_ICONS_IVECO,
15201 #[cfg(feature = "simple_icons")]
15202 Self::SIMPLE_ICONS_JABBER,
15203 #[cfg(feature = "simple_icons")]
15204 Self::SIMPLE_ICONS_JAGUAR,
15205 #[cfg(feature = "simple_icons")]
15206 Self::SIMPLE_ICONS_JAMBOARD,
15207 #[cfg(feature = "simple_icons")]
15208 Self::SIMPLE_ICONS_JAMESON,
15209 #[cfg(feature = "simple_icons")]
15210 Self::SIMPLE_ICONS_JAMSTACK,
15211 #[cfg(feature = "simple_icons")]
15212 Self::SIMPLE_ICONS_JASMINE,
15213 #[cfg(feature = "simple_icons")]
15214 Self::SIMPLE_ICONS_JAVASCRIPT,
15215 #[cfg(feature = "simple_icons")]
15216 Self::SIMPLE_ICONS_JBL,
15217 #[cfg(feature = "simple_icons")]
15218 Self::SIMPLE_ICONS_JCB,
15219 #[cfg(feature = "simple_icons")]
15220 Self::SIMPLE_ICONS_JEEP,
15221 #[cfg(feature = "simple_icons")]
15222 Self::SIMPLE_ICONS_JEKYLL,
15223 #[cfg(feature = "simple_icons")]
15224 Self::SIMPLE_ICONS_JELLYFIN,
15225 #[cfg(feature = "simple_icons")]
15226 Self::SIMPLE_ICONS_JENKINS,
15227 #[cfg(feature = "simple_icons")]
15228 Self::SIMPLE_ICONS_JENKINSX,
15229 #[cfg(feature = "simple_icons")]
15230 Self::SIMPLE_ICONS_JEST,
15231 #[cfg(feature = "simple_icons")]
15232 Self::SIMPLE_ICONS_JET,
15233 #[cfg(feature = "simple_icons")]
15234 Self::SIMPLE_ICONS_JETBRAINS,
15235 #[cfg(feature = "simple_icons")]
15236 Self::SIMPLE_ICONS_JETPACKCOMPOSE,
15237 #[cfg(feature = "simple_icons")]
15238 Self::SIMPLE_ICONS_JFROG,
15239 #[cfg(feature = "simple_icons")]
15240 Self::SIMPLE_ICONS_JFROGBINTRAY,
15241 #[cfg(feature = "simple_icons")]
15242 Self::SIMPLE_ICONS_JINJA,
15243 #[cfg(feature = "simple_icons")]
15244 Self::SIMPLE_ICONS_JIRA,
15245 #[cfg(feature = "simple_icons")]
15246 Self::SIMPLE_ICONS_JIRASOFTWARE,
15247 #[cfg(feature = "simple_icons")]
15248 Self::SIMPLE_ICONS_JITSI,
15249 #[cfg(feature = "simple_icons")]
15250 Self::SIMPLE_ICONS_JOHNDEERE,
15251 #[cfg(feature = "simple_icons")]
15252 Self::SIMPLE_ICONS_JOOMLA,
15253 #[cfg(feature = "simple_icons")]
15254 Self::SIMPLE_ICONS_JOPLIN,
15255 #[cfg(feature = "simple_icons")]
15256 Self::SIMPLE_ICONS_JORDAN,
15257 #[cfg(feature = "simple_icons")]
15258 Self::SIMPLE_ICONS_JPEG,
15259 #[cfg(feature = "simple_icons")]
15260 Self::SIMPLE_ICONS_JQUERY,
15261 #[cfg(feature = "simple_icons")]
15262 Self::SIMPLE_ICONS_JRGROUP,
15263 #[cfg(feature = "simple_icons")]
15264 Self::SIMPLE_ICONS_JSDELIVR,
15265 #[cfg(feature = "simple_icons")]
15266 Self::SIMPLE_ICONS_JSFIDDLE,
15267 #[cfg(feature = "simple_icons")]
15268 Self::SIMPLE_ICONS_JSON,
15269 #[cfg(feature = "simple_icons")]
15270 Self::SIMPLE_ICONS_JSONWEBTOKENS,
15271 #[cfg(feature = "simple_icons")]
15272 Self::SIMPLE_ICONS_JSS,
15273 #[cfg(feature = "simple_icons")]
15274 Self::SIMPLE_ICONS_JUKE,
15275 #[cfg(feature = "simple_icons")]
15276 Self::SIMPLE_ICONS_JULIA,
15277 #[cfg(feature = "simple_icons")]
15278 Self::SIMPLE_ICONS_JUNIPERNETWORKS,
15279 #[cfg(feature = "simple_icons")]
15280 Self::SIMPLE_ICONS_JUNIT_5,
15281 #[cfg(feature = "simple_icons")]
15282 Self::SIMPLE_ICONS_JUPYTER,
15283 #[cfg(feature = "simple_icons")]
15284 Self::SIMPLE_ICONS_JUSTEAT,
15285 #[cfg(feature = "simple_icons")]
15286 Self::SIMPLE_ICONS_JUSTGIVING,
15287 #[cfg(feature = "simple_icons")]
15288 Self::SIMPLE_ICONS_K_3_S,
15289 #[cfg(feature = "simple_icons")]
15290 Self::SIMPLE_ICONS_K_6,
15291 #[cfg(feature = "simple_icons")]
15292 Self::SIMPLE_ICONS_KAGGLE,
15293 #[cfg(feature = "simple_icons")]
15294 Self::SIMPLE_ICONS_KAHOOT,
15295 #[cfg(feature = "simple_icons")]
15296 Self::SIMPLE_ICONS_KAIOS,
15297 #[cfg(feature = "simple_icons")]
15298 Self::SIMPLE_ICONS_KAKAO,
15299 #[cfg(feature = "simple_icons")]
15300 Self::SIMPLE_ICONS_KAKAOTALK,
15301 #[cfg(feature = "simple_icons")]
15302 Self::SIMPLE_ICONS_KALILINUX,
15303 #[cfg(feature = "simple_icons")]
15304 Self::SIMPLE_ICONS_KANIKO,
15305 #[cfg(feature = "simple_icons")]
15306 Self::SIMPLE_ICONS_KARLSRUHERVERKEHRSVERBUND,
15307 #[cfg(feature = "simple_icons")]
15308 Self::SIMPLE_ICONS_KASASMART,
15309 #[cfg(feature = "simple_icons")]
15310 Self::SIMPLE_ICONS_KASHFLOW,
15311 #[cfg(feature = "simple_icons")]
15312 Self::SIMPLE_ICONS_KASPERSKY,
15313 #[cfg(feature = "simple_icons")]
15314 Self::SIMPLE_ICONS_KATACODA,
15315 #[cfg(feature = "simple_icons")]
15316 Self::SIMPLE_ICONS_KATANA,
15317 #[cfg(feature = "simple_icons")]
15318 Self::SIMPLE_ICONS_KAUFLAND,
15319 #[cfg(feature = "simple_icons")]
15320 Self::SIMPLE_ICONS_KDE,
15321 #[cfg(feature = "simple_icons")]
15322 Self::SIMPLE_ICONS_KDENLIVE,
15323 #[cfg(feature = "simple_icons")]
15324 Self::SIMPLE_ICONS_KEEPACHANGELOG,
15325 #[cfg(feature = "simple_icons")]
15326 Self::SIMPLE_ICONS_KEEPASSXC,
15327 #[cfg(feature = "simple_icons")]
15328 Self::SIMPLE_ICONS_KENTICO,
15329 #[cfg(feature = "simple_icons")]
15330 Self::SIMPLE_ICONS_KERAS,
15331 #[cfg(feature = "simple_icons")]
15332 Self::SIMPLE_ICONS_KEYBASE,
15333 #[cfg(feature = "simple_icons")]
15334 Self::SIMPLE_ICONS_KEYCDN,
15335 #[cfg(feature = "simple_icons")]
15336 Self::SIMPLE_ICONS_KEYSTONE,
15337 #[cfg(feature = "simple_icons")]
15338 Self::SIMPLE_ICONS_KFC,
15339 #[cfg(feature = "simple_icons")]
15340 Self::SIMPLE_ICONS_KHANACADEMY,
15341 #[cfg(feature = "simple_icons")]
15342 Self::SIMPLE_ICONS_KHRONOSGROUP,
15343 #[cfg(feature = "simple_icons")]
15344 Self::SIMPLE_ICONS_KIA,
15345 #[cfg(feature = "simple_icons")]
15346 Self::SIMPLE_ICONS_KIBANA,
15347 #[cfg(feature = "simple_icons")]
15348 Self::SIMPLE_ICONS_KICAD,
15349 #[cfg(feature = "simple_icons")]
15350 Self::SIMPLE_ICONS_KICKSTARTER,
15351 #[cfg(feature = "simple_icons")]
15352 Self::SIMPLE_ICONS_KIK,
15353 #[cfg(feature = "simple_icons")]
15354 Self::SIMPLE_ICONS_KINGSTONTECHNOLOGY,
15355 #[cfg(feature = "simple_icons")]
15356 Self::SIMPLE_ICONS_KINOPOISK,
15357 #[cfg(feature = "simple_icons")]
15358 Self::SIMPLE_ICONS_KIRBY,
15359 #[cfg(feature = "simple_icons")]
15360 Self::SIMPLE_ICONS_KITSU,
15361 #[cfg(feature = "simple_icons")]
15362 Self::SIMPLE_ICONS_KLARNA,
15363 #[cfg(feature = "simple_icons")]
15364 Self::SIMPLE_ICONS_KLM,
15365 #[cfg(feature = "simple_icons")]
15366 Self::SIMPLE_ICONS_KLOOK,
15367 #[cfg(feature = "simple_icons")]
15368 Self::SIMPLE_ICONS_KNATIVE,
15369 #[cfg(feature = "simple_icons")]
15370 Self::SIMPLE_ICONS_KNOWLEDGEBASE,
15371 #[cfg(feature = "simple_icons")]
15372 Self::SIMPLE_ICONS_KNOWN,
15373 #[cfg(feature = "simple_icons")]
15374 Self::SIMPLE_ICONS_KOA,
15375 #[cfg(feature = "simple_icons")]
15376 Self::SIMPLE_ICONS_KOC,
15377 #[cfg(feature = "simple_icons")]
15378 Self::SIMPLE_ICONS_KODI,
15379 #[cfg(feature = "simple_icons")]
15380 Self::SIMPLE_ICONS_KOFAX,
15381 #[cfg(feature = "simple_icons")]
15382 Self::SIMPLE_ICONS_KOFI,
15383 #[cfg(feature = "simple_icons")]
15384 Self::SIMPLE_ICONS_KOMOOT,
15385 #[cfg(feature = "simple_icons")]
15386 Self::SIMPLE_ICONS_KONAMI,
15387 #[cfg(feature = "simple_icons")]
15388 Self::SIMPLE_ICONS_KONG,
15389 #[cfg(feature = "simple_icons")]
15390 Self::SIMPLE_ICONS_KONGREGATE,
15391 #[cfg(feature = "simple_icons")]
15392 Self::SIMPLE_ICONS_KONVA,
15393 #[cfg(feature = "simple_icons")]
15394 Self::SIMPLE_ICONS_KOTLIN,
15395 #[cfg(feature = "simple_icons")]
15396 Self::SIMPLE_ICONS_KOYEB,
15397 #[cfg(feature = "simple_icons")]
15398 Self::SIMPLE_ICONS_KRITA,
15399 #[cfg(feature = "simple_icons")]
15400 Self::SIMPLE_ICONS_KTM,
15401 #[cfg(feature = "simple_icons")]
15402 Self::SIMPLE_ICONS_KUAISHOU,
15403 #[cfg(feature = "simple_icons")]
15404 Self::SIMPLE_ICONS_KUBERNETES,
15405 #[cfg(feature = "simple_icons")]
15406 Self::SIMPLE_ICONS_KUBUNTU,
15407 #[cfg(feature = "simple_icons")]
15408 Self::SIMPLE_ICONS_KUMA,
15409 #[cfg(feature = "simple_icons")]
15410 Self::SIMPLE_ICONS_KUULA,
15411 #[cfg(feature = "simple_icons")]
15412 Self::SIMPLE_ICONS_KYOCERA,
15413 #[cfg(feature = "simple_icons")]
15414 Self::SIMPLE_ICONS_LABVIEW,
15415 #[cfg(feature = "simple_icons")]
15416 Self::SIMPLE_ICONS_LADA,
15417 #[cfg(feature = "simple_icons")]
15418 Self::SIMPLE_ICONS_LAMBORGHINI,
15419 #[cfg(feature = "simple_icons")]
15420 Self::SIMPLE_ICONS_LANDROVER,
15421 #[cfg(feature = "simple_icons")]
15422 Self::SIMPLE_ICONS_LAPCE,
15423 #[cfg(feature = "simple_icons")]
15424 Self::SIMPLE_ICONS_LARAGON,
15425 #[cfg(feature = "simple_icons")]
15426 Self::SIMPLE_ICONS_LARAVEL,
15427 #[cfg(feature = "simple_icons")]
15428 Self::SIMPLE_ICONS_LARAVELHORIZON,
15429 #[cfg(feature = "simple_icons")]
15430 Self::SIMPLE_ICONS_LARAVELNOVA,
15431 #[cfg(feature = "simple_icons")]
15432 Self::SIMPLE_ICONS_LASTDOTFM,
15433 #[cfg(feature = "simple_icons")]
15434 Self::SIMPLE_ICONS_LASTPASS,
15435 #[cfg(feature = "simple_icons")]
15436 Self::SIMPLE_ICONS_LATEX,
15437 #[cfg(feature = "simple_icons")]
15438 Self::SIMPLE_ICONS_LAUNCHPAD,
15439 #[cfg(feature = "simple_icons")]
15440 Self::SIMPLE_ICONS_LAZARUS,
15441 #[cfg(feature = "simple_icons")]
15442 Self::SIMPLE_ICONS_LBRY,
15443 #[cfg(feature = "simple_icons")]
15444 Self::SIMPLE_ICONS_LEADERPRICE,
15445 #[cfg(feature = "simple_icons")]
15446 Self::SIMPLE_ICONS_LEAFLET,
15447 #[cfg(feature = "simple_icons")]
15448 Self::SIMPLE_ICONS_LEANPUB,
15449 #[cfg(feature = "simple_icons")]
15450 Self::SIMPLE_ICONS_LEETCODE,
15451 #[cfg(feature = "simple_icons")]
15452 Self::SIMPLE_ICONS_LEGACYGAMES,
15453 #[cfg(feature = "simple_icons")]
15454 Self::SIMPLE_ICONS_LEMMY,
15455 #[cfg(feature = "simple_icons")]
15456 Self::SIMPLE_ICONS_LENOVO,
15457 #[cfg(feature = "simple_icons")]
15458 Self::SIMPLE_ICONS_LENS,
15459 #[cfg(feature = "simple_icons")]
15460 Self::SIMPLE_ICONS_LERNA,
15461 #[cfg(feature = "simple_icons")]
15462 Self::SIMPLE_ICONS_LEROYMERLIN,
15463 #[cfg(feature = "simple_icons")]
15464 Self::SIMPLE_ICONS_LESS,
15465 #[cfg(feature = "simple_icons")]
15466 Self::SIMPLE_ICONS_LETSENCRYPT,
15467 #[cfg(feature = "simple_icons")]
15468 Self::SIMPLE_ICONS_LETTERBOXD,
15469 #[cfg(feature = "simple_icons")]
15470 Self::SIMPLE_ICONS_LEVELSDOTFYI,
15471 #[cfg(feature = "simple_icons")]
15472 Self::SIMPLE_ICONS_LG,
15473 #[cfg(feature = "simple_icons")]
15474 Self::SIMPLE_ICONS_LGTM,
15475 #[cfg(feature = "simple_icons")]
15476 Self::SIMPLE_ICONS_LIBERAPAY,
15477 #[cfg(feature = "simple_icons")]
15478 Self::SIMPLE_ICONS_LIBRARIESDOTIO,
15479 #[cfg(feature = "simple_icons")]
15480 Self::SIMPLE_ICONS_LIBRARYTHING,
15481 #[cfg(feature = "simple_icons")]
15482 Self::SIMPLE_ICONS_LIBREOFFICE,
15483 #[cfg(feature = "simple_icons")]
15484 Self::SIMPLE_ICONS_LIBUV,
15485 #[cfg(feature = "simple_icons")]
15486 Self::SIMPLE_ICONS_LICHESS,
15487 #[cfg(feature = "simple_icons")]
15488 Self::SIMPLE_ICONS_LIDL,
15489 #[cfg(feature = "simple_icons")]
15490 Self::SIMPLE_ICONS_LIFX,
15491 #[cfg(feature = "simple_icons")]
15492 Self::SIMPLE_ICONS_LIGHTHOUSE,
15493 #[cfg(feature = "simple_icons")]
15494 Self::SIMPLE_ICONS_LINE,
15495 #[cfg(feature = "simple_icons")]
15496 Self::SIMPLE_ICONS_LINEAGEOS,
15497 #[cfg(feature = "simple_icons")]
15498 Self::SIMPLE_ICONS_LINEAR,
15499 #[cfg(feature = "simple_icons")]
15500 Self::SIMPLE_ICONS_LINKEDIN,
15501 #[cfg(feature = "simple_icons")]
15502 Self::SIMPLE_ICONS_LINKERD,
15503 #[cfg(feature = "simple_icons")]
15504 Self::SIMPLE_ICONS_LINKFIRE,
15505 #[cfg(feature = "simple_icons")]
15506 Self::SIMPLE_ICONS_LINKTREE,
15507 #[cfg(feature = "simple_icons")]
15508 Self::SIMPLE_ICONS_LINODE,
15509 #[cfg(feature = "simple_icons")]
15510 Self::SIMPLE_ICONS_LINUX,
15511 #[cfg(feature = "simple_icons")]
15512 Self::SIMPLE_ICONS_LINUXCONTAINERS,
15513 #[cfg(feature = "simple_icons")]
15514 Self::SIMPLE_ICONS_LINUXFOUNDATION,
15515 #[cfg(feature = "simple_icons")]
15516 Self::SIMPLE_ICONS_LINUXMINT,
15517 #[cfg(feature = "simple_icons")]
15518 Self::SIMPLE_ICONS_LIONAIR,
15519 #[cfg(feature = "simple_icons")]
15520 Self::SIMPLE_ICONS_LIQUIBASE,
15521 #[cfg(feature = "simple_icons")]
15522 Self::SIMPLE_ICONS_LIT,
15523 #[cfg(feature = "simple_icons")]
15524 Self::SIMPLE_ICONS_LITECOIN,
15525 #[cfg(feature = "simple_icons")]
15526 Self::SIMPLE_ICONS_LITIENGINE,
15527 #[cfg(feature = "simple_icons")]
15528 Self::SIMPLE_ICONS_LIVECHAT,
15529 #[cfg(feature = "simple_icons")]
15530 Self::SIMPLE_ICONS_LIVEJOURNAL,
15531 #[cfg(feature = "simple_icons")]
15532 Self::SIMPLE_ICONS_LIVEWIRE,
15533 #[cfg(feature = "simple_icons")]
15534 Self::SIMPLE_ICONS_LLVM,
15535 #[cfg(feature = "simple_icons")]
15536 Self::SIMPLE_ICONS_LMMS,
15537 #[cfg(feature = "simple_icons")]
15538 Self::SIMPLE_ICONS_LODASH,
15539 #[cfg(feature = "simple_icons")]
15540 Self::SIMPLE_ICONS_LOGITECH,
15541 #[cfg(feature = "simple_icons")]
15542 Self::SIMPLE_ICONS_LOGMEIN,
15543 #[cfg(feature = "simple_icons")]
15544 Self::SIMPLE_ICONS_LOGSTASH,
15545 #[cfg(feature = "simple_icons")]
15546 Self::SIMPLE_ICONS_LOOKER,
15547 #[cfg(feature = "simple_icons")]
15548 Self::SIMPLE_ICONS_LOOM,
15549 #[cfg(feature = "simple_icons")]
15550 Self::SIMPLE_ICONS_LOOP,
15551 #[cfg(feature = "simple_icons")]
15552 Self::SIMPLE_ICONS_LOOPBACK,
15553 #[cfg(feature = "simple_icons")]
15554 Self::SIMPLE_ICONS_LOSPEC,
15555 #[cfg(feature = "simple_icons")]
15556 Self::SIMPLE_ICONS_LOTPOLISHAIRLINES,
15557 #[cfg(feature = "simple_icons")]
15558 Self::SIMPLE_ICONS_LUA,
15559 #[cfg(feature = "simple_icons")]
15560 Self::SIMPLE_ICONS_LUBUNTU,
15561 #[cfg(feature = "simple_icons")]
15562 Self::SIMPLE_ICONS_LUDWIG,
15563 #[cfg(feature = "simple_icons")]
15564 Self::SIMPLE_ICONS_LUFTHANSA,
15565 #[cfg(feature = "simple_icons")]
15566 Self::SIMPLE_ICONS_LUMEN,
15567 #[cfg(feature = "simple_icons")]
15568 Self::SIMPLE_ICONS_LUNACY,
15569 #[cfg(feature = "simple_icons")]
15570 Self::SIMPLE_ICONS_LYDIA,
15571 #[cfg(feature = "simple_icons")]
15572 Self::SIMPLE_ICONS_LYFT,
15573 #[cfg(feature = "simple_icons")]
15574 Self::SIMPLE_ICONS_MAAS,
15575 #[cfg(feature = "simple_icons")]
15576 Self::SIMPLE_ICONS_MACOS,
15577 #[cfg(feature = "simple_icons")]
15578 Self::SIMPLE_ICONS_MACPAW,
15579 #[cfg(feature = "simple_icons")]
15580 Self::SIMPLE_ICONS_MACYS,
15581 #[cfg(feature = "simple_icons")]
15582 Self::SIMPLE_ICONS_MAGASINSU,
15583 #[cfg(feature = "simple_icons")]
15584 Self::SIMPLE_ICONS_MAGENTO,
15585 #[cfg(feature = "simple_icons")]
15586 Self::SIMPLE_ICONS_MAGISK,
15587 #[cfg(feature = "simple_icons")]
15588 Self::SIMPLE_ICONS_MAILCHIMP,
15589 #[cfg(feature = "simple_icons")]
15590 Self::SIMPLE_ICONS_MAILDOTRU,
15591 #[cfg(feature = "simple_icons")]
15592 Self::SIMPLE_ICONS_MAILGUN,
15593 #[cfg(feature = "simple_icons")]
15594 Self::SIMPLE_ICONS_MAJORLEAGUEHACKING,
15595 #[cfg(feature = "simple_icons")]
15596 Self::SIMPLE_ICONS_MAKERBOT,
15597 #[cfg(feature = "simple_icons")]
15598 Self::SIMPLE_ICONS_MAMP,
15599 #[cfg(feature = "simple_icons")]
15600 Self::SIMPLE_ICONS_MAN,
15601 #[cfg(feature = "simple_icons")]
15602 Self::SIMPLE_ICONS_MANAGEIQ,
15603 #[cfg(feature = "simple_icons")]
15604 Self::SIMPLE_ICONS_MANJARO,
15605 #[cfg(feature = "simple_icons")]
15606 Self::SIMPLE_ICONS_MAPBOX,
15607 #[cfg(feature = "simple_icons")]
15608 Self::SIMPLE_ICONS_MARIADB,
15609 #[cfg(feature = "simple_icons")]
15610 Self::SIMPLE_ICONS_MARIADBFOUNDATION,
15611 #[cfg(feature = "simple_icons")]
15612 Self::SIMPLE_ICONS_MARKDOWN,
15613 #[cfg(feature = "simple_icons")]
15614 Self::SIMPLE_ICONS_MARKETO,
15615 #[cfg(feature = "simple_icons")]
15616 Self::SIMPLE_ICONS_MARKO,
15617 #[cfg(feature = "simple_icons")]
15618 Self::SIMPLE_ICONS_MARRIOTT,
15619 #[cfg(feature = "simple_icons")]
15620 Self::SIMPLE_ICONS_MASERATI,
15621 #[cfg(feature = "simple_icons")]
15622 Self::SIMPLE_ICONS_MASTERCARD,
15623 #[cfg(feature = "simple_icons")]
15624 Self::SIMPLE_ICONS_MASTERCOMFIG,
15625 #[cfg(feature = "simple_icons")]
15626 Self::SIMPLE_ICONS_MASTODON,
15627 #[cfg(feature = "simple_icons")]
15628 Self::SIMPLE_ICONS_MATERIALDESIGN,
15629 #[cfg(feature = "simple_icons")]
15630 Self::SIMPLE_ICONS_MATERIALDESIGNICONS,
15631 #[cfg(feature = "simple_icons")]
15632 Self::SIMPLE_ICONS_MATOMO,
15633 #[cfg(feature = "simple_icons")]
15634 Self::SIMPLE_ICONS_MATRIX,
15635 #[cfg(feature = "simple_icons")]
15636 Self::SIMPLE_ICONS_MATTERDOTJS,
15637 #[cfg(feature = "simple_icons")]
15638 Self::SIMPLE_ICONS_MATTERMOST,
15639 #[cfg(feature = "simple_icons")]
15640 Self::SIMPLE_ICONS_MATTERNET,
15641 #[cfg(feature = "simple_icons")]
15642 Self::SIMPLE_ICONS_MAX,
15643 #[cfg(feature = "simple_icons")]
15644 Self::SIMPLE_ICONS_MAXPLANCKGESELLSCHAFT,
15645 #[cfg(feature = "simple_icons")]
15646 Self::SIMPLE_ICONS_MAYTAG,
15647 #[cfg(feature = "simple_icons")]
15648 Self::SIMPLE_ICONS_MAZDA,
15649 #[cfg(feature = "simple_icons")]
15650 Self::SIMPLE_ICONS_MCAFEE,
15651 #[cfg(feature = "simple_icons")]
15652 Self::SIMPLE_ICONS_MCDONALDS,
15653 #[cfg(feature = "simple_icons")]
15654 Self::SIMPLE_ICONS_MCLAREN,
15655 #[cfg(feature = "simple_icons")]
15656 Self::SIMPLE_ICONS_MDBOOK,
15657 #[cfg(feature = "simple_icons")]
15658 Self::SIMPLE_ICONS_MDNWEBDOCS,
15659 #[cfg(feature = "simple_icons")]
15660 Self::SIMPLE_ICONS_MDX,
15661 #[cfg(feature = "simple_icons")]
15662 Self::SIMPLE_ICONS_MEDIAFIRE,
15663 #[cfg(feature = "simple_icons")]
15664 Self::SIMPLE_ICONS_MEDIAMARKT,
15665 #[cfg(feature = "simple_icons")]
15666 Self::SIMPLE_ICONS_MEDIATEK,
15667 #[cfg(feature = "simple_icons")]
15668 Self::SIMPLE_ICONS_MEDIATEMPLE,
15669 #[cfg(feature = "simple_icons")]
15670 Self::SIMPLE_ICONS_MEDIUM,
15671 #[cfg(feature = "simple_icons")]
15672 Self::SIMPLE_ICONS_MEETUP,
15673 #[cfg(feature = "simple_icons")]
15674 Self::SIMPLE_ICONS_MEGA,
15675 #[cfg(feature = "simple_icons")]
15676 Self::SIMPLE_ICONS_MENDELEY,
15677 #[cfg(feature = "simple_icons")]
15678 Self::SIMPLE_ICONS_MERCADOPAGO,
15679 #[cfg(feature = "simple_icons")]
15680 Self::SIMPLE_ICONS_MERCEDES,
15681 #[cfg(feature = "simple_icons")]
15682 Self::SIMPLE_ICONS_MERCK,
15683 #[cfg(feature = "simple_icons")]
15684 Self::SIMPLE_ICONS_MERCURIAL,
15685 #[cfg(feature = "simple_icons")]
15686 Self::SIMPLE_ICONS_MESSENGER,
15687 #[cfg(feature = "simple_icons")]
15688 Self::SIMPLE_ICONS_META,
15689 #[cfg(feature = "simple_icons")]
15690 Self::SIMPLE_ICONS_METABASE,
15691 #[cfg(feature = "simple_icons")]
15692 Self::SIMPLE_ICONS_METAFILTER,
15693 #[cfg(feature = "simple_icons")]
15694 Self::SIMPLE_ICONS_METEOR,
15695 #[cfg(feature = "simple_icons")]
15696 Self::SIMPLE_ICONS_METRO,
15697 #[cfg(feature = "simple_icons")]
15698 Self::SIMPLE_ICONS_METRODELACIUDADDEMEXICO,
15699 #[cfg(feature = "simple_icons")]
15700 Self::SIMPLE_ICONS_METRODEMADRID,
15701 #[cfg(feature = "simple_icons")]
15702 Self::SIMPLE_ICONS_METRODEPARIS,
15703 #[cfg(feature = "simple_icons")]
15704 Self::SIMPLE_ICONS_MEWE,
15705 #[cfg(feature = "simple_icons")]
15706 Self::SIMPLE_ICONS_MICROBIT,
15707 #[cfg(feature = "simple_icons")]
15708 Self::SIMPLE_ICONS_MICRODOTBLOG,
15709 #[cfg(feature = "simple_icons")]
15710 Self::SIMPLE_ICONS_MICROGENETICS,
15711 #[cfg(feature = "simple_icons")]
15712 Self::SIMPLE_ICONS_MICROPYTHON,
15713 #[cfg(feature = "simple_icons")]
15714 Self::SIMPLE_ICONS_MICROSOFT,
15715 #[cfg(feature = "simple_icons")]
15716 Self::SIMPLE_ICONS_MICROSOFTACADEMIC,
15717 #[cfg(feature = "simple_icons")]
15718 Self::SIMPLE_ICONS_MICROSOFTACCESS,
15719 #[cfg(feature = "simple_icons")]
15720 Self::SIMPLE_ICONS_MICROSOFTAZURE,
15721 #[cfg(feature = "simple_icons")]
15722 Self::SIMPLE_ICONS_MICROSOFTBING,
15723 #[cfg(feature = "simple_icons")]
15724 Self::SIMPLE_ICONS_MICROSOFTEDGE,
15725 #[cfg(feature = "simple_icons")]
15726 Self::SIMPLE_ICONS_MICROSOFTEXCEL,
15727 #[cfg(feature = "simple_icons")]
15728 Self::SIMPLE_ICONS_MICROSOFTEXCHANGE,
15729 #[cfg(feature = "simple_icons")]
15730 Self::SIMPLE_ICONS_MICROSOFTOFFICE,
15731 #[cfg(feature = "simple_icons")]
15732 Self::SIMPLE_ICONS_MICROSOFTONEDRIVE,
15733 #[cfg(feature = "simple_icons")]
15734 Self::SIMPLE_ICONS_MICROSOFTONENOTE,
15735 #[cfg(feature = "simple_icons")]
15736 Self::SIMPLE_ICONS_MICROSOFTOUTLOOK,
15737 #[cfg(feature = "simple_icons")]
15738 Self::SIMPLE_ICONS_MICROSOFTPOWERPOINT,
15739 #[cfg(feature = "simple_icons")]
15740 Self::SIMPLE_ICONS_MICROSOFTSHAREPOINT,
15741 #[cfg(feature = "simple_icons")]
15742 Self::SIMPLE_ICONS_MICROSOFTSQLSERVER,
15743 #[cfg(feature = "simple_icons")]
15744 Self::SIMPLE_ICONS_MICROSOFTTEAMS,
15745 #[cfg(feature = "simple_icons")]
15746 Self::SIMPLE_ICONS_MICROSOFTTRANSLATOR,
15747 #[cfg(feature = "simple_icons")]
15748 Self::SIMPLE_ICONS_MICROSOFTVISIO,
15749 #[cfg(feature = "simple_icons")]
15750 Self::SIMPLE_ICONS_MICROSOFTWORD,
15751 #[cfg(feature = "simple_icons")]
15752 Self::SIMPLE_ICONS_MICROSTRATEGY,
15753 #[cfg(feature = "simple_icons")]
15754 Self::SIMPLE_ICONS_MIDI,
15755 #[cfg(feature = "simple_icons")]
15756 Self::SIMPLE_ICONS_MINDS,
15757 #[cfg(feature = "simple_icons")]
15758 Self::SIMPLE_ICONS_MINECRAFT,
15759 #[cfg(feature = "simple_icons")]
15760 Self::SIMPLE_ICONS_MINETEST,
15761 #[cfg(feature = "simple_icons")]
15762 Self::SIMPLE_ICONS_MINI,
15763 #[cfg(feature = "simple_icons")]
15764 Self::SIMPLE_ICONS_MINUTEMAILER,
15765 #[cfg(feature = "simple_icons")]
15766 Self::SIMPLE_ICONS_MIRO,
15767 #[cfg(feature = "simple_icons")]
15768 Self::SIMPLE_ICONS_MITSUBISHI,
15769 #[cfg(feature = "simple_icons")]
15770 Self::SIMPLE_ICONS_MIX,
15771 #[cfg(feature = "simple_icons")]
15772 Self::SIMPLE_ICONS_MIXCLOUD,
15773 #[cfg(feature = "simple_icons")]
15774 Self::SIMPLE_ICONS_MLB,
15775 #[cfg(feature = "simple_icons")]
15776 Self::SIMPLE_ICONS_MLFLOW,
15777 #[cfg(feature = "simple_icons")]
15778 Self::SIMPLE_ICONS_MOBX,
15779 #[cfg(feature = "simple_icons")]
15780 Self::SIMPLE_ICONS_MOBXSTATETREE,
15781 #[cfg(feature = "simple_icons")]
15782 Self::SIMPLE_ICONS_MOCHA,
15783 #[cfg(feature = "simple_icons")]
15784 Self::SIMPLE_ICONS_MODIN,
15785 #[cfg(feature = "simple_icons")]
15786 Self::SIMPLE_ICONS_MODRINTH,
15787 #[cfg(feature = "simple_icons")]
15788 Self::SIMPLE_ICONS_MODX,
15789 #[cfg(feature = "simple_icons")]
15790 Self::SIMPLE_ICONS_MOJANGSTUDIOS,
15791 #[cfg(feature = "simple_icons")]
15792 Self::SIMPLE_ICONS_MOLECULER,
15793 #[cfg(feature = "simple_icons")]
15794 Self::SIMPLE_ICONS_MOMENTEO,
15795 #[cfg(feature = "simple_icons")]
15796 Self::SIMPLE_ICONS_MONERO,
15797 #[cfg(feature = "simple_icons")]
15798 Self::SIMPLE_ICONS_MONEYGRAM,
15799 #[cfg(feature = "simple_icons")]
15800 Self::SIMPLE_ICONS_MONGODB,
15801 #[cfg(feature = "simple_icons")]
15802 Self::SIMPLE_ICONS_MONICA,
15803 #[cfg(feature = "simple_icons")]
15804 Self::SIMPLE_ICONS_MONKEYTIE,
15805 #[cfg(feature = "simple_icons")]
15806 Self::SIMPLE_ICONS_MONOGAMES,
15807 #[cfg(feature = "simple_icons")]
15808 Self::SIMPLE_ICONS_MONOPRIX,
15809 #[cfg(feature = "simple_icons")]
15810 Self::SIMPLE_ICONS_MONSTER,
15811 #[cfg(feature = "simple_icons")]
15812 Self::SIMPLE_ICONS_MONZO,
15813 #[cfg(feature = "simple_icons")]
15814 Self::SIMPLE_ICONS_MOO,
15815 #[cfg(feature = "simple_icons")]
15816 Self::SIMPLE_ICONS_MOONREPO,
15817 #[cfg(feature = "simple_icons")]
15818 Self::SIMPLE_ICONS_MORRISONS,
15819 #[cfg(feature = "simple_icons")]
15820 Self::SIMPLE_ICONS_MOSCOWMETRO,
15821 #[cfg(feature = "simple_icons")]
15822 Self::SIMPLE_ICONS_MOTOROLA,
15823 #[cfg(feature = "simple_icons")]
15824 Self::SIMPLE_ICONS_MOZILLA,
15825 #[cfg(feature = "simple_icons")]
15826 Self::SIMPLE_ICONS_MQTT,
15827 #[cfg(feature = "simple_icons")]
15828 Self::SIMPLE_ICONS_MSI,
15829 #[cfg(feature = "simple_icons")]
15830 Self::SIMPLE_ICONS_MSIBUSINESS,
15831 #[cfg(feature = "simple_icons")]
15832 Self::SIMPLE_ICONS_MTA,
15833 #[cfg(feature = "simple_icons")]
15834 Self::SIMPLE_ICONS_MTR,
15835 #[cfg(feature = "simple_icons")]
15836 Self::SIMPLE_ICONS_MUI,
15837 #[cfg(feature = "simple_icons")]
15838 Self::SIMPLE_ICONS_MULESOFT,
15839 #[cfg(feature = "simple_icons")]
15840 Self::SIMPLE_ICONS_MULLER,
15841 #[cfg(feature = "simple_icons")]
15842 Self::SIMPLE_ICONS_MUMBLE,
15843 #[cfg(feature = "simple_icons")]
15844 Self::SIMPLE_ICONS_MUSESCORE,
15845 #[cfg(feature = "simple_icons")]
15846 Self::SIMPLE_ICONS_MUSICBRAINZ,
15847 #[cfg(feature = "simple_icons")]
15848 Self::SIMPLE_ICONS_MXLINUX,
15849 #[cfg(feature = "simple_icons")]
15850 Self::SIMPLE_ICONS_MYANIMELIST,
15851 #[cfg(feature = "simple_icons")]
15852 Self::SIMPLE_ICONS_MYOB,
15853 #[cfg(feature = "simple_icons")]
15854 Self::SIMPLE_ICONS_MYSPACE,
15855 #[cfg(feature = "simple_icons")]
15856 Self::SIMPLE_ICONS_MYSQL,
15857 #[cfg(feature = "simple_icons")]
15858 Self::SIMPLE_ICONS_N_26,
15859 #[cfg(feature = "simple_icons")]
15860 Self::SIMPLE_ICONS_NAMEBASE,
15861 #[cfg(feature = "simple_icons")]
15862 Self::SIMPLE_ICONS_NAMECHEAP,
15863 #[cfg(feature = "simple_icons")]
15864 Self::SIMPLE_ICONS_NANO,
15865 #[cfg(feature = "simple_icons")]
15866 Self::SIMPLE_ICONS_NASA,
15867 #[cfg(feature = "simple_icons")]
15868 Self::SIMPLE_ICONS_NATIONALGRID,
15869 #[cfg(feature = "simple_icons")]
15870 Self::SIMPLE_ICONS_NATIVESCRIPT,
15871 #[cfg(feature = "simple_icons")]
15872 Self::SIMPLE_ICONS_NAVER,
15873 #[cfg(feature = "simple_icons")]
15874 Self::SIMPLE_ICONS_NBA,
15875 #[cfg(feature = "simple_icons")]
15876 Self::SIMPLE_ICONS_NBB,
15877 #[cfg(feature = "simple_icons")]
15878 Self::SIMPLE_ICONS_NDR,
15879 #[cfg(feature = "simple_icons")]
15880 Self::SIMPLE_ICONS_NEC,
15881 #[cfg(feature = "simple_icons")]
15882 Self::SIMPLE_ICONS_NEO_4_J,
15883 #[cfg(feature = "simple_icons")]
15884 Self::SIMPLE_ICONS_NEOVIM,
15885 #[cfg(feature = "simple_icons")]
15886 Self::SIMPLE_ICONS_NESTJS,
15887 #[cfg(feature = "simple_icons")]
15888 Self::SIMPLE_ICONS_NETAPP,
15889 #[cfg(feature = "simple_icons")]
15890 Self::SIMPLE_ICONS_NETBSD,
15891 #[cfg(feature = "simple_icons")]
15892 Self::SIMPLE_ICONS_NETFLIX,
15893 #[cfg(feature = "simple_icons")]
15894 Self::SIMPLE_ICONS_NETLIFY,
15895 #[cfg(feature = "simple_icons")]
15896 Self::SIMPLE_ICONS_NETTE,
15897 #[cfg(feature = "simple_icons")]
15898 Self::SIMPLE_ICONS_NETTO,
15899 #[cfg(feature = "simple_icons")]
15900 Self::SIMPLE_ICONS_NEUTRALINOJS,
15901 #[cfg(feature = "simple_icons")]
15902 Self::SIMPLE_ICONS_NEWBALANCE,
15903 #[cfg(feature = "simple_icons")]
15904 Self::SIMPLE_ICONS_NEWJAPANPROWRESTLING,
15905 #[cfg(feature = "simple_icons")]
15906 Self::SIMPLE_ICONS_NEWRELIC,
15907 #[cfg(feature = "simple_icons")]
15908 Self::SIMPLE_ICONS_NEWYORKTIMES,
15909 #[cfg(feature = "simple_icons")]
15910 Self::SIMPLE_ICONS_NEXTBILLIONDOTAI,
15911 #[cfg(feature = "simple_icons")]
15912 Self::SIMPLE_ICONS_NEXTCLOUD,
15913 #[cfg(feature = "simple_icons")]
15914 Self::SIMPLE_ICONS_NEXTDOOR,
15915 #[cfg(feature = "simple_icons")]
15916 Self::SIMPLE_ICONS_NEXTDOTJS,
15917 #[cfg(feature = "simple_icons")]
15918 Self::SIMPLE_ICONS_NFC,
15919 #[cfg(feature = "simple_icons")]
15920 Self::SIMPLE_ICONS_NGINX,
15921 #[cfg(feature = "simple_icons")]
15922 Self::SIMPLE_ICONS_NGROK,
15923 #[cfg(feature = "simple_icons")]
15924 Self::SIMPLE_ICONS_NICONICO,
15925 #[cfg(feature = "simple_icons")]
15926 Self::SIMPLE_ICONS_NIKE,
15927 #[cfg(feature = "simple_icons")]
15928 Self::SIMPLE_ICONS_NIM,
15929 #[cfg(feature = "simple_icons")]
15930 Self::SIMPLE_ICONS_NINTENDO,
15931 #[cfg(feature = "simple_icons")]
15932 Self::SIMPLE_ICONS_NINTENDO_3_DS,
15933 #[cfg(feature = "simple_icons")]
15934 Self::SIMPLE_ICONS_NINTENDOGAMECUBE,
15935 #[cfg(feature = "simple_icons")]
15936 Self::SIMPLE_ICONS_NINTENDONETWORK,
15937 #[cfg(feature = "simple_icons")]
15938 Self::SIMPLE_ICONS_NINTENDOSWITCH,
15939 #[cfg(feature = "simple_icons")]
15940 Self::SIMPLE_ICONS_NISSAN,
15941 #[cfg(feature = "simple_icons")]
15942 Self::SIMPLE_ICONS_NIXOS,
15943 #[cfg(feature = "simple_icons")]
15944 Self::SIMPLE_ICONS_NODEDOTJS,
15945 #[cfg(feature = "simple_icons")]
15946 Self::SIMPLE_ICONS_NODEMON,
15947 #[cfg(feature = "simple_icons")]
15948 Self::SIMPLE_ICONS_NODERED,
15949 #[cfg(feature = "simple_icons")]
15950 Self::SIMPLE_ICONS_NOKIA,
15951 #[cfg(feature = "simple_icons")]
15952 Self::SIMPLE_ICONS_NORCO,
15953 #[cfg(feature = "simple_icons")]
15954 Self::SIMPLE_ICONS_NORDVPN,
15955 #[cfg(feature = "simple_icons")]
15956 Self::SIMPLE_ICONS_NORWEGIAN,
15957 #[cfg(feature = "simple_icons")]
15958 Self::SIMPLE_ICONS_NOTEPADPLUSPLUS,
15959 #[cfg(feature = "simple_icons")]
15960 Self::SIMPLE_ICONS_NOTION,
15961 #[cfg(feature = "simple_icons")]
15962 Self::SIMPLE_ICONS_NOTIST,
15963 #[cfg(feature = "simple_icons")]
15964 Self::SIMPLE_ICONS_NOUNPROJECT,
15965 #[cfg(feature = "simple_icons")]
15966 Self::SIMPLE_ICONS_NOVU,
15967 #[cfg(feature = "simple_icons")]
15968 Self::SIMPLE_ICONS_NOW,
15969 #[cfg(feature = "simple_icons")]
15970 Self::SIMPLE_ICONS_NPM,
15971 #[cfg(feature = "simple_icons")]
15972 Self::SIMPLE_ICONS_NRWL,
15973 #[cfg(feature = "simple_icons")]
15974 Self::SIMPLE_ICONS_NUBANK,
15975 #[cfg(feature = "simple_icons")]
15976 Self::SIMPLE_ICONS_NUCLEO,
15977 #[cfg(feature = "simple_icons")]
15978 Self::SIMPLE_ICONS_NUGET,
15979 #[cfg(feature = "simple_icons")]
15980 Self::SIMPLE_ICONS_NUKE,
15981 #[cfg(feature = "simple_icons")]
15982 Self::SIMPLE_ICONS_NUMBA,
15983 #[cfg(feature = "simple_icons")]
15984 Self::SIMPLE_ICONS_NUMPY,
15985 #[cfg(feature = "simple_icons")]
15986 Self::SIMPLE_ICONS_NUNJUCKS,
15987 #[cfg(feature = "simple_icons")]
15988 Self::SIMPLE_ICONS_NUTANIX,
15989 #[cfg(feature = "simple_icons")]
15990 Self::SIMPLE_ICONS_NUXTDOTJS,
15991 #[cfg(feature = "simple_icons")]
15992 Self::SIMPLE_ICONS_NVIDIA,
15993 #[cfg(feature = "simple_icons")]
15994 Self::SIMPLE_ICONS_NX,
15995 #[cfg(feature = "simple_icons")]
15996 Self::SIMPLE_ICONS_NZXT,
15997 #[cfg(feature = "simple_icons")]
15998 Self::SIMPLE_ICONS_OBSERVABLE,
15999 #[cfg(feature = "simple_icons")]
16000 Self::SIMPLE_ICONS_OBSIDIAN,
16001 #[cfg(feature = "simple_icons")]
16002 Self::SIMPLE_ICONS_OBSSTUDIO,
16003 #[cfg(feature = "simple_icons")]
16004 Self::SIMPLE_ICONS_OCAML,
16005 #[cfg(feature = "simple_icons")]
16006 Self::SIMPLE_ICONS_OCTANERENDER,
16007 #[cfg(feature = "simple_icons")]
16008 Self::SIMPLE_ICONS_OCTAVE,
16009 #[cfg(feature = "simple_icons")]
16010 Self::SIMPLE_ICONS_OCTOPRINT,
16011 #[cfg(feature = "simple_icons")]
16012 Self::SIMPLE_ICONS_OCTOPUSDEPLOY,
16013 #[cfg(feature = "simple_icons")]
16014 Self::SIMPLE_ICONS_OCULUS,
16015 #[cfg(feature = "simple_icons")]
16016 Self::SIMPLE_ICONS_ODNOKLASSNIKI,
16017 #[cfg(feature = "simple_icons")]
16018 Self::SIMPLE_ICONS_ODYSEE,
16019 #[cfg(feature = "simple_icons")]
16020 Self::SIMPLE_ICONS_OHDEAR,
16021 #[cfg(feature = "simple_icons")]
16022 Self::SIMPLE_ICONS_OKCUPID,
16023 #[cfg(feature = "simple_icons")]
16024 Self::SIMPLE_ICONS_OKTA,
16025 #[cfg(feature = "simple_icons")]
16026 Self::SIMPLE_ICONS_ONEPLUS,
16027 #[cfg(feature = "simple_icons")]
16028 Self::SIMPLE_ICONS_ONLYFANS,
16029 #[cfg(feature = "simple_icons")]
16030 Self::SIMPLE_ICONS_ONLYOFFICE,
16031 #[cfg(feature = "simple_icons")]
16032 Self::SIMPLE_ICONS_ONNX,
16033 #[cfg(feature = "simple_icons")]
16034 Self::SIMPLE_ICONS_ONSTAR,
16035 #[cfg(feature = "simple_icons")]
16036 Self::SIMPLE_ICONS_OPEL,
16037 #[cfg(feature = "simple_icons")]
16038 Self::SIMPLE_ICONS_OPENACCESS,
16039 #[cfg(feature = "simple_icons")]
16040 Self::SIMPLE_ICONS_OPENAI,
16041 #[cfg(feature = "simple_icons")]
16042 Self::SIMPLE_ICONS_OPENAIGYM,
16043 #[cfg(feature = "simple_icons")]
16044 Self::SIMPLE_ICONS_OPENAPIINITIATIVE,
16045 #[cfg(feature = "simple_icons")]
16046 Self::SIMPLE_ICONS_OPENBADGES,
16047 #[cfg(feature = "simple_icons")]
16048 Self::SIMPLE_ICONS_OPENBSD,
16049 #[cfg(feature = "simple_icons")]
16050 Self::SIMPLE_ICONS_OPENBUGBOUNTY,
16051 #[cfg(feature = "simple_icons")]
16052 Self::SIMPLE_ICONS_OPENCOLLECTIVE,
16053 #[cfg(feature = "simple_icons")]
16054 Self::SIMPLE_ICONS_OPENCONTAINERSINITIATIVE,
16055 #[cfg(feature = "simple_icons")]
16056 Self::SIMPLE_ICONS_OPENCV,
16057 #[cfg(feature = "simple_icons")]
16058 Self::SIMPLE_ICONS_OPENFAAS,
16059 #[cfg(feature = "simple_icons")]
16060 Self::SIMPLE_ICONS_OPENGL,
16061 #[cfg(feature = "simple_icons")]
16062 Self::SIMPLE_ICONS_OPENID,
16063 #[cfg(feature = "simple_icons")]
16064 Self::SIMPLE_ICONS_OPENJDK,
16065 #[cfg(feature = "simple_icons")]
16066 Self::SIMPLE_ICONS_OPENLAYERS,
16067 #[cfg(feature = "simple_icons")]
16068 Self::SIMPLE_ICONS_OPENMINED,
16069 #[cfg(feature = "simple_icons")]
16070 Self::SIMPLE_ICONS_OPENNEBULA,
16071 #[cfg(feature = "simple_icons")]
16072 Self::SIMPLE_ICONS_OPENPROJECT,
16073 #[cfg(feature = "simple_icons")]
16074 Self::SIMPLE_ICONS_OPENSEA,
16075 #[cfg(feature = "simple_icons")]
16076 Self::SIMPLE_ICONS_OPENSEARCH,
16077 #[cfg(feature = "simple_icons")]
16078 Self::SIMPLE_ICONS_OPENSOURCEINITIATIVE,
16079 #[cfg(feature = "simple_icons")]
16080 Self::SIMPLE_ICONS_OPENSSL,
16081 #[cfg(feature = "simple_icons")]
16082 Self::SIMPLE_ICONS_OPENSTACK,
16083 #[cfg(feature = "simple_icons")]
16084 Self::SIMPLE_ICONS_OPENSTREETMAP,
16085 #[cfg(feature = "simple_icons")]
16086 Self::SIMPLE_ICONS_OPENSUSE,
16087 #[cfg(feature = "simple_icons")]
16088 Self::SIMPLE_ICONS_OPENTELEMETRY,
16089 #[cfg(feature = "simple_icons")]
16090 Self::SIMPLE_ICONS_OPENVERSE,
16091 #[cfg(feature = "simple_icons")]
16092 Self::SIMPLE_ICONS_OPENVPN,
16093 #[cfg(feature = "simple_icons")]
16094 Self::SIMPLE_ICONS_OPENWRT,
16095 #[cfg(feature = "simple_icons")]
16096 Self::SIMPLE_ICONS_OPENZEPPELIN,
16097 #[cfg(feature = "simple_icons")]
16098 Self::SIMPLE_ICONS_OPENZFS,
16099 #[cfg(feature = "simple_icons")]
16100 Self::SIMPLE_ICONS_OPERA,
16101 #[cfg(feature = "simple_icons")]
16102 Self::SIMPLE_ICONS_OPNSENSE,
16103 #[cfg(feature = "simple_icons")]
16104 Self::SIMPLE_ICONS_OPSGENIE,
16105 #[cfg(feature = "simple_icons")]
16106 Self::SIMPLE_ICONS_OPSLEVEL,
16107 #[cfg(feature = "simple_icons")]
16108 Self::SIMPLE_ICONS_ORACLE,
16109 #[cfg(feature = "simple_icons")]
16110 Self::SIMPLE_ICONS_ORCID,
16111 #[cfg(feature = "simple_icons")]
16112 Self::SIMPLE_ICONS_OREILLY,
16113 #[cfg(feature = "simple_icons")]
16114 Self::SIMPLE_ICONS_ORG,
16115 #[cfg(feature = "simple_icons")]
16116 Self::SIMPLE_ICONS_ORIGIN,
16117 #[cfg(feature = "simple_icons")]
16118 Self::SIMPLE_ICONS_OSANO,
16119 #[cfg(feature = "simple_icons")]
16120 Self::SIMPLE_ICONS_OSHKOSH,
16121 #[cfg(feature = "simple_icons")]
16122 Self::SIMPLE_ICONS_OSMC,
16123 #[cfg(feature = "simple_icons")]
16124 Self::SIMPLE_ICONS_OSU,
16125 #[cfg(feature = "simple_icons")]
16126 Self::SIMPLE_ICONS_OTTO,
16127 #[cfg(feature = "simple_icons")]
16128 Self::SIMPLE_ICONS_OVERCAST,
16129 #[cfg(feature = "simple_icons")]
16130 Self::SIMPLE_ICONS_OVERLEAF,
16131 #[cfg(feature = "simple_icons")]
16132 Self::SIMPLE_ICONS_OVH,
16133 #[cfg(feature = "simple_icons")]
16134 Self::SIMPLE_ICONS_OWASP,
16135 #[cfg(feature = "simple_icons")]
16136 Self::SIMPLE_ICONS_OXYGEN,
16137 #[cfg(feature = "simple_icons")]
16138 Self::SIMPLE_ICONS_OYO,
16139 #[cfg(feature = "simple_icons")]
16140 Self::SIMPLE_ICONS_P_5_DOTJS,
16141 #[cfg(feature = "simple_icons")]
16142 Self::SIMPLE_ICONS_PACKAGIST,
16143 #[cfg(feature = "simple_icons")]
16144 Self::SIMPLE_ICONS_PACKER,
16145 #[cfg(feature = "simple_icons")]
16146 Self::SIMPLE_ICONS_PADDYPOWER,
16147 #[cfg(feature = "simple_icons")]
16148 Self::SIMPLE_ICONS_PAGEKIT,
16149 #[cfg(feature = "simple_icons")]
16150 Self::SIMPLE_ICONS_PAGERDUTY,
16151 #[cfg(feature = "simple_icons")]
16152 Self::SIMPLE_ICONS_PAGESPEEDINSIGHTS,
16153 #[cfg(feature = "simple_icons")]
16154 Self::SIMPLE_ICONS_PAGSEGURO,
16155 #[cfg(feature = "simple_icons")]
16156 Self::SIMPLE_ICONS_PALANTIR,
16157 #[cfg(feature = "simple_icons")]
16158 Self::SIMPLE_ICONS_PALOALTOSOFTWARE,
16159 #[cfg(feature = "simple_icons")]
16160 Self::SIMPLE_ICONS_PANDAS,
16161 #[cfg(feature = "simple_icons")]
16162 Self::SIMPLE_ICONS_PANDORA,
16163 #[cfg(feature = "simple_icons")]
16164 Self::SIMPLE_ICONS_PANTHEON,
16165 #[cfg(feature = "simple_icons")]
16166 Self::SIMPLE_ICONS_PAPERSPACE,
16167 #[cfg(feature = "simple_icons")]
16168 Self::SIMPLE_ICONS_PARITYSUBSTRATE,
16169 #[cfg(feature = "simple_icons")]
16170 Self::SIMPLE_ICONS_PARSEDOTLY,
16171 #[cfg(feature = "simple_icons")]
16172 Self::SIMPLE_ICONS_PASSPORT,
16173 #[cfg(feature = "simple_icons")]
16174 Self::SIMPLE_ICONS_PASTEBIN,
16175 #[cfg(feature = "simple_icons")]
16176 Self::SIMPLE_ICONS_PATREON,
16177 #[cfg(feature = "simple_icons")]
16178 Self::SIMPLE_ICONS_PAYONEER,
16179 #[cfg(feature = "simple_icons")]
16180 Self::SIMPLE_ICONS_PAYPAL,
16181 #[cfg(feature = "simple_icons")]
16182 Self::SIMPLE_ICONS_PAYTM,
16183 #[cfg(feature = "simple_icons")]
16184 Self::SIMPLE_ICONS_PCGAMINGWIKI,
16185 #[cfg(feature = "simple_icons")]
16186 Self::SIMPLE_ICONS_PEAKDESIGN,
16187 #[cfg(feature = "simple_icons")]
16188 Self::SIMPLE_ICONS_PEERTUBE,
16189 #[cfg(feature = "simple_icons")]
16190 Self::SIMPLE_ICONS_PEGASUSAIRLINES,
16191 #[cfg(feature = "simple_icons")]
16192 Self::SIMPLE_ICONS_PELICAN,
16193 #[cfg(feature = "simple_icons")]
16194 Self::SIMPLE_ICONS_PELOTON,
16195 #[cfg(feature = "simple_icons")]
16196 Self::SIMPLE_ICONS_PENNY,
16197 #[cfg(feature = "simple_icons")]
16198 Self::SIMPLE_ICONS_PENPOT,
16199 #[cfg(feature = "simple_icons")]
16200 Self::SIMPLE_ICONS_PEPSI,
16201 #[cfg(feature = "simple_icons")]
16202 Self::SIMPLE_ICONS_PERCY,
16203 #[cfg(feature = "simple_icons")]
16204 Self::SIMPLE_ICONS_PERFORCE,
16205 #[cfg(feature = "simple_icons")]
16206 Self::SIMPLE_ICONS_PERL,
16207 #[cfg(feature = "simple_icons")]
16208 Self::SIMPLE_ICONS_PERSISTENT,
16209 #[cfg(feature = "simple_icons")]
16210 Self::SIMPLE_ICONS_PERSONIO,
16211 #[cfg(feature = "simple_icons")]
16212 Self::SIMPLE_ICONS_PETSATHOME,
16213 #[cfg(feature = "simple_icons")]
16214 Self::SIMPLE_ICONS_PEUGEOT,
16215 #[cfg(feature = "simple_icons")]
16216 Self::SIMPLE_ICONS_PEXELS,
16217 #[cfg(feature = "simple_icons")]
16218 Self::SIMPLE_ICONS_PFSENSE,
16219 #[cfg(feature = "simple_icons")]
16220 Self::SIMPLE_ICONS_PHABRICATOR,
16221 #[cfg(feature = "simple_icons")]
16222 Self::SIMPLE_ICONS_PHILIPSHUE,
16223 #[cfg(feature = "simple_icons")]
16224 Self::SIMPLE_ICONS_PHONEPE,
16225 #[cfg(feature = "simple_icons")]
16226 Self::SIMPLE_ICONS_PHOTOBUCKET,
16227 #[cfg(feature = "simple_icons")]
16228 Self::SIMPLE_ICONS_PHOTOCROWD,
16229 #[cfg(feature = "simple_icons")]
16230 Self::SIMPLE_ICONS_PHOTOPEA,
16231 #[cfg(feature = "simple_icons")]
16232 Self::SIMPLE_ICONS_PHP,
16233 #[cfg(feature = "simple_icons")]
16234 Self::SIMPLE_ICONS_PHPMYADMIN,
16235 #[cfg(feature = "simple_icons")]
16236 Self::SIMPLE_ICONS_PHPSTORM,
16237 #[cfg(feature = "simple_icons")]
16238 Self::SIMPLE_ICONS_PICARDSURGELES,
16239 #[cfg(feature = "simple_icons")]
16240 Self::SIMPLE_ICONS_PICARTODOTTV,
16241 #[cfg(feature = "simple_icons")]
16242 Self::SIMPLE_ICONS_PICNIC,
16243 #[cfg(feature = "simple_icons")]
16244 Self::SIMPLE_ICONS_PICPAY,
16245 #[cfg(feature = "simple_icons")]
16246 Self::SIMPLE_ICONS_PIHOLE,
16247 #[cfg(feature = "simple_icons")]
16248 Self::SIMPLE_ICONS_PIMCORE,
16249 #[cfg(feature = "simple_icons")]
16250 Self::SIMPLE_ICONS_PINBOARD,
16251 #[cfg(feature = "simple_icons")]
16252 Self::SIMPLE_ICONS_PINGDOM,
16253 #[cfg(feature = "simple_icons")]
16254 Self::SIMPLE_ICONS_PINTEREST,
16255 #[cfg(feature = "simple_icons")]
16256 Self::SIMPLE_ICONS_PIONEERDJ,
16257 #[cfg(feature = "simple_icons")]
16258 Self::SIMPLE_ICONS_PIVOTALTRACKER,
16259 #[cfg(feature = "simple_icons")]
16260 Self::SIMPLE_ICONS_PIWIGO,
16261 #[cfg(feature = "simple_icons")]
16262 Self::SIMPLE_ICONS_PIX,
16263 #[cfg(feature = "simple_icons")]
16264 Self::SIMPLE_ICONS_PIXABAY,
16265 #[cfg(feature = "simple_icons")]
16266 Self::SIMPLE_ICONS_PIXIV,
16267 #[cfg(feature = "simple_icons")]
16268 Self::SIMPLE_ICONS_PKGSRC,
16269 #[cfg(feature = "simple_icons")]
16270 Self::SIMPLE_ICONS_PLANET,
16271 #[cfg(feature = "simple_icons")]
16272 Self::SIMPLE_ICONS_PLANETSCALE,
16273 #[cfg(feature = "simple_icons")]
16274 Self::SIMPLE_ICONS_PLANGRID,
16275 #[cfg(feature = "simple_icons")]
16276 Self::SIMPLE_ICONS_PLATFORMDOTSH,
16277 #[cfg(feature = "simple_icons")]
16278 Self::SIMPLE_ICONS_PLATZI,
16279 #[cfg(feature = "simple_icons")]
16280 Self::SIMPLE_ICONS_PLAUSIBLEANALYTICS,
16281 #[cfg(feature = "simple_icons")]
16282 Self::SIMPLE_ICONS_PLAYCANVAS,
16283 #[cfg(feature = "simple_icons")]
16284 Self::SIMPLE_ICONS_PLAYERDOTME,
16285 #[cfg(feature = "simple_icons")]
16286 Self::SIMPLE_ICONS_PLAYERFM,
16287 #[cfg(feature = "simple_icons")]
16288 Self::SIMPLE_ICONS_PLAYSTATION,
16289 #[cfg(feature = "simple_icons")]
16290 Self::SIMPLE_ICONS_PLAYSTATION_2,
16291 #[cfg(feature = "simple_icons")]
16292 Self::SIMPLE_ICONS_PLAYSTATION_3,
16293 #[cfg(feature = "simple_icons")]
16294 Self::SIMPLE_ICONS_PLAYSTATION_4,
16295 #[cfg(feature = "simple_icons")]
16296 Self::SIMPLE_ICONS_PLAYSTATION_5,
16297 #[cfg(feature = "simple_icons")]
16298 Self::SIMPLE_ICONS_PLAYSTATIONVITA,
16299 #[cfg(feature = "simple_icons")]
16300 Self::SIMPLE_ICONS_PLAYWRIGHT,
16301 #[cfg(feature = "simple_icons")]
16302 Self::SIMPLE_ICONS_PLEROMA,
16303 #[cfg(feature = "simple_icons")]
16304 Self::SIMPLE_ICONS_PLESK,
16305 #[cfg(feature = "simple_icons")]
16306 Self::SIMPLE_ICONS_PLEX,
16307 #[cfg(feature = "simple_icons")]
16308 Self::SIMPLE_ICONS_PLOTLY,
16309 #[cfg(feature = "simple_icons")]
16310 Self::SIMPLE_ICONS_PLURALSIGHT,
16311 #[cfg(feature = "simple_icons")]
16312 Self::SIMPLE_ICONS_PLURK,
16313 #[cfg(feature = "simple_icons")]
16314 Self::SIMPLE_ICONS_PLUSCODES,
16315 #[cfg(feature = "simple_icons")]
16316 Self::SIMPLE_ICONS_PM_2,
16317 #[cfg(feature = "simple_icons")]
16318 Self::SIMPLE_ICONS_PNPM,
16319 #[cfg(feature = "simple_icons")]
16320 Self::SIMPLE_ICONS_POCKET,
16321 #[cfg(feature = "simple_icons")]
16322 Self::SIMPLE_ICONS_POCKETBASE,
16323 #[cfg(feature = "simple_icons")]
16324 Self::SIMPLE_ICONS_POCKETCASTS,
16325 #[cfg(feature = "simple_icons")]
16326 Self::SIMPLE_ICONS_PODCASTADDICT,
16327 #[cfg(feature = "simple_icons")]
16328 Self::SIMPLE_ICONS_PODMAN,
16329 #[cfg(feature = "simple_icons")]
16330 Self::SIMPLE_ICONS_POETRY,
16331 #[cfg(feature = "simple_icons")]
16332 Self::SIMPLE_ICONS_POINTY,
16333 #[cfg(feature = "simple_icons")]
16334 Self::SIMPLE_ICONS_POKEMON,
16335 #[cfg(feature = "simple_icons")]
16336 Self::SIMPLE_ICONS_POLARS,
16337 #[cfg(feature = "simple_icons")]
16338 Self::SIMPLE_ICONS_POLKADOT,
16339 #[cfg(feature = "simple_icons")]
16340 Self::SIMPLE_ICONS_POLY,
16341 #[cfg(feature = "simple_icons")]
16342 Self::SIMPLE_ICONS_POLYMERPROJECT,
16343 #[cfg(feature = "simple_icons")]
16344 Self::SIMPLE_ICONS_POLYWORK,
16345 #[cfg(feature = "simple_icons")]
16346 Self::SIMPLE_ICONS_POPOS,
16347 #[cfg(feature = "simple_icons")]
16348 Self::SIMPLE_ICONS_PORSCHE,
16349 #[cfg(feature = "simple_icons")]
16350 Self::SIMPLE_ICONS_PORTAINER,
16351 #[cfg(feature = "simple_icons")]
16352 Self::SIMPLE_ICONS_POSTCSS,
16353 #[cfg(feature = "simple_icons")]
16354 Self::SIMPLE_ICONS_POSTGRESQL,
16355 #[cfg(feature = "simple_icons")]
16356 Self::SIMPLE_ICONS_POSTMAN,
16357 #[cfg(feature = "simple_icons")]
16358 Self::SIMPLE_ICONS_POSTMATES,
16359 #[cfg(feature = "simple_icons")]
16360 Self::SIMPLE_ICONS_POWERAPPS,
16361 #[cfg(feature = "simple_icons")]
16362 Self::SIMPLE_ICONS_POWERAUTOMATE,
16363 #[cfg(feature = "simple_icons")]
16364 Self::SIMPLE_ICONS_POWERBI,
16365 #[cfg(feature = "simple_icons")]
16366 Self::SIMPLE_ICONS_POWERFX,
16367 #[cfg(feature = "simple_icons")]
16368 Self::SIMPLE_ICONS_POWERPAGES,
16369 #[cfg(feature = "simple_icons")]
16370 Self::SIMPLE_ICONS_POWERS,
16371 #[cfg(feature = "simple_icons")]
16372 Self::SIMPLE_ICONS_POWERSHELL,
16373 #[cfg(feature = "simple_icons")]
16374 Self::SIMPLE_ICONS_POWERVIRTUALAGENTS,
16375 #[cfg(feature = "simple_icons")]
16376 Self::SIMPLE_ICONS_PRDOTCO,
16377 #[cfg(feature = "simple_icons")]
16378 Self::SIMPLE_ICONS_PREACT,
16379 #[cfg(feature = "simple_icons")]
16380 Self::SIMPLE_ICONS_PRECOMMIT,
16381 #[cfg(feature = "simple_icons")]
16382 Self::SIMPLE_ICONS_PREMIERLEAGUE,
16383 #[cfg(feature = "simple_icons")]
16384 Self::SIMPLE_ICONS_PRESTASHOP,
16385 #[cfg(feature = "simple_icons")]
16386 Self::SIMPLE_ICONS_PRESTO,
16387 #[cfg(feature = "simple_icons")]
16388 Self::SIMPLE_ICONS_PRETTIER,
16389 #[cfg(feature = "simple_icons")]
16390 Self::SIMPLE_ICONS_PREVENTION,
16391 #[cfg(feature = "simple_icons")]
16392 Self::SIMPLE_ICONS_PREZI,
16393 #[cfg(feature = "simple_icons")]
16394 Self::SIMPLE_ICONS_PRIME,
16395 #[cfg(feature = "simple_icons")]
16396 Self::SIMPLE_ICONS_PRIMEVIDEO,
16397 #[cfg(feature = "simple_icons")]
16398 Self::SIMPLE_ICONS_PRISMA,
16399 #[cfg(feature = "simple_icons")]
16400 Self::SIMPLE_ICONS_PRISMIC,
16401 #[cfg(feature = "simple_icons")]
16402 Self::SIMPLE_ICONS_PRIVATEINTERNETACCESS,
16403 #[cfg(feature = "simple_icons")]
16404 Self::SIMPLE_ICONS_PROBOT,
16405 #[cfg(feature = "simple_icons")]
16406 Self::SIMPLE_ICONS_PROCESSINGFOUNDATION,
16407 #[cfg(feature = "simple_icons")]
16408 Self::SIMPLE_ICONS_PROCESSWIRE,
16409 #[cfg(feature = "simple_icons")]
16410 Self::SIMPLE_ICONS_PRODUCTHUNT,
16411 #[cfg(feature = "simple_icons")]
16412 Self::SIMPLE_ICONS_PROGATE,
16413 #[cfg(feature = "simple_icons")]
16414 Self::SIMPLE_ICONS_PROGRESS,
16415 #[cfg(feature = "simple_icons")]
16416 Self::SIMPLE_ICONS_PROMETHEUS,
16417 #[cfg(feature = "simple_icons")]
16418 Self::SIMPLE_ICONS_PROSIEBEN,
16419 #[cfg(feature = "simple_icons")]
16420 Self::SIMPLE_ICONS_PROTOCOLSDOTIO,
16421 #[cfg(feature = "simple_icons")]
16422 Self::SIMPLE_ICONS_PROTODOTIO,
16423 #[cfg(feature = "simple_icons")]
16424 Self::SIMPLE_ICONS_PROTONDB,
16425 #[cfg(feature = "simple_icons")]
16426 Self::SIMPLE_ICONS_PROTONMAIL,
16427 #[cfg(feature = "simple_icons")]
16428 Self::SIMPLE_ICONS_PROTONVPN,
16429 #[cfg(feature = "simple_icons")]
16430 Self::SIMPLE_ICONS_PROTOOLS,
16431 #[cfg(feature = "simple_icons")]
16432 Self::SIMPLE_ICONS_PROTRACTOR,
16433 #[cfg(feature = "simple_icons")]
16434 Self::SIMPLE_ICONS_PROXMOX,
16435 #[cfg(feature = "simple_icons")]
16436 Self::SIMPLE_ICONS_PUBG,
16437 #[cfg(feature = "simple_icons")]
16438 Self::SIMPLE_ICONS_PUBLONS,
16439 #[cfg(feature = "simple_icons")]
16440 Self::SIMPLE_ICONS_PUBMED,
16441 #[cfg(feature = "simple_icons")]
16442 Self::SIMPLE_ICONS_PUG,
16443 #[cfg(feature = "simple_icons")]
16444 Self::SIMPLE_ICONS_PULUMI,
16445 #[cfg(feature = "simple_icons")]
16446 Self::SIMPLE_ICONS_PUMA,
16447 #[cfg(feature = "simple_icons")]
16448 Self::SIMPLE_ICONS_PUPPET,
16449 #[cfg(feature = "simple_icons")]
16450 Self::SIMPLE_ICONS_PUPPETEER,
16451 #[cfg(feature = "simple_icons")]
16452 Self::SIMPLE_ICONS_PURESCRIPT,
16453 #[cfg(feature = "simple_icons")]
16454 Self::SIMPLE_ICONS_PURGECSS,
16455 #[cfg(feature = "simple_icons")]
16456 Self::SIMPLE_ICONS_PURISM,
16457 #[cfg(feature = "simple_icons")]
16458 Self::SIMPLE_ICONS_PUSHER,
16459 #[cfg(feature = "simple_icons")]
16460 Self::SIMPLE_ICONS_PWA,
16461 #[cfg(feature = "simple_icons")]
16462 Self::SIMPLE_ICONS_PYCHARM,
16463 #[cfg(feature = "simple_icons")]
16464 Self::SIMPLE_ICONS_PYG,
16465 #[cfg(feature = "simple_icons")]
16466 Self::SIMPLE_ICONS_PYPI,
16467 #[cfg(feature = "simple_icons")]
16468 Self::SIMPLE_ICONS_PYPY,
16469 #[cfg(feature = "simple_icons")]
16470 Self::SIMPLE_ICONS_PYSCAFFOLD,
16471 #[cfg(feature = "simple_icons")]
16472 Self::SIMPLE_ICONS_PYSYFT,
16473 #[cfg(feature = "simple_icons")]
16474 Self::SIMPLE_ICONS_PYTEST,
16475 #[cfg(feature = "simple_icons")]
16476 Self::SIMPLE_ICONS_PYTHON,
16477 #[cfg(feature = "simple_icons")]
16478 Self::SIMPLE_ICONS_PYTORCH,
16479 #[cfg(feature = "simple_icons")]
16480 Self::SIMPLE_ICONS_PYTORCHLIGHTNING,
16481 #[cfg(feature = "simple_icons")]
16482 Self::SIMPLE_ICONS_PYUP,
16483 #[cfg(feature = "simple_icons")]
16484 Self::SIMPLE_ICONS_QANTAS,
16485 #[cfg(feature = "simple_icons")]
16486 Self::SIMPLE_ICONS_QATARAIRWAYS,
16487 #[cfg(feature = "simple_icons")]
16488 Self::SIMPLE_ICONS_QEMU,
16489 #[cfg(feature = "simple_icons")]
16490 Self::SIMPLE_ICONS_QGIS,
16491 #[cfg(feature = "simple_icons")]
16492 Self::SIMPLE_ICONS_QI,
16493 #[cfg(feature = "simple_icons")]
16494 Self::SIMPLE_ICONS_QIITA,
16495 #[cfg(feature = "simple_icons")]
16496 Self::SIMPLE_ICONS_QISKIT,
16497 #[cfg(feature = "simple_icons")]
16498 Self::SIMPLE_ICONS_QIWI,
16499 #[cfg(feature = "simple_icons")]
16500 Self::SIMPLE_ICONS_QMK,
16501 #[cfg(feature = "simple_icons")]
16502 Self::SIMPLE_ICONS_QT,
16503 #[cfg(feature = "simple_icons")]
16504 Self::SIMPLE_ICONS_QUALCOMM,
16505 #[cfg(feature = "simple_icons")]
16506 Self::SIMPLE_ICONS_QUALTRICS,
16507 #[cfg(feature = "simple_icons")]
16508 Self::SIMPLE_ICONS_QUALYS,
16509 #[cfg(feature = "simple_icons")]
16510 Self::SIMPLE_ICONS_QUANTCAST,
16511 #[cfg(feature = "simple_icons")]
16512 Self::SIMPLE_ICONS_QUANTCONNECT,
16513 #[cfg(feature = "simple_icons")]
16514 Self::SIMPLE_ICONS_QUARKUS,
16515 #[cfg(feature = "simple_icons")]
16516 Self::SIMPLE_ICONS_QUASAR,
16517 #[cfg(feature = "simple_icons")]
16518 Self::SIMPLE_ICONS_QUBESOS,
16519 #[cfg(feature = "simple_icons")]
16520 Self::SIMPLE_ICONS_QUEST,
16521 #[cfg(feature = "simple_icons")]
16522 Self::SIMPLE_ICONS_QUICKBOOKS,
16523 #[cfg(feature = "simple_icons")]
16524 Self::SIMPLE_ICONS_QUICKLOOK,
16525 #[cfg(feature = "simple_icons")]
16526 Self::SIMPLE_ICONS_QUICKTIME,
16527 #[cfg(feature = "simple_icons")]
16528 Self::SIMPLE_ICONS_QUIP,
16529 #[cfg(feature = "simple_icons")]
16530 Self::SIMPLE_ICONS_QUORA,
16531 #[cfg(feature = "simple_icons")]
16532 Self::SIMPLE_ICONS_QWIKLABS,
16533 #[cfg(feature = "simple_icons")]
16534 Self::SIMPLE_ICONS_QZONE,
16535 #[cfg(feature = "simple_icons")]
16536 Self::SIMPLE_ICONS_R,
16537 #[cfg(feature = "simple_icons")]
16538 Self::SIMPLE_ICONS_R_3,
16539 #[cfg(feature = "simple_icons")]
16540 Self::SIMPLE_ICONS_RABBITMQ,
16541 #[cfg(feature = "simple_icons")]
16542 Self::SIMPLE_ICONS_RACKET,
16543 #[cfg(feature = "simple_icons")]
16544 Self::SIMPLE_ICONS_RADAR,
16545 #[cfg(feature = "simple_icons")]
16546 Self::SIMPLE_ICONS_RADIOPUBLIC,
16547 #[cfg(feature = "simple_icons")]
16548 Self::SIMPLE_ICONS_RAILWAY,
16549 #[cfg(feature = "simple_icons")]
16550 Self::SIMPLE_ICONS_RAINMETER,
16551 #[cfg(feature = "simple_icons")]
16552 Self::SIMPLE_ICONS_RAKUTEN,
16553 #[cfg(feature = "simple_icons")]
16554 Self::SIMPLE_ICONS_RAM,
16555 #[cfg(feature = "simple_icons")]
16556 Self::SIMPLE_ICONS_RANCHER,
16557 #[cfg(feature = "simple_icons")]
16558 Self::SIMPLE_ICONS_RARIBLE,
16559 #[cfg(feature = "simple_icons")]
16560 Self::SIMPLE_ICONS_RASA,
16561 #[cfg(feature = "simple_icons")]
16562 Self::SIMPLE_ICONS_RASPBERRYPI,
16563 #[cfg(feature = "simple_icons")]
16564 Self::SIMPLE_ICONS_RAVELRY,
16565 #[cfg(feature = "simple_icons")]
16566 Self::SIMPLE_ICONS_RAY,
16567 #[cfg(feature = "simple_icons")]
16568 Self::SIMPLE_ICONS_RAZER,
16569 #[cfg(feature = "simple_icons")]
16570 Self::SIMPLE_ICONS_RAZORPAY,
16571 #[cfg(feature = "simple_icons")]
16572 Self::SIMPLE_ICONS_REACT,
16573 #[cfg(feature = "simple_icons")]
16574 Self::SIMPLE_ICONS_REACTHOOKFORM,
16575 #[cfg(feature = "simple_icons")]
16576 Self::SIMPLE_ICONS_REACTIVEX,
16577 #[cfg(feature = "simple_icons")]
16578 Self::SIMPLE_ICONS_REACTOS,
16579 #[cfg(feature = "simple_icons")]
16580 Self::SIMPLE_ICONS_REACTQUERY,
16581 #[cfg(feature = "simple_icons")]
16582 Self::SIMPLE_ICONS_REACTROUTER,
16583 #[cfg(feature = "simple_icons")]
16584 Self::SIMPLE_ICONS_REACTTABLE,
16585 #[cfg(feature = "simple_icons")]
16586 Self::SIMPLE_ICONS_README,
16587 #[cfg(feature = "simple_icons")]
16588 Self::SIMPLE_ICONS_READTHEDOCS,
16589 #[cfg(feature = "simple_icons")]
16590 Self::SIMPLE_ICONS_REALM,
16591 #[cfg(feature = "simple_icons")]
16592 Self::SIMPLE_ICONS_REASON,
16593 #[cfg(feature = "simple_icons")]
16594 Self::SIMPLE_ICONS_REASONSTUDIOS,
16595 #[cfg(feature = "simple_icons")]
16596 Self::SIMPLE_ICONS_RED,
16597 #[cfg(feature = "simple_icons")]
16598 Self::SIMPLE_ICONS_REDBUBBLE,
16599 #[cfg(feature = "simple_icons")]
16600 Self::SIMPLE_ICONS_REDDIT,
16601 #[cfg(feature = "simple_icons")]
16602 Self::SIMPLE_ICONS_REDHAT,
16603 #[cfg(feature = "simple_icons")]
16604 Self::SIMPLE_ICONS_REDHATOPENSHIFT,
16605 #[cfg(feature = "simple_icons")]
16606 Self::SIMPLE_ICONS_REDIS,
16607 #[cfg(feature = "simple_icons")]
16608 Self::SIMPLE_ICONS_REDMINE,
16609 #[cfg(feature = "simple_icons")]
16610 Self::SIMPLE_ICONS_REDOX,
16611 #[cfg(feature = "simple_icons")]
16612 Self::SIMPLE_ICONS_REDUX,
16613 #[cfg(feature = "simple_icons")]
16614 Self::SIMPLE_ICONS_REDUXSAGA,
16615 #[cfg(feature = "simple_icons")]
16616 Self::SIMPLE_ICONS_REDWOODJS,
16617 #[cfg(feature = "simple_icons")]
16618 Self::SIMPLE_ICONS_REEBOK,
16619 #[cfg(feature = "simple_icons")]
16620 Self::SIMPLE_ICONS_RELAY,
16621 #[cfg(feature = "simple_icons")]
16622 Self::SIMPLE_ICONS_RELIANCEINDUSTRIESLIMITED,
16623 #[cfg(feature = "simple_icons")]
16624 Self::SIMPLE_ICONS_REMIX,
16625 #[cfg(feature = "simple_icons")]
16626 Self::SIMPLE_ICONS_RENAULT,
16627 #[cfg(feature = "simple_icons")]
16628 Self::SIMPLE_ICONS_RENDER,
16629 #[cfg(feature = "simple_icons")]
16630 Self::SIMPLE_ICONS_RENOVATEBOT,
16631 #[cfg(feature = "simple_icons")]
16632 Self::SIMPLE_ICONS_RENPY,
16633 #[cfg(feature = "simple_icons")]
16634 Self::SIMPLE_ICONS_RENREN,
16635 #[cfg(feature = "simple_icons")]
16636 Self::SIMPLE_ICONS_REPLIT,
16637 #[cfg(feature = "simple_icons")]
16638 Self::SIMPLE_ICONS_REPUBLICOFGAMERS,
16639 #[cfg(feature = "simple_icons")]
16640 Self::SIMPLE_ICONS_RESCRIPT,
16641 #[cfg(feature = "simple_icons")]
16642 Self::SIMPLE_ICONS_RESCUETIME,
16643 #[cfg(feature = "simple_icons")]
16644 Self::SIMPLE_ICONS_RESEARCHGATE,
16645 #[cfg(feature = "simple_icons")]
16646 Self::SIMPLE_ICONS_RESHARPER,
16647 #[cfg(feature = "simple_icons")]
16648 Self::SIMPLE_ICONS_RESURRECTIONREMIXOS,
16649 #[cfg(feature = "simple_icons")]
16650 Self::SIMPLE_ICONS_RETROARCH,
16651 #[cfg(feature = "simple_icons")]
16652 Self::SIMPLE_ICONS_RETROPIE,
16653 #[cfg(feature = "simple_icons")]
16654 Self::SIMPLE_ICONS_REVEALDOTJS,
16655 #[cfg(feature = "simple_icons")]
16656 Self::SIMPLE_ICONS_REVERBNATION,
16657 #[cfg(feature = "simple_icons")]
16658 Self::SIMPLE_ICONS_REVOLTDOTCHAT,
16659 #[cfg(feature = "simple_icons")]
16660 Self::SIMPLE_ICONS_REVOLUT,
16661 #[cfg(feature = "simple_icons")]
16662 Self::SIMPLE_ICONS_REVUE,
16663 #[cfg(feature = "simple_icons")]
16664 Self::SIMPLE_ICONS_REWE,
16665 #[cfg(feature = "simple_icons")]
16666 Self::SIMPLE_ICONS_REZGO,
16667 #[cfg(feature = "simple_icons")]
16668 Self::SIMPLE_ICONS_RHINOCEROS,
16669 #[cfg(feature = "simple_icons")]
16670 Self::SIMPLE_ICONS_RIDER,
16671 #[cfg(feature = "simple_icons")]
16672 Self::SIMPLE_ICONS_RIMACAUTOMOBILI,
16673 #[cfg(feature = "simple_icons")]
16674 Self::SIMPLE_ICONS_RING,
16675 #[cfg(feature = "simple_icons")]
16676 Self::SIMPLE_ICONS_RIOTGAMES,
16677 #[cfg(feature = "simple_icons")]
16678 Self::SIMPLE_ICONS_RIPPLE,
16679 #[cfg(feature = "simple_icons")]
16680 Self::SIMPLE_ICONS_RISEUP,
16681 #[cfg(feature = "simple_icons")]
16682 Self::SIMPLE_ICONS_ROAMRESEARCH,
16683 #[cfg(feature = "simple_icons")]
16684 Self::SIMPLE_ICONS_ROBLOX,
16685 #[cfg(feature = "simple_icons")]
16686 Self::SIMPLE_ICONS_ROBOTFRAMEWORK,
16687 #[cfg(feature = "simple_icons")]
16688 Self::SIMPLE_ICONS_ROCKETDOTCHAT,
16689 #[cfg(feature = "simple_icons")]
16690 Self::SIMPLE_ICONS_ROCKSDB,
16691 #[cfg(feature = "simple_icons")]
16692 Self::SIMPLE_ICONS_ROCKYLINUX,
16693 #[cfg(feature = "simple_icons")]
16694 Self::SIMPLE_ICONS_ROKU,
16695 #[cfg(feature = "simple_icons")]
16696 Self::SIMPLE_ICONS_ROLLSROYCE,
16697 #[cfg(feature = "simple_icons")]
16698 Self::SIMPLE_ICONS_ROLLUPDOTJS,
16699 #[cfg(feature = "simple_icons")]
16700 Self::SIMPLE_ICONS_ROME,
16701 #[cfg(feature = "simple_icons")]
16702 Self::SIMPLE_ICONS_ROOTS,
16703 #[cfg(feature = "simple_icons")]
16704 Self::SIMPLE_ICONS_ROOTSBEDROCK,
16705 #[cfg(feature = "simple_icons")]
16706 Self::SIMPLE_ICONS_ROOTSSAGE,
16707 #[cfg(feature = "simple_icons")]
16708 Self::SIMPLE_ICONS_ROS,
16709 #[cfg(feature = "simple_icons")]
16710 Self::SIMPLE_ICONS_ROSSMANN,
16711 #[cfg(feature = "simple_icons")]
16712 Self::SIMPLE_ICONS_ROTARYINTERNATIONAL,
16713 #[cfg(feature = "simple_icons")]
16714 Self::SIMPLE_ICONS_ROTTENTOMATOES,
16715 #[cfg(feature = "simple_icons")]
16716 Self::SIMPLE_ICONS_ROUNDCUBE,
16717 #[cfg(feature = "simple_icons")]
16718 Self::SIMPLE_ICONS_RSOCKET,
16719 #[cfg(feature = "simple_icons")]
16720 Self::SIMPLE_ICONS_RSS,
16721 #[cfg(feature = "simple_icons")]
16722 Self::SIMPLE_ICONS_RSTUDIO,
16723 #[cfg(feature = "simple_icons")]
16724 Self::SIMPLE_ICONS_RTE,
16725 #[cfg(feature = "simple_icons")]
16726 Self::SIMPLE_ICONS_RTL,
16727 #[cfg(feature = "simple_icons")]
16728 Self::SIMPLE_ICONS_RTLZWEI,
16729 #[cfg(feature = "simple_icons")]
16730 Self::SIMPLE_ICONS_RUBOCOP,
16731 #[cfg(feature = "simple_icons")]
16732 Self::SIMPLE_ICONS_RUBY,
16733 #[cfg(feature = "simple_icons")]
16734 Self::SIMPLE_ICONS_RUBYGEMS,
16735 #[cfg(feature = "simple_icons")]
16736 Self::SIMPLE_ICONS_RUBYONRAILS,
16737 #[cfg(feature = "simple_icons")]
16738 Self::SIMPLE_ICONS_RUBYSINATRA,
16739 #[cfg(feature = "simple_icons")]
16740 Self::SIMPLE_ICONS_RUNKEEPER,
16741 #[cfg(feature = "simple_icons")]
16742 Self::SIMPLE_ICONS_RUNKIT,
16743 #[cfg(feature = "simple_icons")]
16744 Self::SIMPLE_ICONS_RUST,
16745 #[cfg(feature = "simple_icons")]
16746 Self::SIMPLE_ICONS_RXDB,
16747 #[cfg(feature = "simple_icons")]
16748 Self::SIMPLE_ICONS_RYANAIR,
16749 #[cfg(feature = "simple_icons")]
16750 Self::SIMPLE_ICONS_S_7_AIRLINES,
16751 #[cfg(feature = "simple_icons")]
16752 Self::SIMPLE_ICONS_SABANCI,
16753 #[cfg(feature = "simple_icons")]
16754 Self::SIMPLE_ICONS_SAFARI,
16755 #[cfg(feature = "simple_icons")]
16756 Self::SIMPLE_ICONS_SAHIBINDEN,
16757 #[cfg(feature = "simple_icons")]
16758 Self::SIMPLE_ICONS_SAILFISHOS,
16759 #[cfg(feature = "simple_icons")]
16760 Self::SIMPLE_ICONS_SALESFORCE,
16761 #[cfg(feature = "simple_icons")]
16762 Self::SIMPLE_ICONS_SALTPROJECT,
16763 #[cfg(feature = "simple_icons")]
16764 Self::SIMPLE_ICONS_SAMSUNG,
16765 #[cfg(feature = "simple_icons")]
16766 Self::SIMPLE_ICONS_SAMSUNGPAY,
16767 #[cfg(feature = "simple_icons")]
16768 Self::SIMPLE_ICONS_SANDISK,
16769 #[cfg(feature = "simple_icons")]
16770 Self::SIMPLE_ICONS_SANFRANCISCOMUNICIPALRAILWAY,
16771 #[cfg(feature = "simple_icons")]
16772 Self::SIMPLE_ICONS_SAOPAULOMETRO,
16773 #[cfg(feature = "simple_icons")]
16774 Self::SIMPLE_ICONS_SAP,
16775 #[cfg(feature = "simple_icons")]
16776 Self::SIMPLE_ICONS_SASS,
16777 #[cfg(feature = "simple_icons")]
16778 Self::SIMPLE_ICONS_SAT_1,
16779 #[cfg(feature = "simple_icons")]
16780 Self::SIMPLE_ICONS_SATURN,
16781 #[cfg(feature = "simple_icons")]
16782 Self::SIMPLE_ICONS_SAUCELABS,
16783 #[cfg(feature = "simple_icons")]
16784 Self::SIMPLE_ICONS_SCALA,
16785 #[cfg(feature = "simple_icons")]
16786 Self::SIMPLE_ICONS_SCALEWAY,
16787 #[cfg(feature = "simple_icons")]
16788 Self::SIMPLE_ICONS_SCANIA,
16789 #[cfg(feature = "simple_icons")]
16790 Self::SIMPLE_ICONS_SCHNEIDERELECTRIC,
16791 #[cfg(feature = "simple_icons")]
16792 Self::SIMPLE_ICONS_SCIKITLEARN,
16793 #[cfg(feature = "simple_icons")]
16794 Self::SIMPLE_ICONS_SCIPY,
16795 #[cfg(feature = "simple_icons")]
16796 Self::SIMPLE_ICONS_SCOPUS,
16797 #[cfg(feature = "simple_icons")]
16798 Self::SIMPLE_ICONS_SCPFOUNDATION,
16799 #[cfg(feature = "simple_icons")]
16800 Self::SIMPLE_ICONS_SCRATCH,
16801 #[cfg(feature = "simple_icons")]
16802 Self::SIMPLE_ICONS_SCREENCASTIFY,
16803 #[cfg(feature = "simple_icons")]
16804 Self::SIMPLE_ICONS_SCRIBD,
16805 #[cfg(feature = "simple_icons")]
16806 Self::SIMPLE_ICONS_SCRIMBA,
16807 #[cfg(feature = "simple_icons")]
16808 Self::SIMPLE_ICONS_SCROLLREVEAL,
16809 #[cfg(feature = "simple_icons")]
16810 Self::SIMPLE_ICONS_SCRUMALLIANCE,
16811 #[cfg(feature = "simple_icons")]
16812 Self::SIMPLE_ICONS_SCRUTINIZERCI,
16813 #[cfg(feature = "simple_icons")]
16814 Self::SIMPLE_ICONS_SEAGATE,
16815 #[cfg(feature = "simple_icons")]
16816 Self::SIMPLE_ICONS_SEAT,
16817 #[cfg(feature = "simple_icons")]
16818 Self::SIMPLE_ICONS_SECURITYSCORECARD,
16819 #[cfg(feature = "simple_icons")]
16820 Self::SIMPLE_ICONS_SEFARIA,
16821 #[cfg(feature = "simple_icons")]
16822 Self::SIMPLE_ICONS_SEGA,
16823 #[cfg(feature = "simple_icons")]
16824 Self::SIMPLE_ICONS_SELENIUM,
16825 #[cfg(feature = "simple_icons")]
16826 Self::SIMPLE_ICONS_SELLFY,
16827 #[cfg(feature = "simple_icons")]
16828 Self::SIMPLE_ICONS_SEMANTICRELEASE,
16829 #[cfg(feature = "simple_icons")]
16830 Self::SIMPLE_ICONS_SEMANTICSCHOLAR,
16831 #[cfg(feature = "simple_icons")]
16832 Self::SIMPLE_ICONS_SEMANTICUIREACT,
16833 #[cfg(feature = "simple_icons")]
16834 Self::SIMPLE_ICONS_SEMANTICWEB,
16835 #[cfg(feature = "simple_icons")]
16836 Self::SIMPLE_ICONS_SEMAPHORECI,
16837 #[cfg(feature = "simple_icons")]
16838 Self::SIMPLE_ICONS_SEMVER,
16839 #[cfg(feature = "simple_icons")]
16840 Self::SIMPLE_ICONS_SENCHA,
16841 #[cfg(feature = "simple_icons")]
16842 Self::SIMPLE_ICONS_SENDINBLUE,
16843 #[cfg(feature = "simple_icons")]
16844 Self::SIMPLE_ICONS_SENNHEISER,
16845 #[cfg(feature = "simple_icons")]
16846 Self::SIMPLE_ICONS_SENSU,
16847 #[cfg(feature = "simple_icons")]
16848 Self::SIMPLE_ICONS_SENTRY,
16849 #[cfg(feature = "simple_icons")]
16850 Self::SIMPLE_ICONS_SEPA,
16851 #[cfg(feature = "simple_icons")]
16852 Self::SIMPLE_ICONS_SEQUELIZE,
16853 #[cfg(feature = "simple_icons")]
16854 Self::SIMPLE_ICONS_SERVERFAULT,
16855 #[cfg(feature = "simple_icons")]
16856 Self::SIMPLE_ICONS_SERVERLESS,
16857 #[cfg(feature = "simple_icons")]
16858 Self::SIMPLE_ICONS_SESSIONIZE,
16859 #[cfg(feature = "simple_icons")]
16860 Self::SIMPLE_ICONS_SETAPP,
16861 #[cfg(feature = "simple_icons")]
16862 Self::SIMPLE_ICONS_SFML,
16863 #[cfg(feature = "simple_icons")]
16864 Self::SIMPLE_ICONS_SHADOW,
16865 #[cfg(feature = "simple_icons")]
16866 Self::SIMPLE_ICONS_SHANGHAIMETRO,
16867 #[cfg(feature = "simple_icons")]
16868 Self::SIMPLE_ICONS_SHARP,
16869 #[cfg(feature = "simple_icons")]
16870 Self::SIMPLE_ICONS_SHAZAM,
16871 #[cfg(feature = "simple_icons")]
16872 Self::SIMPLE_ICONS_SHELL,
16873 #[cfg(feature = "simple_icons")]
16874 Self::SIMPLE_ICONS_SHELLY,
16875 #[cfg(feature = "simple_icons")]
16876 Self::SIMPLE_ICONS_SHENZHENMETRO,
16877 #[cfg(feature = "simple_icons")]
16878 Self::SIMPLE_ICONS_SHIELDSDOTIO,
16879 #[cfg(feature = "simple_icons")]
16880 Self::SIMPLE_ICONS_SHIKIMORI,
16881 #[cfg(feature = "simple_icons")]
16882 Self::SIMPLE_ICONS_SHOPEE,
16883 #[cfg(feature = "simple_icons")]
16884 Self::SIMPLE_ICONS_SHOPIFY,
16885 #[cfg(feature = "simple_icons")]
16886 Self::SIMPLE_ICONS_SHOPWARE,
16887 #[cfg(feature = "simple_icons")]
16888 Self::SIMPLE_ICONS_SHOTCUT,
16889 #[cfg(feature = "simple_icons")]
16890 Self::SIMPLE_ICONS_SHOWPAD,
16891 #[cfg(feature = "simple_icons")]
16892 Self::SIMPLE_ICONS_SHOWTIME,
16893 #[cfg(feature = "simple_icons")]
16894 Self::SIMPLE_ICONS_SHUTTERSTOCK,
16895 #[cfg(feature = "simple_icons")]
16896 Self::SIMPLE_ICONS_SIEMENS,
16897 #[cfg(feature = "simple_icons")]
16898 Self::SIMPLE_ICONS_SIGNAL,
16899 #[cfg(feature = "simple_icons")]
16900 Self::SIMPLE_ICONS_SIMILARWEB,
16901 #[cfg(feature = "simple_icons")]
16902 Self::SIMPLE_ICONS_SIMKL,
16903 #[cfg(feature = "simple_icons")]
16904 Self::SIMPLE_ICONS_SIMPLEANALYTICS,
16905 #[cfg(feature = "simple_icons")]
16906 Self::SIMPLE_ICONS_SIMPLEICONS,
16907 #[cfg(feature = "simple_icons")]
16908 Self::SIMPLE_ICONS_SIMPLENOTE,
16909 #[cfg(feature = "simple_icons")]
16910 Self::SIMPLE_ICONS_SINAWEIBO,
16911 #[cfg(feature = "simple_icons")]
16912 Self::SIMPLE_ICONS_SINGLESTORE,
16913 #[cfg(feature = "simple_icons")]
16914 Self::SIMPLE_ICONS_SITEPOINT,
16915 #[cfg(feature = "simple_icons")]
16916 Self::SIMPLE_ICONS_SKETCH,
16917 #[cfg(feature = "simple_icons")]
16918 Self::SIMPLE_ICONS_SKETCHFAB,
16919 #[cfg(feature = "simple_icons")]
16920 Self::SIMPLE_ICONS_SKETCHUP,
16921 #[cfg(feature = "simple_icons")]
16922 Self::SIMPLE_ICONS_SKILLSHARE,
16923 #[cfg(feature = "simple_icons")]
16924 Self::SIMPLE_ICONS_SKODA,
16925 #[cfg(feature = "simple_icons")]
16926 Self::SIMPLE_ICONS_SKY,
16927 #[cfg(feature = "simple_icons")]
16928 Self::SIMPLE_ICONS_SKYNET,
16929 #[cfg(feature = "simple_icons")]
16930 Self::SIMPLE_ICONS_SKYPACK,
16931 #[cfg(feature = "simple_icons")]
16932 Self::SIMPLE_ICONS_SKYPE,
16933 #[cfg(feature = "simple_icons")]
16934 Self::SIMPLE_ICONS_SKYPEFORBUSINESS,
16935 #[cfg(feature = "simple_icons")]
16936 Self::SIMPLE_ICONS_SLACK,
16937 #[cfg(feature = "simple_icons")]
16938 Self::SIMPLE_ICONS_SLACKWARE,
16939 #[cfg(feature = "simple_icons")]
16940 Self::SIMPLE_ICONS_SLASHDOT,
16941 #[cfg(feature = "simple_icons")]
16942 Self::SIMPLE_ICONS_SLICKPIC,
16943 #[cfg(feature = "simple_icons")]
16944 Self::SIMPLE_ICONS_SLIDES,
16945 #[cfg(feature = "simple_icons")]
16946 Self::SIMPLE_ICONS_SLIDESHARE,
16947 #[cfg(feature = "simple_icons")]
16948 Self::SIMPLE_ICONS_SMART,
16949 #[cfg(feature = "simple_icons")]
16950 Self::SIMPLE_ICONS_SMARTTHINGS,
16951 #[cfg(feature = "simple_icons")]
16952 Self::SIMPLE_ICONS_SMASHDOTGG,
16953 #[cfg(feature = "simple_icons")]
16954 Self::SIMPLE_ICONS_SMASHINGMAGAZINE,
16955 #[cfg(feature = "simple_icons")]
16956 Self::SIMPLE_ICONS_SMRT,
16957 #[cfg(feature = "simple_icons")]
16958 Self::SIMPLE_ICONS_SMUGMUG,
16959 #[cfg(feature = "simple_icons")]
16960 Self::SIMPLE_ICONS_SNAPCHAT,
16961 #[cfg(feature = "simple_icons")]
16962 Self::SIMPLE_ICONS_SNAPCRAFT,
16963 #[cfg(feature = "simple_icons")]
16964 Self::SIMPLE_ICONS_SNCF,
16965 #[cfg(feature = "simple_icons")]
16966 Self::SIMPLE_ICONS_SNOWFLAKE,
16967 #[cfg(feature = "simple_icons")]
16968 Self::SIMPLE_ICONS_SNOWPACK,
16969 #[cfg(feature = "simple_icons")]
16970 Self::SIMPLE_ICONS_SNYK,
16971 #[cfg(feature = "simple_icons")]
16972 Self::SIMPLE_ICONS_SOCIALBLADE,
16973 #[cfg(feature = "simple_icons")]
16974 Self::SIMPLE_ICONS_SOCIETY_6,
16975 #[cfg(feature = "simple_icons")]
16976 Self::SIMPLE_ICONS_SOCKETDOTIO,
16977 #[cfg(feature = "simple_icons")]
16978 Self::SIMPLE_ICONS_SOGOU,
16979 #[cfg(feature = "simple_icons")]
16980 Self::SIMPLE_ICONS_SOLID,
16981 #[cfg(feature = "simple_icons")]
16982 Self::SIMPLE_ICONS_SOLIDITY,
16983 #[cfg(feature = "simple_icons")]
16984 Self::SIMPLE_ICONS_SOLOLEARN,
16985 #[cfg(feature = "simple_icons")]
16986 Self::SIMPLE_ICONS_SOLUS,
16987 #[cfg(feature = "simple_icons")]
16988 Self::SIMPLE_ICONS_SONAR,
16989 #[cfg(feature = "simple_icons")]
16990 Self::SIMPLE_ICONS_SONARCLOUD,
16991 #[cfg(feature = "simple_icons")]
16992 Self::SIMPLE_ICONS_SONARLINT,
16993 #[cfg(feature = "simple_icons")]
16994 Self::SIMPLE_ICONS_SONARQUBE,
16995 #[cfg(feature = "simple_icons")]
16996 Self::SIMPLE_ICONS_SONARSOURCE,
16997 #[cfg(feature = "simple_icons")]
16998 Self::SIMPLE_ICONS_SONGKICK,
16999 #[cfg(feature = "simple_icons")]
17000 Self::SIMPLE_ICONS_SONGODA,
17001 #[cfg(feature = "simple_icons")]
17002 Self::SIMPLE_ICONS_SONICWALL,
17003 #[cfg(feature = "simple_icons")]
17004 Self::SIMPLE_ICONS_SONOS,
17005 #[cfg(feature = "simple_icons")]
17006 Self::SIMPLE_ICONS_SONY,
17007 #[cfg(feature = "simple_icons")]
17008 Self::SIMPLE_ICONS_SOUNDCHARTS,
17009 #[cfg(feature = "simple_icons")]
17010 Self::SIMPLE_ICONS_SOUNDCLOUD,
17011 #[cfg(feature = "simple_icons")]
17012 Self::SIMPLE_ICONS_SOURCEENGINE,
17013 #[cfg(feature = "simple_icons")]
17014 Self::SIMPLE_ICONS_SOURCEFORGE,
17015 #[cfg(feature = "simple_icons")]
17016 Self::SIMPLE_ICONS_SOURCEGRAPH,
17017 #[cfg(feature = "simple_icons")]
17018 Self::SIMPLE_ICONS_SOURCETREE,
17019 #[cfg(feature = "simple_icons")]
17020 Self::SIMPLE_ICONS_SOUTHWESTAIRLINES,
17021 #[cfg(feature = "simple_icons")]
17022 Self::SIMPLE_ICONS_SPACEMACS,
17023 #[cfg(feature = "simple_icons")]
17024 Self::SIMPLE_ICONS_SPACEX,
17025 #[cfg(feature = "simple_icons")]
17026 Self::SIMPLE_ICONS_SPACY,
17027 #[cfg(feature = "simple_icons")]
17028 Self::SIMPLE_ICONS_SPARKAR,
17029 #[cfg(feature = "simple_icons")]
17030 Self::SIMPLE_ICONS_SPARKASSE,
17031 #[cfg(feature = "simple_icons")]
17032 Self::SIMPLE_ICONS_SPARKFUN,
17033 #[cfg(feature = "simple_icons")]
17034 Self::SIMPLE_ICONS_SPARKPOST,
17035 #[cfg(feature = "simple_icons")]
17036 Self::SIMPLE_ICONS_SPDX,
17037 #[cfg(feature = "simple_icons")]
17038 Self::SIMPLE_ICONS_SPEAKERDECK,
17039 #[cfg(feature = "simple_icons")]
17040 Self::SIMPLE_ICONS_SPECTRUM,
17041 #[cfg(feature = "simple_icons")]
17042 Self::SIMPLE_ICONS_SPEEDTEST,
17043 #[cfg(feature = "simple_icons")]
17044 Self::SIMPLE_ICONS_SPINNAKER,
17045 #[cfg(feature = "simple_icons")]
17046 Self::SIMPLE_ICONS_SPINRILLA,
17047 #[cfg(feature = "simple_icons")]
17048 Self::SIMPLE_ICONS_SPLUNK,
17049 #[cfg(feature = "simple_icons")]
17050 Self::SIMPLE_ICONS_SPOND,
17051 #[cfg(feature = "simple_icons")]
17052 Self::SIMPLE_ICONS_SPOTIFY,
17053 #[cfg(feature = "simple_icons")]
17054 Self::SIMPLE_ICONS_SPOTLIGHT,
17055 #[cfg(feature = "simple_icons")]
17056 Self::SIMPLE_ICONS_SPREADSHIRT,
17057 #[cfg(feature = "simple_icons")]
17058 Self::SIMPLE_ICONS_SPREAKER,
17059 #[cfg(feature = "simple_icons")]
17060 Self::SIMPLE_ICONS_SPRING,
17061 #[cfg(feature = "simple_icons")]
17062 Self::SIMPLE_ICONS_SPRING_CREATORS,
17063 #[cfg(feature = "simple_icons")]
17064 Self::SIMPLE_ICONS_SPRINGBOOT,
17065 #[cfg(feature = "simple_icons")]
17066 Self::SIMPLE_ICONS_SPRINGSECURITY,
17067 #[cfg(feature = "simple_icons")]
17068 Self::SIMPLE_ICONS_SPYDERIDE,
17069 #[cfg(feature = "simple_icons")]
17070 Self::SIMPLE_ICONS_SQLITE,
17071 #[cfg(feature = "simple_icons")]
17072 Self::SIMPLE_ICONS_SQUARE,
17073 #[cfg(feature = "simple_icons")]
17074 Self::SIMPLE_ICONS_SQUAREENIX,
17075 #[cfg(feature = "simple_icons")]
17076 Self::SIMPLE_ICONS_SQUARESPACE,
17077 #[cfg(feature = "simple_icons")]
17078 Self::SIMPLE_ICONS_SSRN,
17079 #[cfg(feature = "simple_icons")]
17080 Self::SIMPLE_ICONS_STACKBIT,
17081 #[cfg(feature = "simple_icons")]
17082 Self::SIMPLE_ICONS_STACKBLITZ,
17083 #[cfg(feature = "simple_icons")]
17084 Self::SIMPLE_ICONS_STACKEDIT,
17085 #[cfg(feature = "simple_icons")]
17086 Self::SIMPLE_ICONS_STACKEXCHANGE,
17087 #[cfg(feature = "simple_icons")]
17088 Self::SIMPLE_ICONS_STACKOVERFLOW,
17089 #[cfg(feature = "simple_icons")]
17090 Self::SIMPLE_ICONS_STACKPATH,
17091 #[cfg(feature = "simple_icons")]
17092 Self::SIMPLE_ICONS_STACKSHARE,
17093 #[cfg(feature = "simple_icons")]
17094 Self::SIMPLE_ICONS_STADIA,
17095 #[cfg(feature = "simple_icons")]
17096 Self::SIMPLE_ICONS_STAFFBASE,
17097 #[cfg(feature = "simple_icons")]
17098 Self::SIMPLE_ICONS_STANDARDJS,
17099 #[cfg(feature = "simple_icons")]
17100 Self::SIMPLE_ICONS_STARBUCKS,
17101 #[cfg(feature = "simple_icons")]
17102 Self::SIMPLE_ICONS_STARDOCK,
17103 #[cfg(feature = "simple_icons")]
17104 Self::SIMPLE_ICONS_STARLINGBANK,
17105 #[cfg(feature = "simple_icons")]
17106 Self::SIMPLE_ICONS_STARSHIP,
17107 #[cfg(feature = "simple_icons")]
17108 Self::SIMPLE_ICONS_STARTREK,
17109 #[cfg(feature = "simple_icons")]
17110 Self::SIMPLE_ICONS_STARZ,
17111 #[cfg(feature = "simple_icons")]
17112 Self::SIMPLE_ICONS_STATAMIC,
17113 #[cfg(feature = "simple_icons")]
17114 Self::SIMPLE_ICONS_STATUSPAGE,
17115 #[cfg(feature = "simple_icons")]
17116 Self::SIMPLE_ICONS_STATUSPAL,
17117 #[cfg(feature = "simple_icons")]
17118 Self::SIMPLE_ICONS_STEAM,
17119 #[cfg(feature = "simple_icons")]
17120 Self::SIMPLE_ICONS_STEAMDB,
17121 #[cfg(feature = "simple_icons")]
17122 Self::SIMPLE_ICONS_STEAMDECK,
17123 #[cfg(feature = "simple_icons")]
17124 Self::SIMPLE_ICONS_STEAMWORKS,
17125 #[cfg(feature = "simple_icons")]
17126 Self::SIMPLE_ICONS_STEELSERIES,
17127 #[cfg(feature = "simple_icons")]
17128 Self::SIMPLE_ICONS_STEEM,
17129 #[cfg(feature = "simple_icons")]
17130 Self::SIMPLE_ICONS_STEEMIT,
17131 #[cfg(feature = "simple_icons")]
17132 Self::SIMPLE_ICONS_STEINBERG,
17133 #[cfg(feature = "simple_icons")]
17134 Self::SIMPLE_ICONS_STELLAR,
17135 #[cfg(feature = "simple_icons")]
17136 Self::SIMPLE_ICONS_STENCYL,
17137 #[cfg(feature = "simple_icons")]
17138 Self::SIMPLE_ICONS_STIMULUS,
17139 #[cfg(feature = "simple_icons")]
17140 Self::SIMPLE_ICONS_STITCHER,
17141 #[cfg(feature = "simple_icons")]
17142 Self::SIMPLE_ICONS_STMICROELECTRONICS,
17143 #[cfg(feature = "simple_icons")]
17144 Self::SIMPLE_ICONS_STOPSTALK,
17145 #[cfg(feature = "simple_icons")]
17146 Self::SIMPLE_ICONS_STORYBLOK,
17147 #[cfg(feature = "simple_icons")]
17148 Self::SIMPLE_ICONS_STORYBOOK,
17149 #[cfg(feature = "simple_icons")]
17150 Self::SIMPLE_ICONS_STRAPI,
17151 #[cfg(feature = "simple_icons")]
17152 Self::SIMPLE_ICONS_STRAVA,
17153 #[cfg(feature = "simple_icons")]
17154 Self::SIMPLE_ICONS_STREAMLIT,
17155 #[cfg(feature = "simple_icons")]
17156 Self::SIMPLE_ICONS_STRIPE,
17157 #[cfg(feature = "simple_icons")]
17158 Self::SIMPLE_ICONS_STRONGSWAN,
17159 #[cfg(feature = "simple_icons")]
17160 Self::SIMPLE_ICONS_STUBHUB,
17161 #[cfg(feature = "simple_icons")]
17162 Self::SIMPLE_ICONS_STYLEDCOMPONENTS,
17163 #[cfg(feature = "simple_icons")]
17164 Self::SIMPLE_ICONS_STYLELINT,
17165 #[cfg(feature = "simple_icons")]
17166 Self::SIMPLE_ICONS_STYLESHARE,
17167 #[cfg(feature = "simple_icons")]
17168 Self::SIMPLE_ICONS_STYLUS,
17169 #[cfg(feature = "simple_icons")]
17170 Self::SIMPLE_ICONS_SUBARU,
17171 #[cfg(feature = "simple_icons")]
17172 Self::SIMPLE_ICONS_SUBLIMETEXT,
17173 #[cfg(feature = "simple_icons")]
17174 Self::SIMPLE_ICONS_SUBSTACK,
17175 #[cfg(feature = "simple_icons")]
17176 Self::SIMPLE_ICONS_SUBVERSION,
17177 #[cfg(feature = "simple_icons")]
17178 Self::SIMPLE_ICONS_SUCKLESS,
17179 #[cfg(feature = "simple_icons")]
17180 Self::SIMPLE_ICONS_SUMOLOGIC,
17181 #[cfg(feature = "simple_icons")]
17182 Self::SIMPLE_ICONS_SUPABASE,
17183 #[cfg(feature = "simple_icons")]
17184 Self::SIMPLE_ICONS_SUPERMICRO,
17185 #[cfg(feature = "simple_icons")]
17186 Self::SIMPLE_ICONS_SUPERUSER,
17187 #[cfg(feature = "simple_icons")]
17188 Self::SIMPLE_ICONS_SURREALDB,
17189 #[cfg(feature = "simple_icons")]
17190 Self::SIMPLE_ICONS_SURVEYMONKEY,
17191 #[cfg(feature = "simple_icons")]
17192 Self::SIMPLE_ICONS_SUSE,
17193 #[cfg(feature = "simple_icons")]
17194 Self::SIMPLE_ICONS_SUZUKI,
17195 #[cfg(feature = "simple_icons")]
17196 Self::SIMPLE_ICONS_SVELTE,
17197 #[cfg(feature = "simple_icons")]
17198 Self::SIMPLE_ICONS_SVG,
17199 #[cfg(feature = "simple_icons")]
17200 Self::SIMPLE_ICONS_SVGO,
17201 #[cfg(feature = "simple_icons")]
17202 Self::SIMPLE_ICONS_SWAGGER,
17203 #[cfg(feature = "simple_icons")]
17204 Self::SIMPLE_ICONS_SWARM,
17205 #[cfg(feature = "simple_icons")]
17206 Self::SIMPLE_ICONS_SWC,
17207 #[cfg(feature = "simple_icons")]
17208 Self::SIMPLE_ICONS_SWIFT,
17209 #[cfg(feature = "simple_icons")]
17210 Self::SIMPLE_ICONS_SWIGGY,
17211 #[cfg(feature = "simple_icons")]
17212 Self::SIMPLE_ICONS_SWIPER,
17213 #[cfg(feature = "simple_icons")]
17214 Self::SIMPLE_ICONS_SYMANTEC,
17215 #[cfg(feature = "simple_icons")]
17216 Self::SIMPLE_ICONS_SYMFONY,
17217 #[cfg(feature = "simple_icons")]
17218 Self::SIMPLE_ICONS_SYMPHONY,
17219 #[cfg(feature = "simple_icons")]
17220 Self::SIMPLE_ICONS_SYMPY,
17221 #[cfg(feature = "simple_icons")]
17222 Self::SIMPLE_ICONS_SYNOLOGY,
17223 #[cfg(feature = "simple_icons")]
17224 Self::SIMPLE_ICONS_SYSTEM_76,
17225 #[cfg(feature = "simple_icons")]
17226 Self::SIMPLE_ICONS_TABLEAU,
17227 #[cfg(feature = "simple_icons")]
17228 Self::SIMPLE_ICONS_TABLECHECK,
17229 #[cfg(feature = "simple_icons")]
17230 Self::SIMPLE_ICONS_TACOBELL,
17231 #[cfg(feature = "simple_icons")]
17232 Self::SIMPLE_ICONS_TADO,
17233 #[cfg(feature = "simple_icons")]
17234 Self::SIMPLE_ICONS_TAICHIGRAPHICS,
17235 #[cfg(feature = "simple_icons")]
17236 Self::SIMPLE_ICONS_TAICHILANG,
17237 #[cfg(feature = "simple_icons")]
17238 Self::SIMPLE_ICONS_TAILS,
17239 #[cfg(feature = "simple_icons")]
17240 Self::SIMPLE_ICONS_TAILWINDCSS,
17241 #[cfg(feature = "simple_icons")]
17242 Self::SIMPLE_ICONS_TALEND,
17243 #[cfg(feature = "simple_icons")]
17244 Self::SIMPLE_ICONS_TALENTHOUSE,
17245 #[cfg(feature = "simple_icons")]
17246 Self::SIMPLE_ICONS_TAMIYA,
17247 #[cfg(feature = "simple_icons")]
17248 Self::SIMPLE_ICONS_TAMPERMONKEY,
17249 #[cfg(feature = "simple_icons")]
17250 Self::SIMPLE_ICONS_TAOBAO,
17251 #[cfg(feature = "simple_icons")]
17252 Self::SIMPLE_ICONS_TAPAS,
17253 #[cfg(feature = "simple_icons")]
17254 Self::SIMPLE_ICONS_TARGET,
17255 #[cfg(feature = "simple_icons")]
17256 Self::SIMPLE_ICONS_TASK,
17257 #[cfg(feature = "simple_icons")]
17258 Self::SIMPLE_ICONS_TASMOTA,
17259 #[cfg(feature = "simple_icons")]
17260 Self::SIMPLE_ICONS_TATA,
17261 #[cfg(feature = "simple_icons")]
17262 Self::SIMPLE_ICONS_TAURI,
17263 #[cfg(feature = "simple_icons")]
17264 Self::SIMPLE_ICONS_TAXBUZZ,
17265 #[cfg(feature = "simple_icons")]
17266 Self::SIMPLE_ICONS_TEAMCITY,
17267 #[cfg(feature = "simple_icons")]
17268 Self::SIMPLE_ICONS_TEAMSPEAK,
17269 #[cfg(feature = "simple_icons")]
17270 Self::SIMPLE_ICONS_TEAMVIEWER,
17271 #[cfg(feature = "simple_icons")]
17272 Self::SIMPLE_ICONS_TED,
17273 #[cfg(feature = "simple_icons")]
17274 Self::SIMPLE_ICONS_TEESPRING,
17275 #[cfg(feature = "simple_icons")]
17276 Self::SIMPLE_ICONS_TEKTON,
17277 #[cfg(feature = "simple_icons")]
17278 Self::SIMPLE_ICONS_TELE_5,
17279 #[cfg(feature = "simple_icons")]
17280 Self::SIMPLE_ICONS_TELEGRAM,
17281 #[cfg(feature = "simple_icons")]
17282 Self::SIMPLE_ICONS_TELEGRAPH,
17283 #[cfg(feature = "simple_icons")]
17284 Self::SIMPLE_ICONS_TEMPORAL,
17285 #[cfg(feature = "simple_icons")]
17286 Self::SIMPLE_ICONS_TENCENTQQ,
17287 #[cfg(feature = "simple_icons")]
17288 Self::SIMPLE_ICONS_TENSORFLOW,
17289 #[cfg(feature = "simple_icons")]
17290 Self::SIMPLE_ICONS_TERADATA,
17291 #[cfg(feature = "simple_icons")]
17292 Self::SIMPLE_ICONS_TERATAIL,
17293 #[cfg(feature = "simple_icons")]
17294 Self::SIMPLE_ICONS_TERRAFORM,
17295 #[cfg(feature = "simple_icons")]
17296 Self::SIMPLE_ICONS_TESCO,
17297 #[cfg(feature = "simple_icons")]
17298 Self::SIMPLE_ICONS_TESLA,
17299 #[cfg(feature = "simple_icons")]
17300 Self::SIMPLE_ICONS_TESTCAFE,
17301 #[cfg(feature = "simple_icons")]
17302 Self::SIMPLE_ICONS_TESTIN,
17303 #[cfg(feature = "simple_icons")]
17304 Self::SIMPLE_ICONS_TESTINGLIBRARY,
17305 #[cfg(feature = "simple_icons")]
17306 Self::SIMPLE_ICONS_TETHER,
17307 #[cfg(feature = "simple_icons")]
17308 Self::SIMPLE_ICONS_TEXTPATTERN,
17309 #[cfg(feature = "simple_icons")]
17310 Self::SIMPLE_ICONS_TGA,
17311 #[cfg(feature = "simple_icons")]
17312 Self::SIMPLE_ICONS_THEALGORITHMS,
17313 #[cfg(feature = "simple_icons")]
17314 Self::SIMPLE_ICONS_THECONVERSATION,
17315 #[cfg(feature = "simple_icons")]
17316 Self::SIMPLE_ICONS_THEIRISHTIMES,
17317 #[cfg(feature = "simple_icons")]
17318 Self::SIMPLE_ICONS_THEMIGHTY,
17319 #[cfg(feature = "simple_icons")]
17320 Self::SIMPLE_ICONS_THEMODELSRESOURCE,
17321 #[cfg(feature = "simple_icons")]
17322 Self::SIMPLE_ICONS_THEMOVIEDATABASE,
17323 #[cfg(feature = "simple_icons")]
17324 Self::SIMPLE_ICONS_THENORTHFACE,
17325 #[cfg(feature = "simple_icons")]
17326 Self::SIMPLE_ICONS_THEREGISTER,
17327 #[cfg(feature = "simple_icons")]
17328 Self::SIMPLE_ICONS_THESOUNDSRESOURCE,
17329 #[cfg(feature = "simple_icons")]
17330 Self::SIMPLE_ICONS_THESPRITERSRESOURCE,
17331 #[cfg(feature = "simple_icons")]
17332 Self::SIMPLE_ICONS_THEWASHINGTONPOST,
17333 #[cfg(feature = "simple_icons")]
17334 Self::SIMPLE_ICONS_THINGIVERSE,
17335 #[cfg(feature = "simple_icons")]
17336 Self::SIMPLE_ICONS_THINKPAD,
17337 #[cfg(feature = "simple_icons")]
17338 Self::SIMPLE_ICONS_THREADLESS,
17339 #[cfg(feature = "simple_icons")]
17340 Self::SIMPLE_ICONS_THREEDOTJS,
17341 #[cfg(feature = "simple_icons")]
17342 Self::SIMPLE_ICONS_THREEMA,
17343 #[cfg(feature = "simple_icons")]
17344 Self::SIMPLE_ICONS_THUMBTACK,
17345 #[cfg(feature = "simple_icons")]
17346 Self::SIMPLE_ICONS_THUNDERBIRD,
17347 #[cfg(feature = "simple_icons")]
17348 Self::SIMPLE_ICONS_THYMELEAF,
17349 #[cfg(feature = "simple_icons")]
17350 Self::SIMPLE_ICONS_TICKETMASTER,
17351 #[cfg(feature = "simple_icons")]
17352 Self::SIMPLE_ICONS_TIDAL,
17353 #[cfg(feature = "simple_icons")]
17354 Self::SIMPLE_ICONS_TIDE,
17355 #[cfg(feature = "simple_icons")]
17356 Self::SIMPLE_ICONS_TIDYVERSE,
17357 #[cfg(feature = "simple_icons")]
17358 Self::SIMPLE_ICONS_TIETOEVRY,
17359 #[cfg(feature = "simple_icons")]
17360 Self::SIMPLE_ICONS_TIKTOK,
17361 #[cfg(feature = "simple_icons")]
17362 Self::SIMPLE_ICONS_TILE,
17363 #[cfg(feature = "simple_icons")]
17364 Self::SIMPLE_ICONS_TIMESCALE,
17365 #[cfg(feature = "simple_icons")]
17366 Self::SIMPLE_ICONS_TINDER,
17367 #[cfg(feature = "simple_icons")]
17368 Self::SIMPLE_ICONS_TINYLETTER,
17369 #[cfg(feature = "simple_icons")]
17370 Self::SIMPLE_ICONS_TISTORY,
17371 #[cfg(feature = "simple_icons")]
17372 Self::SIMPLE_ICONS_TMOBILE,
17373 #[cfg(feature = "simple_icons")]
17374 Self::SIMPLE_ICONS_TMUX,
17375 #[cfg(feature = "simple_icons")]
17376 Self::SIMPLE_ICONS_TNT,
17377 #[cfg(feature = "simple_icons")]
17378 Self::SIMPLE_ICONS_TODOIST,
17379 #[cfg(feature = "simple_icons")]
17380 Self::SIMPLE_ICONS_TOGGL,
17381 #[cfg(feature = "simple_icons")]
17382 Self::SIMPLE_ICONS_TOKYOMETRO,
17383 #[cfg(feature = "simple_icons")]
17384 Self::SIMPLE_ICONS_TOML,
17385 #[cfg(feature = "simple_icons")]
17386 Self::SIMPLE_ICONS_TOMORROWLAND,
17387 #[cfg(feature = "simple_icons")]
17388 Self::SIMPLE_ICONS_TOPCODER,
17389 #[cfg(feature = "simple_icons")]
17390 Self::SIMPLE_ICONS_TOPTAL,
17391 #[cfg(feature = "simple_icons")]
17392 Self::SIMPLE_ICONS_TORBROWSER,
17393 #[cfg(feature = "simple_icons")]
17394 Self::SIMPLE_ICONS_TORPROJECT,
17395 #[cfg(feature = "simple_icons")]
17396 Self::SIMPLE_ICONS_TOSHIBA,
17397 #[cfg(feature = "simple_icons")]
17398 Self::SIMPLE_ICONS_TOYOTA,
17399 #[cfg(feature = "simple_icons")]
17400 Self::SIMPLE_ICONS_TPLINK,
17401 #[cfg(feature = "simple_icons")]
17402 Self::SIMPLE_ICONS_TQDM,
17403 #[cfg(feature = "simple_icons")]
17404 Self::SIMPLE_ICONS_TRAEFIKMESH,
17405 #[cfg(feature = "simple_icons")]
17406 Self::SIMPLE_ICONS_TRAEFIKPROXY,
17407 #[cfg(feature = "simple_icons")]
17408 Self::SIMPLE_ICONS_TRAINERROAD,
17409 #[cfg(feature = "simple_icons")]
17410 Self::SIMPLE_ICONS_TRAKT,
17411 #[cfg(feature = "simple_icons")]
17412 Self::SIMPLE_ICONS_TRANSPORTFORIRELAND,
17413 #[cfg(feature = "simple_icons")]
17414 Self::SIMPLE_ICONS_TRANSPORTFORLONDON,
17415 #[cfg(feature = "simple_icons")]
17416 Self::SIMPLE_ICONS_TRAVISCI,
17417 #[cfg(feature = "simple_icons")]
17418 Self::SIMPLE_ICONS_TREEHOUSE,
17419 #[cfg(feature = "simple_icons")]
17420 Self::SIMPLE_ICONS_TRELLO,
17421 #[cfg(feature = "simple_icons")]
17422 Self::SIMPLE_ICONS_TRENDMICRO,
17423 #[cfg(feature = "simple_icons")]
17424 Self::SIMPLE_ICONS_TREYARCH,
17425 #[cfg(feature = "simple_icons")]
17426 Self::SIMPLE_ICONS_TRILLER,
17427 #[cfg(feature = "simple_icons")]
17428 Self::SIMPLE_ICONS_TRINO,
17429 #[cfg(feature = "simple_icons")]
17430 Self::SIMPLE_ICONS_TRIPADVISOR,
17431 #[cfg(feature = "simple_icons")]
17432 Self::SIMPLE_ICONS_TRIPDOTCOM,
17433 #[cfg(feature = "simple_icons")]
17434 Self::SIMPLE_ICONS_TROVE,
17435 #[cfg(feature = "simple_icons")]
17436 Self::SIMPLE_ICONS_TRPC,
17437 #[cfg(feature = "simple_icons")]
17438 Self::SIMPLE_ICONS_TRUENAS,
17439 #[cfg(feature = "simple_icons")]
17440 Self::SIMPLE_ICONS_TRULIA,
17441 #[cfg(feature = "simple_icons")]
17442 Self::SIMPLE_ICONS_TRUSTEDSHOPS,
17443 #[cfg(feature = "simple_icons")]
17444 Self::SIMPLE_ICONS_TRUSTPILOT,
17445 #[cfg(feature = "simple_icons")]
17446 Self::SIMPLE_ICONS_TRYHACKME,
17447 #[cfg(feature = "simple_icons")]
17448 Self::SIMPLE_ICONS_TRYITONLINE,
17449 #[cfg(feature = "simple_icons")]
17450 Self::SIMPLE_ICONS_TSNODE,
17451 #[cfg(feature = "simple_icons")]
17452 Self::SIMPLE_ICONS_TUBI,
17453 #[cfg(feature = "simple_icons")]
17454 Self::SIMPLE_ICONS_TUI,
17455 #[cfg(feature = "simple_icons")]
17456 Self::SIMPLE_ICONS_TUMBLR,
17457 #[cfg(feature = "simple_icons")]
17458 Self::SIMPLE_ICONS_TUNEIN,
17459 #[cfg(feature = "simple_icons")]
17460 Self::SIMPLE_ICONS_TURBOREPO,
17461 #[cfg(feature = "simple_icons")]
17462 Self::SIMPLE_ICONS_TURBOSQUID,
17463 #[cfg(feature = "simple_icons")]
17464 Self::SIMPLE_ICONS_TURKISHAIRLINES,
17465 #[cfg(feature = "simple_icons")]
17466 Self::SIMPLE_ICONS_TUTANOTA,
17467 #[cfg(feature = "simple_icons")]
17468 Self::SIMPLE_ICONS_TVTIME,
17469 #[cfg(feature = "simple_icons")]
17470 Self::SIMPLE_ICONS_TWILIO,
17471 #[cfg(feature = "simple_icons")]
17472 Self::SIMPLE_ICONS_TWITCH,
17473 #[cfg(feature = "simple_icons")]
17474 Self::SIMPLE_ICONS_TWITTER,
17475 #[cfg(feature = "simple_icons")]
17476 Self::SIMPLE_ICONS_TWOO,
17477 #[cfg(feature = "simple_icons")]
17478 Self::SIMPLE_ICONS_TYPEFORM,
17479 #[cfg(feature = "simple_icons")]
17480 Self::SIMPLE_ICONS_TYPESCRIPT,
17481 #[cfg(feature = "simple_icons")]
17482 Self::SIMPLE_ICONS_TYPO_3,
17483 #[cfg(feature = "simple_icons")]
17484 Self::SIMPLE_ICONS_UBER,
17485 #[cfg(feature = "simple_icons")]
17486 Self::SIMPLE_ICONS_UBEREATS,
17487 #[cfg(feature = "simple_icons")]
17488 Self::SIMPLE_ICONS_UBIQUITI,
17489 #[cfg(feature = "simple_icons")]
17490 Self::SIMPLE_ICONS_UBISOFT,
17491 #[cfg(feature = "simple_icons")]
17492 Self::SIMPLE_ICONS_UBLOCKORIGIN,
17493 #[cfg(feature = "simple_icons")]
17494 Self::SIMPLE_ICONS_UBUNTU,
17495 #[cfg(feature = "simple_icons")]
17496 Self::SIMPLE_ICONS_UDACITY,
17497 #[cfg(feature = "simple_icons")]
17498 Self::SIMPLE_ICONS_UDEMY,
17499 #[cfg(feature = "simple_icons")]
17500 Self::SIMPLE_ICONS_UFC,
17501 #[cfg(feature = "simple_icons")]
17502 Self::SIMPLE_ICONS_UIKIT,
17503 #[cfg(feature = "simple_icons")]
17504 Self::SIMPLE_ICONS_ULULE,
17505 #[cfg(feature = "simple_icons")]
17506 Self::SIMPLE_ICONS_UMBRACO,
17507 #[cfg(feature = "simple_icons")]
17508 Self::SIMPLE_ICONS_UNACADEMY,
17509 #[cfg(feature = "simple_icons")]
17510 Self::SIMPLE_ICONS_UNDERARMOUR,
17511 #[cfg(feature = "simple_icons")]
17512 Self::SIMPLE_ICONS_UNDERSCOREDOTJS,
17513 #[cfg(feature = "simple_icons")]
17514 Self::SIMPLE_ICONS_UNDERTALE,
17515 #[cfg(feature = "simple_icons")]
17516 Self::SIMPLE_ICONS_UNICODE,
17517 #[cfg(feature = "simple_icons")]
17518 Self::SIMPLE_ICONS_UNILEVER,
17519 #[cfg(feature = "simple_icons")]
17520 Self::SIMPLE_ICONS_UNITEDAIRLINES,
17521 #[cfg(feature = "simple_icons")]
17522 Self::SIMPLE_ICONS_UNITY,
17523 #[cfg(feature = "simple_icons")]
17524 Self::SIMPLE_ICONS_UNLICENSE,
17525 #[cfg(feature = "simple_icons")]
17526 Self::SIMPLE_ICONS_UNOCSS,
17527 #[cfg(feature = "simple_icons")]
17528 Self::SIMPLE_ICONS_UNRAID,
17529 #[cfg(feature = "simple_icons")]
17530 Self::SIMPLE_ICONS_UNREALENGINE,
17531 #[cfg(feature = "simple_icons")]
17532 Self::SIMPLE_ICONS_UNSPLASH,
17533 #[cfg(feature = "simple_icons")]
17534 Self::SIMPLE_ICONS_UNTANGLE,
17535 #[cfg(feature = "simple_icons")]
17536 Self::SIMPLE_ICONS_UNTAPPD,
17537 #[cfg(feature = "simple_icons")]
17538 Self::SIMPLE_ICONS_UPCLOUD,
17539 #[cfg(feature = "simple_icons")]
17540 Self::SIMPLE_ICONS_UPLABS,
17541 #[cfg(feature = "simple_icons")]
17542 Self::SIMPLE_ICONS_UPLOADED,
17543 #[cfg(feature = "simple_icons")]
17544 Self::SIMPLE_ICONS_UPS,
17545 #[cfg(feature = "simple_icons")]
17546 Self::SIMPLE_ICONS_UPSTASH,
17547 #[cfg(feature = "simple_icons")]
17548 Self::SIMPLE_ICONS_UPTIMEKUMA,
17549 #[cfg(feature = "simple_icons")]
17550 Self::SIMPLE_ICONS_UPTOBOX,
17551 #[cfg(feature = "simple_icons")]
17552 Self::SIMPLE_ICONS_UPWORK,
17553 #[cfg(feature = "simple_icons")]
17554 Self::SIMPLE_ICONS_USPS,
17555 #[cfg(feature = "simple_icons")]
17556 Self::SIMPLE_ICONS_V,
17557 #[cfg(feature = "simple_icons")]
17558 Self::SIMPLE_ICONS_V_2_EX,
17559 #[cfg(feature = "simple_icons")]
17560 Self::SIMPLE_ICONS_V_8,
17561 #[cfg(feature = "simple_icons")]
17562 Self::SIMPLE_ICONS_VAADIN,
17563 #[cfg(feature = "simple_icons")]
17564 Self::SIMPLE_ICONS_VAGRANT,
17565 #[cfg(feature = "simple_icons")]
17566 Self::SIMPLE_ICONS_VALA,
17567 #[cfg(feature = "simple_icons")]
17568 Self::SIMPLE_ICONS_VALORANT,
17569 #[cfg(feature = "simple_icons")]
17570 Self::SIMPLE_ICONS_VALVE,
17571 #[cfg(feature = "simple_icons")]
17572 Self::SIMPLE_ICONS_VAPOR,
17573 #[cfg(feature = "simple_icons")]
17574 Self::SIMPLE_ICONS_VAULT,
17575 #[cfg(feature = "simple_icons")]
17576 Self::SIMPLE_ICONS_VAUXHALL,
17577 #[cfg(feature = "simple_icons")]
17578 Self::SIMPLE_ICONS_VBULLETIN,
17579 #[cfg(feature = "simple_icons")]
17580 Self::SIMPLE_ICONS_VECTORLOGOZONE,
17581 #[cfg(feature = "simple_icons")]
17582 Self::SIMPLE_ICONS_VECTORWORKS,
17583 #[cfg(feature = "simple_icons")]
17584 Self::SIMPLE_ICONS_VEEAM,
17585 #[cfg(feature = "simple_icons")]
17586 Self::SIMPLE_ICONS_VEEPEE,
17587 #[cfg(feature = "simple_icons")]
17588 Self::SIMPLE_ICONS_VELOG,
17589 #[cfg(feature = "simple_icons")]
17590 Self::SIMPLE_ICONS_VENMO,
17591 #[cfg(feature = "simple_icons")]
17592 Self::SIMPLE_ICONS_VERCEL,
17593 #[cfg(feature = "simple_icons")]
17594 Self::SIMPLE_ICONS_VERDACCIO,
17595 #[cfg(feature = "simple_icons")]
17596 Self::SIMPLE_ICONS_VERITAS,
17597 #[cfg(feature = "simple_icons")]
17598 Self::SIMPLE_ICONS_VERIZON,
17599 #[cfg(feature = "simple_icons")]
17600 Self::SIMPLE_ICONS_VEXXHOST,
17601 #[cfg(feature = "simple_icons")]
17602 Self::SIMPLE_ICONS_VFAIRS,
17603 #[cfg(feature = "simple_icons")]
17604 Self::SIMPLE_ICONS_VIADEO,
17605 #[cfg(feature = "simple_icons")]
17606 Self::SIMPLE_ICONS_VIBER,
17607 #[cfg(feature = "simple_icons")]
17608 Self::SIMPLE_ICONS_VIM,
17609 #[cfg(feature = "simple_icons")]
17610 Self::SIMPLE_ICONS_VIMEO,
17611 #[cfg(feature = "simple_icons")]
17612 Self::SIMPLE_ICONS_VIMEOLIVESTREAM,
17613 #[cfg(feature = "simple_icons")]
17614 Self::SIMPLE_ICONS_VIRGIN,
17615 #[cfg(feature = "simple_icons")]
17616 Self::SIMPLE_ICONS_VIRGINMEDIA,
17617 #[cfg(feature = "simple_icons")]
17618 Self::SIMPLE_ICONS_VIRTUALBOX,
17619 #[cfg(feature = "simple_icons")]
17620 Self::SIMPLE_ICONS_VIRUSTOTAL,
17621 #[cfg(feature = "simple_icons")]
17622 Self::SIMPLE_ICONS_VISA,
17623 #[cfg(feature = "simple_icons")]
17624 Self::SIMPLE_ICONS_VISUALSTUDIO,
17625 #[cfg(feature = "simple_icons")]
17626 Self::SIMPLE_ICONS_VISUALSTUDIOCODE,
17627 #[cfg(feature = "simple_icons")]
17628 Self::SIMPLE_ICONS_VITE,
17629 #[cfg(feature = "simple_icons")]
17630 Self::SIMPLE_ICONS_VITESS,
17631 #[cfg(feature = "simple_icons")]
17632 Self::SIMPLE_ICONS_VITEST,
17633 #[cfg(feature = "simple_icons")]
17634 Self::SIMPLE_ICONS_VIVALDI,
17635 #[cfg(feature = "simple_icons")]
17636 Self::SIMPLE_ICONS_VIVINO,
17637 #[cfg(feature = "simple_icons")]
17638 Self::SIMPLE_ICONS_VK,
17639 #[cfg(feature = "simple_icons")]
17640 Self::SIMPLE_ICONS_VLCMEDIAPLAYER,
17641 #[cfg(feature = "simple_icons")]
17642 Self::SIMPLE_ICONS_VMWARE,
17643 #[cfg(feature = "simple_icons")]
17644 Self::SIMPLE_ICONS_VODAFONE,
17645 #[cfg(feature = "simple_icons")]
17646 Self::SIMPLE_ICONS_VOLKSWAGEN,
17647 #[cfg(feature = "simple_icons")]
17648 Self::SIMPLE_ICONS_VOLVO,
17649 #[cfg(feature = "simple_icons")]
17650 Self::SIMPLE_ICONS_VONAGE,
17651 #[cfg(feature = "simple_icons")]
17652 Self::SIMPLE_ICONS_VOWPALWABBIT,
17653 #[cfg(feature = "simple_icons")]
17654 Self::SIMPLE_ICONS_VOX,
17655 #[cfg(feature = "simple_icons")]
17656 Self::SIMPLE_ICONS_VSCO,
17657 #[cfg(feature = "simple_icons")]
17658 Self::SIMPLE_ICONS_VSCODIUM,
17659 #[cfg(feature = "simple_icons")]
17660 Self::SIMPLE_ICONS_VTEX,
17661 #[cfg(feature = "simple_icons")]
17662 Self::SIMPLE_ICONS_VUEDOTJS,
17663 #[cfg(feature = "simple_icons")]
17664 Self::SIMPLE_ICONS_VUETIFY,
17665 #[cfg(feature = "simple_icons")]
17666 Self::SIMPLE_ICONS_VULKAN,
17667 #[cfg(feature = "simple_icons")]
17668 Self::SIMPLE_ICONS_VULTR,
17669 #[cfg(feature = "simple_icons")]
17670 Self::SIMPLE_ICONS_W_3_C,
17671 #[cfg(feature = "simple_icons")]
17672 Self::SIMPLE_ICONS_WACOM,
17673 #[cfg(feature = "simple_icons")]
17674 Self::SIMPLE_ICONS_WAGTAIL,
17675 #[cfg(feature = "simple_icons")]
17676 Self::SIMPLE_ICONS_WAILS,
17677 #[cfg(feature = "simple_icons")]
17678 Self::SIMPLE_ICONS_WAKATIME,
17679 #[cfg(feature = "simple_icons")]
17680 Self::SIMPLE_ICONS_WALKMAN,
17681 #[cfg(feature = "simple_icons")]
17682 Self::SIMPLE_ICONS_WALLABAG,
17683 #[cfg(feature = "simple_icons")]
17684 Self::SIMPLE_ICONS_WALMART,
17685 #[cfg(feature = "simple_icons")]
17686 Self::SIMPLE_ICONS_WANTEDLY,
17687 #[cfg(feature = "simple_icons")]
17688 Self::SIMPLE_ICONS_WAPPALYZER,
17689 #[cfg(feature = "simple_icons")]
17690 Self::SIMPLE_ICONS_WARNERBROS,
17691 #[cfg(feature = "simple_icons")]
17692 Self::SIMPLE_ICONS_WARP,
17693 #[cfg(feature = "simple_icons")]
17694 Self::SIMPLE_ICONS_WASMCLOUD,
17695 #[cfg(feature = "simple_icons")]
17696 Self::SIMPLE_ICONS_WASMER,
17697 #[cfg(feature = "simple_icons")]
17698 Self::SIMPLE_ICONS_WATTPAD,
17699 #[cfg(feature = "simple_icons")]
17700 Self::SIMPLE_ICONS_WAYLAND,
17701 #[cfg(feature = "simple_icons")]
17702 Self::SIMPLE_ICONS_WAZE,
17703 #[cfg(feature = "simple_icons")]
17704 Self::SIMPLE_ICONS_WEAROS,
17705 #[cfg(feature = "simple_icons")]
17706 Self::SIMPLE_ICONS_WEASYL,
17707 #[cfg(feature = "simple_icons")]
17708 Self::SIMPLE_ICONS_WEB_3_DOTJS,
17709 #[cfg(feature = "simple_icons")]
17710 Self::SIMPLE_ICONS_WEBASSEMBLY,
17711 #[cfg(feature = "simple_icons")]
17712 Self::SIMPLE_ICONS_WEBAUTHN,
17713 #[cfg(feature = "simple_icons")]
17714 Self::SIMPLE_ICONS_WEBCOMPONENTSDOTORG,
17715 #[cfg(feature = "simple_icons")]
17716 Self::SIMPLE_ICONS_WEBDRIVERIO,
17717 #[cfg(feature = "simple_icons")]
17718 Self::SIMPLE_ICONS_WEBFLOW,
17719 #[cfg(feature = "simple_icons")]
17720 Self::SIMPLE_ICONS_WEBGL,
17721 #[cfg(feature = "simple_icons")]
17722 Self::SIMPLE_ICONS_WEBHINT,
17723 #[cfg(feature = "simple_icons")]
17724 Self::SIMPLE_ICONS_WEBLATE,
17725 #[cfg(feature = "simple_icons")]
17726 Self::SIMPLE_ICONS_WEBMIN,
17727 #[cfg(feature = "simple_icons")]
17728 Self::SIMPLE_ICONS_WEBMONEY,
17729 #[cfg(feature = "simple_icons")]
17730 Self::SIMPLE_ICONS_WEBPACK,
17731 #[cfg(feature = "simple_icons")]
17732 Self::SIMPLE_ICONS_WEBRTC,
17733 #[cfg(feature = "simple_icons")]
17734 Self::SIMPLE_ICONS_WEBSTORM,
17735 #[cfg(feature = "simple_icons")]
17736 Self::SIMPLE_ICONS_WEBTOON,
17737 #[cfg(feature = "simple_icons")]
17738 Self::SIMPLE_ICONS_WECHAT,
17739 #[cfg(feature = "simple_icons")]
17740 Self::SIMPLE_ICONS_WEGAME,
17741 #[cfg(feature = "simple_icons")]
17742 Self::SIMPLE_ICONS_WEIGHTSANDBIASES,
17743 #[cfg(feature = "simple_icons")]
17744 Self::SIMPLE_ICONS_WELCOMETOTHEJUNGLE,
17745 #[cfg(feature = "simple_icons")]
17746 Self::SIMPLE_ICONS_WEMO,
17747 #[cfg(feature = "simple_icons")]
17748 Self::SIMPLE_ICONS_WESTERNDIGITAL,
17749 #[cfg(feature = "simple_icons")]
17750 Self::SIMPLE_ICONS_WETRANSFER,
17751 #[cfg(feature = "simple_icons")]
17752 Self::SIMPLE_ICONS_WHATSAPP,
17753 #[cfg(feature = "simple_icons")]
17754 Self::SIMPLE_ICONS_WHENIWORK,
17755 #[cfg(feature = "simple_icons")]
17756 Self::SIMPLE_ICONS_WHITESOURCE,
17757 #[cfg(feature = "simple_icons")]
17758 Self::SIMPLE_ICONS_WII,
17759 #[cfg(feature = "simple_icons")]
17760 Self::SIMPLE_ICONS_WIIU,
17761 #[cfg(feature = "simple_icons")]
17762 Self::SIMPLE_ICONS_WIKIDATA,
17763 #[cfg(feature = "simple_icons")]
17764 Self::SIMPLE_ICONS_WIKIDOTJS,
17765 #[cfg(feature = "simple_icons")]
17766 Self::SIMPLE_ICONS_WIKIMEDIACOMMONS,
17767 #[cfg(feature = "simple_icons")]
17768 Self::SIMPLE_ICONS_WIKIPEDIA,
17769 #[cfg(feature = "simple_icons")]
17770 Self::SIMPLE_ICONS_WIKIQUOTE,
17771 #[cfg(feature = "simple_icons")]
17772 Self::SIMPLE_ICONS_WIKIVOYAGE,
17773 #[cfg(feature = "simple_icons")]
17774 Self::SIMPLE_ICONS_WINAMP,
17775 #[cfg(feature = "simple_icons")]
17776 Self::SIMPLE_ICONS_WINDICSS,
17777 #[cfg(feature = "simple_icons")]
17778 Self::SIMPLE_ICONS_WINDOWS,
17779 #[cfg(feature = "simple_icons")]
17780 Self::SIMPLE_ICONS_WINDOWS_11,
17781 #[cfg(feature = "simple_icons")]
17782 Self::SIMPLE_ICONS_WINDOWS_95,
17783 #[cfg(feature = "simple_icons")]
17784 Self::SIMPLE_ICONS_WINDOWSTERMINAL,
17785 #[cfg(feature = "simple_icons")]
17786 Self::SIMPLE_ICONS_WINDOWSXP,
17787 #[cfg(feature = "simple_icons")]
17788 Self::SIMPLE_ICONS_WINMATE,
17789 #[cfg(feature = "simple_icons")]
17790 Self::SIMPLE_ICONS_WIPRO,
17791 #[cfg(feature = "simple_icons")]
17792 Self::SIMPLE_ICONS_WIRE,
17793 #[cfg(feature = "simple_icons")]
17794 Self::SIMPLE_ICONS_WIREGUARD,
17795 #[cfg(feature = "simple_icons")]
17796 Self::SIMPLE_ICONS_WIRESHARK,
17797 #[cfg(feature = "simple_icons")]
17798 Self::SIMPLE_ICONS_WISE,
17799 #[cfg(feature = "simple_icons")]
17800 Self::SIMPLE_ICONS_WISH,
17801 #[cfg(feature = "simple_icons")]
17802 Self::SIMPLE_ICONS_WISTIA,
17803 #[cfg(feature = "simple_icons")]
17804 Self::SIMPLE_ICONS_WIX,
17805 #[cfg(feature = "simple_icons")]
17806 Self::SIMPLE_ICONS_WIZZAIR,
17807 #[cfg(feature = "simple_icons")]
17808 Self::SIMPLE_ICONS_WOLFRAM,
17809 #[cfg(feature = "simple_icons")]
17810 Self::SIMPLE_ICONS_WOLFRAMLANGUAGE,
17811 #[cfg(feature = "simple_icons")]
17812 Self::SIMPLE_ICONS_WOLFRAMMATHEMATICA,
17813 #[cfg(feature = "simple_icons")]
17814 Self::SIMPLE_ICONS_WOO,
17815 #[cfg(feature = "simple_icons")]
17816 Self::SIMPLE_ICONS_WOOCOMMERCE,
17817 #[cfg(feature = "simple_icons")]
17818 Self::SIMPLE_ICONS_WORDPRESS,
17819 #[cfg(feature = "simple_icons")]
17820 Self::SIMPLE_ICONS_WORKPLACE,
17821 #[cfg(feature = "simple_icons")]
17822 Self::SIMPLE_ICONS_WORLDHEALTHORGANIZATION,
17823 #[cfg(feature = "simple_icons")]
17824 Self::SIMPLE_ICONS_WPENGINE,
17825 #[cfg(feature = "simple_icons")]
17826 Self::SIMPLE_ICONS_WPEXPLORER,
17827 #[cfg(feature = "simple_icons")]
17828 Self::SIMPLE_ICONS_WPROCKET,
17829 #[cfg(feature = "simple_icons")]
17830 Self::SIMPLE_ICONS_WRITEDOTAS,
17831 #[cfg(feature = "simple_icons")]
17832 Self::SIMPLE_ICONS_WWE,
17833 #[cfg(feature = "simple_icons")]
17834 Self::SIMPLE_ICONS_WWISE,
17835 #[cfg(feature = "simple_icons")]
17836 Self::SIMPLE_ICONS_XAMARIN,
17837 #[cfg(feature = "simple_icons")]
17838 Self::SIMPLE_ICONS_XAML,
17839 #[cfg(feature = "simple_icons")]
17840 Self::SIMPLE_ICONS_XAMPP,
17841 #[cfg(feature = "simple_icons")]
17842 Self::SIMPLE_ICONS_XBOX,
17843 #[cfg(feature = "simple_icons")]
17844 Self::SIMPLE_ICONS_XCODE,
17845 #[cfg(feature = "simple_icons")]
17846 Self::SIMPLE_ICONS_XDADEVELOPERS,
17847 #[cfg(feature = "simple_icons")]
17848 Self::SIMPLE_ICONS_XDOTORG,
17849 #[cfg(feature = "simple_icons")]
17850 Self::SIMPLE_ICONS_XERO,
17851 #[cfg(feature = "simple_icons")]
17852 Self::SIMPLE_ICONS_XFCE,
17853 #[cfg(feature = "simple_icons")]
17854 Self::SIMPLE_ICONS_XIAOMI,
17855 #[cfg(feature = "simple_icons")]
17856 Self::SIMPLE_ICONS_XILINX,
17857 #[cfg(feature = "simple_icons")]
17858 Self::SIMPLE_ICONS_XING,
17859 #[cfg(feature = "simple_icons")]
17860 Self::SIMPLE_ICONS_XMPP,
17861 #[cfg(feature = "simple_icons")]
17862 Self::SIMPLE_ICONS_XO,
17863 #[cfg(feature = "simple_icons")]
17864 Self::SIMPLE_ICONS_XRP,
17865 #[cfg(feature = "simple_icons")]
17866 Self::SIMPLE_ICONS_XSPLIT,
17867 #[cfg(feature = "simple_icons")]
17868 Self::SIMPLE_ICONS_XSTATE,
17869 #[cfg(feature = "simple_icons")]
17870 Self::SIMPLE_ICONS_YAHOO,
17871 #[cfg(feature = "simple_icons")]
17872 Self::SIMPLE_ICONS_YALE,
17873 #[cfg(feature = "simple_icons")]
17874 Self::SIMPLE_ICONS_YAMAHACORPORATION,
17875 #[cfg(feature = "simple_icons")]
17876 Self::SIMPLE_ICONS_YAMAHAMOTORCORPORATION,
17877 #[cfg(feature = "simple_icons")]
17878 Self::SIMPLE_ICONS_YAMMER,
17879 #[cfg(feature = "simple_icons")]
17880 Self::SIMPLE_ICONS_YARN,
17881 #[cfg(feature = "simple_icons")]
17882 Self::SIMPLE_ICONS_YCOMBINATOR,
17883 #[cfg(feature = "simple_icons")]
17884 Self::SIMPLE_ICONS_YELP,
17885 #[cfg(feature = "simple_icons")]
17886 Self::SIMPLE_ICONS_YOAST,
17887 #[cfg(feature = "simple_icons")]
17888 Self::SIMPLE_ICONS_YOLO,
17889 #[cfg(feature = "simple_icons")]
17890 Self::SIMPLE_ICONS_YOURTRAVELDOTTV,
17891 #[cfg(feature = "simple_icons")]
17892 Self::SIMPLE_ICONS_YOUTUBE,
17893 #[cfg(feature = "simple_icons")]
17894 Self::SIMPLE_ICONS_YOUTUBEGAMING,
17895 #[cfg(feature = "simple_icons")]
17896 Self::SIMPLE_ICONS_YOUTUBEMUSIC,
17897 #[cfg(feature = "simple_icons")]
17898 Self::SIMPLE_ICONS_YOUTUBESTUDIO,
17899 #[cfg(feature = "simple_icons")]
17900 Self::SIMPLE_ICONS_YOUTUBETV,
17901 #[cfg(feature = "simple_icons")]
17902 Self::SIMPLE_ICONS_YUBICO,
17903 #[cfg(feature = "simple_icons")]
17904 Self::SIMPLE_ICONS_ZABKA,
17905 #[cfg(feature = "simple_icons")]
17906 Self::SIMPLE_ICONS_ZALANDO,
17907 #[cfg(feature = "simple_icons")]
17908 Self::SIMPLE_ICONS_ZALO,
17909 #[cfg(feature = "simple_icons")]
17910 Self::SIMPLE_ICONS_ZAPIER,
17911 #[cfg(feature = "simple_icons")]
17912 Self::SIMPLE_ICONS_ZARA,
17913 #[cfg(feature = "simple_icons")]
17914 Self::SIMPLE_ICONS_ZAZZLE,
17915 #[cfg(feature = "simple_icons")]
17916 Self::SIMPLE_ICONS_ZCASH,
17917 #[cfg(feature = "simple_icons")]
17918 Self::SIMPLE_ICONS_ZDF,
17919 #[cfg(feature = "simple_icons")]
17920 Self::SIMPLE_ICONS_ZEBRATECHNOLOGIES,
17921 #[cfg(feature = "simple_icons")]
17922 Self::SIMPLE_ICONS_ZELLE,
17923 #[cfg(feature = "simple_icons")]
17924 Self::SIMPLE_ICONS_ZEND,
17925 #[cfg(feature = "simple_icons")]
17926 Self::SIMPLE_ICONS_ZENDESK,
17927 #[cfg(feature = "simple_icons")]
17928 Self::SIMPLE_ICONS_ZENDFRAMEWORK,
17929 #[cfg(feature = "simple_icons")]
17930 Self::SIMPLE_ICONS_ZENN,
17931 #[cfg(feature = "simple_icons")]
17932 Self::SIMPLE_ICONS_ZENODO,
17933 #[cfg(feature = "simple_icons")]
17934 Self::SIMPLE_ICONS_ZERODHA,
17935 #[cfg(feature = "simple_icons")]
17936 Self::SIMPLE_ICONS_ZEROMQ,
17937 #[cfg(feature = "simple_icons")]
17938 Self::SIMPLE_ICONS_ZERPLY,
17939 #[cfg(feature = "simple_icons")]
17940 Self::SIMPLE_ICONS_ZETTLR,
17941 #[cfg(feature = "simple_icons")]
17942 Self::SIMPLE_ICONS_ZHIHU,
17943 #[cfg(feature = "simple_icons")]
17944 Self::SIMPLE_ICONS_ZIG,
17945 #[cfg(feature = "simple_icons")]
17946 Self::SIMPLE_ICONS_ZIGBEE,
17947 #[cfg(feature = "simple_icons")]
17948 Self::SIMPLE_ICONS_ZILLOW,
17949 #[cfg(feature = "simple_icons")]
17950 Self::SIMPLE_ICONS_ZINCSEARCH,
17951 #[cfg(feature = "simple_icons")]
17952 Self::SIMPLE_ICONS_ZINGAT,
17953 #[cfg(feature = "simple_icons")]
17954 Self::SIMPLE_ICONS_ZOHO,
17955 #[cfg(feature = "simple_icons")]
17956 Self::SIMPLE_ICONS_ZOIPER,
17957 #[cfg(feature = "simple_icons")]
17958 Self::SIMPLE_ICONS_ZOMATO,
17959 #[cfg(feature = "simple_icons")]
17960 Self::SIMPLE_ICONS_ZOOM,
17961 #[cfg(feature = "simple_icons")]
17962 Self::SIMPLE_ICONS_ZORIN,
17963 #[cfg(feature = "simple_icons")]
17964 Self::SIMPLE_ICONS_ZOTERO,
17965 #[cfg(feature = "simple_icons")]
17966 Self::SIMPLE_ICONS_ZULIP,
17967 #[cfg(feature = "simple_icons")]
17968 Self::SIMPLE_ICONS_ZWAVE,
17969 #[cfg(feature = "simple_icons")]
17970 Self::SIMPLE_ICONS_ZYTE,
17971 #[cfg(feature = "extra")]
17972 Self::EXTRA_GOOGLE_PLAY,
17973 ];
17974}