lucide_dioxus/
lib.rs

1//! Dioxus port of [Lucide](https://lucide.dev/).
2//!
3//! Lucide is a beautiful & consistent icon toolkit made by the community.
4//!
5//! See [the Rust Lucide book](https://lucide.rustforweb.org/frameworks/dioxus.html) for more documenation.
6
7#[cfg(any(feature = "text", feature = "design"))]
8mod a_arrow_down;
9#[cfg(any(feature = "text", feature = "design"))]
10mod a_arrow_up;
11#[cfg(any(feature = "text", feature = "design"))]
12mod a_large_small;
13#[cfg(any(feature = "accessibility", feature = "medical"))]
14mod accessibility;
15#[cfg(any(
16    feature = "medical",
17    feature = "account",
18    feature = "social",
19    feature = "science",
20    feature = "multimedia"
21))]
22mod activity;
23#[cfg(feature = "home")]
24mod air_vent;
25#[cfg(any(
26    feature = "multimedia",
27    feature = "connectivity",
28    feature = "devices",
29    feature = "brands"
30))]
31mod airplay;
32#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
33mod alarm_clock;
34#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
35mod alarm_clock_check;
36#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
37mod alarm_clock_minus;
38#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
39mod alarm_clock_off;
40#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
41mod alarm_clock_plus;
42#[cfg(any(feature = "home", feature = "devices", feature = "travel"))]
43mod alarm_smoke;
44#[cfg(any(feature = "photography", feature = "multimedia"))]
45mod album;
46#[cfg(feature = "layout")]
47mod align_center_horizontal;
48#[cfg(feature = "layout")]
49mod align_center_vertical;
50#[cfg(feature = "layout")]
51mod align_end_horizontal;
52#[cfg(feature = "layout")]
53mod align_end_vertical;
54#[cfg(feature = "layout")]
55mod align_horizontal_distribute_center;
56#[cfg(feature = "layout")]
57mod align_horizontal_distribute_end;
58#[cfg(feature = "layout")]
59mod align_horizontal_distribute_start;
60#[cfg(feature = "layout")]
61mod align_horizontal_justify_center;
62#[cfg(feature = "layout")]
63mod align_horizontal_justify_end;
64#[cfg(feature = "layout")]
65mod align_horizontal_justify_start;
66#[cfg(feature = "layout")]
67mod align_horizontal_space_around;
68#[cfg(feature = "layout")]
69mod align_horizontal_space_between;
70#[cfg(feature = "layout")]
71mod align_start_horizontal;
72#[cfg(feature = "layout")]
73mod align_start_vertical;
74#[cfg(feature = "layout")]
75mod align_vertical_distribute_center;
76#[cfg(feature = "layout")]
77mod align_vertical_distribute_end;
78#[cfg(feature = "layout")]
79mod align_vertical_distribute_start;
80#[cfg(feature = "layout")]
81mod align_vertical_justify_center;
82#[cfg(feature = "layout")]
83mod align_vertical_justify_end;
84#[cfg(feature = "layout")]
85mod align_vertical_justify_start;
86#[cfg(feature = "layout")]
87mod align_vertical_space_around;
88#[cfg(feature = "layout")]
89mod align_vertical_space_between;
90#[cfg(any(feature = "medical", feature = "transportation"))]
91mod ambulance;
92#[cfg(any(feature = "text", feature = "development"))]
93mod ampersand;
94#[cfg(any(feature = "text", feature = "development"))]
95mod ampersands;
96#[cfg(any(feature = "food-beverage", feature = "gaming"))]
97mod amphora;
98#[cfg(any(feature = "transportation", feature = "text"))]
99mod anchor;
100#[cfg(feature = "emoji")]
101mod angry;
102#[cfg(feature = "emoji")]
103mod annoyed;
104#[cfg(any(feature = "devices", feature = "multimedia", feature = "communication"))]
105mod antenna;
106#[cfg(any(feature = "buildings", feature = "tools", feature = "gaming"))]
107mod anvil;
108#[cfg(feature = "photography")]
109mod aperture;
110#[cfg(any(
111    feature = "layout",
112    feature = "design",
113    feature = "development",
114    feature = "files"
115))]
116mod app_window;
117#[cfg(any(
118    feature = "layout",
119    feature = "design",
120    feature = "development",
121    feature = "files"
122))]
123mod app_window_mac;
124#[cfg(feature = "food-beverage")]
125mod apple;
126#[cfg(any(feature = "files", feature = "mail"))]
127mod archive;
128#[cfg(any(feature = "files", feature = "mail"))]
129mod archive_restore;
130#[cfg(any(feature = "files", feature = "mail"))]
131mod archive_x;
132#[cfg(feature = "home")]
133mod armchair;
134#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
135mod arrow_big_down;
136#[cfg(any(
137    feature = "arrows",
138    feature = "navigation",
139    feature = "gaming",
140    feature = "files"
141))]
142mod arrow_big_down_dash;
143#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
144mod arrow_big_left;
145#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
146mod arrow_big_left_dash;
147#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
148mod arrow_big_right;
149#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
150mod arrow_big_right_dash;
151#[cfg(any(
152    feature = "arrows",
153    feature = "navigation",
154    feature = "text",
155    feature = "development",
156    feature = "gaming"
157))]
158mod arrow_big_up;
159#[cfg(any(
160    feature = "arrows",
161    feature = "navigation",
162    feature = "text",
163    feature = "development",
164    feature = "gaming"
165))]
166mod arrow_big_up_dash;
167#[cfg(any(feature = "arrows", feature = "navigation"))]
168mod arrow_down;
169#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
170mod arrow_down_0_1;
171#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
172mod arrow_down_1_0;
173#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
174mod arrow_down_a_z;
175#[cfg(any(feature = "arrows", feature = "navigation", feature = "files"))]
176mod arrow_down_from_line;
177#[cfg(any(feature = "arrows", feature = "navigation"))]
178mod arrow_down_left;
179#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
180mod arrow_down_narrow_wide;
181#[cfg(any(feature = "arrows", feature = "navigation"))]
182mod arrow_down_right;
183#[cfg(any(feature = "arrows", feature = "navigation"))]
184mod arrow_down_to_dot;
185#[cfg(any(
186    feature = "arrows",
187    feature = "navigation",
188    feature = "files",
189    feature = "development"
190))]
191mod arrow_down_to_line;
192#[cfg(any(feature = "arrows", feature = "navigation"))]
193mod arrow_down_up;
194#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
195mod arrow_down_wide_narrow;
196#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
197mod arrow_down_z_a;
198#[cfg(any(feature = "arrows", feature = "navigation"))]
199mod arrow_left;
200#[cfg(any(feature = "arrows", feature = "navigation"))]
201mod arrow_left_from_line;
202#[cfg(any(feature = "arrows", feature = "navigation"))]
203mod arrow_left_right;
204#[cfg(any(feature = "arrows", feature = "navigation"))]
205mod arrow_left_to_line;
206#[cfg(any(feature = "arrows", feature = "navigation"))]
207mod arrow_right;
208#[cfg(any(feature = "arrows", feature = "navigation"))]
209mod arrow_right_from_line;
210#[cfg(any(feature = "arrows", feature = "navigation"))]
211mod arrow_right_left;
212#[cfg(any(feature = "arrows", feature = "navigation", feature = "development"))]
213mod arrow_right_to_line;
214#[cfg(any(feature = "arrows", feature = "navigation"))]
215mod arrow_up;
216#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
217mod arrow_up_0_1;
218#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
219mod arrow_up_1_0;
220#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
221mod arrow_up_a_z;
222#[cfg(any(feature = "arrows", feature = "navigation"))]
223mod arrow_up_down;
224#[cfg(any(feature = "arrows", feature = "navigation"))]
225mod arrow_up_from_dot;
226#[cfg(any(
227    feature = "arrows",
228    feature = "navigation",
229    feature = "files",
230    feature = "development"
231))]
232mod arrow_up_from_line;
233#[cfg(any(feature = "arrows", feature = "navigation"))]
234mod arrow_up_left;
235#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
236mod arrow_up_narrow_wide;
237#[cfg(any(feature = "arrows", feature = "navigation"))]
238mod arrow_up_right;
239#[cfg(any(feature = "arrows", feature = "navigation", feature = "files"))]
240mod arrow_up_to_line;
241#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
242mod arrow_up_wide_narrow;
243#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
244mod arrow_up_z_a;
245#[cfg(any(feature = "arrows", feature = "transportation", feature = "mail"))]
246mod arrows_up_from_line;
247#[cfg(any(feature = "text", feature = "math", feature = "development"))]
248mod asterisk;
249#[cfg(any(feature = "text", feature = "account"))]
250mod at_sign;
251#[cfg(feature = "science")]
252mod atom;
253#[cfg(any(feature = "multimedia", feature = "communication"))]
254mod audio_lines;
255#[cfg(any(feature = "multimedia", feature = "communication"))]
256mod audio_waveform;
257#[cfg(any(feature = "account", feature = "sports", feature = "gaming"))]
258mod award;
259#[cfg(any(feature = "tools", feature = "gaming"))]
260mod axe;
261#[cfg(feature = "design")]
262mod axis_3_d;
263#[cfg(any(feature = "accessibility", feature = "people"))]
264mod baby;
265#[cfg(any(feature = "gaming", feature = "photography", feature = "travel"))]
266mod backpack;
267#[cfg(any(feature = "account", feature = "social", feature = "shapes"))]
268mod badge;
269#[cfg(any(feature = "account", feature = "social"))]
270mod badge_alert;
271#[cfg(any(feature = "shopping", feature = "finance"))]
272mod badge_cent;
273#[cfg(feature = "social")]
274mod badge_check;
275#[cfg(any(feature = "shopping", feature = "finance"))]
276mod badge_dollar_sign;
277#[cfg(any(feature = "shopping", feature = "finance"))]
278mod badge_euro;
279#[cfg(any(feature = "shopping", feature = "finance"))]
280mod badge_indian_rupee;
281#[cfg(any(feature = "account", feature = "accessibility", feature = "social"))]
282mod badge_info;
283#[cfg(any(feature = "shopping", feature = "finance"))]
284mod badge_japanese_yen;
285#[cfg(feature = "social")]
286mod badge_minus;
287#[cfg(any(
288    feature = "social",
289    feature = "finance",
290    feature = "shopping",
291    feature = "math"
292))]
293mod badge_percent;
294#[cfg(feature = "social")]
295mod badge_plus;
296#[cfg(any(feature = "shopping", feature = "finance"))]
297mod badge_pound_sterling;
298#[cfg(any(feature = "accessibility", feature = "social", feature = "shapes"))]
299mod badge_question_mark;
300#[cfg(any(feature = "shopping", feature = "finance"))]
301mod badge_russian_ruble;
302#[cfg(any(feature = "shopping", feature = "finance"))]
303mod badge_swiss_franc;
304#[cfg(any(feature = "shopping", feature = "finance"))]
305mod badge_turkish_lira;
306#[cfg(feature = "social")]
307mod badge_x;
308#[cfg(any(feature = "transportation", feature = "travel"))]
309mod baggage_claim;
310#[cfg(feature = "account")]
311mod ban;
312#[cfg(feature = "food-beverage")]
313mod banana;
314#[cfg(feature = "medical")]
315mod bandage;
316#[cfg(feature = "finance")]
317mod banknote;
318#[cfg(feature = "finance")]
319mod banknote_arrow_down;
320#[cfg(feature = "finance")]
321mod banknote_arrow_up;
322#[cfg(feature = "finance")]
323mod banknote_x;
324#[cfg(feature = "shopping")]
325mod barcode;
326#[cfg(any(feature = "food-beverage", feature = "navigation"))]
327mod barrel;
328#[cfg(feature = "text")]
329mod baseline;
330#[cfg(feature = "travel")]
331mod bath;
332#[cfg(any(feature = "connectivity", feature = "devices"))]
333mod battery;
334#[cfg(any(feature = "connectivity", feature = "devices"))]
335mod battery_charging;
336#[cfg(any(feature = "connectivity", feature = "devices"))]
337mod battery_full;
338#[cfg(any(feature = "connectivity", feature = "devices"))]
339mod battery_low;
340#[cfg(any(feature = "connectivity", feature = "devices"))]
341mod battery_medium;
342#[cfg(feature = "devices")]
343mod battery_plus;
344#[cfg(any(feature = "connectivity", feature = "devices"))]
345mod battery_warning;
346#[cfg(any(feature = "science", feature = "gaming"))]
347mod beaker;
348#[cfg(feature = "food-beverage")]
349mod bean;
350#[cfg(feature = "food-beverage")]
351mod bean_off;
352#[cfg(feature = "home")]
353mod bed;
354#[cfg(feature = "home")]
355mod bed_double;
356#[cfg(feature = "home")]
357mod bed_single;
358#[cfg(feature = "food-beverage")]
359mod beef;
360#[cfg(feature = "food-beverage")]
361mod beer;
362#[cfg(feature = "food-beverage")]
363mod beer_off;
364#[cfg(any(feature = "account", feature = "notifications"))]
365mod bell;
366#[cfg(any(feature = "account", feature = "notifications"))]
367mod bell_dot;
368#[cfg(any(feature = "devices", feature = "notifications", feature = "home"))]
369mod bell_electric;
370#[cfg(feature = "notifications")]
371mod bell_minus;
372#[cfg(feature = "notifications")]
373mod bell_off;
374#[cfg(feature = "notifications")]
375mod bell_plus;
376#[cfg(feature = "notifications")]
377mod bell_ring;
378#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
379mod between_horizontal_end;
380#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
381mod between_horizontal_start;
382#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
383mod between_vertical_end;
384#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
385mod between_vertical_start;
386#[cfg(feature = "emoji")]
387mod biceps_flexed;
388#[cfg(feature = "transportation")]
389mod bike;
390#[cfg(any(feature = "text", feature = "development"))]
391mod binary;
392#[cfg(any(
393    feature = "navigation",
394    feature = "nature",
395    feature = "photography",
396    feature = "science",
397    feature = "travel",
398    feature = "development"
399))]
400mod binoculars;
401#[cfg(feature = "science")]
402mod biohazard;
403#[cfg(feature = "animals")]
404mod bird;
405#[cfg(any(feature = "brands", feature = "development", feature = "finance"))]
406mod bitcoin;
407#[cfg(any(
408    feature = "design",
409    feature = "photography",
410    feature = "tools",
411    feature = "development"
412))]
413mod blend;
414#[cfg(feature = "home")]
415mod blinds;
416#[cfg(any(feature = "development", feature = "layout", feature = "shapes"))]
417mod blocks;
418#[cfg(any(feature = "connectivity", feature = "devices"))]
419mod bluetooth;
420#[cfg(any(feature = "connectivity", feature = "devices"))]
421mod bluetooth_connected;
422#[cfg(any(feature = "connectivity", feature = "devices"))]
423mod bluetooth_off;
424#[cfg(any(feature = "connectivity", feature = "devices"))]
425mod bluetooth_searching;
426#[cfg(feature = "text")]
427mod bold;
428#[cfg(any(feature = "tools", feature = "home"))]
429mod bolt;
430#[cfg(any(feature = "security", feature = "tools"))]
431mod bomb;
432#[cfg(any(feature = "animals", feature = "medical", feature = "gaming"))]
433mod bone;
434#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
435mod book;
436#[cfg(any(feature = "text", feature = "gaming"))]
437mod book_a;
438#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
439mod book_alert;
440#[cfg(any(feature = "multimedia", feature = "text"))]
441mod book_audio;
442#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
443mod book_check;
444#[cfg(any(feature = "development", feature = "text", feature = "gaming"))]
445mod book_copy;
446#[cfg(feature = "development")]
447mod book_dashed;
448#[cfg(feature = "development")]
449mod book_down;
450#[cfg(any(feature = "multimedia", feature = "text"))]
451mod book_headphones;
452#[cfg(any(feature = "social", feature = "text", feature = "gaming"))]
453mod book_heart;
454#[cfg(any(
455    feature = "photography",
456    feature = "text",
457    feature = "multimedia",
458    feature = "files",
459    feature = "social",
460    feature = "shopping",
461    feature = "travel"
462))]
463mod book_image;
464#[cfg(any(feature = "development", feature = "security", feature = "gaming"))]
465mod book_key;
466#[cfg(any(feature = "development", feature = "security", feature = "gaming"))]
467mod book_lock;
468#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
469mod book_marked;
470#[cfg(any(feature = "development", feature = "text", feature = "gaming"))]
471mod book_minus;
472#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
473mod book_open;
474#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
475mod book_open_check;
476#[cfg(any(feature = "text", feature = "development"))]
477mod book_open_text;
478#[cfg(any(feature = "development", feature = "text", feature = "gaming"))]
479mod book_plus;
480#[cfg(any(feature = "text", feature = "gaming"))]
481mod book_text;
482#[cfg(any(feature = "text", feature = "design", feature = "gaming"))]
483mod book_type;
484#[cfg(feature = "development")]
485mod book_up;
486#[cfg(feature = "development")]
487mod book_up_2;
488#[cfg(any(
489    feature = "account",
490    feature = "connectivity",
491    feature = "communication",
492    feature = "social"
493))]
494mod book_user;
495#[cfg(any(feature = "text", feature = "gaming"))]
496mod book_x;
497#[cfg(feature = "account")]
498mod bookmark;
499#[cfg(feature = "account")]
500mod bookmark_check;
501#[cfg(feature = "account")]
502mod bookmark_minus;
503#[cfg(feature = "account")]
504mod bookmark_plus;
505#[cfg(feature = "account")]
506mod bookmark_x;
507#[cfg(any(feature = "devices", feature = "multimedia", feature = "social"))]
508mod boom_box;
509#[cfg(any(feature = "development", feature = "social"))]
510mod bot;
511#[cfg(any(feature = "development", feature = "social"))]
512mod bot_message_square;
513#[cfg(any(feature = "development", feature = "social"))]
514mod bot_off;
515#[cfg(feature = "food-beverage")]
516mod bottle_wine;
517#[cfg(any(feature = "gaming", feature = "tools"))]
518mod bow_arrow;
519#[cfg(any(
520    feature = "shapes",
521    feature = "gaming",
522    feature = "development",
523    feature = "math"
524))]
525mod r#box;
526#[cfg(any(feature = "shapes", feature = "gaming", feature = "development"))]
527mod boxes;
528#[cfg(any(feature = "development", feature = "files"))]
529mod braces;
530#[cfg(any(feature = "development", feature = "files"))]
531mod brackets;
532#[cfg(any(feature = "medical", feature = "science"))]
533mod brain;
534#[cfg(any(feature = "science", feature = "development"))]
535mod brain_circuit;
536#[cfg(any(feature = "science", feature = "development"))]
537mod brain_cog;
538#[cfg(any(feature = "buildings", feature = "home"))]
539mod brick_wall;
540#[cfg(any(feature = "security", feature = "home", feature = "connectivity"))]
541mod brick_wall_fire;
542#[cfg(any(feature = "security", feature = "home", feature = "connectivity"))]
543mod brick_wall_shield;
544#[cfg(feature = "transportation")]
545mod briefcase;
546#[cfg(feature = "transportation")]
547mod briefcase_business;
548#[cfg(any(feature = "travel", feature = "transportation"))]
549mod briefcase_conveyor_belt;
550#[cfg(any(feature = "medical", feature = "transportation"))]
551mod briefcase_medical;
552#[cfg(any(feature = "design", feature = "layout"))]
553mod bring_to_front;
554#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
555mod brush;
556#[cfg(any(feature = "home", feature = "tools", feature = "design"))]
557mod brush_cleaning;
558#[cfg(feature = "weather")]
559mod bubbles;
560#[cfg(any(feature = "development", feature = "animals"))]
561mod bug;
562#[cfg(any(feature = "development", feature = "animals"))]
563mod bug_off;
564#[cfg(any(feature = "development", feature = "animals"))]
565mod bug_play;
566#[cfg(any(feature = "account", feature = "buildings"))]
567mod building;
568#[cfg(any(feature = "account", feature = "buildings"))]
569mod building_2;
570#[cfg(feature = "transportation")]
571mod bus;
572#[cfg(feature = "transportation")]
573mod bus_front;
574#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
575mod cable;
576#[cfg(any(feature = "transportation", feature = "travel"))]
577mod cable_car;
578#[cfg(any(feature = "food-beverage", feature = "social", feature = "account"))]
579mod cake;
580#[cfg(any(feature = "food-beverage", feature = "social"))]
581mod cake_slice;
582#[cfg(any(feature = "math", feature = "devices"))]
583mod calculator;
584#[cfg(feature = "time")]
585mod calendar;
586#[cfg(feature = "time")]
587mod calendar_1;
588#[cfg(feature = "time")]
589mod calendar_arrow_down;
590#[cfg(feature = "time")]
591mod calendar_arrow_up;
592#[cfg(feature = "time")]
593mod calendar_check;
594#[cfg(feature = "time")]
595mod calendar_check_2;
596#[cfg(feature = "time")]
597mod calendar_clock;
598#[cfg(feature = "time")]
599mod calendar_cog;
600#[cfg(feature = "time")]
601mod calendar_days;
602#[cfg(any(feature = "time", feature = "files"))]
603mod calendar_fold;
604#[cfg(feature = "time")]
605mod calendar_heart;
606#[cfg(feature = "time")]
607mod calendar_minus;
608#[cfg(feature = "time")]
609mod calendar_minus_2;
610#[cfg(feature = "time")]
611mod calendar_off;
612#[cfg(feature = "time")]
613mod calendar_plus;
614#[cfg(feature = "time")]
615mod calendar_plus_2;
616#[cfg(feature = "time")]
617mod calendar_range;
618#[cfg(feature = "time")]
619mod calendar_search;
620#[cfg(any(feature = "arrows", feature = "time"))]
621mod calendar_sync;
622#[cfg(feature = "time")]
623mod calendar_x;
624#[cfg(feature = "time")]
625mod calendar_x_2;
626#[cfg(any(
627    feature = "photography",
628    feature = "devices",
629    feature = "communication"
630))]
631mod camera;
632#[cfg(any(
633    feature = "photography",
634    feature = "devices",
635    feature = "communication"
636))]
637mod camera_off;
638#[cfg(feature = "food-beverage")]
639mod candy;
640#[cfg(feature = "food-beverage")]
641mod candy_cane;
642#[cfg(feature = "food-beverage")]
643mod candy_off;
644#[cfg(feature = "nature")]
645mod cannabis;
646#[cfg(feature = "multimedia")]
647mod captions;
648#[cfg(feature = "multimedia")]
649mod captions_off;
650#[cfg(feature = "transportation")]
651mod car;
652#[cfg(feature = "transportation")]
653mod car_front;
654#[cfg(feature = "transportation")]
655mod car_taxi_front;
656#[cfg(any(feature = "transportation", feature = "travel", feature = "nature"))]
657mod caravan;
658#[cfg(any(
659    feature = "connectivity",
660    feature = "communication",
661    feature = "multimedia",
662    feature = "devices"
663))]
664mod card_sim;
665#[cfg(feature = "food-beverage")]
666mod carrot;
667#[cfg(any(feature = "text", feature = "development"))]
668mod case_lower;
669#[cfg(feature = "text")]
670mod case_sensitive;
671#[cfg(any(feature = "text", feature = "development"))]
672mod case_upper;
673#[cfg(any(
674    feature = "connectivity",
675    feature = "devices",
676    feature = "multimedia",
677    feature = "communication",
678    feature = "files"
679))]
680mod cassette_tape;
681#[cfg(any(feature = "devices", feature = "connectivity"))]
682mod cast;
683#[cfg(any(feature = "buildings", feature = "gaming"))]
684mod castle;
685#[cfg(feature = "animals")]
686mod cat;
687#[cfg(any(
688    feature = "security",
689    feature = "devices",
690    feature = "communication",
691    feature = "connectivity",
692    feature = "photography"
693))]
694mod cctv;
695#[cfg(feature = "charts")]
696mod chart_area;
697#[cfg(feature = "charts")]
698mod chart_bar;
699#[cfg(feature = "charts")]
700mod chart_bar_big;
701#[cfg(feature = "charts")]
702mod chart_bar_decreasing;
703#[cfg(feature = "charts")]
704mod chart_bar_increasing;
705#[cfg(feature = "charts")]
706mod chart_bar_stacked;
707#[cfg(any(feature = "charts", feature = "finance"))]
708mod chart_candlestick;
709#[cfg(feature = "charts")]
710mod chart_column;
711#[cfg(feature = "charts")]
712mod chart_column_big;
713#[cfg(feature = "charts")]
714mod chart_column_decreasing;
715#[cfg(feature = "charts")]
716mod chart_column_increasing;
717#[cfg(feature = "charts")]
718mod chart_column_stacked;
719#[cfg(feature = "charts")]
720mod chart_gantt;
721#[cfg(feature = "charts")]
722mod chart_line;
723#[cfg(feature = "charts")]
724mod chart_network;
725#[cfg(feature = "charts")]
726mod chart_no_axes_column;
727#[cfg(feature = "charts")]
728mod chart_no_axes_column_decreasing;
729#[cfg(feature = "charts")]
730mod chart_no_axes_column_increasing;
731#[cfg(feature = "charts")]
732mod chart_no_axes_combined;
733#[cfg(any(
734    feature = "charts",
735    feature = "time",
736    feature = "development",
737    feature = "design"
738))]
739mod chart_no_axes_gantt;
740#[cfg(any(feature = "charts", feature = "files"))]
741mod chart_pie;
742#[cfg(feature = "charts")]
743mod chart_scatter;
744#[cfg(feature = "charts")]
745mod chart_spline;
746#[cfg(feature = "notifications")]
747mod check;
748#[cfg(feature = "notifications")]
749mod check_check;
750#[cfg(feature = "notifications")]
751mod check_line;
752#[cfg(feature = "food-beverage")]
753mod chef_hat;
754#[cfg(feature = "food-beverage")]
755mod cherry;
756#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
757mod chevron_down;
758#[cfg(any(feature = "arrows", feature = "multimedia"))]
759mod chevron_first;
760#[cfg(any(feature = "arrows", feature = "multimedia"))]
761mod chevron_last;
762#[cfg(any(feature = "arrows", feature = "navigation"))]
763mod chevron_left;
764#[cfg(any(
765    feature = "arrows",
766    feature = "navigation",
767    feature = "math",
768    feature = "development"
769))]
770mod chevron_right;
771#[cfg(any(
772    feature = "arrows",
773    feature = "navigation",
774    feature = "math",
775    feature = "gaming"
776))]
777mod chevron_up;
778#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
779mod chevrons_down;
780#[cfg(feature = "arrows")]
781mod chevrons_down_up;
782#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
783mod chevrons_left;
784#[cfg(feature = "arrows")]
785mod chevrons_left_right;
786#[cfg(any(
787    feature = "communication",
788    feature = "devices",
789    feature = "multimedia",
790    feature = "gaming"
791))]
792mod chevrons_left_right_ellipsis;
793#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
794mod chevrons_right;
795#[cfg(feature = "arrows")]
796mod chevrons_right_left;
797#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
798mod chevrons_up;
799#[cfg(feature = "arrows")]
800mod chevrons_up_down;
801#[cfg(feature = "brands")]
802mod chromium;
803#[cfg(any(feature = "buildings", feature = "navigation"))]
804mod church;
805#[cfg(any(feature = "travel", feature = "transportation", feature = "medical"))]
806mod cigarette;
807#[cfg(any(feature = "travel", feature = "transportation", feature = "medical"))]
808mod cigarette_off;
809#[cfg(feature = "shapes")]
810mod circle;
811#[cfg(feature = "notifications")]
812mod circle_alert;
813#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
814mod circle_arrow_down;
815#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
816mod circle_arrow_left;
817#[cfg(any(feature = "arrows", feature = "navigation"))]
818mod circle_arrow_out_down_left;
819#[cfg(any(feature = "arrows", feature = "navigation"))]
820mod circle_arrow_out_down_right;
821#[cfg(any(feature = "arrows", feature = "navigation", feature = "development"))]
822mod circle_arrow_out_up_left;
823#[cfg(any(feature = "arrows", feature = "navigation"))]
824mod circle_arrow_out_up_right;
825#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
826mod circle_arrow_right;
827#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
828mod circle_arrow_up;
829#[cfg(feature = "notifications")]
830mod circle_check;
831#[cfg(feature = "notifications")]
832mod circle_check_big;
833#[cfg(any(feature = "arrows", feature = "navigation"))]
834mod circle_chevron_down;
835#[cfg(any(feature = "arrows", feature = "navigation"))]
836mod circle_chevron_left;
837#[cfg(any(feature = "arrows", feature = "navigation"))]
838mod circle_chevron_right;
839#[cfg(any(feature = "arrows", feature = "navigation"))]
840mod circle_chevron_up;
841#[cfg(any(feature = "development", feature = "shapes"))]
842mod circle_dashed;
843#[cfg(feature = "math")]
844mod circle_divide;
845#[cfg(feature = "finance")]
846mod circle_dollar_sign;
847#[cfg(any(feature = "development", feature = "shapes"))]
848mod circle_dot;
849#[cfg(any(feature = "development", feature = "shapes"))]
850mod circle_dot_dashed;
851#[cfg(any(feature = "layout", feature = "development"))]
852mod circle_ellipsis;
853#[cfg(feature = "math")]
854mod circle_equal;
855#[cfg(any(feature = "arrows", feature = "development"))]
856mod circle_fading_arrow_up;
857#[cfg(any(feature = "communication", feature = "social"))]
858mod circle_fading_plus;
859#[cfg(any(feature = "transportation", feature = "sports", feature = "science"))]
860mod circle_gauge;
861#[cfg(feature = "math")]
862mod circle_minus;
863#[cfg(feature = "shapes")]
864mod circle_off;
865#[cfg(any(feature = "transportation", feature = "navigation"))]
866mod circle_parking;
867#[cfg(any(feature = "transportation", feature = "navigation"))]
868mod circle_parking_off;
869#[cfg(feature = "multimedia")]
870mod circle_pause;
871#[cfg(any(
872    feature = "social",
873    feature = "finance",
874    feature = "shopping",
875    feature = "math"
876))]
877mod circle_percent;
878#[cfg(feature = "multimedia")]
879mod circle_play;
880#[cfg(any(
881    feature = "math",
882    feature = "development",
883    feature = "cursors",
884    feature = "gaming"
885))]
886mod circle_plus;
887#[cfg(feature = "finance")]
888mod circle_pound_sterling;
889#[cfg(feature = "connectivity")]
890mod circle_power;
891#[cfg(any(feature = "accessibility", feature = "text", feature = "notifications"))]
892mod circle_question_mark;
893#[cfg(any(feature = "development", feature = "math"))]
894mod circle_slash;
895#[cfg(any(feature = "shapes", feature = "math", feature = "development"))]
896mod circle_slash_2;
897#[cfg(any(feature = "shapes", feature = "medical"))]
898mod circle_small;
899#[cfg(any(feature = "sports", feature = "gaming"))]
900mod circle_star;
901#[cfg(feature = "multimedia")]
902mod circle_stop;
903#[cfg(feature = "account")]
904mod circle_user;
905#[cfg(feature = "account")]
906mod circle_user_round;
907#[cfg(any(feature = "math", feature = "development"))]
908mod circle_x;
909#[cfg(any(feature = "science", feature = "development"))]
910mod circuit_board;
911#[cfg(feature = "food-beverage")]
912mod citrus;
913#[cfg(feature = "multimedia")]
914mod clapperboard;
915#[cfg(feature = "text")]
916mod clipboard;
917#[cfg(feature = "text")]
918mod clipboard_check;
919#[cfg(any(feature = "time", feature = "text"))]
920mod clipboard_clock;
921#[cfg(any(feature = "text", feature = "arrows"))]
922mod clipboard_copy;
923#[cfg(feature = "text")]
924mod clipboard_list;
925#[cfg(any(feature = "text", feature = "medical"))]
926mod clipboard_minus;
927#[cfg(any(feature = "text", feature = "arrows"))]
928mod clipboard_paste;
929#[cfg(feature = "text")]
930mod clipboard_pen;
931#[cfg(feature = "text")]
932mod clipboard_pen_line;
933#[cfg(any(feature = "text", feature = "medical"))]
934mod clipboard_plus;
935#[cfg(feature = "text")]
936mod clipboard_type;
937#[cfg(feature = "text")]
938mod clipboard_x;
939#[cfg(feature = "time")]
940mod clock;
941#[cfg(feature = "time")]
942mod clock_1;
943#[cfg(feature = "time")]
944mod clock_10;
945#[cfg(feature = "time")]
946mod clock_11;
947#[cfg(feature = "time")]
948mod clock_12;
949#[cfg(feature = "time")]
950mod clock_2;
951#[cfg(feature = "time")]
952mod clock_3;
953#[cfg(feature = "time")]
954mod clock_4;
955#[cfg(feature = "time")]
956mod clock_5;
957#[cfg(feature = "time")]
958mod clock_6;
959#[cfg(feature = "time")]
960mod clock_7;
961#[cfg(feature = "time")]
962mod clock_8;
963#[cfg(feature = "time")]
964mod clock_9;
965#[cfg(feature = "time")]
966mod clock_alert;
967#[cfg(feature = "time")]
968mod clock_arrow_down;
969#[cfg(feature = "time")]
970mod clock_arrow_up;
971#[cfg(feature = "time")]
972mod clock_fading;
973#[cfg(feature = "time")]
974mod clock_plus;
975#[cfg(any(feature = "accessibility", feature = "multimedia"))]
976mod closed_caption;
977#[cfg(feature = "weather")]
978mod cloud;
979#[cfg(feature = "development")]
980mod cloud_alert;
981#[cfg(feature = "development")]
982mod cloud_check;
983#[cfg(feature = "development")]
984mod cloud_cog;
985#[cfg(any(feature = "arrows", feature = "files"))]
986mod cloud_download;
987#[cfg(feature = "weather")]
988mod cloud_drizzle;
989#[cfg(feature = "weather")]
990mod cloud_fog;
991#[cfg(feature = "weather")]
992mod cloud_hail;
993#[cfg(feature = "weather")]
994mod cloud_lightning;
995#[cfg(feature = "weather")]
996mod cloud_moon;
997#[cfg(feature = "weather")]
998mod cloud_moon_rain;
999#[cfg(any(feature = "connectivity", feature = "weather"))]
1000mod cloud_off;
1001#[cfg(feature = "weather")]
1002mod cloud_rain;
1003#[cfg(feature = "weather")]
1004mod cloud_rain_wind;
1005#[cfg(feature = "weather")]
1006mod cloud_snow;
1007#[cfg(feature = "weather")]
1008mod cloud_sun;
1009#[cfg(feature = "weather")]
1010mod cloud_sun_rain;
1011#[cfg(any(feature = "arrows", feature = "files"))]
1012mod cloud_upload;
1013#[cfg(feature = "weather")]
1014mod cloudy;
1015#[cfg(feature = "gaming")]
1016mod clover;
1017#[cfg(any(feature = "shapes", feature = "gaming"))]
1018mod club;
1019#[cfg(any(feature = "text", feature = "development"))]
1020mod code;
1021#[cfg(any(feature = "text", feature = "development"))]
1022mod code_xml;
1023#[cfg(any(feature = "brands", feature = "development"))]
1024mod codepen;
1025#[cfg(any(feature = "brands", feature = "development"))]
1026mod codesandbox;
1027#[cfg(feature = "food-beverage")]
1028mod coffee;
1029#[cfg(feature = "account")]
1030mod cog;
1031#[cfg(feature = "gaming")]
1032mod coins;
1033#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
1034mod columns_2;
1035#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
1036mod columns_3;
1037#[cfg(any(feature = "layout", feature = "design"))]
1038mod columns_3_cog;
1039#[cfg(any(
1040    feature = "layout",
1041    feature = "design",
1042    feature = "text",
1043    feature = "security"
1044))]
1045mod columns_4;
1046#[cfg(any(feature = "development", feature = "files"))]
1047mod combine;
1048#[cfg(feature = "development")]
1049mod command;
1050#[cfg(any(feature = "navigation", feature = "travel"))]
1051mod compass;
1052#[cfg(any(feature = "design", feature = "development"))]
1053mod component;
1054#[cfg(any(feature = "devices", feature = "development", feature = "gaming"))]
1055mod computer;
1056#[cfg(feature = "travel")]
1057mod concierge_bell;
1058#[cfg(any(feature = "shapes", feature = "math"))]
1059mod cone;
1060#[cfg(feature = "development")]
1061mod construction;
1062#[cfg(any(
1063    feature = "account",
1064    feature = "connectivity",
1065    feature = "communication",
1066    feature = "social"
1067))]
1068mod contact;
1069#[cfg(any(
1070    feature = "account",
1071    feature = "connectivity",
1072    feature = "communication",
1073    feature = "social"
1074))]
1075mod contact_round;
1076#[cfg(any(feature = "development", feature = "transportation", feature = "mail"))]
1077mod container;
1078#[cfg(any(feature = "photography", feature = "accessibility", feature = "design"))]
1079mod contrast;
1080#[cfg(any(feature = "account", feature = "food-beverage"))]
1081mod cookie;
1082#[cfg(any(feature = "food-beverage", feature = "home"))]
1083mod cooking_pot;
1084#[cfg(feature = "text")]
1085mod copy;
1086#[cfg(any(feature = "text", feature = "notifications"))]
1087mod copy_check;
1088#[cfg(any(feature = "text", feature = "math"))]
1089mod copy_minus;
1090#[cfg(any(feature = "text", feature = "math"))]
1091mod copy_plus;
1092#[cfg(any(feature = "text", feature = "development", feature = "math"))]
1093mod copy_slash;
1094#[cfg(any(feature = "notifications", feature = "math"))]
1095mod copy_x;
1096#[cfg(feature = "text")]
1097mod copyleft;
1098#[cfg(feature = "text")]
1099mod copyright;
1100#[cfg(feature = "arrows")]
1101mod corner_down_left;
1102#[cfg(any(feature = "arrows", feature = "text", feature = "development"))]
1103mod corner_down_right;
1104#[cfg(feature = "arrows")]
1105mod corner_left_down;
1106#[cfg(feature = "arrows")]
1107mod corner_left_up;
1108#[cfg(feature = "arrows")]
1109mod corner_right_down;
1110#[cfg(feature = "arrows")]
1111mod corner_right_up;
1112#[cfg(feature = "arrows")]
1113mod corner_up_left;
1114#[cfg(feature = "arrows")]
1115mod corner_up_right;
1116#[cfg(feature = "devices")]
1117mod cpu;
1118#[cfg(feature = "text")]
1119mod creative_commons;
1120#[cfg(any(feature = "account", feature = "finance"))]
1121mod credit_card;
1122#[cfg(feature = "food-beverage")]
1123mod croissant;
1124#[cfg(any(feature = "photography", feature = "design"))]
1125mod crop;
1126#[cfg(feature = "shapes")]
1127mod cross;
1128#[cfg(feature = "photography")]
1129mod crosshair;
1130#[cfg(feature = "gaming")]
1131mod crown;
1132#[cfg(any(feature = "shapes", feature = "math", feature = "buildings"))]
1133mod cuboid;
1134#[cfg(feature = "food-beverage")]
1135mod cup_soda;
1136#[cfg(feature = "finance")]
1137mod currency;
1138#[cfg(any(feature = "shapes", feature = "design", feature = "math"))]
1139mod cylinder;
1140#[cfg(any(feature = "buildings", feature = "sustainability"))]
1141mod dam;
1142#[cfg(any(feature = "devices", feature = "development"))]
1143mod database;
1144#[cfg(any(
1145    feature = "devices",
1146    feature = "arrows",
1147    feature = "design",
1148    feature = "development",
1149    feature = "photography"
1150))]
1151mod database_backup;
1152#[cfg(any(feature = "devices", feature = "development"))]
1153mod database_zap;
1154#[cfg(any(
1155    feature = "design",
1156    feature = "text",
1157    feature = "arrows",
1158    feature = "math"
1159))]
1160mod decimals_arrow_left;
1161#[cfg(any(
1162    feature = "design",
1163    feature = "text",
1164    feature = "arrows",
1165    feature = "math"
1166))]
1167mod decimals_arrow_right;
1168#[cfg(any(feature = "text", feature = "arrows"))]
1169mod delete;
1170#[cfg(feature = "food-beverage")]
1171mod dessert;
1172#[cfg(any(
1173    feature = "shapes",
1174    feature = "math",
1175    feature = "design",
1176    feature = "tools"
1177))]
1178mod diameter;
1179#[cfg(any(feature = "shapes", feature = "gaming"))]
1180mod diamond;
1181#[cfg(any(
1182    feature = "multimedia",
1183    feature = "photography",
1184    feature = "tools",
1185    feature = "devices"
1186))]
1187mod diamond_minus;
1188#[cfg(any(
1189    feature = "social",
1190    feature = "finance",
1191    feature = "shopping",
1192    feature = "math"
1193))]
1194mod diamond_percent;
1195#[cfg(any(
1196    feature = "multimedia",
1197    feature = "photography",
1198    feature = "tools",
1199    feature = "devices"
1200))]
1201mod diamond_plus;
1202#[cfg(feature = "gaming")]
1203mod dice_1;
1204#[cfg(feature = "gaming")]
1205mod dice_2;
1206#[cfg(feature = "gaming")]
1207mod dice_3;
1208#[cfg(feature = "gaming")]
1209mod dice_4;
1210#[cfg(feature = "gaming")]
1211mod dice_5;
1212#[cfg(feature = "gaming")]
1213mod dice_6;
1214#[cfg(feature = "gaming")]
1215mod dices;
1216#[cfg(any(feature = "development", feature = "files"))]
1217mod diff;
1218#[cfg(any(feature = "devices", feature = "multimedia"))]
1219mod disc;
1220#[cfg(any(feature = "devices", feature = "multimedia"))]
1221mod disc_2;
1222#[cfg(any(feature = "devices", feature = "multimedia"))]
1223mod disc_3;
1224#[cfg(any(feature = "devices", feature = "multimedia"))]
1225mod disc_album;
1226#[cfg(any(feature = "math", feature = "development"))]
1227mod divide;
1228#[cfg(feature = "medical")]
1229mod dna;
1230#[cfg(any(feature = "medical", feature = "food-beverage"))]
1231mod dna_off;
1232#[cfg(any(
1233    feature = "layout",
1234    feature = "design",
1235    feature = "development",
1236    feature = "files"
1237))]
1238mod dock;
1239#[cfg(feature = "animals")]
1240mod dog;
1241#[cfg(feature = "finance")]
1242mod dollar_sign;
1243#[cfg(feature = "food-beverage")]
1244mod donut;
1245#[cfg(any(feature = "home", feature = "travel", feature = "security"))]
1246mod door_closed;
1247#[cfg(any(feature = "home", feature = "travel", feature = "security"))]
1248mod door_closed_locked;
1249#[cfg(any(feature = "home", feature = "travel", feature = "security"))]
1250mod door_open;
1251#[cfg(any(feature = "shapes", feature = "text"))]
1252mod dot;
1253#[cfg(any(feature = "arrows", feature = "files"))]
1254mod download;
1255#[cfg(any(feature = "math", feature = "design", feature = "tools"))]
1256mod drafting_compass;
1257#[cfg(feature = "multimedia")]
1258mod drama;
1259#[cfg(any(feature = "brands", feature = "social", feature = "design"))]
1260mod dribbble;
1261#[cfg(any(feature = "tools", feature = "home", feature = "devices"))]
1262mod drill;
1263#[cfg(any(feature = "transportation", feature = "devices"))]
1264mod drone;
1265#[cfg(any(feature = "weather", feature = "gaming"))]
1266mod droplet;
1267#[cfg(any(feature = "weather", feature = "gaming"))]
1268mod droplet_off;
1269#[cfg(feature = "weather")]
1270mod droplets;
1271#[cfg(any(feature = "multimedia", feature = "devices"))]
1272mod drum;
1273#[cfg(feature = "food-beverage")]
1274mod drumstick;
1275#[cfg(any(feature = "navigation", feature = "sports"))]
1276mod dumbbell;
1277#[cfg(any(feature = "medical", feature = "accessibility"))]
1278mod ear;
1279#[cfg(any(feature = "medical", feature = "accessibility"))]
1280mod ear_off;
1281#[cfg(feature = "navigation")]
1282mod earth;
1283#[cfg(any(feature = "security", feature = "development", feature = "devices"))]
1284mod earth_lock;
1285#[cfg(any(
1286    feature = "science",
1287    feature = "design",
1288    feature = "development",
1289    feature = "accessibility",
1290    feature = "photography"
1291))]
1292mod eclipse;
1293#[cfg(any(feature = "food-beverage", feature = "animals"))]
1294mod egg;
1295#[cfg(feature = "food-beverage")]
1296mod egg_fried;
1297#[cfg(feature = "food-beverage")]
1298mod egg_off;
1299#[cfg(any(feature = "layout", feature = "development"))]
1300mod ellipsis;
1301#[cfg(feature = "layout")]
1302mod ellipsis_vertical;
1303#[cfg(any(feature = "math", feature = "development"))]
1304mod equal;
1305#[cfg(feature = "math")]
1306mod equal_approximately;
1307#[cfg(any(feature = "math", feature = "development"))]
1308mod equal_not;
1309#[cfg(feature = "text")]
1310mod eraser;
1311#[cfg(any(
1312    feature = "communication",
1313    feature = "devices",
1314    feature = "multimedia",
1315    feature = "gaming"
1316))]
1317mod ethernet_port;
1318#[cfg(feature = "finance")]
1319mod euro;
1320#[cfg(any(feature = "transportation", feature = "navigation"))]
1321mod ev_charger;
1322#[cfg(any(feature = "text", feature = "arrows"))]
1323mod expand;
1324#[cfg(any(feature = "arrows", feature = "text", feature = "social"))]
1325mod external_link;
1326#[cfg(any(
1327    feature = "accessibility",
1328    feature = "photography",
1329    feature = "design",
1330    feature = "security"
1331))]
1332mod eye;
1333#[cfg(any(
1334    feature = "accessibility",
1335    feature = "photography",
1336    feature = "design",
1337    feature = "security"
1338))]
1339mod eye_closed;
1340#[cfg(any(
1341    feature = "accessibility",
1342    feature = "photography",
1343    feature = "design",
1344    feature = "security"
1345))]
1346mod eye_off;
1347#[cfg(any(feature = "social", feature = "brands"))]
1348mod facebook;
1349#[cfg(feature = "buildings")]
1350mod factory;
1351#[cfg(feature = "home")]
1352mod fan;
1353#[cfg(any(feature = "multimedia", feature = "arrows"))]
1354mod fast_forward;
1355#[cfg(feature = "gaming")]
1356mod feather;
1357#[cfg(any(feature = "home", feature = "buildings"))]
1358mod fence;
1359#[cfg(feature = "navigation")]
1360mod ferris_wheel;
1361#[cfg(any(feature = "brands", feature = "design"))]
1362mod figma;
1363#[cfg(feature = "files")]
1364mod file;
1365#[cfg(feature = "files")]
1366mod file_archive;
1367#[cfg(feature = "files")]
1368mod file_audio;
1369#[cfg(feature = "files")]
1370mod file_audio_2;
1371#[cfg(any(feature = "design", feature = "files"))]
1372mod file_axis_3_d;
1373#[cfg(feature = "files")]
1374mod file_badge;
1375#[cfg(feature = "files")]
1376mod file_badge_2;
1377#[cfg(feature = "files")]
1378mod file_box;
1379#[cfg(feature = "files")]
1380mod file_chart_column;
1381#[cfg(feature = "files")]
1382mod file_chart_column_increasing;
1383#[cfg(feature = "files")]
1384mod file_chart_line;
1385#[cfg(feature = "files")]
1386mod file_chart_pie;
1387#[cfg(feature = "files")]
1388mod file_check;
1389#[cfg(feature = "files")]
1390mod file_check_2;
1391#[cfg(any(feature = "files", feature = "time"))]
1392mod file_clock;
1393#[cfg(any(feature = "files", feature = "development"))]
1394mod file_code;
1395#[cfg(any(feature = "files", feature = "development"))]
1396mod file_code_2;
1397#[cfg(feature = "files")]
1398mod file_cog;
1399#[cfg(any(feature = "files", feature = "development"))]
1400mod file_diff;
1401#[cfg(any(feature = "files", feature = "development"))]
1402mod file_digit;
1403#[cfg(any(feature = "files", feature = "arrows"))]
1404mod file_down;
1405#[cfg(feature = "files")]
1406mod file_heart;
1407#[cfg(feature = "files")]
1408mod file_image;
1409#[cfg(any(feature = "files", feature = "arrows"))]
1410mod file_input;
1411#[cfg(any(feature = "files", feature = "development"))]
1412mod file_json;
1413#[cfg(any(feature = "files", feature = "development"))]
1414mod file_json_2;
1415#[cfg(any(feature = "files", feature = "security"))]
1416mod file_key;
1417#[cfg(any(feature = "files", feature = "security"))]
1418mod file_key_2;
1419#[cfg(any(feature = "files", feature = "security"))]
1420mod file_lock;
1421#[cfg(any(feature = "files", feature = "security"))]
1422mod file_lock_2;
1423#[cfg(feature = "files")]
1424mod file_minus;
1425#[cfg(feature = "files")]
1426mod file_minus_2;
1427#[cfg(any(feature = "files", feature = "multimedia"))]
1428mod file_music;
1429#[cfg(any(feature = "files", feature = "arrows"))]
1430mod file_output;
1431#[cfg(feature = "files")]
1432mod file_pen;
1433#[cfg(feature = "files")]
1434mod file_pen_line;
1435#[cfg(feature = "files")]
1436mod file_play;
1437#[cfg(feature = "files")]
1438mod file_plus;
1439#[cfg(feature = "files")]
1440mod file_plus_2;
1441#[cfg(feature = "files")]
1442mod file_question_mark;
1443#[cfg(feature = "files")]
1444mod file_scan;
1445#[cfg(feature = "files")]
1446mod file_search;
1447#[cfg(feature = "files")]
1448mod file_search_2;
1449#[cfg(any(feature = "files", feature = "development"))]
1450mod file_sliders;
1451#[cfg(feature = "files")]
1452mod file_spreadsheet;
1453#[cfg(any(feature = "files", feature = "development"))]
1454mod file_stack;
1455#[cfg(feature = "files")]
1456mod file_symlink;
1457#[cfg(any(feature = "files", feature = "development"))]
1458mod file_terminal;
1459#[cfg(any(feature = "files", feature = "text"))]
1460mod file_text;
1461#[cfg(any(feature = "files", feature = "text"))]
1462mod file_type;
1463#[cfg(any(feature = "files", feature = "text"))]
1464mod file_type_2;
1465#[cfg(any(feature = "files", feature = "arrows"))]
1466mod file_up;
1467#[cfg(any(feature = "account", feature = "files"))]
1468mod file_user;
1469#[cfg(feature = "files")]
1470mod file_video_camera;
1471#[cfg(feature = "files")]
1472mod file_volume;
1473#[cfg(feature = "files")]
1474mod file_volume_2;
1475#[cfg(any(feature = "files", feature = "notifications"))]
1476mod file_warning;
1477#[cfg(feature = "files")]
1478mod file_x;
1479#[cfg(feature = "files")]
1480mod file_x_2;
1481#[cfg(feature = "files")]
1482mod files;
1483#[cfg(any(feature = "photography", feature = "multimedia"))]
1484mod film;
1485#[cfg(any(
1486    feature = "account",
1487    feature = "security",
1488    feature = "medical",
1489    feature = "devices"
1490))]
1491mod fingerprint;
1492#[cfg(any(feature = "home", feature = "tools", feature = "travel"))]
1493mod fire_extinguisher;
1494#[cfg(any(feature = "food-beverage", feature = "animals"))]
1495mod fish;
1496#[cfg(any(feature = "food-beverage", feature = "animals"))]
1497mod fish_off;
1498#[cfg(any(feature = "food-beverage", feature = "animals"))]
1499mod fish_symbol;
1500#[cfg(any(feature = "account", feature = "social"))]
1501mod flag;
1502#[cfg(any(feature = "account", feature = "social"))]
1503mod flag_off;
1504#[cfg(any(feature = "development", feature = "navigation"))]
1505mod flag_triangle_left;
1506#[cfg(any(feature = "development", feature = "navigation"))]
1507mod flag_triangle_right;
1508#[cfg(any(feature = "weather", feature = "social", feature = "gaming"))]
1509mod flame;
1510#[cfg(any(feature = "nature", feature = "social", feature = "gaming"))]
1511mod flame_kindling;
1512#[cfg(any(feature = "photography", feature = "devices"))]
1513mod flashlight;
1514#[cfg(any(feature = "photography", feature = "devices"))]
1515mod flashlight_off;
1516#[cfg(any(feature = "science", feature = "gaming"))]
1517mod flask_conical;
1518#[cfg(any(feature = "science", feature = "gaming"))]
1519mod flask_conical_off;
1520#[cfg(any(feature = "science", feature = "gaming"))]
1521mod flask_round;
1522#[cfg(any(feature = "design", feature = "photography"))]
1523mod flip_horizontal;
1524#[cfg(any(feature = "design", feature = "photography"))]
1525mod flip_horizontal_2;
1526#[cfg(any(feature = "design", feature = "photography"))]
1527mod flip_vertical;
1528#[cfg(any(feature = "design", feature = "photography"))]
1529mod flip_vertical_2;
1530#[cfg(any(feature = "nature", feature = "gaming", feature = "sustainability"))]
1531mod flower;
1532#[cfg(any(feature = "nature", feature = "sustainability", feature = "seasons"))]
1533mod flower_2;
1534#[cfg(feature = "photography")]
1535mod focus;
1536#[cfg(any(feature = "arrows", feature = "layout"))]
1537mod fold_horizontal;
1538#[cfg(any(feature = "arrows", feature = "layout"))]
1539mod fold_vertical;
1540#[cfg(feature = "files")]
1541mod folder;
1542#[cfg(feature = "files")]
1543mod folder_archive;
1544#[cfg(feature = "files")]
1545mod folder_check;
1546#[cfg(any(feature = "files", feature = "time"))]
1547mod folder_clock;
1548#[cfg(feature = "files")]
1549mod folder_closed;
1550#[cfg(any(feature = "files", feature = "development"))]
1551mod folder_code;
1552#[cfg(feature = "files")]
1553mod folder_cog;
1554#[cfg(any(feature = "files", feature = "development"))]
1555mod folder_dot;
1556#[cfg(any(feature = "files", feature = "arrows"))]
1557mod folder_down;
1558#[cfg(feature = "files")]
1559mod folder_git;
1560#[cfg(feature = "files")]
1561mod folder_git_2;
1562#[cfg(feature = "files")]
1563mod folder_heart;
1564#[cfg(any(feature = "files", feature = "arrows"))]
1565mod folder_input;
1566#[cfg(any(
1567    feature = "charts",
1568    feature = "development",
1569    feature = "design",
1570    feature = "files"
1571))]
1572mod folder_kanban;
1573#[cfg(any(feature = "files", feature = "security"))]
1574mod folder_key;
1575#[cfg(any(feature = "files", feature = "security"))]
1576mod folder_lock;
1577#[cfg(feature = "files")]
1578mod folder_minus;
1579#[cfg(feature = "files")]
1580mod folder_open;
1581#[cfg(any(feature = "files", feature = "development"))]
1582mod folder_open_dot;
1583#[cfg(any(feature = "files", feature = "arrows"))]
1584mod folder_output;
1585#[cfg(feature = "files")]
1586mod folder_pen;
1587#[cfg(feature = "files")]
1588mod folder_plus;
1589#[cfg(any(feature = "files", feature = "development"))]
1590mod folder_root;
1591#[cfg(feature = "files")]
1592mod folder_search;
1593#[cfg(feature = "files")]
1594mod folder_search_2;
1595#[cfg(feature = "files")]
1596mod folder_symlink;
1597#[cfg(any(feature = "files", feature = "arrows"))]
1598mod folder_sync;
1599#[cfg(feature = "files")]
1600mod folder_tree;
1601#[cfg(any(feature = "files", feature = "arrows"))]
1602mod folder_up;
1603#[cfg(feature = "files")]
1604mod folder_x;
1605#[cfg(feature = "files")]
1606mod folders;
1607#[cfg(feature = "navigation")]
1608mod footprints;
1609#[cfg(feature = "transportation")]
1610mod forklift;
1611#[cfg(feature = "mail")]
1612mod forward;
1613#[cfg(any(feature = "design", feature = "photography"))]
1614mod frame;
1615#[cfg(any(feature = "brands", feature = "design"))]
1616mod framer;
1617#[cfg(any(feature = "emoji", feature = "account"))]
1618mod frown;
1619#[cfg(any(feature = "transportation", feature = "navigation"))]
1620mod fuel;
1621#[cfg(any(
1622    feature = "layout",
1623    feature = "multimedia",
1624    feature = "design",
1625    feature = "photography"
1626))]
1627mod fullscreen;
1628#[cfg(feature = "layout")]
1629mod funnel;
1630#[cfg(feature = "layout")]
1631mod funnel_plus;
1632#[cfg(feature = "layout")]
1633mod funnel_x;
1634#[cfg(any(
1635    feature = "layout",
1636    feature = "design",
1637    feature = "development",
1638    feature = "photography",
1639    feature = "multimedia"
1640))]
1641mod gallery_horizontal;
1642#[cfg(any(
1643    feature = "layout",
1644    feature = "design",
1645    feature = "development",
1646    feature = "photography",
1647    feature = "multimedia",
1648    feature = "files"
1649))]
1650mod gallery_horizontal_end;
1651#[cfg(any(
1652    feature = "layout",
1653    feature = "design",
1654    feature = "development",
1655    feature = "photography",
1656    feature = "multimedia"
1657))]
1658mod gallery_thumbnails;
1659#[cfg(any(
1660    feature = "layout",
1661    feature = "design",
1662    feature = "development",
1663    feature = "photography",
1664    feature = "multimedia"
1665))]
1666mod gallery_vertical;
1667#[cfg(any(
1668    feature = "layout",
1669    feature = "design",
1670    feature = "development",
1671    feature = "photography",
1672    feature = "multimedia",
1673    feature = "files"
1674))]
1675mod gallery_vertical_end;
1676#[cfg(any(feature = "gaming", feature = "devices"))]
1677mod gamepad;
1678#[cfg(any(feature = "gaming", feature = "devices"))]
1679mod gamepad_2;
1680#[cfg(any(feature = "transportation", feature = "sports", feature = "science"))]
1681mod gauge;
1682#[cfg(any(feature = "navigation", feature = "tools"))]
1683mod gavel;
1684#[cfg(any(feature = "gaming", feature = "development", feature = "finance"))]
1685mod gem;
1686#[cfg(feature = "finance")]
1687mod georgian_lari;
1688#[cfg(feature = "gaming")]
1689mod ghost;
1690#[cfg(any(feature = "gaming", feature = "account"))]
1691mod gift;
1692#[cfg(feature = "development")]
1693mod git_branch;
1694#[cfg(feature = "development")]
1695mod git_branch_plus;
1696#[cfg(any(feature = "development", feature = "navigation"))]
1697mod git_commit_horizontal;
1698#[cfg(any(feature = "development", feature = "navigation"))]
1699mod git_commit_vertical;
1700#[cfg(feature = "development")]
1701mod git_compare;
1702#[cfg(any(feature = "development", feature = "arrows"))]
1703mod git_compare_arrows;
1704#[cfg(feature = "development")]
1705mod git_fork;
1706#[cfg(feature = "development")]
1707mod git_graph;
1708#[cfg(feature = "development")]
1709mod git_merge;
1710#[cfg(feature = "development")]
1711mod git_pull_request;
1712#[cfg(any(feature = "development", feature = "arrows"))]
1713mod git_pull_request_arrow;
1714#[cfg(feature = "development")]
1715mod git_pull_request_closed;
1716#[cfg(feature = "development")]
1717mod git_pull_request_create;
1718#[cfg(any(feature = "development", feature = "arrows"))]
1719mod git_pull_request_create_arrow;
1720#[cfg(feature = "development")]
1721mod git_pull_request_draft;
1722#[cfg(any(feature = "brands", feature = "development"))]
1723mod github;
1724#[cfg(any(feature = "brands", feature = "development"))]
1725mod gitlab;
1726#[cfg(feature = "food-beverage")]
1727mod glass_water;
1728#[cfg(feature = "accessibility")]
1729mod glasses;
1730#[cfg(feature = "navigation")]
1731mod globe;
1732#[cfg(any(feature = "security", feature = "development", feature = "devices"))]
1733mod globe_lock;
1734#[cfg(feature = "gaming")]
1735mod goal;
1736#[cfg(any(feature = "devices", feature = "gaming"))]
1737mod gpu;
1738#[cfg(feature = "buildings")]
1739mod graduation_cap;
1740#[cfg(feature = "food-beverage")]
1741mod grape;
1742#[cfg(any(
1743    feature = "text",
1744    feature = "layout",
1745    feature = "design",
1746    feature = "math"
1747))]
1748mod grid_2_x_2;
1749#[cfg(any(feature = "text", feature = "layout", feature = "math"))]
1750mod grid_2_x_2_check;
1751#[cfg(any(feature = "text", feature = "layout", feature = "math"))]
1752mod grid_2_x_2_plus;
1753#[cfg(any(feature = "text", feature = "layout", feature = "math"))]
1754mod grid_2_x_2_x;
1755#[cfg(any(
1756    feature = "text",
1757    feature = "math",
1758    feature = "layout",
1759    feature = "design"
1760))]
1761mod grid_3_x_2;
1762#[cfg(any(feature = "text", feature = "layout", feature = "design"))]
1763mod grid_3_x_3;
1764#[cfg(feature = "layout")]
1765mod grip;
1766#[cfg(feature = "layout")]
1767mod grip_horizontal;
1768#[cfg(feature = "layout")]
1769mod grip_vertical;
1770#[cfg(feature = "files")]
1771mod group;
1772#[cfg(feature = "multimedia")]
1773mod guitar;
1774#[cfg(feature = "food-beverage")]
1775mod ham;
1776#[cfg(feature = "food-beverage")]
1777mod hamburger;
1778#[cfg(any(feature = "tools", feature = "home"))]
1779mod hammer;
1780#[cfg(any(feature = "cursors", feature = "accessibility"))]
1781mod hand;
1782#[cfg(any(feature = "finance", feature = "account"))]
1783mod hand_coins;
1784#[cfg(any(
1785    feature = "social",
1786    feature = "emoji",
1787    feature = "communication",
1788    feature = "sports"
1789))]
1790mod hand_fist;
1791#[cfg(any(feature = "cursors", feature = "design", feature = "layout"))]
1792mod hand_grab;
1793#[cfg(feature = "social")]
1794mod hand_heart;
1795#[cfg(feature = "emoji")]
1796mod hand_helping;
1797#[cfg(any(feature = "emoji", feature = "multimedia"))]
1798mod hand_metal;
1799#[cfg(any(feature = "food-beverage", feature = "people"))]
1800mod hand_platter;
1801#[cfg(any(feature = "shopping", feature = "transportation"))]
1802mod handbag;
1803#[cfg(any(
1804    feature = "account",
1805    feature = "social",
1806    feature = "communication",
1807    feature = "finance",
1808    feature = "security"
1809))]
1810mod handshake;
1811#[cfg(any(feature = "development", feature = "devices"))]
1812mod hard_drive;
1813#[cfg(any(
1814    feature = "development",
1815    feature = "devices",
1816    feature = "arrows",
1817    feature = "files"
1818))]
1819mod hard_drive_download;
1820#[cfg(any(
1821    feature = "development",
1822    feature = "devices",
1823    feature = "arrows",
1824    feature = "files"
1825))]
1826mod hard_drive_upload;
1827#[cfg(feature = "tools")]
1828mod hard_hat;
1829#[cfg(any(feature = "text", feature = "social"))]
1830mod hash;
1831#[cfg(any(feature = "social", feature = "account", feature = "security"))]
1832mod hat_glasses;
1833#[cfg(feature = "weather")]
1834mod haze;
1835#[cfg(any(feature = "devices", feature = "multimedia", feature = "gaming"))]
1836mod hdmi_port;
1837#[cfg(feature = "text")]
1838mod heading;
1839#[cfg(feature = "text")]
1840mod heading_1;
1841#[cfg(feature = "text")]
1842mod heading_2;
1843#[cfg(feature = "text")]
1844mod heading_3;
1845#[cfg(feature = "text")]
1846mod heading_4;
1847#[cfg(feature = "text")]
1848mod heading_5;
1849#[cfg(feature = "text")]
1850mod heading_6;
1851#[cfg(any(
1852    feature = "multimedia",
1853    feature = "connectivity",
1854    feature = "communication",
1855    feature = "devices",
1856    feature = "gaming"
1857))]
1858mod headphone_off;
1859#[cfg(any(
1860    feature = "multimedia",
1861    feature = "connectivity",
1862    feature = "devices",
1863    feature = "files",
1864    feature = "gaming"
1865))]
1866mod headphones;
1867#[cfg(any(
1868    feature = "multimedia",
1869    feature = "connectivity",
1870    feature = "devices",
1871    feature = "files",
1872    feature = "gaming"
1873))]
1874mod headset;
1875#[cfg(any(
1876    feature = "medical",
1877    feature = "social",
1878    feature = "multimedia",
1879    feature = "emoji",
1880    feature = "gaming",
1881    feature = "shapes"
1882))]
1883mod heart;
1884#[cfg(feature = "emoji")]
1885mod heart_crack;
1886#[cfg(any(feature = "emoji", feature = "account", feature = "security"))]
1887mod heart_handshake;
1888#[cfg(any(
1889    feature = "medical",
1890    feature = "account",
1891    feature = "multimedia",
1892    feature = "gaming",
1893    feature = "social"
1894))]
1895mod heart_minus;
1896#[cfg(any(feature = "social", feature = "multimedia"))]
1897mod heart_off;
1898#[cfg(any(
1899    feature = "medical",
1900    feature = "account",
1901    feature = "multimedia",
1902    feature = "gaming",
1903    feature = "social"
1904))]
1905mod heart_plus;
1906#[cfg(feature = "medical")]
1907mod heart_pulse;
1908#[cfg(any(feature = "home", feature = "devices", feature = "travel"))]
1909mod heater;
1910#[cfg(any(feature = "shapes", feature = "brands", feature = "development"))]
1911mod hexagon;
1912#[cfg(any(feature = "text", feature = "design"))]
1913mod highlighter;
1914#[cfg(any(feature = "arrows", feature = "time"))]
1915mod history;
1916#[cfg(feature = "food-beverage")]
1917mod hop;
1918#[cfg(feature = "food-beverage")]
1919mod hop_off;
1920#[cfg(any(
1921    feature = "medical",
1922    feature = "buildings",
1923    feature = "navigation",
1924    feature = "travel"
1925))]
1926mod hospital;
1927#[cfg(any(feature = "buildings", feature = "navigation", feature = "travel"))]
1928mod hotel;
1929#[cfg(any(feature = "time", feature = "gaming"))]
1930mod hourglass;
1931#[cfg(any(feature = "buildings", feature = "home"))]
1932mod house;
1933#[cfg(any(feature = "home", feature = "buildings", feature = "medical"))]
1934mod house_heart;
1935#[cfg(any(feature = "buildings", feature = "home", feature = "sustainability"))]
1936mod house_plug;
1937#[cfg(any(feature = "buildings", feature = "medical"))]
1938mod house_plus;
1939#[cfg(any(feature = "home", feature = "buildings", feature = "connectivity"))]
1940mod house_wifi;
1941#[cfg(feature = "food-beverage")]
1942mod ice_cream_bowl;
1943#[cfg(feature = "food-beverage")]
1944mod ice_cream_cone;
1945#[cfg(any(feature = "security", feature = "account"))]
1946mod id_card;
1947#[cfg(any(feature = "security", feature = "account"))]
1948mod id_card_lanyard;
1949#[cfg(any(
1950    feature = "photography",
1951    feature = "text",
1952    feature = "multimedia",
1953    feature = "files"
1954))]
1955mod image;
1956#[cfg(any(
1957    feature = "photography",
1958    feature = "text",
1959    feature = "multimedia",
1960    feature = "files"
1961))]
1962mod image_down;
1963#[cfg(any(feature = "photography", feature = "multimedia", feature = "files"))]
1964mod image_minus;
1965#[cfg(any(feature = "photography", feature = "multimedia", feature = "files"))]
1966mod image_off;
1967#[cfg(any(
1968    feature = "photography",
1969    feature = "text",
1970    feature = "multimedia",
1971    feature = "files"
1972))]
1973mod image_play;
1974#[cfg(any(feature = "photography", feature = "multimedia", feature = "files"))]
1975mod image_plus;
1976#[cfg(any(
1977    feature = "photography",
1978    feature = "text",
1979    feature = "multimedia",
1980    feature = "files"
1981))]
1982mod image_up;
1983#[cfg(any(feature = "photography", feature = "multimedia"))]
1984mod image_upscale;
1985#[cfg(any(
1986    feature = "photography",
1987    feature = "text",
1988    feature = "multimedia",
1989    feature = "files"
1990))]
1991mod images;
1992#[cfg(any(feature = "arrows", feature = "files"))]
1993mod import;
1994#[cfg(any(feature = "account", feature = "mail"))]
1995mod inbox;
1996#[cfg(feature = "finance")]
1997mod indian_rupee;
1998#[cfg(feature = "multimedia")]
1999mod infinity;
2000#[cfg(any(feature = "accessibility", feature = "notifications"))]
2001mod info;
2002#[cfg(feature = "tools")]
2003mod inspection_panel;
2004#[cfg(any(feature = "brands", feature = "social", feature = "photography"))]
2005mod instagram;
2006#[cfg(feature = "text")]
2007mod italic;
2008#[cfg(any(feature = "arrows", feature = "design"))]
2009mod iteration_ccw;
2010#[cfg(any(feature = "arrows", feature = "design"))]
2011mod iteration_cw;
2012#[cfg(feature = "finance")]
2013mod japanese_yen;
2014#[cfg(any(feature = "gaming", feature = "devices"))]
2015mod joystick;
2016#[cfg(any(feature = "charts", feature = "development", feature = "design"))]
2017mod kanban;
2018#[cfg(feature = "transportation")]
2019mod kayak;
2020#[cfg(any(feature = "security", feature = "account"))]
2021mod key;
2022#[cfg(any(feature = "security", feature = "account"))]
2023mod key_round;
2024#[cfg(any(feature = "security", feature = "account"))]
2025mod key_square;
2026#[cfg(any(feature = "text", feature = "devices", feature = "development"))]
2027mod keyboard;
2028#[cfg(any(feature = "multimedia", feature = "devices"))]
2029mod keyboard_music;
2030#[cfg(any(feature = "devices", feature = "text", feature = "development"))]
2031mod keyboard_off;
2032#[cfg(feature = "home")]
2033mod lamp;
2034#[cfg(feature = "home")]
2035mod lamp_ceiling;
2036#[cfg(feature = "home")]
2037mod lamp_desk;
2038#[cfg(feature = "home")]
2039mod lamp_floor;
2040#[cfg(feature = "home")]
2041mod lamp_wall_down;
2042#[cfg(feature = "home")]
2043mod lamp_wall_up;
2044#[cfg(any(
2045    feature = "design",
2046    feature = "tools",
2047    feature = "math",
2048    feature = "sports",
2049    feature = "gaming"
2050))]
2051mod land_plot;
2052#[cfg(any(feature = "finance", feature = "navigation", feature = "buildings"))]
2053mod landmark;
2054#[cfg(feature = "text")]
2055mod languages;
2056#[cfg(feature = "devices")]
2057mod laptop;
2058#[cfg(feature = "devices")]
2059mod laptop_minimal;
2060#[cfg(any(feature = "devices", feature = "notifications"))]
2061mod laptop_minimal_check;
2062#[cfg(any(feature = "design", feature = "cursors"))]
2063mod lasso;
2064#[cfg(any(feature = "arrows", feature = "design", feature = "cursors"))]
2065mod lasso_select;
2066#[cfg(feature = "emoji")]
2067mod laugh;
2068#[cfg(any(feature = "design", feature = "layout"))]
2069mod layers;
2070#[cfg(any(feature = "design", feature = "layout"))]
2071mod layers_2;
2072#[cfg(any(feature = "design", feature = "layout"))]
2073mod layout_dashboard;
2074#[cfg(any(feature = "design", feature = "layout"))]
2075mod layout_grid;
2076#[cfg(any(
2077    feature = "design",
2078    feature = "layout",
2079    feature = "photography",
2080    feature = "text"
2081))]
2082mod layout_list;
2083#[cfg(any(feature = "design", feature = "layout"))]
2084mod layout_panel_left;
2085#[cfg(feature = "layout")]
2086mod layout_panel_top;
2087#[cfg(feature = "layout")]
2088mod layout_template;
2089#[cfg(any(feature = "nature", feature = "sustainability", feature = "seasons"))]
2090mod leaf;
2091#[cfg(any(
2092    feature = "food-beverage",
2093    feature = "emoji",
2094    feature = "sustainability"
2095))]
2096mod leafy_green;
2097#[cfg(any(feature = "communication", feature = "multimedia"))]
2098mod lectern;
2099#[cfg(any(
2100    feature = "text",
2101    feature = "photography",
2102    feature = "multimedia",
2103    feature = "navigation",
2104    feature = "development"
2105))]
2106mod library;
2107#[cfg(any(
2108    feature = "text",
2109    feature = "photography",
2110    feature = "multimedia",
2111    feature = "navigation",
2112    feature = "development"
2113))]
2114mod library_big;
2115#[cfg(any(feature = "accessibility", feature = "medical"))]
2116mod life_buoy;
2117#[cfg(feature = "text")]
2118mod ligature;
2119#[cfg(feature = "photography")]
2120mod lightbulb;
2121#[cfg(feature = "photography")]
2122mod lightbulb_off;
2123#[cfg(any(feature = "shapes", feature = "math", feature = "design"))]
2124mod line_squiggle;
2125#[cfg(any(feature = "text", feature = "account"))]
2126mod link;
2127#[cfg(any(feature = "text", feature = "account"))]
2128mod link_2;
2129#[cfg(feature = "text")]
2130mod link_2_off;
2131#[cfg(any(feature = "social", feature = "brands"))]
2132mod linkedin;
2133#[cfg(feature = "text")]
2134mod list;
2135#[cfg(feature = "text")]
2136mod list_check;
2137#[cfg(feature = "text")]
2138mod list_checks;
2139#[cfg(any(feature = "text", feature = "arrows"))]
2140mod list_chevrons_down_up;
2141#[cfg(any(feature = "text", feature = "arrows"))]
2142mod list_chevrons_up_down;
2143#[cfg(feature = "text")]
2144mod list_collapse;
2145#[cfg(any(feature = "multimedia", feature = "text"))]
2146mod list_end;
2147#[cfg(feature = "text")]
2148mod list_filter;
2149#[cfg(any(feature = "text", feature = "layout"))]
2150mod list_filter_plus;
2151#[cfg(any(feature = "text", feature = "development"))]
2152mod list_indent_decrease;
2153#[cfg(any(feature = "text", feature = "development"))]
2154mod list_indent_increase;
2155#[cfg(any(feature = "multimedia", feature = "text"))]
2156mod list_minus;
2157#[cfg(feature = "multimedia")]
2158mod list_music;
2159#[cfg(feature = "text")]
2160mod list_ordered;
2161#[cfg(any(feature = "multimedia", feature = "text"))]
2162mod list_plus;
2163#[cfg(any(feature = "multimedia", feature = "text"))]
2164mod list_restart;
2165#[cfg(any(feature = "multimedia", feature = "text"))]
2166mod list_start;
2167#[cfg(feature = "text")]
2168mod list_todo;
2169#[cfg(any(feature = "files", feature = "text", feature = "layout"))]
2170mod list_tree;
2171#[cfg(feature = "multimedia")]
2172mod list_video;
2173#[cfg(any(feature = "multimedia", feature = "text"))]
2174mod list_x;
2175#[cfg(any(
2176    feature = "cursors",
2177    feature = "multimedia",
2178    feature = "layout",
2179    feature = "design"
2180))]
2181mod loader;
2182#[cfg(any(feature = "cursors", feature = "multimedia", feature = "layout"))]
2183mod loader_circle;
2184#[cfg(any(feature = "cursors", feature = "design"))]
2185mod loader_pinwheel;
2186#[cfg(feature = "navigation")]
2187mod locate;
2188#[cfg(feature = "navigation")]
2189mod locate_fixed;
2190#[cfg(feature = "navigation")]
2191mod locate_off;
2192#[cfg(feature = "security")]
2193mod lock;
2194#[cfg(feature = "security")]
2195mod lock_keyhole;
2196#[cfg(feature = "security")]
2197mod lock_keyhole_open;
2198#[cfg(feature = "security")]
2199mod lock_open;
2200#[cfg(any(feature = "arrows", feature = "account"))]
2201mod log_in;
2202#[cfg(any(feature = "arrows", feature = "account"))]
2203mod log_out;
2204#[cfg(feature = "text")]
2205mod logs;
2206#[cfg(feature = "food-beverage")]
2207mod lollipop;
2208#[cfg(any(feature = "travel", feature = "transportation"))]
2209mod luggage;
2210#[cfg(feature = "design")]
2211mod magnet;
2212#[cfg(any(feature = "text", feature = "account", feature = "mail"))]
2213mod mail;
2214#[cfg(feature = "mail")]
2215mod mail_check;
2216#[cfg(feature = "mail")]
2217mod mail_minus;
2218#[cfg(feature = "mail")]
2219mod mail_open;
2220#[cfg(feature = "mail")]
2221mod mail_plus;
2222#[cfg(feature = "mail")]
2223mod mail_question_mark;
2224#[cfg(feature = "mail")]
2225mod mail_search;
2226#[cfg(feature = "mail")]
2227mod mail_warning;
2228#[cfg(feature = "mail")]
2229mod mail_x;
2230#[cfg(feature = "mail")]
2231mod mailbox;
2232#[cfg(feature = "mail")]
2233mod mails;
2234#[cfg(any(feature = "text", feature = "navigation"))]
2235mod map;
2236#[cfg(any(feature = "navigation", feature = "travel"))]
2237mod map_minus;
2238#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2239mod map_pin;
2240#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2241mod map_pin_check;
2242#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2243mod map_pin_check_inside;
2244#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2245mod map_pin_house;
2246#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2247mod map_pin_minus;
2248#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2249mod map_pin_minus_inside;
2250#[cfg(any(feature = "navigation", feature = "travel"))]
2251mod map_pin_off;
2252#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2253mod map_pin_pen;
2254#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2255mod map_pin_plus;
2256#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2257mod map_pin_plus_inside;
2258#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2259mod map_pin_x;
2260#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2261mod map_pin_x_inside;
2262#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
2263mod map_pinned;
2264#[cfg(feature = "navigation")]
2265mod map_plus;
2266#[cfg(feature = "medical")]
2267mod mars;
2268#[cfg(feature = "medical")]
2269mod mars_stroke;
2270#[cfg(feature = "food-beverage")]
2271mod martini;
2272#[cfg(any(feature = "layout", feature = "design"))]
2273mod maximize;
2274#[cfg(any(feature = "arrows", feature = "layout", feature = "design"))]
2275mod maximize_2;
2276#[cfg(any(feature = "sports", feature = "gaming"))]
2277mod medal;
2278#[cfg(any(feature = "multimedia", feature = "notifications"))]
2279mod megaphone;
2280#[cfg(any(feature = "multimedia", feature = "notifications"))]
2281mod megaphone_off;
2282#[cfg(feature = "emoji")]
2283mod meh;
2284#[cfg(any(feature = "devices", feature = "gaming"))]
2285mod memory_stick;
2286#[cfg(any(feature = "layout", feature = "account"))]
2287mod menu;
2288#[cfg(any(feature = "development", feature = "arrows"))]
2289mod merge;
2290#[cfg(feature = "social")]
2291mod message_circle;
2292#[cfg(any(feature = "development", feature = "social"))]
2293mod message_circle_code;
2294#[cfg(feature = "social")]
2295mod message_circle_dashed;
2296#[cfg(feature = "social")]
2297mod message_circle_heart;
2298#[cfg(feature = "social")]
2299mod message_circle_more;
2300#[cfg(feature = "social")]
2301mod message_circle_off;
2302#[cfg(feature = "social")]
2303mod message_circle_plus;
2304#[cfg(feature = "social")]
2305mod message_circle_question_mark;
2306#[cfg(feature = "social")]
2307mod message_circle_reply;
2308#[cfg(any(feature = "social", feature = "notifications"))]
2309mod message_circle_warning;
2310#[cfg(any(feature = "account", feature = "social"))]
2311mod message_circle_x;
2312#[cfg(feature = "social")]
2313mod message_square;
2314#[cfg(any(feature = "development", feature = "social"))]
2315mod message_square_code;
2316#[cfg(feature = "social")]
2317mod message_square_dashed;
2318#[cfg(any(feature = "development", feature = "files", feature = "social"))]
2319mod message_square_diff;
2320#[cfg(any(feature = "social", feature = "notifications"))]
2321mod message_square_dot;
2322#[cfg(feature = "social")]
2323mod message_square_heart;
2324#[cfg(feature = "social")]
2325mod message_square_lock;
2326#[cfg(feature = "social")]
2327mod message_square_more;
2328#[cfg(feature = "social")]
2329mod message_square_off;
2330#[cfg(feature = "social")]
2331mod message_square_plus;
2332#[cfg(any(feature = "social", feature = "text"))]
2333mod message_square_quote;
2334#[cfg(feature = "social")]
2335mod message_square_reply;
2336#[cfg(feature = "social")]
2337mod message_square_share;
2338#[cfg(feature = "social")]
2339mod message_square_text;
2340#[cfg(any(feature = "social", feature = "notifications"))]
2341mod message_square_warning;
2342#[cfg(feature = "social")]
2343mod message_square_x;
2344#[cfg(feature = "social")]
2345mod messages_square;
2346#[cfg(any(
2347    feature = "devices",
2348    feature = "communication",
2349    feature = "connectivity",
2350    feature = "multimedia"
2351))]
2352mod mic;
2353#[cfg(any(
2354    feature = "devices",
2355    feature = "communication",
2356    feature = "connectivity",
2357    feature = "multimedia"
2358))]
2359mod mic_off;
2360#[cfg(any(feature = "devices", feature = "multimedia"))]
2361mod mic_vocal;
2362#[cfg(feature = "devices")]
2363mod microchip;
2364#[cfg(any(feature = "science", feature = "medical"))]
2365mod microscope;
2366#[cfg(any(feature = "food-beverage", feature = "home"))]
2367mod microwave;
2368#[cfg(any(
2369    feature = "arrows",
2370    feature = "navigation",
2371    feature = "development",
2372    feature = "gaming"
2373))]
2374mod milestone;
2375#[cfg(feature = "food-beverage")]
2376mod milk;
2377#[cfg(feature = "food-beverage")]
2378mod milk_off;
2379#[cfg(any(feature = "layout", feature = "design"))]
2380mod minimize;
2381#[cfg(any(feature = "arrows", feature = "layout", feature = "design"))]
2382mod minimize_2;
2383#[cfg(any(
2384    feature = "math",
2385    feature = "development",
2386    feature = "text",
2387    feature = "tools"
2388))]
2389mod minus;
2390#[cfg(any(feature = "connectivity", feature = "devices"))]
2391mod monitor;
2392#[cfg(any(feature = "connectivity", feature = "devices"))]
2393mod monitor_check;
2394#[cfg(any(feature = "connectivity", feature = "devices", feature = "development"))]
2395mod monitor_cloud;
2396#[cfg(any(feature = "connectivity", feature = "devices"))]
2397mod monitor_cog;
2398#[cfg(any(feature = "connectivity", feature = "devices"))]
2399mod monitor_dot;
2400#[cfg(any(feature = "connectivity", feature = "devices"))]
2401mod monitor_down;
2402#[cfg(any(feature = "connectivity", feature = "devices"))]
2403mod monitor_off;
2404#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
2405mod monitor_pause;
2406#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
2407mod monitor_play;
2408#[cfg(any(feature = "connectivity", feature = "devices"))]
2409mod monitor_smartphone;
2410#[cfg(any(feature = "connectivity", feature = "devices"))]
2411mod monitor_speaker;
2412#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
2413mod monitor_stop;
2414#[cfg(any(feature = "connectivity", feature = "devices"))]
2415mod monitor_up;
2416#[cfg(any(feature = "connectivity", feature = "devices"))]
2417mod monitor_x;
2418#[cfg(feature = "accessibility")]
2419mod moon;
2420#[cfg(any(feature = "accessibility", feature = "weather"))]
2421mod moon_star;
2422#[cfg(feature = "transportation")]
2423mod motorbike;
2424#[cfg(any(feature = "nature", feature = "gaming"))]
2425mod mountain;
2426#[cfg(feature = "nature")]
2427mod mountain_snow;
2428#[cfg(feature = "devices")]
2429mod mouse;
2430#[cfg(feature = "devices")]
2431mod mouse_off;
2432#[cfg(any(feature = "arrows", feature = "cursors"))]
2433mod mouse_pointer;
2434#[cfg(any(feature = "arrows", feature = "cursors"))]
2435mod mouse_pointer_2;
2436#[cfg(any(feature = "arrows", feature = "cursors"))]
2437mod mouse_pointer_ban;
2438#[cfg(any(feature = "arrows", feature = "cursors"))]
2439mod mouse_pointer_click;
2440#[cfg(any(feature = "arrows", feature = "cursors"))]
2441mod r#move;
2442#[cfg(feature = "design")]
2443mod move_3_d;
2444#[cfg(any(feature = "arrows", feature = "cursors"))]
2445mod move_diagonal;
2446#[cfg(any(feature = "arrows", feature = "cursors"))]
2447mod move_diagonal_2;
2448#[cfg(feature = "arrows")]
2449mod move_down;
2450#[cfg(feature = "arrows")]
2451mod move_down_left;
2452#[cfg(feature = "arrows")]
2453mod move_down_right;
2454#[cfg(any(feature = "arrows", feature = "cursors"))]
2455mod move_horizontal;
2456#[cfg(feature = "arrows")]
2457mod move_left;
2458#[cfg(feature = "arrows")]
2459mod move_right;
2460#[cfg(feature = "arrows")]
2461mod move_up;
2462#[cfg(feature = "arrows")]
2463mod move_up_left;
2464#[cfg(feature = "arrows")]
2465mod move_up_right;
2466#[cfg(any(feature = "arrows", feature = "cursors"))]
2467mod move_vertical;
2468#[cfg(any(feature = "multimedia", feature = "files"))]
2469mod music;
2470#[cfg(any(feature = "multimedia", feature = "files"))]
2471mod music_2;
2472#[cfg(any(feature = "multimedia", feature = "files"))]
2473mod music_3;
2474#[cfg(any(feature = "multimedia", feature = "files"))]
2475mod music_4;
2476#[cfg(feature = "navigation")]
2477mod navigation;
2478#[cfg(feature = "navigation")]
2479mod navigation_2;
2480#[cfg(feature = "navigation")]
2481mod navigation_2_off;
2482#[cfg(feature = "navigation")]
2483mod navigation_off;
2484#[cfg(feature = "development")]
2485mod network;
2486#[cfg(any(feature = "multimedia", feature = "communication"))]
2487mod newspaper;
2488#[cfg(any(feature = "communication", feature = "finance", feature = "devices"))]
2489mod nfc;
2490#[cfg(feature = "medical")]
2491mod non_binary;
2492#[cfg(any(
2493    feature = "text",
2494    feature = "communication",
2495    feature = "social",
2496    feature = "design"
2497))]
2498mod notebook;
2499#[cfg(any(feature = "text", feature = "social"))]
2500mod notebook_pen;
2501#[cfg(any(feature = "account", feature = "communication", feature = "social"))]
2502mod notebook_tabs;
2503#[cfg(any(feature = "text", feature = "social"))]
2504mod notebook_text;
2505#[cfg(any(feature = "text", feature = "social"))]
2506mod notepad_text;
2507#[cfg(any(feature = "text", feature = "social"))]
2508mod notepad_text_dashed;
2509#[cfg(feature = "food-beverage")]
2510mod nut;
2511#[cfg(feature = "food-beverage")]
2512mod nut_off;
2513#[cfg(feature = "shapes")]
2514mod octagon;
2515#[cfg(any(feature = "notifications", feature = "shapes"))]
2516mod octagon_alert;
2517#[cfg(feature = "transportation")]
2518mod octagon_minus;
2519#[cfg(any(feature = "multimedia", feature = "shapes"))]
2520mod octagon_pause;
2521#[cfg(any(feature = "math", feature = "notifications"))]
2522mod octagon_x;
2523#[cfg(any(
2524    feature = "math",
2525    feature = "development",
2526    feature = "text",
2527    feature = "science"
2528))]
2529mod omega;
2530#[cfg(feature = "development")]
2531mod option;
2532#[cfg(feature = "science")]
2533mod orbit;
2534#[cfg(any(feature = "animals", feature = "design"))]
2535mod origami;
2536#[cfg(any(feature = "files", feature = "development"))]
2537mod package;
2538#[cfg(any(feature = "files", feature = "development"))]
2539mod package_2;
2540#[cfg(feature = "development")]
2541mod package_check;
2542#[cfg(feature = "development")]
2543mod package_minus;
2544#[cfg(any(feature = "files", feature = "development"))]
2545mod package_open;
2546#[cfg(feature = "development")]
2547mod package_plus;
2548#[cfg(any(feature = "files", feature = "development"))]
2549mod package_search;
2550#[cfg(feature = "development")]
2551mod package_x;
2552#[cfg(any(feature = "design", feature = "tools"))]
2553mod paint_bucket;
2554#[cfg(any(
2555    feature = "text",
2556    feature = "design",
2557    feature = "home",
2558    feature = "tools"
2559))]
2560mod paint_roller;
2561#[cfg(any(
2562    feature = "text",
2563    feature = "design",
2564    feature = "photography",
2565    feature = "home",
2566    feature = "tools"
2567))]
2568mod paintbrush;
2569#[cfg(any(
2570    feature = "text",
2571    feature = "design",
2572    feature = "photography",
2573    feature = "home",
2574    feature = "tools"
2575))]
2576mod paintbrush_vertical;
2577#[cfg(any(feature = "text", feature = "design", feature = "photography"))]
2578mod palette;
2579#[cfg(feature = "animals")]
2580mod panda;
2581#[cfg(feature = "layout")]
2582mod panel_bottom;
2583#[cfg(any(feature = "layout", feature = "arrows"))]
2584mod panel_bottom_close;
2585#[cfg(feature = "layout")]
2586mod panel_bottom_dashed;
2587#[cfg(any(feature = "layout", feature = "arrows"))]
2588mod panel_bottom_open;
2589#[cfg(feature = "layout")]
2590mod panel_left;
2591#[cfg(any(feature = "layout", feature = "arrows"))]
2592mod panel_left_close;
2593#[cfg(feature = "layout")]
2594mod panel_left_dashed;
2595#[cfg(any(feature = "layout", feature = "arrows"))]
2596mod panel_left_open;
2597#[cfg(feature = "layout")]
2598mod panel_left_right_dashed;
2599#[cfg(feature = "layout")]
2600mod panel_right;
2601#[cfg(any(feature = "layout", feature = "arrows"))]
2602mod panel_right_close;
2603#[cfg(feature = "layout")]
2604mod panel_right_dashed;
2605#[cfg(any(feature = "layout", feature = "arrows"))]
2606mod panel_right_open;
2607#[cfg(any(feature = "layout", feature = "design", feature = "development"))]
2608mod panel_top;
2609#[cfg(feature = "layout")]
2610mod panel_top_bottom_dashed;
2611#[cfg(any(feature = "layout", feature = "arrows"))]
2612mod panel_top_close;
2613#[cfg(feature = "layout")]
2614mod panel_top_dashed;
2615#[cfg(any(feature = "layout", feature = "arrows"))]
2616mod panel_top_open;
2617#[cfg(feature = "layout")]
2618mod panels_left_bottom;
2619#[cfg(feature = "layout")]
2620mod panels_right_bottom;
2621#[cfg(any(feature = "layout", feature = "design", feature = "development"))]
2622mod panels_top_left;
2623#[cfg(any(
2624    feature = "text",
2625    feature = "design",
2626    feature = "files",
2627    feature = "mail"
2628))]
2629mod paperclip;
2630#[cfg(any(feature = "development", feature = "files", feature = "math"))]
2631mod parentheses;
2632#[cfg(any(feature = "transportation", feature = "navigation"))]
2633mod parking_meter;
2634#[cfg(feature = "emoji")]
2635mod party_popper;
2636#[cfg(feature = "multimedia")]
2637mod pause;
2638#[cfg(feature = "animals")]
2639mod paw_print;
2640#[cfg(any(feature = "devices", feature = "gaming"))]
2641mod pc_case;
2642#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
2643mod pen;
2644#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
2645mod pen_line;
2646#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
2647mod pen_off;
2648#[cfg(any(feature = "text", feature = "design", feature = "cursors"))]
2649mod pen_tool;
2650#[cfg(any(
2651    feature = "design",
2652    feature = "cursors",
2653    feature = "tools",
2654    feature = "text"
2655))]
2656mod pencil;
2657#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
2658mod pencil_line;
2659#[cfg(any(
2660    feature = "design",
2661    feature = "cursors",
2662    feature = "tools",
2663    feature = "text"
2664))]
2665mod pencil_off;
2666#[cfg(any(
2667    feature = "tools",
2668    feature = "design",
2669    feature = "layout",
2670    feature = "text"
2671))]
2672mod pencil_ruler;
2673#[cfg(feature = "shapes")]
2674mod pentagon;
2675#[cfg(any(
2676    feature = "math",
2677    feature = "development",
2678    feature = "finance",
2679    feature = "shopping"
2680))]
2681mod percent;
2682#[cfg(any(feature = "accessibility", feature = "people"))]
2683mod person_standing;
2684#[cfg(feature = "finance")]
2685mod philippine_peso;
2686#[cfg(any(
2687    feature = "text",
2688    feature = "connectivity",
2689    feature = "devices",
2690    feature = "communication"
2691))]
2692mod phone;
2693#[cfg(any(
2694    feature = "connectivity",
2695    feature = "devices",
2696    feature = "communication"
2697))]
2698mod phone_call;
2699#[cfg(any(
2700    feature = "arrows",
2701    feature = "connectivity",
2702    feature = "devices",
2703    feature = "communication"
2704))]
2705mod phone_forwarded;
2706#[cfg(any(
2707    feature = "arrows",
2708    feature = "connectivity",
2709    feature = "devices",
2710    feature = "communication"
2711))]
2712mod phone_incoming;
2713#[cfg(any(
2714    feature = "connectivity",
2715    feature = "devices",
2716    feature = "communication"
2717))]
2718mod phone_missed;
2719#[cfg(any(
2720    feature = "connectivity",
2721    feature = "devices",
2722    feature = "communication"
2723))]
2724mod phone_off;
2725#[cfg(any(
2726    feature = "arrows",
2727    feature = "connectivity",
2728    feature = "devices",
2729    feature = "communication"
2730))]
2731mod phone_outgoing;
2732#[cfg(any(feature = "development", feature = "math"))]
2733mod pi;
2734#[cfg(any(feature = "multimedia", feature = "devices"))]
2735mod piano;
2736#[cfg(any(feature = "tools", feature = "gaming"))]
2737mod pickaxe;
2738#[cfg(feature = "multimedia")]
2739mod picture_in_picture;
2740#[cfg(feature = "multimedia")]
2741mod picture_in_picture_2;
2742#[cfg(feature = "finance")]
2743mod piggy_bank;
2744#[cfg(feature = "text")]
2745mod pilcrow;
2746#[cfg(feature = "text")]
2747mod pilcrow_left;
2748#[cfg(feature = "text")]
2749mod pilcrow_right;
2750#[cfg(feature = "medical")]
2751mod pill;
2752#[cfg(feature = "medical")]
2753mod pill_bottle;
2754#[cfg(any(feature = "navigation", feature = "account"))]
2755mod pin;
2756#[cfg(feature = "navigation")]
2757mod pin_off;
2758#[cfg(any(feature = "text", feature = "design", feature = "science"))]
2759mod pipette;
2760#[cfg(feature = "food-beverage")]
2761mod pizza;
2762#[cfg(any(feature = "transportation", feature = "travel"))]
2763mod plane;
2764#[cfg(any(feature = "transportation", feature = "travel"))]
2765mod plane_landing;
2766#[cfg(any(feature = "transportation", feature = "travel"))]
2767mod plane_takeoff;
2768#[cfg(any(feature = "arrows", feature = "multimedia"))]
2769mod play;
2770#[cfg(any(feature = "devices", feature = "development"))]
2771mod plug;
2772#[cfg(any(feature = "devices", feature = "development"))]
2773mod plug_2;
2774#[cfg(feature = "devices")]
2775mod plug_zap;
2776#[cfg(any(
2777    feature = "math",
2778    feature = "tools",
2779    feature = "development",
2780    feature = "text",
2781    feature = "cursors",
2782    feature = "gaming"
2783))]
2784mod plus;
2785#[cfg(feature = "brands")]
2786mod pocket;
2787#[cfg(feature = "tools")]
2788mod pocket_knife;
2789#[cfg(any(feature = "multimedia", feature = "social"))]
2790mod podcast;
2791#[cfg(feature = "cursors")]
2792mod pointer;
2793#[cfg(feature = "cursors")]
2794mod pointer_off;
2795#[cfg(any(feature = "food-beverage", feature = "multimedia"))]
2796mod popcorn;
2797#[cfg(feature = "food-beverage")]
2798mod popsicle;
2799#[cfg(feature = "finance")]
2800mod pound_sterling;
2801#[cfg(feature = "connectivity")]
2802mod power;
2803#[cfg(feature = "connectivity")]
2804mod power_off;
2805#[cfg(any(
2806    feature = "multimedia",
2807    feature = "photography",
2808    feature = "devices",
2809    feature = "communication",
2810    feature = "design"
2811))]
2812mod presentation;
2813#[cfg(feature = "devices")]
2814mod printer;
2815#[cfg(feature = "devices")]
2816mod printer_check;
2817#[cfg(any(
2818    feature = "multimedia",
2819    feature = "photography",
2820    feature = "devices",
2821    feature = "communication"
2822))]
2823mod projector;
2824#[cfg(any(
2825    feature = "layout",
2826    feature = "design",
2827    feature = "photography",
2828    feature = "devices"
2829))]
2830mod proportions;
2831#[cfg(any(feature = "development", feature = "gaming"))]
2832mod puzzle;
2833#[cfg(any(feature = "shapes", feature = "math", feature = "travel"))]
2834mod pyramid;
2835#[cfg(any(feature = "development", feature = "social"))]
2836mod qr_code;
2837#[cfg(feature = "text")]
2838mod quote;
2839#[cfg(feature = "animals")]
2840mod rabbit;
2841#[cfg(any(
2842    feature = "navigation",
2843    feature = "security",
2844    feature = "communication"
2845))]
2846mod radar;
2847#[cfg(feature = "science")]
2848mod radiation;
2849#[cfg(any(feature = "development", feature = "math"))]
2850mod radical;
2851#[cfg(any(feature = "devices", feature = "multimedia", feature = "social"))]
2852mod radio;
2853#[cfg(feature = "devices")]
2854mod radio_receiver;
2855#[cfg(any(feature = "devices", feature = "multimedia", feature = "social"))]
2856mod radio_tower;
2857#[cfg(any(
2858    feature = "shapes",
2859    feature = "math",
2860    feature = "design",
2861    feature = "tools"
2862))]
2863mod radius;
2864#[cfg(any(feature = "transportation", feature = "navigation"))]
2865mod rail_symbol;
2866#[cfg(feature = "weather")]
2867mod rainbow;
2868#[cfg(feature = "animals")]
2869mod rat;
2870#[cfg(any(feature = "layout", feature = "design", feature = "photography"))]
2871mod ratio;
2872#[cfg(any(feature = "finance", feature = "travel"))]
2873mod receipt;
2874#[cfg(any(feature = "finance", feature = "travel"))]
2875mod receipt_cent;
2876#[cfg(any(feature = "finance", feature = "travel"))]
2877mod receipt_euro;
2878#[cfg(any(feature = "finance", feature = "travel"))]
2879mod receipt_indian_rupee;
2880#[cfg(any(feature = "finance", feature = "travel"))]
2881mod receipt_japanese_yen;
2882#[cfg(any(feature = "finance", feature = "travel"))]
2883mod receipt_pound_sterling;
2884#[cfg(any(feature = "finance", feature = "travel"))]
2885mod receipt_russian_ruble;
2886#[cfg(any(feature = "finance", feature = "travel"))]
2887mod receipt_swiss_franc;
2888#[cfg(any(feature = "finance", feature = "travel"))]
2889mod receipt_text;
2890#[cfg(any(feature = "finance", feature = "travel"))]
2891mod receipt_turkish_lira;
2892#[cfg(any(feature = "development", feature = "text"))]
2893mod rectangle_circle;
2894#[cfg(any(feature = "text", feature = "development"))]
2895mod rectangle_ellipsis;
2896#[cfg(any(
2897    feature = "devices",
2898    feature = "gaming",
2899    feature = "multimedia",
2900    feature = "connectivity"
2901))]
2902mod rectangle_goggles;
2903#[cfg(any(feature = "shapes", feature = "design"))]
2904mod rectangle_horizontal;
2905#[cfg(any(feature = "shapes", feature = "design"))]
2906mod rectangle_vertical;
2907#[cfg(feature = "sustainability")]
2908mod recycle;
2909#[cfg(any(feature = "text", feature = "arrows"))]
2910mod redo;
2911#[cfg(any(feature = "text", feature = "arrows"))]
2912mod redo_2;
2913#[cfg(any(feature = "text", feature = "arrows"))]
2914mod redo_dot;
2915#[cfg(feature = "arrows")]
2916mod refresh_ccw;
2917#[cfg(any(feature = "arrows", feature = "development"))]
2918mod refresh_ccw_dot;
2919#[cfg(feature = "arrows")]
2920mod refresh_cw;
2921#[cfg(feature = "arrows")]
2922mod refresh_cw_off;
2923#[cfg(any(feature = "food-beverage", feature = "home"))]
2924mod refrigerator;
2925#[cfg(any(feature = "text", feature = "development"))]
2926mod regex;
2927#[cfg(feature = "text")]
2928mod remove_formatting;
2929#[cfg(any(feature = "arrows", feature = "multimedia"))]
2930mod repeat;
2931#[cfg(feature = "multimedia")]
2932mod repeat_1;
2933#[cfg(any(feature = "arrows", feature = "social", feature = "multimedia"))]
2934mod repeat_2;
2935#[cfg(feature = "text")]
2936mod replace;
2937#[cfg(feature = "text")]
2938mod replace_all;
2939#[cfg(feature = "mail")]
2940mod reply;
2941#[cfg(feature = "mail")]
2942mod reply_all;
2943#[cfg(any(feature = "arrows", feature = "multimedia"))]
2944mod rewind;
2945#[cfg(any(feature = "social", feature = "medical", feature = "emoji"))]
2946mod ribbon;
2947#[cfg(any(feature = "gaming", feature = "development"))]
2948mod rocket;
2949#[cfg(feature = "home")]
2950mod rocking_chair;
2951#[cfg(feature = "navigation")]
2952mod roller_coaster;
2953#[cfg(any(
2954    feature = "nature",
2955    feature = "seasons",
2956    feature = "sustainability",
2957    feature = "home",
2958    feature = "social"
2959))]
2960mod rose;
2961#[cfg(feature = "design")]
2962mod rotate_3_d;
2963#[cfg(any(feature = "arrows", feature = "design", feature = "photography"))]
2964mod rotate_ccw;
2965#[cfg(any(feature = "security", feature = "account"))]
2966mod rotate_ccw_key;
2967#[cfg(any(
2968    feature = "layout",
2969    feature = "design",
2970    feature = "photography",
2971    feature = "tools",
2972    feature = "arrows"
2973))]
2974mod rotate_ccw_square;
2975#[cfg(any(feature = "arrows", feature = "design", feature = "photography"))]
2976mod rotate_cw;
2977#[cfg(any(
2978    feature = "layout",
2979    feature = "design",
2980    feature = "photography",
2981    feature = "tools",
2982    feature = "arrows"
2983))]
2984mod rotate_cw_square;
2985#[cfg(feature = "navigation")]
2986mod route;
2987#[cfg(feature = "navigation")]
2988mod route_off;
2989#[cfg(any(
2990    feature = "development",
2991    feature = "devices",
2992    feature = "connectivity",
2993    feature = "home"
2994))]
2995mod router;
2996#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
2997mod rows_2;
2998#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
2999mod rows_3;
3000#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
3001mod rows_4;
3002#[cfg(any(feature = "development", feature = "social"))]
3003mod rss;
3004#[cfg(any(feature = "tools", feature = "design", feature = "layout"))]
3005mod ruler;
3006#[cfg(any(feature = "tools", feature = "design", feature = "layout"))]
3007mod ruler_dimension_line;
3008#[cfg(feature = "finance")]
3009mod russian_ruble;
3010#[cfg(any(feature = "transportation", feature = "travel"))]
3011mod sailboat;
3012#[cfg(any(feature = "food-beverage", feature = "emoji"))]
3013mod salad;
3014#[cfg(feature = "food-beverage")]
3015mod sandwich;
3016#[cfg(any(feature = "connectivity", feature = "science"))]
3017mod satellite;
3018#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
3019mod satellite_dish;
3020#[cfg(feature = "finance")]
3021mod saudi_riyal;
3022#[cfg(any(feature = "text", feature = "files"))]
3023mod save;
3024#[cfg(any(feature = "text", feature = "files"))]
3025mod save_all;
3026#[cfg(any(feature = "text", feature = "files"))]
3027mod save_off;
3028#[cfg(feature = "navigation")]
3029mod scale;
3030#[cfg(feature = "design")]
3031mod scale_3_d;
3032#[cfg(feature = "design")]
3033mod scaling;
3034#[cfg(any(
3035    feature = "devices",
3036    feature = "shopping",
3037    feature = "security",
3038    feature = "social",
3039    feature = "gaming"
3040))]
3041mod scan;
3042#[cfg(any(feature = "shopping", feature = "devices"))]
3043mod scan_barcode;
3044#[cfg(any(
3045    feature = "photography",
3046    feature = "multimedia",
3047    feature = "accessibility",
3048    feature = "security",
3049    feature = "devices",
3050    feature = "account"
3051))]
3052mod scan_eye;
3053#[cfg(any(
3054    feature = "account",
3055    feature = "security",
3056    feature = "devices",
3057    feature = "social"
3058))]
3059mod scan_face;
3060#[cfg(feature = "medical")]
3061mod scan_heart;
3062#[cfg(any(feature = "devices", feature = "shopping"))]
3063mod scan_line;
3064#[cfg(any(
3065    feature = "account",
3066    feature = "shopping",
3067    feature = "devices",
3068    feature = "security"
3069))]
3070mod scan_qr_code;
3071#[cfg(any(
3072    feature = "photography",
3073    feature = "multimedia",
3074    feature = "accessibility"
3075))]
3076mod scan_search;
3077#[cfg(any(feature = "text", feature = "devices"))]
3078mod scan_text;
3079#[cfg(any(feature = "buildings", feature = "navigation"))]
3080mod school;
3081#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
3082mod scissors;
3083#[cfg(any(feature = "design", feature = "tools"))]
3084mod scissors_line_dashed;
3085#[cfg(any(
3086    feature = "connectivity",
3087    feature = "devices",
3088    feature = "communication"
3089))]
3090mod screen_share;
3091#[cfg(any(
3092    feature = "connectivity",
3093    feature = "devices",
3094    feature = "communication"
3095))]
3096mod screen_share_off;
3097#[cfg(any(feature = "gaming", feature = "development", feature = "text"))]
3098mod scroll;
3099#[cfg(any(feature = "gaming", feature = "development", feature = "text"))]
3100mod scroll_text;
3101#[cfg(any(feature = "text", feature = "social"))]
3102mod search;
3103#[cfg(any(feature = "text", feature = "social"))]
3104mod search_check;
3105#[cfg(any(feature = "text", feature = "social", feature = "development"))]
3106mod search_code;
3107#[cfg(any(feature = "text", feature = "social"))]
3108mod search_slash;
3109#[cfg(any(feature = "text", feature = "social"))]
3110mod search_x;
3111#[cfg(feature = "text")]
3112mod section;
3113#[cfg(any(feature = "mail", feature = "communication", feature = "connectivity"))]
3114mod send;
3115#[cfg(any(feature = "mail", feature = "communication", feature = "connectivity"))]
3116mod send_horizontal;
3117#[cfg(any(feature = "design", feature = "layout"))]
3118mod send_to_back;
3119#[cfg(any(feature = "text", feature = "arrows", feature = "layout"))]
3120mod separator_horizontal;
3121#[cfg(any(feature = "text", feature = "arrows", feature = "layout"))]
3122mod separator_vertical;
3123#[cfg(any(feature = "development", feature = "devices"))]
3124mod server;
3125#[cfg(any(feature = "development", feature = "devices"))]
3126mod server_cog;
3127#[cfg(any(feature = "development", feature = "devices"))]
3128mod server_crash;
3129#[cfg(any(feature = "development", feature = "devices"))]
3130mod server_off;
3131#[cfg(feature = "account")]
3132mod settings;
3133#[cfg(feature = "account")]
3134mod settings_2;
3135#[cfg(any(feature = "shapes", feature = "gaming"))]
3136mod shapes;
3137#[cfg(any(feature = "account", feature = "social"))]
3138mod share;
3139#[cfg(any(feature = "account", feature = "social"))]
3140mod share_2;
3141#[cfg(any(feature = "text", feature = "files"))]
3142mod sheet;
3143#[cfg(any(
3144    feature = "animals",
3145    feature = "development",
3146    feature = "nature",
3147    feature = "science",
3148    feature = "travel",
3149    feature = "food-beverage",
3150    feature = "home"
3151))]
3152mod shell;
3153#[cfg(any(
3154    feature = "account",
3155    feature = "security",
3156    feature = "development",
3157    feature = "gaming",
3158    feature = "shapes"
3159))]
3160mod shield;
3161#[cfg(any(
3162    feature = "account",
3163    feature = "security",
3164    feature = "development",
3165    feature = "notifications",
3166    feature = "gaming"
3167))]
3168mod shield_alert;
3169#[cfg(any(
3170    feature = "account",
3171    feature = "security",
3172    feature = "development",
3173    feature = "gaming"
3174))]
3175mod shield_ban;
3176#[cfg(any(
3177    feature = "account",
3178    feature = "security",
3179    feature = "development",
3180    feature = "gaming"
3181))]
3182mod shield_check;
3183#[cfg(any(
3184    feature = "account",
3185    feature = "security",
3186    feature = "development",
3187    feature = "gaming"
3188))]
3189mod shield_ellipsis;
3190#[cfg(any(
3191    feature = "account",
3192    feature = "security",
3193    feature = "development",
3194    feature = "gaming"
3195))]
3196mod shield_half;
3197#[cfg(any(
3198    feature = "account",
3199    feature = "security",
3200    feature = "development",
3201    feature = "gaming"
3202))]
3203mod shield_minus;
3204#[cfg(any(
3205    feature = "account",
3206    feature = "security",
3207    feature = "development",
3208    feature = "gaming"
3209))]
3210mod shield_off;
3211#[cfg(any(
3212    feature = "account",
3213    feature = "security",
3214    feature = "development",
3215    feature = "gaming",
3216    feature = "medical"
3217))]
3218mod shield_plus;
3219#[cfg(any(
3220    feature = "account",
3221    feature = "security",
3222    feature = "development",
3223    feature = "gaming"
3224))]
3225mod shield_question_mark;
3226#[cfg(any(feature = "account", feature = "security", feature = "development"))]
3227mod shield_user;
3228#[cfg(any(
3229    feature = "account",
3230    feature = "security",
3231    feature = "development",
3232    feature = "gaming"
3233))]
3234mod shield_x;
3235#[cfg(any(feature = "transportation", feature = "navigation", feature = "travel"))]
3236mod ship;
3237#[cfg(any(feature = "transportation", feature = "navigation", feature = "travel"))]
3238mod ship_wheel;
3239#[cfg(feature = "shopping")]
3240mod shirt;
3241#[cfg(feature = "shopping")]
3242mod shopping_bag;
3243#[cfg(feature = "shopping")]
3244mod shopping_basket;
3245#[cfg(feature = "shopping")]
3246mod shopping_cart;
3247#[cfg(any(feature = "nature", feature = "tools", feature = "gaming"))]
3248mod shovel;
3249#[cfg(any(feature = "home", feature = "travel"))]
3250mod shower_head;
3251#[cfg(any(feature = "mail", feature = "files"))]
3252mod shredder;
3253#[cfg(feature = "animals")]
3254mod shrimp;
3255#[cfg(any(feature = "layout", feature = "arrows"))]
3256mod shrink;
3257#[cfg(feature = "nature")]
3258mod shrub;
3259#[cfg(any(feature = "multimedia", feature = "arrows"))]
3260mod shuffle;
3261#[cfg(any(feature = "text", feature = "math", feature = "science"))]
3262mod sigma;
3263#[cfg(feature = "connectivity")]
3264mod signal;
3265#[cfg(feature = "connectivity")]
3266mod signal_high;
3267#[cfg(feature = "connectivity")]
3268mod signal_low;
3269#[cfg(feature = "connectivity")]
3270mod signal_medium;
3271#[cfg(feature = "connectivity")]
3272mod signal_zero;
3273#[cfg(feature = "text")]
3274mod signature;
3275#[cfg(any(
3276    feature = "arrows",
3277    feature = "navigation",
3278    feature = "development",
3279    feature = "gaming"
3280))]
3281mod signpost;
3282#[cfg(any(
3283    feature = "arrows",
3284    feature = "navigation",
3285    feature = "development",
3286    feature = "gaming"
3287))]
3288mod signpost_big;
3289#[cfg(feature = "medical")]
3290mod siren;
3291#[cfg(any(feature = "multimedia", feature = "arrows"))]
3292mod skip_back;
3293#[cfg(any(feature = "multimedia", feature = "arrows"))]
3294mod skip_forward;
3295#[cfg(feature = "gaming")]
3296mod skull;
3297#[cfg(any(
3298    feature = "account",
3299    feature = "social",
3300    feature = "brands",
3301    feature = "development"
3302))]
3303mod slack;
3304#[cfg(any(feature = "development", feature = "math"))]
3305mod slash;
3306#[cfg(feature = "design")]
3307mod slice;
3308#[cfg(feature = "account")]
3309mod sliders_horizontal;
3310#[cfg(feature = "account")]
3311mod sliders_vertical;
3312#[cfg(any(feature = "connectivity", feature = "devices"))]
3313mod smartphone;
3314#[cfg(any(feature = "connectivity", feature = "devices"))]
3315mod smartphone_charging;
3316#[cfg(any(feature = "communication", feature = "finance", feature = "devices"))]
3317mod smartphone_nfc;
3318#[cfg(any(feature = "emoji", feature = "account"))]
3319mod smile;
3320#[cfg(any(
3321    feature = "emoji",
3322    feature = "social",
3323    feature = "notifications",
3324    feature = "communication"
3325))]
3326mod smile_plus;
3327#[cfg(any(feature = "animals", feature = "food-beverage"))]
3328mod snail;
3329#[cfg(any(feature = "weather", feature = "seasons"))]
3330mod snowflake;
3331#[cfg(any(feature = "home", feature = "travel"))]
3332mod soap_dispenser_droplet;
3333#[cfg(feature = "home")]
3334mod sofa;
3335#[cfg(feature = "food-beverage")]
3336mod soup;
3337#[cfg(feature = "text")]
3338mod space;
3339#[cfg(any(feature = "shapes", feature = "gaming"))]
3340mod spade;
3341#[cfg(feature = "shapes")]
3342mod sparkle;
3343#[cfg(any(
3344    feature = "cursors",
3345    feature = "multimedia",
3346    feature = "gaming",
3347    feature = "weather"
3348))]
3349mod sparkles;
3350#[cfg(any(feature = "multimedia", feature = "devices"))]
3351mod speaker;
3352#[cfg(any(feature = "accessibility", feature = "communication"))]
3353mod speech;
3354#[cfg(any(feature = "text", feature = "development"))]
3355mod spell_check;
3356#[cfg(any(feature = "text", feature = "development"))]
3357mod spell_check_2;
3358#[cfg(feature = "design")]
3359mod spline;
3360#[cfg(any(
3361    feature = "arrows",
3362    feature = "cursors",
3363    feature = "design",
3364    feature = "tools"
3365))]
3366mod spline_pointer;
3367#[cfg(any(feature = "development", feature = "arrows"))]
3368mod split;
3369#[cfg(any(feature = "communication", feature = "tools", feature = "social"))]
3370mod spool;
3371#[cfg(any(
3372    feature = "devices",
3373    feature = "photography",
3374    feature = "multimedia",
3375    feature = "communication"
3376))]
3377mod spotlight;
3378#[cfg(any(feature = "design", feature = "tools"))]
3379mod spray_can;
3380#[cfg(any(feature = "nature", feature = "gaming", feature = "sustainability"))]
3381mod sprout;
3382#[cfg(any(feature = "shapes", feature = "multimedia"))]
3383mod square;
3384#[cfg(any(
3385    feature = "medical",
3386    feature = "social",
3387    feature = "science",
3388    feature = "multimedia"
3389))]
3390mod square_activity;
3391#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
3392mod square_arrow_down;
3393#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
3394mod square_arrow_down_left;
3395#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
3396mod square_arrow_down_right;
3397#[cfg(any(feature = "arrows", feature = "navigation"))]
3398mod square_arrow_left;
3399#[cfg(any(feature = "arrows", feature = "navigation"))]
3400mod square_arrow_out_down_left;
3401#[cfg(any(feature = "arrows", feature = "navigation"))]
3402mod square_arrow_out_down_right;
3403#[cfg(any(feature = "arrows", feature = "navigation"))]
3404mod square_arrow_out_up_left;
3405#[cfg(any(feature = "arrows", feature = "navigation", feature = "social"))]
3406mod square_arrow_out_up_right;
3407#[cfg(any(feature = "arrows", feature = "navigation"))]
3408mod square_arrow_right;
3409#[cfg(any(feature = "arrows", feature = "navigation"))]
3410mod square_arrow_up;
3411#[cfg(any(feature = "arrows", feature = "navigation"))]
3412mod square_arrow_up_left;
3413#[cfg(any(feature = "arrows", feature = "navigation", feature = "social"))]
3414mod square_arrow_up_right;
3415#[cfg(any(
3416    feature = "text",
3417    feature = "security",
3418    feature = "math",
3419    feature = "development"
3420))]
3421mod square_asterisk;
3422#[cfg(any(
3423    feature = "text",
3424    feature = "design",
3425    feature = "tools",
3426    feature = "files",
3427    feature = "development"
3428))]
3429mod square_bottom_dashed_scissors;
3430#[cfg(any(
3431    feature = "charts",
3432    feature = "time",
3433    feature = "development",
3434    feature = "design"
3435))]
3436mod square_chart_gantt;
3437#[cfg(feature = "notifications")]
3438mod square_check;
3439#[cfg(feature = "notifications")]
3440mod square_check_big;
3441#[cfg(any(feature = "arrows", feature = "navigation"))]
3442mod square_chevron_down;
3443#[cfg(any(feature = "arrows", feature = "navigation"))]
3444mod square_chevron_left;
3445#[cfg(any(feature = "arrows", feature = "navigation", feature = "development"))]
3446mod square_chevron_right;
3447#[cfg(any(feature = "arrows", feature = "navigation", feature = "math"))]
3448mod square_chevron_up;
3449#[cfg(any(feature = "text", feature = "development"))]
3450mod square_code;
3451#[cfg(any(feature = "text", feature = "design"))]
3452mod square_dashed;
3453#[cfg(any(feature = "development", feature = "files"))]
3454mod square_dashed_bottom;
3455#[cfg(any(feature = "development", feature = "files"))]
3456mod square_dashed_bottom_code;
3457#[cfg(any(feature = "charts", feature = "development", feature = "design"))]
3458mod square_dashed_kanban;
3459#[cfg(any(
3460    feature = "arrows",
3461    feature = "cursors",
3462    feature = "development",
3463    feature = "tools"
3464))]
3465mod square_dashed_mouse_pointer;
3466#[cfg(any(feature = "design", feature = "development", feature = "layout"))]
3467mod square_dashed_top_solid;
3468#[cfg(feature = "math")]
3469mod square_divide;
3470#[cfg(feature = "development")]
3471mod square_dot;
3472#[cfg(feature = "math")]
3473mod square_equal;
3474#[cfg(any(feature = "development", feature = "math"))]
3475mod square_function;
3476#[cfg(any(feature = "charts", feature = "development", feature = "design"))]
3477mod square_kanban;
3478#[cfg(any(
3479    feature = "text",
3480    feature = "photography",
3481    feature = "multimedia",
3482    feature = "navigation",
3483    feature = "development"
3484))]
3485mod square_library;
3486#[cfg(any(feature = "transportation", feature = "navigation"))]
3487mod square_m;
3488#[cfg(feature = "layout")]
3489mod square_menu;
3490#[cfg(any(
3491    feature = "math",
3492    feature = "development",
3493    feature = "text",
3494    feature = "tools",
3495    feature = "devices"
3496))]
3497mod square_minus;
3498#[cfg(any(
3499    feature = "arrows",
3500    feature = "cursors",
3501    feature = "development",
3502    feature = "tools"
3503))]
3504mod square_mouse_pointer;
3505#[cfg(any(feature = "transportation", feature = "navigation"))]
3506mod square_parking;
3507#[cfg(any(feature = "transportation", feature = "navigation"))]
3508mod square_parking_off;
3509#[cfg(feature = "multimedia")]
3510mod square_pause;
3511#[cfg(feature = "text")]
3512mod square_pen;
3513#[cfg(any(
3514    feature = "social",
3515    feature = "finance",
3516    feature = "shopping",
3517    feature = "math"
3518))]
3519mod square_percent;
3520#[cfg(any(feature = "development", feature = "math"))]
3521mod square_pi;
3522#[cfg(feature = "text")]
3523mod square_pilcrow;
3524#[cfg(any(feature = "arrows", feature = "multimedia"))]
3525mod square_play;
3526#[cfg(any(
3527    feature = "math",
3528    feature = "tools",
3529    feature = "development",
3530    feature = "text"
3531))]
3532mod square_plus;
3533#[cfg(feature = "connectivity")]
3534mod square_power;
3535#[cfg(any(feature = "development", feature = "math"))]
3536mod square_radical;
3537#[cfg(any(feature = "design", feature = "development", feature = "layout"))]
3538mod square_round_corner;
3539#[cfg(any(
3540    feature = "text",
3541    feature = "design",
3542    feature = "tools",
3543    feature = "files",
3544    feature = "development"
3545))]
3546mod square_scissors;
3547#[cfg(any(feature = "text", feature = "math"))]
3548mod square_sigma;
3549#[cfg(any(feature = "development", feature = "math"))]
3550mod square_slash;
3551#[cfg(feature = "layout")]
3552mod square_split_horizontal;
3553#[cfg(feature = "layout")]
3554mod square_split_vertical;
3555#[cfg(feature = "layout")]
3556mod square_square;
3557#[cfg(any(feature = "text", feature = "files", feature = "development"))]
3558mod square_stack;
3559#[cfg(any(feature = "sports", feature = "gaming"))]
3560mod square_star;
3561#[cfg(feature = "multimedia")]
3562mod square_stop;
3563#[cfg(feature = "development")]
3564mod square_terminal;
3565#[cfg(feature = "account")]
3566mod square_user;
3567#[cfg(feature = "account")]
3568mod square_user_round;
3569#[cfg(any(feature = "math", feature = "notifications"))]
3570mod square_x;
3571#[cfg(feature = "design")]
3572mod squares_exclude;
3573#[cfg(feature = "design")]
3574mod squares_intersect;
3575#[cfg(feature = "design")]
3576mod squares_subtract;
3577#[cfg(feature = "design")]
3578mod squares_unite;
3579#[cfg(feature = "shapes")]
3580mod squircle;
3581#[cfg(any(feature = "development", feature = "shapes", feature = "design"))]
3582mod squircle_dashed;
3583#[cfg(feature = "animals")]
3584mod squirrel;
3585#[cfg(any(feature = "design", feature = "cursors", feature = "tools"))]
3586mod stamp;
3587#[cfg(any(
3588    feature = "account",
3589    feature = "social",
3590    feature = "shapes",
3591    feature = "multimedia",
3592    feature = "weather",
3593    feature = "emoji",
3594    feature = "gaming"
3595))]
3596mod star;
3597#[cfg(any(feature = "social", feature = "multimedia"))]
3598mod star_half;
3599#[cfg(any(feature = "multimedia", feature = "social"))]
3600mod star_off;
3601#[cfg(any(feature = "multimedia", feature = "arrows"))]
3602mod step_back;
3603#[cfg(any(feature = "multimedia", feature = "arrows"))]
3604mod step_forward;
3605#[cfg(any(feature = "science", feature = "medical"))]
3606mod stethoscope;
3607#[cfg(feature = "social")]
3608mod sticker;
3609#[cfg(any(feature = "text", feature = "social"))]
3610mod sticky_note;
3611#[cfg(any(feature = "buildings", feature = "navigation", feature = "shopping"))]
3612mod store;
3613#[cfg(feature = "layout")]
3614mod stretch_horizontal;
3615#[cfg(feature = "layout")]
3616mod stretch_vertical;
3617#[cfg(feature = "text")]
3618mod strikethrough;
3619#[cfg(feature = "text")]
3620mod subscript;
3621#[cfg(any(
3622    feature = "accessibility",
3623    feature = "weather",
3624    feature = "seasons",
3625    feature = "sustainability"
3626))]
3627mod sun;
3628#[cfg(any(feature = "accessibility", feature = "weather"))]
3629mod sun_dim;
3630#[cfg(any(feature = "accessibility", feature = "weather"))]
3631mod sun_medium;
3632#[cfg(feature = "accessibility")]
3633mod sun_moon;
3634#[cfg(feature = "weather")]
3635mod sun_snow;
3636#[cfg(any(feature = "arrows", feature = "weather", feature = "time"))]
3637mod sunrise;
3638#[cfg(any(feature = "arrows", feature = "weather"))]
3639mod sunset;
3640#[cfg(feature = "text")]
3641mod superscript;
3642#[cfg(any(feature = "design", feature = "home", feature = "photography"))]
3643mod swatch_book;
3644#[cfg(feature = "finance")]
3645mod swiss_franc;
3646#[cfg(any(feature = "communication", feature = "devices"))]
3647mod switch_camera;
3648#[cfg(any(feature = "gaming", feature = "tools"))]
3649mod sword;
3650#[cfg(any(feature = "gaming", feature = "tools"))]
3651mod swords;
3652#[cfg(any(feature = "science", feature = "medical"))]
3653mod syringe;
3654#[cfg(any(feature = "text", feature = "files"))]
3655mod table;
3656#[cfg(any(feature = "text", feature = "files"))]
3657mod table_2;
3658#[cfg(any(feature = "text", feature = "files"))]
3659mod table_cells_merge;
3660#[cfg(any(feature = "text", feature = "files"))]
3661mod table_cells_split;
3662#[cfg(any(feature = "text", feature = "files"))]
3663mod table_columns_split;
3664#[cfg(feature = "text")]
3665mod table_of_contents;
3666#[cfg(any(feature = "text", feature = "development", feature = "files"))]
3667mod table_properties;
3668#[cfg(any(feature = "text", feature = "files"))]
3669mod table_rows_split;
3670#[cfg(feature = "devices")]
3671mod tablet;
3672#[cfg(any(
3673    feature = "devices",
3674    feature = "design",
3675    feature = "development",
3676    feature = "tools"
3677))]
3678mod tablet_smartphone;
3679#[cfg(feature = "medical")]
3680mod tablets;
3681#[cfg(feature = "account")]
3682mod tag;
3683#[cfg(feature = "account")]
3684mod tags;
3685#[cfg(any(feature = "math", feature = "gaming"))]
3686mod tally_1;
3687#[cfg(any(feature = "math", feature = "gaming"))]
3688mod tally_2;
3689#[cfg(any(feature = "math", feature = "gaming"))]
3690mod tally_3;
3691#[cfg(any(feature = "math", feature = "gaming"))]
3692mod tally_4;
3693#[cfg(any(feature = "math", feature = "gaming"))]
3694mod tally_5;
3695#[cfg(any(
3696    feature = "shapes",
3697    feature = "math",
3698    feature = "design",
3699    feature = "tools"
3700))]
3701mod tangent;
3702#[cfg(any(feature = "brands", feature = "gaming"))]
3703mod target;
3704#[cfg(any(feature = "science", feature = "development", feature = "tools"))]
3705mod telescope;
3706#[cfg(any(feature = "travel", feature = "nature", feature = "sustainability"))]
3707mod tent;
3708#[cfg(any(feature = "travel", feature = "nature"))]
3709mod tent_tree;
3710#[cfg(feature = "development")]
3711mod terminal;
3712#[cfg(feature = "science")]
3713mod test_tube;
3714#[cfg(feature = "science")]
3715mod test_tube_diagonal;
3716#[cfg(feature = "science")]
3717mod test_tubes;
3718#[cfg(feature = "text")]
3719mod text_align_center;
3720#[cfg(feature = "text")]
3721mod text_align_end;
3722#[cfg(feature = "text")]
3723mod text_align_justify;
3724#[cfg(feature = "text")]
3725mod text_align_start;
3726#[cfg(any(feature = "text", feature = "cursors"))]
3727mod text_cursor;
3728#[cfg(any(feature = "text", feature = "layout"))]
3729mod text_cursor_input;
3730#[cfg(feature = "text")]
3731mod text_initial;
3732#[cfg(feature = "text")]
3733mod text_quote;
3734#[cfg(feature = "text")]
3735mod text_search;
3736#[cfg(any(feature = "text", feature = "cursors"))]
3737mod text_select;
3738#[cfg(any(feature = "text", feature = "arrows"))]
3739mod text_wrap;
3740#[cfg(any(feature = "buildings", feature = "social"))]
3741mod theater;
3742#[cfg(feature = "weather")]
3743mod thermometer;
3744#[cfg(feature = "weather")]
3745mod thermometer_snowflake;
3746#[cfg(feature = "weather")]
3747mod thermometer_sun;
3748#[cfg(any(feature = "account", feature = "social", feature = "emoji"))]
3749mod thumbs_down;
3750#[cfg(any(feature = "account", feature = "social", feature = "emoji"))]
3751mod thumbs_up;
3752#[cfg(any(feature = "account", feature = "transportation"))]
3753mod ticket;
3754#[cfg(feature = "transportation")]
3755mod ticket_check;
3756#[cfg(feature = "transportation")]
3757mod ticket_minus;
3758#[cfg(any(feature = "transportation", feature = "shopping"))]
3759mod ticket_percent;
3760#[cfg(feature = "transportation")]
3761mod ticket_plus;
3762#[cfg(feature = "transportation")]
3763mod ticket_slash;
3764#[cfg(feature = "transportation")]
3765mod ticket_x;
3766#[cfg(any(feature = "travel", feature = "account", feature = "transportation"))]
3767mod tickets;
3768#[cfg(any(feature = "transportation", feature = "travel"))]
3769mod tickets_plane;
3770#[cfg(feature = "time")]
3771mod timer;
3772#[cfg(feature = "time")]
3773mod timer_off;
3774#[cfg(feature = "time")]
3775mod timer_reset;
3776#[cfg(any(feature = "layout", feature = "account", feature = "development"))]
3777mod toggle_left;
3778#[cfg(any(feature = "layout", feature = "account", feature = "development"))]
3779mod toggle_right;
3780#[cfg(any(feature = "devices", feature = "home"))]
3781mod toilet;
3782#[cfg(any(feature = "tools", feature = "development", feature = "home"))]
3783mod tool_case;
3784#[cfg(feature = "weather")]
3785mod tornado;
3786#[cfg(any(
3787    feature = "shapes",
3788    feature = "design",
3789    feature = "tools",
3790    feature = "food-beverage"
3791))]
3792mod torus;
3793#[cfg(feature = "devices")]
3794mod touchpad;
3795#[cfg(feature = "devices")]
3796mod touchpad_off;
3797#[cfg(any(feature = "travel", feature = "transportation"))]
3798mod tower_control;
3799#[cfg(any(feature = "gaming", feature = "development"))]
3800mod toy_brick;
3801#[cfg(any(
3802    feature = "transportation",
3803    feature = "sustainability",
3804    feature = "food-beverage"
3805))]
3806mod tractor;
3807#[cfg(feature = "transportation")]
3808mod traffic_cone;
3809#[cfg(feature = "transportation")]
3810mod train_front;
3811#[cfg(any(feature = "transportation", feature = "navigation"))]
3812mod train_front_tunnel;
3813#[cfg(any(feature = "transportation", feature = "navigation"))]
3814mod train_track;
3815#[cfg(feature = "transportation")]
3816mod tram_front;
3817#[cfg(any(feature = "medical", feature = "accessibility"))]
3818mod transgender;
3819#[cfg(any(feature = "files", feature = "mail"))]
3820mod trash;
3821#[cfg(any(feature = "files", feature = "mail"))]
3822mod trash_2;
3823#[cfg(any(feature = "nature", feature = "sustainability"))]
3824mod tree_deciduous;
3825#[cfg(any(feature = "nature", feature = "sustainability"))]
3826mod tree_palm;
3827#[cfg(any(feature = "nature", feature = "sustainability"))]
3828mod tree_pine;
3829#[cfg(any(feature = "nature", feature = "sustainability"))]
3830mod trees;
3831#[cfg(any(feature = "account", feature = "brands", feature = "development"))]
3832mod trello;
3833#[cfg(any(feature = "charts", feature = "arrows"))]
3834mod trending_down;
3835#[cfg(any(feature = "charts", feature = "arrows"))]
3836mod trending_up;
3837#[cfg(any(feature = "charts", feature = "arrows"))]
3838mod trending_up_down;
3839#[cfg(feature = "shapes")]
3840mod triangle;
3841#[cfg(any(feature = "notifications", feature = "shapes", feature = "development"))]
3842mod triangle_alert;
3843#[cfg(feature = "shapes")]
3844mod triangle_dashed;
3845#[cfg(any(feature = "shapes", feature = "math"))]
3846mod triangle_right;
3847#[cfg(any(feature = "sports", feature = "gaming"))]
3848mod trophy;
3849#[cfg(feature = "transportation")]
3850mod truck;
3851#[cfg(feature = "transportation")]
3852mod truck_electric;
3853#[cfg(feature = "finance")]
3854mod turkish_lira;
3855#[cfg(any(feature = "multimedia", feature = "home"))]
3856mod turntable;
3857#[cfg(feature = "animals")]
3858mod turtle;
3859#[cfg(any(feature = "devices", feature = "multimedia", feature = "communication"))]
3860mod tv;
3861#[cfg(any(feature = "devices", feature = "multimedia"))]
3862mod tv_minimal;
3863#[cfg(any(feature = "devices", feature = "multimedia"))]
3864mod tv_minimal_play;
3865#[cfg(any(
3866    feature = "brands",
3867    feature = "social",
3868    feature = "account",
3869    feature = "gaming"
3870))]
3871mod twitch;
3872#[cfg(any(feature = "brands", feature = "social", feature = "account"))]
3873mod twitter;
3874#[cfg(feature = "text")]
3875mod r#type;
3876#[cfg(feature = "text")]
3877mod type_outline;
3878#[cfg(feature = "weather")]
3879mod umbrella;
3880#[cfg(feature = "weather")]
3881mod umbrella_off;
3882#[cfg(feature = "text")]
3883mod underline;
3884#[cfg(any(feature = "text", feature = "arrows"))]
3885mod undo;
3886#[cfg(any(feature = "text", feature = "arrows"))]
3887mod undo_2;
3888#[cfg(any(feature = "text", feature = "arrows"))]
3889mod undo_dot;
3890#[cfg(any(feature = "arrows", feature = "layout"))]
3891mod unfold_horizontal;
3892#[cfg(any(feature = "arrows", feature = "layout"))]
3893mod unfold_vertical;
3894#[cfg(any(feature = "shapes", feature = "files"))]
3895mod ungroup;
3896#[cfg(any(feature = "buildings", feature = "navigation"))]
3897mod university;
3898#[cfg(feature = "text")]
3899mod unlink;
3900#[cfg(feature = "text")]
3901mod unlink_2;
3902#[cfg(any(feature = "devices", feature = "development"))]
3903mod unplug;
3904#[cfg(any(feature = "arrows", feature = "files"))]
3905mod upload;
3906#[cfg(any(feature = "devices", feature = "multimedia", feature = "home"))]
3907mod usb;
3908#[cfg(feature = "account")]
3909mod user;
3910#[cfg(feature = "account")]
3911mod user_check;
3912#[cfg(feature = "account")]
3913mod user_cog;
3914#[cfg(any(feature = "account", feature = "security"))]
3915mod user_lock;
3916#[cfg(feature = "account")]
3917mod user_minus;
3918#[cfg(feature = "account")]
3919mod user_pen;
3920#[cfg(feature = "account")]
3921mod user_plus;
3922#[cfg(feature = "account")]
3923mod user_round;
3924#[cfg(feature = "account")]
3925mod user_round_check;
3926#[cfg(feature = "account")]
3927mod user_round_cog;
3928#[cfg(feature = "account")]
3929mod user_round_minus;
3930#[cfg(feature = "account")]
3931mod user_round_pen;
3932#[cfg(feature = "account")]
3933mod user_round_plus;
3934#[cfg(any(feature = "account", feature = "social"))]
3935mod user_round_search;
3936#[cfg(feature = "account")]
3937mod user_round_x;
3938#[cfg(any(feature = "account", feature = "social"))]
3939mod user_search;
3940#[cfg(feature = "account")]
3941mod user_star;
3942#[cfg(feature = "account")]
3943mod user_x;
3944#[cfg(feature = "account")]
3945mod users;
3946#[cfg(feature = "account")]
3947mod users_round;
3948#[cfg(any(feature = "food-beverage", feature = "travel", feature = "navigation"))]
3949mod utensils;
3950#[cfg(any(feature = "food-beverage", feature = "travel", feature = "navigation"))]
3951mod utensils_crossed;
3952#[cfg(any(feature = "buildings", feature = "home", feature = "sustainability"))]
3953mod utility_pole;
3954#[cfg(any(feature = "development", feature = "math"))]
3955mod variable;
3956#[cfg(any(feature = "security", feature = "travel", feature = "home"))]
3957mod vault;
3958#[cfg(any(
3959    feature = "shapes",
3960    feature = "math",
3961    feature = "design",
3962    feature = "tools"
3963))]
3964mod vector_square;
3965#[cfg(any(feature = "food-beverage", feature = "sustainability"))]
3966mod vegan;
3967#[cfg(any(feature = "account", feature = "gaming"))]
3968mod venetian_mask;
3969#[cfg(feature = "medical")]
3970mod venus;
3971#[cfg(feature = "medical")]
3972mod venus_and_mars;
3973#[cfg(any(
3974    feature = "devices",
3975    feature = "connectivity",
3976    feature = "account",
3977    feature = "notifications"
3978))]
3979mod vibrate;
3980#[cfg(any(feature = "devices", feature = "connectivity", feature = "account"))]
3981mod vibrate_off;
3982#[cfg(any(
3983    feature = "devices",
3984    feature = "communication",
3985    feature = "connectivity",
3986    feature = "photography"
3987))]
3988mod video;
3989#[cfg(any(
3990    feature = "devices",
3991    feature = "communication",
3992    feature = "connectivity",
3993    feature = "photography"
3994))]
3995mod video_off;
3996#[cfg(any(
3997    feature = "devices",
3998    feature = "communication",
3999    feature = "connectivity",
4000    feature = "photography",
4001    feature = "files"
4002))]
4003mod videotape;
4004#[cfg(any(feature = "design", feature = "photography"))]
4005mod view;
4006#[cfg(any(feature = "connectivity", feature = "devices", feature = "social"))]
4007mod voicemail;
4008#[cfg(any(feature = "sports", feature = "gaming", feature = "travel"))]
4009mod volleyball;
4010#[cfg(any(
4011    feature = "connectivity",
4012    feature = "communication",
4013    feature = "multimedia"
4014))]
4015mod volume;
4016#[cfg(any(
4017    feature = "connectivity",
4018    feature = "communication",
4019    feature = "multimedia"
4020))]
4021mod volume_1;
4022#[cfg(any(
4023    feature = "connectivity",
4024    feature = "communication",
4025    feature = "multimedia"
4026))]
4027mod volume_2;
4028#[cfg(any(
4029    feature = "connectivity",
4030    feature = "communication",
4031    feature = "multimedia"
4032))]
4033mod volume_off;
4034#[cfg(any(
4035    feature = "connectivity",
4036    feature = "communication",
4037    feature = "multimedia"
4038))]
4039mod volume_x;
4040#[cfg(feature = "social")]
4041mod vote;
4042#[cfg(any(feature = "account", feature = "finance"))]
4043mod wallet;
4044#[cfg(any(feature = "account", feature = "finance"))]
4045mod wallet_cards;
4046#[cfg(any(feature = "account", feature = "finance"))]
4047mod wallet_minimal;
4048#[cfg(any(feature = "account", feature = "devices"))]
4049mod wallpaper;
4050#[cfg(any(
4051    feature = "design",
4052    feature = "gaming",
4053    feature = "cursors",
4054    feature = "photography"
4055))]
4056mod wand;
4057#[cfg(any(
4058    feature = "design",
4059    feature = "gaming",
4060    feature = "cursors",
4061    feature = "photography"
4062))]
4063mod wand_sparkles;
4064#[cfg(any(feature = "buildings", feature = "navigation"))]
4065mod warehouse;
4066#[cfg(any(feature = "home", feature = "devices", feature = "travel"))]
4067mod washing_machine;
4068#[cfg(feature = "time")]
4069mod watch;
4070#[cfg(any(
4071    feature = "weather",
4072    feature = "navigation",
4073    feature = "multimedia",
4074    feature = "sustainability"
4075))]
4076mod waves;
4077#[cfg(any(feature = "sports", feature = "home"))]
4078mod waves_ladder;
4079#[cfg(any(
4080    feature = "security",
4081    feature = "account",
4082    feature = "navigation",
4083    feature = "development",
4084    feature = "social"
4085))]
4086mod waypoints;
4087#[cfg(any(
4088    feature = "connectivity",
4089    feature = "devices",
4090    feature = "communication"
4091))]
4092mod webcam;
4093#[cfg(any(feature = "development", feature = "social", feature = "account"))]
4094mod webhook;
4095#[cfg(any(feature = "development", feature = "social", feature = "account"))]
4096mod webhook_off;
4097#[cfg(feature = "math")]
4098mod weight;
4099#[cfg(feature = "food-beverage")]
4100mod wheat;
4101#[cfg(feature = "food-beverage")]
4102mod wheat_off;
4103#[cfg(feature = "text")]
4104mod whole_word;
4105#[cfg(any(feature = "connectivity", feature = "devices"))]
4106mod wifi;
4107#[cfg(any(feature = "connectivity", feature = "devices", feature = "files"))]
4108mod wifi_cog;
4109#[cfg(any(feature = "connectivity", feature = "devices"))]
4110mod wifi_high;
4111#[cfg(any(feature = "connectivity", feature = "devices"))]
4112mod wifi_low;
4113#[cfg(any(feature = "connectivity", feature = "devices"))]
4114mod wifi_off;
4115#[cfg(any(feature = "connectivity", feature = "devices"))]
4116mod wifi_pen;
4117#[cfg(any(feature = "connectivity", feature = "devices"))]
4118mod wifi_sync;
4119#[cfg(any(feature = "connectivity", feature = "devices"))]
4120mod wifi_zero;
4121#[cfg(any(feature = "weather", feature = "sustainability"))]
4122mod wind;
4123#[cfg(any(feature = "weather", feature = "sustainability"))]
4124mod wind_arrow_down;
4125#[cfg(feature = "food-beverage")]
4126mod wine;
4127#[cfg(feature = "food-beverage")]
4128mod wine_off;
4129#[cfg(feature = "development")]
4130mod workflow;
4131#[cfg(any(feature = "animals", feature = "security"))]
4132mod worm;
4133#[cfg(any(feature = "account", feature = "development", feature = "tools"))]
4134mod wrench;
4135#[cfg(any(feature = "notifications", feature = "math"))]
4136mod x;
4137#[cfg(any(feature = "multimedia", feature = "social", feature = "brands"))]
4138mod youtube;
4139#[cfg(any(
4140    feature = "connectivity",
4141    feature = "devices",
4142    feature = "photography",
4143    feature = "weather"
4144))]
4145mod zap;
4146#[cfg(any(
4147    feature = "connectivity",
4148    feature = "devices",
4149    feature = "photography",
4150    feature = "weather"
4151))]
4152mod zap_off;
4153#[cfg(any(
4154    feature = "accessibility",
4155    feature = "layout",
4156    feature = "design",
4157    feature = "text",
4158    feature = "photography"
4159))]
4160mod zoom_in;
4161#[cfg(any(
4162    feature = "accessibility",
4163    feature = "layout",
4164    feature = "design",
4165    feature = "text",
4166    feature = "photography"
4167))]
4168mod zoom_out;
4169
4170#[cfg(any(feature = "text", feature = "design"))]
4171pub use a_arrow_down::*;
4172#[cfg(any(feature = "text", feature = "design"))]
4173pub use a_arrow_up::*;
4174#[cfg(any(feature = "text", feature = "design"))]
4175pub use a_large_small::*;
4176#[cfg(any(feature = "accessibility", feature = "medical"))]
4177pub use accessibility::*;
4178#[cfg(any(
4179    feature = "medical",
4180    feature = "account",
4181    feature = "social",
4182    feature = "science",
4183    feature = "multimedia"
4184))]
4185pub use activity::*;
4186#[cfg(feature = "home")]
4187pub use air_vent::*;
4188#[cfg(any(
4189    feature = "multimedia",
4190    feature = "connectivity",
4191    feature = "devices",
4192    feature = "brands"
4193))]
4194pub use airplay::*;
4195#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
4196pub use alarm_clock::*;
4197#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
4198pub use alarm_clock_check::*;
4199#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
4200pub use alarm_clock_minus::*;
4201#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
4202pub use alarm_clock_off::*;
4203#[cfg(any(feature = "devices", feature = "notifications", feature = "time"))]
4204pub use alarm_clock_plus::*;
4205#[cfg(any(feature = "home", feature = "devices", feature = "travel"))]
4206pub use alarm_smoke::*;
4207#[cfg(any(feature = "photography", feature = "multimedia"))]
4208pub use album::*;
4209#[cfg(feature = "layout")]
4210pub use align_center_horizontal::*;
4211#[cfg(feature = "layout")]
4212pub use align_center_vertical::*;
4213#[cfg(feature = "layout")]
4214pub use align_end_horizontal::*;
4215#[cfg(feature = "layout")]
4216pub use align_end_vertical::*;
4217#[cfg(feature = "layout")]
4218pub use align_horizontal_distribute_center::*;
4219#[cfg(feature = "layout")]
4220pub use align_horizontal_distribute_end::*;
4221#[cfg(feature = "layout")]
4222pub use align_horizontal_distribute_start::*;
4223#[cfg(feature = "layout")]
4224pub use align_horizontal_justify_center::*;
4225#[cfg(feature = "layout")]
4226pub use align_horizontal_justify_end::*;
4227#[cfg(feature = "layout")]
4228pub use align_horizontal_justify_start::*;
4229#[cfg(feature = "layout")]
4230pub use align_horizontal_space_around::*;
4231#[cfg(feature = "layout")]
4232pub use align_horizontal_space_between::*;
4233#[cfg(feature = "layout")]
4234pub use align_start_horizontal::*;
4235#[cfg(feature = "layout")]
4236pub use align_start_vertical::*;
4237#[cfg(feature = "layout")]
4238pub use align_vertical_distribute_center::*;
4239#[cfg(feature = "layout")]
4240pub use align_vertical_distribute_end::*;
4241#[cfg(feature = "layout")]
4242pub use align_vertical_distribute_start::*;
4243#[cfg(feature = "layout")]
4244pub use align_vertical_justify_center::*;
4245#[cfg(feature = "layout")]
4246pub use align_vertical_justify_end::*;
4247#[cfg(feature = "layout")]
4248pub use align_vertical_justify_start::*;
4249#[cfg(feature = "layout")]
4250pub use align_vertical_space_around::*;
4251#[cfg(feature = "layout")]
4252pub use align_vertical_space_between::*;
4253#[cfg(any(feature = "medical", feature = "transportation"))]
4254pub use ambulance::*;
4255#[cfg(any(feature = "text", feature = "development"))]
4256pub use ampersand::*;
4257#[cfg(any(feature = "text", feature = "development"))]
4258pub use ampersands::*;
4259#[cfg(any(feature = "food-beverage", feature = "gaming"))]
4260pub use amphora::*;
4261#[cfg(any(feature = "transportation", feature = "text"))]
4262pub use anchor::*;
4263#[cfg(feature = "emoji")]
4264pub use angry::*;
4265#[cfg(feature = "emoji")]
4266pub use annoyed::*;
4267#[cfg(any(feature = "devices", feature = "multimedia", feature = "communication"))]
4268pub use antenna::*;
4269#[cfg(any(feature = "buildings", feature = "tools", feature = "gaming"))]
4270pub use anvil::*;
4271#[cfg(feature = "photography")]
4272pub use aperture::*;
4273#[cfg(any(
4274    feature = "layout",
4275    feature = "design",
4276    feature = "development",
4277    feature = "files"
4278))]
4279pub use app_window::*;
4280#[cfg(any(
4281    feature = "layout",
4282    feature = "design",
4283    feature = "development",
4284    feature = "files"
4285))]
4286pub use app_window_mac::*;
4287#[cfg(feature = "food-beverage")]
4288pub use apple::*;
4289#[cfg(any(feature = "files", feature = "mail"))]
4290pub use archive::*;
4291#[cfg(any(feature = "files", feature = "mail"))]
4292pub use archive_restore::*;
4293#[cfg(any(feature = "files", feature = "mail"))]
4294pub use archive_x::*;
4295#[cfg(feature = "home")]
4296pub use armchair::*;
4297#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4298pub use arrow_big_down::*;
4299#[cfg(any(
4300    feature = "arrows",
4301    feature = "navigation",
4302    feature = "gaming",
4303    feature = "files"
4304))]
4305pub use arrow_big_down_dash::*;
4306#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4307pub use arrow_big_left::*;
4308#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4309pub use arrow_big_left_dash::*;
4310#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4311pub use arrow_big_right::*;
4312#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4313pub use arrow_big_right_dash::*;
4314#[cfg(any(
4315    feature = "arrows",
4316    feature = "navigation",
4317    feature = "text",
4318    feature = "development",
4319    feature = "gaming"
4320))]
4321pub use arrow_big_up::*;
4322#[cfg(any(
4323    feature = "arrows",
4324    feature = "navigation",
4325    feature = "text",
4326    feature = "development",
4327    feature = "gaming"
4328))]
4329pub use arrow_big_up_dash::*;
4330#[cfg(any(feature = "arrows", feature = "navigation"))]
4331pub use arrow_down::*;
4332#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4333pub use arrow_down_0_1::*;
4334#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4335pub use arrow_down_1_0::*;
4336#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4337pub use arrow_down_a_z::*;
4338#[cfg(any(feature = "arrows", feature = "navigation", feature = "files"))]
4339pub use arrow_down_from_line::*;
4340#[cfg(any(feature = "arrows", feature = "navigation"))]
4341pub use arrow_down_left::*;
4342#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4343pub use arrow_down_narrow_wide::*;
4344#[cfg(any(feature = "arrows", feature = "navigation"))]
4345pub use arrow_down_right::*;
4346#[cfg(any(feature = "arrows", feature = "navigation"))]
4347pub use arrow_down_to_dot::*;
4348#[cfg(any(
4349    feature = "arrows",
4350    feature = "navigation",
4351    feature = "files",
4352    feature = "development"
4353))]
4354pub use arrow_down_to_line::*;
4355#[cfg(any(feature = "arrows", feature = "navigation"))]
4356pub use arrow_down_up::*;
4357#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4358pub use arrow_down_wide_narrow::*;
4359#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4360pub use arrow_down_z_a::*;
4361#[cfg(any(feature = "arrows", feature = "navigation"))]
4362pub use arrow_left::*;
4363#[cfg(any(feature = "arrows", feature = "navigation"))]
4364pub use arrow_left_from_line::*;
4365#[cfg(any(feature = "arrows", feature = "navigation"))]
4366pub use arrow_left_right::*;
4367#[cfg(any(feature = "arrows", feature = "navigation"))]
4368pub use arrow_left_to_line::*;
4369#[cfg(any(feature = "arrows", feature = "navigation"))]
4370pub use arrow_right::*;
4371#[cfg(any(feature = "arrows", feature = "navigation"))]
4372pub use arrow_right_from_line::*;
4373#[cfg(any(feature = "arrows", feature = "navigation"))]
4374pub use arrow_right_left::*;
4375#[cfg(any(feature = "arrows", feature = "navigation", feature = "development"))]
4376pub use arrow_right_to_line::*;
4377#[cfg(any(feature = "arrows", feature = "navigation"))]
4378pub use arrow_up::*;
4379#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4380pub use arrow_up_0_1::*;
4381#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4382pub use arrow_up_1_0::*;
4383#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4384pub use arrow_up_a_z::*;
4385#[cfg(any(feature = "arrows", feature = "navigation"))]
4386pub use arrow_up_down::*;
4387#[cfg(any(feature = "arrows", feature = "navigation"))]
4388pub use arrow_up_from_dot::*;
4389#[cfg(any(
4390    feature = "arrows",
4391    feature = "navigation",
4392    feature = "files",
4393    feature = "development"
4394))]
4395pub use arrow_up_from_line::*;
4396#[cfg(any(feature = "arrows", feature = "navigation"))]
4397pub use arrow_up_left::*;
4398#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4399pub use arrow_up_narrow_wide::*;
4400#[cfg(any(feature = "arrows", feature = "navigation"))]
4401pub use arrow_up_right::*;
4402#[cfg(any(feature = "arrows", feature = "navigation", feature = "files"))]
4403pub use arrow_up_to_line::*;
4404#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4405pub use arrow_up_wide_narrow::*;
4406#[cfg(any(feature = "text", feature = "layout", feature = "arrows"))]
4407pub use arrow_up_z_a::*;
4408#[cfg(any(feature = "arrows", feature = "transportation", feature = "mail"))]
4409pub use arrows_up_from_line::*;
4410#[cfg(any(feature = "text", feature = "math", feature = "development"))]
4411pub use asterisk::*;
4412#[cfg(any(feature = "text", feature = "account"))]
4413pub use at_sign::*;
4414#[cfg(feature = "science")]
4415pub use atom::*;
4416#[cfg(any(feature = "multimedia", feature = "communication"))]
4417pub use audio_lines::*;
4418#[cfg(any(feature = "multimedia", feature = "communication"))]
4419pub use audio_waveform::*;
4420#[cfg(any(feature = "account", feature = "sports", feature = "gaming"))]
4421pub use award::*;
4422#[cfg(any(feature = "tools", feature = "gaming"))]
4423pub use axe::*;
4424#[cfg(feature = "design")]
4425pub use axis_3_d::*;
4426#[cfg(any(feature = "accessibility", feature = "people"))]
4427pub use baby::*;
4428#[cfg(any(feature = "gaming", feature = "photography", feature = "travel"))]
4429pub use backpack::*;
4430#[cfg(any(feature = "account", feature = "social", feature = "shapes"))]
4431pub use badge::*;
4432#[cfg(any(feature = "account", feature = "social"))]
4433pub use badge_alert::*;
4434#[cfg(any(feature = "shopping", feature = "finance"))]
4435pub use badge_cent::*;
4436#[cfg(feature = "social")]
4437pub use badge_check::*;
4438#[cfg(any(feature = "shopping", feature = "finance"))]
4439pub use badge_dollar_sign::*;
4440#[cfg(any(feature = "shopping", feature = "finance"))]
4441pub use badge_euro::*;
4442#[cfg(any(feature = "shopping", feature = "finance"))]
4443pub use badge_indian_rupee::*;
4444#[cfg(any(feature = "account", feature = "accessibility", feature = "social"))]
4445pub use badge_info::*;
4446#[cfg(any(feature = "shopping", feature = "finance"))]
4447pub use badge_japanese_yen::*;
4448#[cfg(feature = "social")]
4449pub use badge_minus::*;
4450#[cfg(any(
4451    feature = "social",
4452    feature = "finance",
4453    feature = "shopping",
4454    feature = "math"
4455))]
4456pub use badge_percent::*;
4457#[cfg(feature = "social")]
4458pub use badge_plus::*;
4459#[cfg(any(feature = "shopping", feature = "finance"))]
4460pub use badge_pound_sterling::*;
4461#[cfg(any(feature = "accessibility", feature = "social", feature = "shapes"))]
4462pub use badge_question_mark::*;
4463#[cfg(any(feature = "shopping", feature = "finance"))]
4464pub use badge_russian_ruble::*;
4465#[cfg(any(feature = "shopping", feature = "finance"))]
4466pub use badge_swiss_franc::*;
4467#[cfg(any(feature = "shopping", feature = "finance"))]
4468pub use badge_turkish_lira::*;
4469#[cfg(feature = "social")]
4470pub use badge_x::*;
4471#[cfg(any(feature = "transportation", feature = "travel"))]
4472pub use baggage_claim::*;
4473#[cfg(feature = "account")]
4474pub use ban::*;
4475#[cfg(feature = "food-beverage")]
4476pub use banana::*;
4477#[cfg(feature = "medical")]
4478pub use bandage::*;
4479#[cfg(feature = "finance")]
4480pub use banknote::*;
4481#[cfg(feature = "finance")]
4482pub use banknote_arrow_down::*;
4483#[cfg(feature = "finance")]
4484pub use banknote_arrow_up::*;
4485#[cfg(feature = "finance")]
4486pub use banknote_x::*;
4487#[cfg(feature = "shopping")]
4488pub use barcode::*;
4489#[cfg(any(feature = "food-beverage", feature = "navigation"))]
4490pub use barrel::*;
4491#[cfg(feature = "text")]
4492pub use baseline::*;
4493#[cfg(feature = "travel")]
4494pub use bath::*;
4495#[cfg(any(feature = "connectivity", feature = "devices"))]
4496pub use battery::*;
4497#[cfg(any(feature = "connectivity", feature = "devices"))]
4498pub use battery_charging::*;
4499#[cfg(any(feature = "connectivity", feature = "devices"))]
4500pub use battery_full::*;
4501#[cfg(any(feature = "connectivity", feature = "devices"))]
4502pub use battery_low::*;
4503#[cfg(any(feature = "connectivity", feature = "devices"))]
4504pub use battery_medium::*;
4505#[cfg(feature = "devices")]
4506pub use battery_plus::*;
4507#[cfg(any(feature = "connectivity", feature = "devices"))]
4508pub use battery_warning::*;
4509#[cfg(any(feature = "science", feature = "gaming"))]
4510pub use beaker::*;
4511#[cfg(feature = "food-beverage")]
4512pub use bean::*;
4513#[cfg(feature = "food-beverage")]
4514pub use bean_off::*;
4515#[cfg(feature = "home")]
4516pub use bed::*;
4517#[cfg(feature = "home")]
4518pub use bed_double::*;
4519#[cfg(feature = "home")]
4520pub use bed_single::*;
4521#[cfg(feature = "food-beverage")]
4522pub use beef::*;
4523#[cfg(feature = "food-beverage")]
4524pub use beer::*;
4525#[cfg(feature = "food-beverage")]
4526pub use beer_off::*;
4527#[cfg(any(feature = "account", feature = "notifications"))]
4528pub use bell::*;
4529#[cfg(any(feature = "account", feature = "notifications"))]
4530pub use bell_dot::*;
4531#[cfg(any(feature = "devices", feature = "notifications", feature = "home"))]
4532pub use bell_electric::*;
4533#[cfg(feature = "notifications")]
4534pub use bell_minus::*;
4535#[cfg(feature = "notifications")]
4536pub use bell_off::*;
4537#[cfg(feature = "notifications")]
4538pub use bell_plus::*;
4539#[cfg(feature = "notifications")]
4540pub use bell_ring::*;
4541#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
4542pub use between_horizontal_end::*;
4543#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
4544pub use between_horizontal_start::*;
4545#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
4546pub use between_vertical_end::*;
4547#[cfg(any(feature = "layout", feature = "design", feature = "tools"))]
4548pub use between_vertical_start::*;
4549#[cfg(feature = "emoji")]
4550pub use biceps_flexed::*;
4551#[cfg(feature = "transportation")]
4552pub use bike::*;
4553#[cfg(any(feature = "text", feature = "development"))]
4554pub use binary::*;
4555#[cfg(any(
4556    feature = "navigation",
4557    feature = "nature",
4558    feature = "photography",
4559    feature = "science",
4560    feature = "travel",
4561    feature = "development"
4562))]
4563pub use binoculars::*;
4564#[cfg(feature = "science")]
4565pub use biohazard::*;
4566#[cfg(feature = "animals")]
4567pub use bird::*;
4568#[cfg(any(feature = "brands", feature = "development", feature = "finance"))]
4569pub use bitcoin::*;
4570#[cfg(any(
4571    feature = "design",
4572    feature = "photography",
4573    feature = "tools",
4574    feature = "development"
4575))]
4576pub use blend::*;
4577#[cfg(feature = "home")]
4578pub use blinds::*;
4579#[cfg(any(feature = "development", feature = "layout", feature = "shapes"))]
4580pub use blocks::*;
4581#[cfg(any(feature = "connectivity", feature = "devices"))]
4582pub use bluetooth::*;
4583#[cfg(any(feature = "connectivity", feature = "devices"))]
4584pub use bluetooth_connected::*;
4585#[cfg(any(feature = "connectivity", feature = "devices"))]
4586pub use bluetooth_off::*;
4587#[cfg(any(feature = "connectivity", feature = "devices"))]
4588pub use bluetooth_searching::*;
4589#[cfg(feature = "text")]
4590pub use bold::*;
4591#[cfg(any(feature = "tools", feature = "home"))]
4592pub use bolt::*;
4593#[cfg(any(feature = "security", feature = "tools"))]
4594pub use bomb::*;
4595#[cfg(any(feature = "animals", feature = "medical", feature = "gaming"))]
4596pub use bone::*;
4597#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
4598pub use book::*;
4599#[cfg(any(feature = "text", feature = "gaming"))]
4600pub use book_a::*;
4601#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
4602pub use book_alert::*;
4603#[cfg(any(feature = "multimedia", feature = "text"))]
4604pub use book_audio::*;
4605#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
4606pub use book_check::*;
4607#[cfg(any(feature = "development", feature = "text", feature = "gaming"))]
4608pub use book_copy::*;
4609#[cfg(feature = "development")]
4610pub use book_dashed::*;
4611#[cfg(feature = "development")]
4612pub use book_down::*;
4613#[cfg(any(feature = "multimedia", feature = "text"))]
4614pub use book_headphones::*;
4615#[cfg(any(feature = "social", feature = "text", feature = "gaming"))]
4616pub use book_heart::*;
4617#[cfg(any(
4618    feature = "photography",
4619    feature = "text",
4620    feature = "multimedia",
4621    feature = "files",
4622    feature = "social",
4623    feature = "shopping",
4624    feature = "travel"
4625))]
4626pub use book_image::*;
4627#[cfg(any(feature = "development", feature = "security", feature = "gaming"))]
4628pub use book_key::*;
4629#[cfg(any(feature = "development", feature = "security", feature = "gaming"))]
4630pub use book_lock::*;
4631#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
4632pub use book_marked::*;
4633#[cfg(any(feature = "development", feature = "text", feature = "gaming"))]
4634pub use book_minus::*;
4635#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
4636pub use book_open::*;
4637#[cfg(any(feature = "text", feature = "development", feature = "gaming"))]
4638pub use book_open_check::*;
4639#[cfg(any(feature = "text", feature = "development"))]
4640pub use book_open_text::*;
4641#[cfg(any(feature = "development", feature = "text", feature = "gaming"))]
4642pub use book_plus::*;
4643#[cfg(any(feature = "text", feature = "gaming"))]
4644pub use book_text::*;
4645#[cfg(any(feature = "text", feature = "design", feature = "gaming"))]
4646pub use book_type::*;
4647#[cfg(feature = "development")]
4648pub use book_up::*;
4649#[cfg(feature = "development")]
4650pub use book_up_2::*;
4651#[cfg(any(
4652    feature = "account",
4653    feature = "connectivity",
4654    feature = "communication",
4655    feature = "social"
4656))]
4657pub use book_user::*;
4658#[cfg(any(feature = "text", feature = "gaming"))]
4659pub use book_x::*;
4660#[cfg(feature = "account")]
4661pub use bookmark::*;
4662#[cfg(feature = "account")]
4663pub use bookmark_check::*;
4664#[cfg(feature = "account")]
4665pub use bookmark_minus::*;
4666#[cfg(feature = "account")]
4667pub use bookmark_plus::*;
4668#[cfg(feature = "account")]
4669pub use bookmark_x::*;
4670#[cfg(any(feature = "devices", feature = "multimedia", feature = "social"))]
4671pub use boom_box::*;
4672#[cfg(any(feature = "development", feature = "social"))]
4673pub use bot::*;
4674#[cfg(any(feature = "development", feature = "social"))]
4675pub use bot_message_square::*;
4676#[cfg(any(feature = "development", feature = "social"))]
4677pub use bot_off::*;
4678#[cfg(feature = "food-beverage")]
4679pub use bottle_wine::*;
4680#[cfg(any(feature = "gaming", feature = "tools"))]
4681pub use bow_arrow::*;
4682#[cfg(any(
4683    feature = "shapes",
4684    feature = "gaming",
4685    feature = "development",
4686    feature = "math"
4687))]
4688pub use r#box::*;
4689#[cfg(any(feature = "shapes", feature = "gaming", feature = "development"))]
4690pub use boxes::*;
4691#[cfg(any(feature = "development", feature = "files"))]
4692pub use braces::*;
4693#[cfg(any(feature = "development", feature = "files"))]
4694pub use brackets::*;
4695#[cfg(any(feature = "medical", feature = "science"))]
4696pub use brain::*;
4697#[cfg(any(feature = "science", feature = "development"))]
4698pub use brain_circuit::*;
4699#[cfg(any(feature = "science", feature = "development"))]
4700pub use brain_cog::*;
4701#[cfg(any(feature = "buildings", feature = "home"))]
4702pub use brick_wall::*;
4703#[cfg(any(feature = "security", feature = "home", feature = "connectivity"))]
4704pub use brick_wall_fire::*;
4705#[cfg(any(feature = "security", feature = "home", feature = "connectivity"))]
4706pub use brick_wall_shield::*;
4707#[cfg(feature = "transportation")]
4708pub use briefcase::*;
4709#[cfg(feature = "transportation")]
4710pub use briefcase_business::*;
4711#[cfg(any(feature = "travel", feature = "transportation"))]
4712pub use briefcase_conveyor_belt::*;
4713#[cfg(any(feature = "medical", feature = "transportation"))]
4714pub use briefcase_medical::*;
4715#[cfg(any(feature = "design", feature = "layout"))]
4716pub use bring_to_front::*;
4717#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
4718pub use brush::*;
4719#[cfg(any(feature = "home", feature = "tools", feature = "design"))]
4720pub use brush_cleaning::*;
4721#[cfg(feature = "weather")]
4722pub use bubbles::*;
4723#[cfg(any(feature = "development", feature = "animals"))]
4724pub use bug::*;
4725#[cfg(any(feature = "development", feature = "animals"))]
4726pub use bug_off::*;
4727#[cfg(any(feature = "development", feature = "animals"))]
4728pub use bug_play::*;
4729#[cfg(any(feature = "account", feature = "buildings"))]
4730pub use building::*;
4731#[cfg(any(feature = "account", feature = "buildings"))]
4732pub use building_2::*;
4733#[cfg(feature = "transportation")]
4734pub use bus::*;
4735#[cfg(feature = "transportation")]
4736pub use bus_front::*;
4737#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
4738pub use cable::*;
4739#[cfg(any(feature = "transportation", feature = "travel"))]
4740pub use cable_car::*;
4741#[cfg(any(feature = "food-beverage", feature = "social", feature = "account"))]
4742pub use cake::*;
4743#[cfg(any(feature = "food-beverage", feature = "social"))]
4744pub use cake_slice::*;
4745#[cfg(any(feature = "math", feature = "devices"))]
4746pub use calculator::*;
4747#[cfg(feature = "time")]
4748pub use calendar::*;
4749#[cfg(feature = "time")]
4750pub use calendar_1::*;
4751#[cfg(feature = "time")]
4752pub use calendar_arrow_down::*;
4753#[cfg(feature = "time")]
4754pub use calendar_arrow_up::*;
4755#[cfg(feature = "time")]
4756pub use calendar_check::*;
4757#[cfg(feature = "time")]
4758pub use calendar_check_2::*;
4759#[cfg(feature = "time")]
4760pub use calendar_clock::*;
4761#[cfg(feature = "time")]
4762pub use calendar_cog::*;
4763#[cfg(feature = "time")]
4764pub use calendar_days::*;
4765#[cfg(any(feature = "time", feature = "files"))]
4766pub use calendar_fold::*;
4767#[cfg(feature = "time")]
4768pub use calendar_heart::*;
4769#[cfg(feature = "time")]
4770pub use calendar_minus::*;
4771#[cfg(feature = "time")]
4772pub use calendar_minus_2::*;
4773#[cfg(feature = "time")]
4774pub use calendar_off::*;
4775#[cfg(feature = "time")]
4776pub use calendar_plus::*;
4777#[cfg(feature = "time")]
4778pub use calendar_plus_2::*;
4779#[cfg(feature = "time")]
4780pub use calendar_range::*;
4781#[cfg(feature = "time")]
4782pub use calendar_search::*;
4783#[cfg(any(feature = "arrows", feature = "time"))]
4784pub use calendar_sync::*;
4785#[cfg(feature = "time")]
4786pub use calendar_x::*;
4787#[cfg(feature = "time")]
4788pub use calendar_x_2::*;
4789#[cfg(any(
4790    feature = "photography",
4791    feature = "devices",
4792    feature = "communication"
4793))]
4794pub use camera::*;
4795#[cfg(any(
4796    feature = "photography",
4797    feature = "devices",
4798    feature = "communication"
4799))]
4800pub use camera_off::*;
4801#[cfg(feature = "food-beverage")]
4802pub use candy::*;
4803#[cfg(feature = "food-beverage")]
4804pub use candy_cane::*;
4805#[cfg(feature = "food-beverage")]
4806pub use candy_off::*;
4807#[cfg(feature = "nature")]
4808pub use cannabis::*;
4809#[cfg(feature = "multimedia")]
4810pub use captions::*;
4811#[cfg(feature = "multimedia")]
4812pub use captions_off::*;
4813#[cfg(feature = "transportation")]
4814pub use car::*;
4815#[cfg(feature = "transportation")]
4816pub use car_front::*;
4817#[cfg(feature = "transportation")]
4818pub use car_taxi_front::*;
4819#[cfg(any(feature = "transportation", feature = "travel", feature = "nature"))]
4820pub use caravan::*;
4821#[cfg(any(
4822    feature = "connectivity",
4823    feature = "communication",
4824    feature = "multimedia",
4825    feature = "devices"
4826))]
4827pub use card_sim::*;
4828#[cfg(feature = "food-beverage")]
4829pub use carrot::*;
4830#[cfg(any(feature = "text", feature = "development"))]
4831pub use case_lower::*;
4832#[cfg(feature = "text")]
4833pub use case_sensitive::*;
4834#[cfg(any(feature = "text", feature = "development"))]
4835pub use case_upper::*;
4836#[cfg(any(
4837    feature = "connectivity",
4838    feature = "devices",
4839    feature = "multimedia",
4840    feature = "communication",
4841    feature = "files"
4842))]
4843pub use cassette_tape::*;
4844#[cfg(any(feature = "devices", feature = "connectivity"))]
4845pub use cast::*;
4846#[cfg(any(feature = "buildings", feature = "gaming"))]
4847pub use castle::*;
4848#[cfg(feature = "animals")]
4849pub use cat::*;
4850#[cfg(any(
4851    feature = "security",
4852    feature = "devices",
4853    feature = "communication",
4854    feature = "connectivity",
4855    feature = "photography"
4856))]
4857pub use cctv::*;
4858#[cfg(feature = "charts")]
4859pub use chart_area::*;
4860#[cfg(feature = "charts")]
4861pub use chart_bar::*;
4862#[cfg(feature = "charts")]
4863pub use chart_bar_big::*;
4864#[cfg(feature = "charts")]
4865pub use chart_bar_decreasing::*;
4866#[cfg(feature = "charts")]
4867pub use chart_bar_increasing::*;
4868#[cfg(feature = "charts")]
4869pub use chart_bar_stacked::*;
4870#[cfg(any(feature = "charts", feature = "finance"))]
4871pub use chart_candlestick::*;
4872#[cfg(feature = "charts")]
4873pub use chart_column::*;
4874#[cfg(feature = "charts")]
4875pub use chart_column_big::*;
4876#[cfg(feature = "charts")]
4877pub use chart_column_decreasing::*;
4878#[cfg(feature = "charts")]
4879pub use chart_column_increasing::*;
4880#[cfg(feature = "charts")]
4881pub use chart_column_stacked::*;
4882#[cfg(feature = "charts")]
4883pub use chart_gantt::*;
4884#[cfg(feature = "charts")]
4885pub use chart_line::*;
4886#[cfg(feature = "charts")]
4887pub use chart_network::*;
4888#[cfg(feature = "charts")]
4889pub use chart_no_axes_column::*;
4890#[cfg(feature = "charts")]
4891pub use chart_no_axes_column_decreasing::*;
4892#[cfg(feature = "charts")]
4893pub use chart_no_axes_column_increasing::*;
4894#[cfg(feature = "charts")]
4895pub use chart_no_axes_combined::*;
4896#[cfg(any(
4897    feature = "charts",
4898    feature = "time",
4899    feature = "development",
4900    feature = "design"
4901))]
4902pub use chart_no_axes_gantt::*;
4903#[cfg(any(feature = "charts", feature = "files"))]
4904pub use chart_pie::*;
4905#[cfg(feature = "charts")]
4906pub use chart_scatter::*;
4907#[cfg(feature = "charts")]
4908pub use chart_spline::*;
4909#[cfg(feature = "notifications")]
4910pub use check::*;
4911#[cfg(feature = "notifications")]
4912pub use check_check::*;
4913#[cfg(feature = "notifications")]
4914pub use check_line::*;
4915#[cfg(feature = "food-beverage")]
4916pub use chef_hat::*;
4917#[cfg(feature = "food-beverage")]
4918pub use cherry::*;
4919#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4920pub use chevron_down::*;
4921#[cfg(any(feature = "arrows", feature = "multimedia"))]
4922pub use chevron_first::*;
4923#[cfg(any(feature = "arrows", feature = "multimedia"))]
4924pub use chevron_last::*;
4925#[cfg(any(feature = "arrows", feature = "navigation"))]
4926pub use chevron_left::*;
4927#[cfg(any(
4928    feature = "arrows",
4929    feature = "navigation",
4930    feature = "math",
4931    feature = "development"
4932))]
4933pub use chevron_right::*;
4934#[cfg(any(
4935    feature = "arrows",
4936    feature = "navigation",
4937    feature = "math",
4938    feature = "gaming"
4939))]
4940pub use chevron_up::*;
4941#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4942pub use chevrons_down::*;
4943#[cfg(feature = "arrows")]
4944pub use chevrons_down_up::*;
4945#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4946pub use chevrons_left::*;
4947#[cfg(feature = "arrows")]
4948pub use chevrons_left_right::*;
4949#[cfg(any(
4950    feature = "communication",
4951    feature = "devices",
4952    feature = "multimedia",
4953    feature = "gaming"
4954))]
4955pub use chevrons_left_right_ellipsis::*;
4956#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4957pub use chevrons_right::*;
4958#[cfg(feature = "arrows")]
4959pub use chevrons_right_left::*;
4960#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4961pub use chevrons_up::*;
4962#[cfg(feature = "arrows")]
4963pub use chevrons_up_down::*;
4964#[cfg(feature = "brands")]
4965pub use chromium::*;
4966#[cfg(any(feature = "buildings", feature = "navigation"))]
4967pub use church::*;
4968#[cfg(any(feature = "travel", feature = "transportation", feature = "medical"))]
4969pub use cigarette::*;
4970#[cfg(any(feature = "travel", feature = "transportation", feature = "medical"))]
4971pub use cigarette_off::*;
4972#[cfg(feature = "shapes")]
4973pub use circle::*;
4974#[cfg(feature = "notifications")]
4975pub use circle_alert::*;
4976#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4977pub use circle_arrow_down::*;
4978#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4979pub use circle_arrow_left::*;
4980#[cfg(any(feature = "arrows", feature = "navigation"))]
4981pub use circle_arrow_out_down_left::*;
4982#[cfg(any(feature = "arrows", feature = "navigation"))]
4983pub use circle_arrow_out_down_right::*;
4984#[cfg(any(feature = "arrows", feature = "navigation", feature = "development"))]
4985pub use circle_arrow_out_up_left::*;
4986#[cfg(any(feature = "arrows", feature = "navigation"))]
4987pub use circle_arrow_out_up_right::*;
4988#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4989pub use circle_arrow_right::*;
4990#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
4991pub use circle_arrow_up::*;
4992#[cfg(feature = "notifications")]
4993pub use circle_check::*;
4994#[cfg(feature = "notifications")]
4995pub use circle_check_big::*;
4996#[cfg(any(feature = "arrows", feature = "navigation"))]
4997pub use circle_chevron_down::*;
4998#[cfg(any(feature = "arrows", feature = "navigation"))]
4999pub use circle_chevron_left::*;
5000#[cfg(any(feature = "arrows", feature = "navigation"))]
5001pub use circle_chevron_right::*;
5002#[cfg(any(feature = "arrows", feature = "navigation"))]
5003pub use circle_chevron_up::*;
5004#[cfg(any(feature = "development", feature = "shapes"))]
5005pub use circle_dashed::*;
5006#[cfg(feature = "math")]
5007pub use circle_divide::*;
5008#[cfg(feature = "finance")]
5009pub use circle_dollar_sign::*;
5010#[cfg(any(feature = "development", feature = "shapes"))]
5011pub use circle_dot::*;
5012#[cfg(any(feature = "development", feature = "shapes"))]
5013pub use circle_dot_dashed::*;
5014#[cfg(any(feature = "layout", feature = "development"))]
5015pub use circle_ellipsis::*;
5016#[cfg(feature = "math")]
5017pub use circle_equal::*;
5018#[cfg(any(feature = "arrows", feature = "development"))]
5019pub use circle_fading_arrow_up::*;
5020#[cfg(any(feature = "communication", feature = "social"))]
5021pub use circle_fading_plus::*;
5022#[cfg(any(feature = "transportation", feature = "sports", feature = "science"))]
5023pub use circle_gauge::*;
5024#[cfg(feature = "math")]
5025pub use circle_minus::*;
5026#[cfg(feature = "shapes")]
5027pub use circle_off::*;
5028#[cfg(any(feature = "transportation", feature = "navigation"))]
5029pub use circle_parking::*;
5030#[cfg(any(feature = "transportation", feature = "navigation"))]
5031pub use circle_parking_off::*;
5032#[cfg(feature = "multimedia")]
5033pub use circle_pause::*;
5034#[cfg(any(
5035    feature = "social",
5036    feature = "finance",
5037    feature = "shopping",
5038    feature = "math"
5039))]
5040pub use circle_percent::*;
5041#[cfg(feature = "multimedia")]
5042pub use circle_play::*;
5043#[cfg(any(
5044    feature = "math",
5045    feature = "development",
5046    feature = "cursors",
5047    feature = "gaming"
5048))]
5049pub use circle_plus::*;
5050#[cfg(feature = "finance")]
5051pub use circle_pound_sterling::*;
5052#[cfg(feature = "connectivity")]
5053pub use circle_power::*;
5054#[cfg(any(feature = "accessibility", feature = "text", feature = "notifications"))]
5055pub use circle_question_mark::*;
5056#[cfg(any(feature = "development", feature = "math"))]
5057pub use circle_slash::*;
5058#[cfg(any(feature = "shapes", feature = "math", feature = "development"))]
5059pub use circle_slash_2::*;
5060#[cfg(any(feature = "shapes", feature = "medical"))]
5061pub use circle_small::*;
5062#[cfg(any(feature = "sports", feature = "gaming"))]
5063pub use circle_star::*;
5064#[cfg(feature = "multimedia")]
5065pub use circle_stop::*;
5066#[cfg(feature = "account")]
5067pub use circle_user::*;
5068#[cfg(feature = "account")]
5069pub use circle_user_round::*;
5070#[cfg(any(feature = "math", feature = "development"))]
5071pub use circle_x::*;
5072#[cfg(any(feature = "science", feature = "development"))]
5073pub use circuit_board::*;
5074#[cfg(feature = "food-beverage")]
5075pub use citrus::*;
5076#[cfg(feature = "multimedia")]
5077pub use clapperboard::*;
5078#[cfg(feature = "text")]
5079pub use clipboard::*;
5080#[cfg(feature = "text")]
5081pub use clipboard_check::*;
5082#[cfg(any(feature = "time", feature = "text"))]
5083pub use clipboard_clock::*;
5084#[cfg(any(feature = "text", feature = "arrows"))]
5085pub use clipboard_copy::*;
5086#[cfg(feature = "text")]
5087pub use clipboard_list::*;
5088#[cfg(any(feature = "text", feature = "medical"))]
5089pub use clipboard_minus::*;
5090#[cfg(any(feature = "text", feature = "arrows"))]
5091pub use clipboard_paste::*;
5092#[cfg(feature = "text")]
5093pub use clipboard_pen::*;
5094#[cfg(feature = "text")]
5095pub use clipboard_pen_line::*;
5096#[cfg(any(feature = "text", feature = "medical"))]
5097pub use clipboard_plus::*;
5098#[cfg(feature = "text")]
5099pub use clipboard_type::*;
5100#[cfg(feature = "text")]
5101pub use clipboard_x::*;
5102#[cfg(feature = "time")]
5103pub use clock::*;
5104#[cfg(feature = "time")]
5105pub use clock_1::*;
5106#[cfg(feature = "time")]
5107pub use clock_2::*;
5108#[cfg(feature = "time")]
5109pub use clock_3::*;
5110#[cfg(feature = "time")]
5111pub use clock_4::*;
5112#[cfg(feature = "time")]
5113pub use clock_5::*;
5114#[cfg(feature = "time")]
5115pub use clock_6::*;
5116#[cfg(feature = "time")]
5117pub use clock_7::*;
5118#[cfg(feature = "time")]
5119pub use clock_8::*;
5120#[cfg(feature = "time")]
5121pub use clock_9::*;
5122#[cfg(feature = "time")]
5123pub use clock_10::*;
5124#[cfg(feature = "time")]
5125pub use clock_11::*;
5126#[cfg(feature = "time")]
5127pub use clock_12::*;
5128#[cfg(feature = "time")]
5129pub use clock_alert::*;
5130#[cfg(feature = "time")]
5131pub use clock_arrow_down::*;
5132#[cfg(feature = "time")]
5133pub use clock_arrow_up::*;
5134#[cfg(feature = "time")]
5135pub use clock_fading::*;
5136#[cfg(feature = "time")]
5137pub use clock_plus::*;
5138#[cfg(any(feature = "accessibility", feature = "multimedia"))]
5139pub use closed_caption::*;
5140#[cfg(feature = "weather")]
5141pub use cloud::*;
5142#[cfg(feature = "development")]
5143pub use cloud_alert::*;
5144#[cfg(feature = "development")]
5145pub use cloud_check::*;
5146#[cfg(feature = "development")]
5147pub use cloud_cog::*;
5148#[cfg(any(feature = "arrows", feature = "files"))]
5149pub use cloud_download::*;
5150#[cfg(feature = "weather")]
5151pub use cloud_drizzle::*;
5152#[cfg(feature = "weather")]
5153pub use cloud_fog::*;
5154#[cfg(feature = "weather")]
5155pub use cloud_hail::*;
5156#[cfg(feature = "weather")]
5157pub use cloud_lightning::*;
5158#[cfg(feature = "weather")]
5159pub use cloud_moon::*;
5160#[cfg(feature = "weather")]
5161pub use cloud_moon_rain::*;
5162#[cfg(any(feature = "connectivity", feature = "weather"))]
5163pub use cloud_off::*;
5164#[cfg(feature = "weather")]
5165pub use cloud_rain::*;
5166#[cfg(feature = "weather")]
5167pub use cloud_rain_wind::*;
5168#[cfg(feature = "weather")]
5169pub use cloud_snow::*;
5170#[cfg(feature = "weather")]
5171pub use cloud_sun::*;
5172#[cfg(feature = "weather")]
5173pub use cloud_sun_rain::*;
5174#[cfg(any(feature = "arrows", feature = "files"))]
5175pub use cloud_upload::*;
5176#[cfg(feature = "weather")]
5177pub use cloudy::*;
5178#[cfg(feature = "gaming")]
5179pub use clover::*;
5180#[cfg(any(feature = "shapes", feature = "gaming"))]
5181pub use club::*;
5182#[cfg(any(feature = "text", feature = "development"))]
5183pub use code::*;
5184#[cfg(any(feature = "text", feature = "development"))]
5185pub use code_xml::*;
5186#[cfg(any(feature = "brands", feature = "development"))]
5187pub use codepen::*;
5188#[cfg(any(feature = "brands", feature = "development"))]
5189pub use codesandbox::*;
5190#[cfg(feature = "food-beverage")]
5191pub use coffee::*;
5192#[cfg(feature = "account")]
5193pub use cog::*;
5194#[cfg(feature = "gaming")]
5195pub use coins::*;
5196#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
5197pub use columns_2::*;
5198#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
5199pub use columns_3::*;
5200#[cfg(any(feature = "layout", feature = "design"))]
5201pub use columns_3_cog::*;
5202#[cfg(any(
5203    feature = "layout",
5204    feature = "design",
5205    feature = "text",
5206    feature = "security"
5207))]
5208pub use columns_4::*;
5209#[cfg(any(feature = "development", feature = "files"))]
5210pub use combine::*;
5211#[cfg(feature = "development")]
5212pub use command::*;
5213#[cfg(any(feature = "navigation", feature = "travel"))]
5214pub use compass::*;
5215#[cfg(any(feature = "design", feature = "development"))]
5216pub use component::*;
5217#[cfg(any(feature = "devices", feature = "development", feature = "gaming"))]
5218pub use computer::*;
5219#[cfg(feature = "travel")]
5220pub use concierge_bell::*;
5221#[cfg(any(feature = "shapes", feature = "math"))]
5222pub use cone::*;
5223#[cfg(feature = "development")]
5224pub use construction::*;
5225#[cfg(any(
5226    feature = "account",
5227    feature = "connectivity",
5228    feature = "communication",
5229    feature = "social"
5230))]
5231pub use contact::*;
5232#[cfg(any(
5233    feature = "account",
5234    feature = "connectivity",
5235    feature = "communication",
5236    feature = "social"
5237))]
5238pub use contact_round::*;
5239#[cfg(any(feature = "development", feature = "transportation", feature = "mail"))]
5240pub use container::*;
5241#[cfg(any(feature = "photography", feature = "accessibility", feature = "design"))]
5242pub use contrast::*;
5243#[cfg(any(feature = "account", feature = "food-beverage"))]
5244pub use cookie::*;
5245#[cfg(any(feature = "food-beverage", feature = "home"))]
5246pub use cooking_pot::*;
5247#[cfg(feature = "text")]
5248pub use copy::*;
5249#[cfg(any(feature = "text", feature = "notifications"))]
5250pub use copy_check::*;
5251#[cfg(any(feature = "text", feature = "math"))]
5252pub use copy_minus::*;
5253#[cfg(any(feature = "text", feature = "math"))]
5254pub use copy_plus::*;
5255#[cfg(any(feature = "text", feature = "development", feature = "math"))]
5256pub use copy_slash::*;
5257#[cfg(any(feature = "notifications", feature = "math"))]
5258pub use copy_x::*;
5259#[cfg(feature = "text")]
5260pub use copyleft::*;
5261#[cfg(feature = "text")]
5262pub use copyright::*;
5263#[cfg(feature = "arrows")]
5264pub use corner_down_left::*;
5265#[cfg(any(feature = "arrows", feature = "text", feature = "development"))]
5266pub use corner_down_right::*;
5267#[cfg(feature = "arrows")]
5268pub use corner_left_down::*;
5269#[cfg(feature = "arrows")]
5270pub use corner_left_up::*;
5271#[cfg(feature = "arrows")]
5272pub use corner_right_down::*;
5273#[cfg(feature = "arrows")]
5274pub use corner_right_up::*;
5275#[cfg(feature = "arrows")]
5276pub use corner_up_left::*;
5277#[cfg(feature = "arrows")]
5278pub use corner_up_right::*;
5279#[cfg(feature = "devices")]
5280pub use cpu::*;
5281#[cfg(feature = "text")]
5282pub use creative_commons::*;
5283#[cfg(any(feature = "account", feature = "finance"))]
5284pub use credit_card::*;
5285#[cfg(feature = "food-beverage")]
5286pub use croissant::*;
5287#[cfg(any(feature = "photography", feature = "design"))]
5288pub use crop::*;
5289#[cfg(feature = "shapes")]
5290pub use cross::*;
5291#[cfg(feature = "photography")]
5292pub use crosshair::*;
5293#[cfg(feature = "gaming")]
5294pub use crown::*;
5295#[cfg(any(feature = "shapes", feature = "math", feature = "buildings"))]
5296pub use cuboid::*;
5297#[cfg(feature = "food-beverage")]
5298pub use cup_soda::*;
5299#[cfg(feature = "finance")]
5300pub use currency::*;
5301#[cfg(any(feature = "shapes", feature = "design", feature = "math"))]
5302pub use cylinder::*;
5303#[cfg(any(feature = "buildings", feature = "sustainability"))]
5304pub use dam::*;
5305#[cfg(any(feature = "devices", feature = "development"))]
5306pub use database::*;
5307#[cfg(any(
5308    feature = "devices",
5309    feature = "arrows",
5310    feature = "design",
5311    feature = "development",
5312    feature = "photography"
5313))]
5314pub use database_backup::*;
5315#[cfg(any(feature = "devices", feature = "development"))]
5316pub use database_zap::*;
5317#[cfg(any(
5318    feature = "design",
5319    feature = "text",
5320    feature = "arrows",
5321    feature = "math"
5322))]
5323pub use decimals_arrow_left::*;
5324#[cfg(any(
5325    feature = "design",
5326    feature = "text",
5327    feature = "arrows",
5328    feature = "math"
5329))]
5330pub use decimals_arrow_right::*;
5331#[cfg(any(feature = "text", feature = "arrows"))]
5332pub use delete::*;
5333#[cfg(feature = "food-beverage")]
5334pub use dessert::*;
5335#[cfg(any(
5336    feature = "shapes",
5337    feature = "math",
5338    feature = "design",
5339    feature = "tools"
5340))]
5341pub use diameter::*;
5342#[cfg(any(feature = "shapes", feature = "gaming"))]
5343pub use diamond::*;
5344#[cfg(any(
5345    feature = "multimedia",
5346    feature = "photography",
5347    feature = "tools",
5348    feature = "devices"
5349))]
5350pub use diamond_minus::*;
5351#[cfg(any(
5352    feature = "social",
5353    feature = "finance",
5354    feature = "shopping",
5355    feature = "math"
5356))]
5357pub use diamond_percent::*;
5358#[cfg(any(
5359    feature = "multimedia",
5360    feature = "photography",
5361    feature = "tools",
5362    feature = "devices"
5363))]
5364pub use diamond_plus::*;
5365#[cfg(feature = "gaming")]
5366pub use dice_1::*;
5367#[cfg(feature = "gaming")]
5368pub use dice_2::*;
5369#[cfg(feature = "gaming")]
5370pub use dice_3::*;
5371#[cfg(feature = "gaming")]
5372pub use dice_4::*;
5373#[cfg(feature = "gaming")]
5374pub use dice_5::*;
5375#[cfg(feature = "gaming")]
5376pub use dice_6::*;
5377#[cfg(feature = "gaming")]
5378pub use dices::*;
5379#[cfg(any(feature = "development", feature = "files"))]
5380pub use diff::*;
5381#[cfg(any(feature = "devices", feature = "multimedia"))]
5382pub use disc::*;
5383#[cfg(any(feature = "devices", feature = "multimedia"))]
5384pub use disc_2::*;
5385#[cfg(any(feature = "devices", feature = "multimedia"))]
5386pub use disc_3::*;
5387#[cfg(any(feature = "devices", feature = "multimedia"))]
5388pub use disc_album::*;
5389#[cfg(any(feature = "math", feature = "development"))]
5390pub use divide::*;
5391#[cfg(feature = "medical")]
5392pub use dna::*;
5393#[cfg(any(feature = "medical", feature = "food-beverage"))]
5394pub use dna_off::*;
5395#[cfg(any(
5396    feature = "layout",
5397    feature = "design",
5398    feature = "development",
5399    feature = "files"
5400))]
5401pub use dock::*;
5402#[cfg(feature = "animals")]
5403pub use dog::*;
5404#[cfg(feature = "finance")]
5405pub use dollar_sign::*;
5406#[cfg(feature = "food-beverage")]
5407pub use donut::*;
5408#[cfg(any(feature = "home", feature = "travel", feature = "security"))]
5409pub use door_closed::*;
5410#[cfg(any(feature = "home", feature = "travel", feature = "security"))]
5411pub use door_closed_locked::*;
5412#[cfg(any(feature = "home", feature = "travel", feature = "security"))]
5413pub use door_open::*;
5414#[cfg(any(feature = "shapes", feature = "text"))]
5415pub use dot::*;
5416#[cfg(any(feature = "arrows", feature = "files"))]
5417pub use download::*;
5418#[cfg(any(feature = "math", feature = "design", feature = "tools"))]
5419pub use drafting_compass::*;
5420#[cfg(feature = "multimedia")]
5421pub use drama::*;
5422#[cfg(any(feature = "brands", feature = "social", feature = "design"))]
5423pub use dribbble::*;
5424#[cfg(any(feature = "tools", feature = "home", feature = "devices"))]
5425pub use drill::*;
5426#[cfg(any(feature = "transportation", feature = "devices"))]
5427pub use drone::*;
5428#[cfg(any(feature = "weather", feature = "gaming"))]
5429pub use droplet::*;
5430#[cfg(any(feature = "weather", feature = "gaming"))]
5431pub use droplet_off::*;
5432#[cfg(feature = "weather")]
5433pub use droplets::*;
5434#[cfg(any(feature = "multimedia", feature = "devices"))]
5435pub use drum::*;
5436#[cfg(feature = "food-beverage")]
5437pub use drumstick::*;
5438#[cfg(any(feature = "navigation", feature = "sports"))]
5439pub use dumbbell::*;
5440#[cfg(any(feature = "medical", feature = "accessibility"))]
5441pub use ear::*;
5442#[cfg(any(feature = "medical", feature = "accessibility"))]
5443pub use ear_off::*;
5444#[cfg(feature = "navigation")]
5445pub use earth::*;
5446#[cfg(any(feature = "security", feature = "development", feature = "devices"))]
5447pub use earth_lock::*;
5448#[cfg(any(
5449    feature = "science",
5450    feature = "design",
5451    feature = "development",
5452    feature = "accessibility",
5453    feature = "photography"
5454))]
5455pub use eclipse::*;
5456#[cfg(any(feature = "food-beverage", feature = "animals"))]
5457pub use egg::*;
5458#[cfg(feature = "food-beverage")]
5459pub use egg_fried::*;
5460#[cfg(feature = "food-beverage")]
5461pub use egg_off::*;
5462#[cfg(any(feature = "layout", feature = "development"))]
5463pub use ellipsis::*;
5464#[cfg(feature = "layout")]
5465pub use ellipsis_vertical::*;
5466#[cfg(any(feature = "math", feature = "development"))]
5467pub use equal::*;
5468#[cfg(feature = "math")]
5469pub use equal_approximately::*;
5470#[cfg(any(feature = "math", feature = "development"))]
5471pub use equal_not::*;
5472#[cfg(feature = "text")]
5473pub use eraser::*;
5474#[cfg(any(
5475    feature = "communication",
5476    feature = "devices",
5477    feature = "multimedia",
5478    feature = "gaming"
5479))]
5480pub use ethernet_port::*;
5481#[cfg(feature = "finance")]
5482pub use euro::*;
5483#[cfg(any(feature = "transportation", feature = "navigation"))]
5484pub use ev_charger::*;
5485#[cfg(any(feature = "text", feature = "arrows"))]
5486pub use expand::*;
5487#[cfg(any(feature = "arrows", feature = "text", feature = "social"))]
5488pub use external_link::*;
5489#[cfg(any(
5490    feature = "accessibility",
5491    feature = "photography",
5492    feature = "design",
5493    feature = "security"
5494))]
5495pub use eye::*;
5496#[cfg(any(
5497    feature = "accessibility",
5498    feature = "photography",
5499    feature = "design",
5500    feature = "security"
5501))]
5502pub use eye_closed::*;
5503#[cfg(any(
5504    feature = "accessibility",
5505    feature = "photography",
5506    feature = "design",
5507    feature = "security"
5508))]
5509pub use eye_off::*;
5510#[cfg(any(feature = "social", feature = "brands"))]
5511pub use facebook::*;
5512#[cfg(feature = "buildings")]
5513pub use factory::*;
5514#[cfg(feature = "home")]
5515pub use fan::*;
5516#[cfg(any(feature = "multimedia", feature = "arrows"))]
5517pub use fast_forward::*;
5518#[cfg(feature = "gaming")]
5519pub use feather::*;
5520#[cfg(any(feature = "home", feature = "buildings"))]
5521pub use fence::*;
5522#[cfg(feature = "navigation")]
5523pub use ferris_wheel::*;
5524#[cfg(any(feature = "brands", feature = "design"))]
5525pub use figma::*;
5526#[cfg(feature = "files")]
5527pub use file::*;
5528#[cfg(feature = "files")]
5529pub use file_archive::*;
5530#[cfg(feature = "files")]
5531pub use file_audio::*;
5532#[cfg(feature = "files")]
5533pub use file_audio_2::*;
5534#[cfg(any(feature = "design", feature = "files"))]
5535pub use file_axis_3_d::*;
5536#[cfg(feature = "files")]
5537pub use file_badge::*;
5538#[cfg(feature = "files")]
5539pub use file_badge_2::*;
5540#[cfg(feature = "files")]
5541pub use file_box::*;
5542#[cfg(feature = "files")]
5543pub use file_chart_column::*;
5544#[cfg(feature = "files")]
5545pub use file_chart_column_increasing::*;
5546#[cfg(feature = "files")]
5547pub use file_chart_line::*;
5548#[cfg(feature = "files")]
5549pub use file_chart_pie::*;
5550#[cfg(feature = "files")]
5551pub use file_check::*;
5552#[cfg(feature = "files")]
5553pub use file_check_2::*;
5554#[cfg(any(feature = "files", feature = "time"))]
5555pub use file_clock::*;
5556#[cfg(any(feature = "files", feature = "development"))]
5557pub use file_code::*;
5558#[cfg(any(feature = "files", feature = "development"))]
5559pub use file_code_2::*;
5560#[cfg(feature = "files")]
5561pub use file_cog::*;
5562#[cfg(any(feature = "files", feature = "development"))]
5563pub use file_diff::*;
5564#[cfg(any(feature = "files", feature = "development"))]
5565pub use file_digit::*;
5566#[cfg(any(feature = "files", feature = "arrows"))]
5567pub use file_down::*;
5568#[cfg(feature = "files")]
5569pub use file_heart::*;
5570#[cfg(feature = "files")]
5571pub use file_image::*;
5572#[cfg(any(feature = "files", feature = "arrows"))]
5573pub use file_input::*;
5574#[cfg(any(feature = "files", feature = "development"))]
5575pub use file_json::*;
5576#[cfg(any(feature = "files", feature = "development"))]
5577pub use file_json_2::*;
5578#[cfg(any(feature = "files", feature = "security"))]
5579pub use file_key::*;
5580#[cfg(any(feature = "files", feature = "security"))]
5581pub use file_key_2::*;
5582#[cfg(any(feature = "files", feature = "security"))]
5583pub use file_lock::*;
5584#[cfg(any(feature = "files", feature = "security"))]
5585pub use file_lock_2::*;
5586#[cfg(feature = "files")]
5587pub use file_minus::*;
5588#[cfg(feature = "files")]
5589pub use file_minus_2::*;
5590#[cfg(any(feature = "files", feature = "multimedia"))]
5591pub use file_music::*;
5592#[cfg(any(feature = "files", feature = "arrows"))]
5593pub use file_output::*;
5594#[cfg(feature = "files")]
5595pub use file_pen::*;
5596#[cfg(feature = "files")]
5597pub use file_pen_line::*;
5598#[cfg(feature = "files")]
5599pub use file_play::*;
5600#[cfg(feature = "files")]
5601pub use file_plus::*;
5602#[cfg(feature = "files")]
5603pub use file_plus_2::*;
5604#[cfg(feature = "files")]
5605pub use file_question_mark::*;
5606#[cfg(feature = "files")]
5607pub use file_scan::*;
5608#[cfg(feature = "files")]
5609pub use file_search::*;
5610#[cfg(feature = "files")]
5611pub use file_search_2::*;
5612#[cfg(any(feature = "files", feature = "development"))]
5613pub use file_sliders::*;
5614#[cfg(feature = "files")]
5615pub use file_spreadsheet::*;
5616#[cfg(any(feature = "files", feature = "development"))]
5617pub use file_stack::*;
5618#[cfg(feature = "files")]
5619pub use file_symlink::*;
5620#[cfg(any(feature = "files", feature = "development"))]
5621pub use file_terminal::*;
5622#[cfg(any(feature = "files", feature = "text"))]
5623pub use file_text::*;
5624#[cfg(any(feature = "files", feature = "text"))]
5625pub use file_type::*;
5626#[cfg(any(feature = "files", feature = "text"))]
5627pub use file_type_2::*;
5628#[cfg(any(feature = "files", feature = "arrows"))]
5629pub use file_up::*;
5630#[cfg(any(feature = "account", feature = "files"))]
5631pub use file_user::*;
5632#[cfg(feature = "files")]
5633pub use file_video_camera::*;
5634#[cfg(feature = "files")]
5635pub use file_volume::*;
5636#[cfg(feature = "files")]
5637pub use file_volume_2::*;
5638#[cfg(any(feature = "files", feature = "notifications"))]
5639pub use file_warning::*;
5640#[cfg(feature = "files")]
5641pub use file_x::*;
5642#[cfg(feature = "files")]
5643pub use file_x_2::*;
5644#[cfg(feature = "files")]
5645pub use files::*;
5646#[cfg(any(feature = "photography", feature = "multimedia"))]
5647pub use film::*;
5648#[cfg(any(
5649    feature = "account",
5650    feature = "security",
5651    feature = "medical",
5652    feature = "devices"
5653))]
5654pub use fingerprint::*;
5655#[cfg(any(feature = "home", feature = "tools", feature = "travel"))]
5656pub use fire_extinguisher::*;
5657#[cfg(any(feature = "food-beverage", feature = "animals"))]
5658pub use fish::*;
5659#[cfg(any(feature = "food-beverage", feature = "animals"))]
5660pub use fish_off::*;
5661#[cfg(any(feature = "food-beverage", feature = "animals"))]
5662pub use fish_symbol::*;
5663#[cfg(any(feature = "account", feature = "social"))]
5664pub use flag::*;
5665#[cfg(any(feature = "account", feature = "social"))]
5666pub use flag_off::*;
5667#[cfg(any(feature = "development", feature = "navigation"))]
5668pub use flag_triangle_left::*;
5669#[cfg(any(feature = "development", feature = "navigation"))]
5670pub use flag_triangle_right::*;
5671#[cfg(any(feature = "weather", feature = "social", feature = "gaming"))]
5672pub use flame::*;
5673#[cfg(any(feature = "nature", feature = "social", feature = "gaming"))]
5674pub use flame_kindling::*;
5675#[cfg(any(feature = "photography", feature = "devices"))]
5676pub use flashlight::*;
5677#[cfg(any(feature = "photography", feature = "devices"))]
5678pub use flashlight_off::*;
5679#[cfg(any(feature = "science", feature = "gaming"))]
5680pub use flask_conical::*;
5681#[cfg(any(feature = "science", feature = "gaming"))]
5682pub use flask_conical_off::*;
5683#[cfg(any(feature = "science", feature = "gaming"))]
5684pub use flask_round::*;
5685#[cfg(any(feature = "design", feature = "photography"))]
5686pub use flip_horizontal::*;
5687#[cfg(any(feature = "design", feature = "photography"))]
5688pub use flip_horizontal_2::*;
5689#[cfg(any(feature = "design", feature = "photography"))]
5690pub use flip_vertical::*;
5691#[cfg(any(feature = "design", feature = "photography"))]
5692pub use flip_vertical_2::*;
5693#[cfg(any(feature = "nature", feature = "gaming", feature = "sustainability"))]
5694pub use flower::*;
5695#[cfg(any(feature = "nature", feature = "sustainability", feature = "seasons"))]
5696pub use flower_2::*;
5697#[cfg(feature = "photography")]
5698pub use focus::*;
5699#[cfg(any(feature = "arrows", feature = "layout"))]
5700pub use fold_horizontal::*;
5701#[cfg(any(feature = "arrows", feature = "layout"))]
5702pub use fold_vertical::*;
5703#[cfg(feature = "files")]
5704pub use folder::*;
5705#[cfg(feature = "files")]
5706pub use folder_archive::*;
5707#[cfg(feature = "files")]
5708pub use folder_check::*;
5709#[cfg(any(feature = "files", feature = "time"))]
5710pub use folder_clock::*;
5711#[cfg(feature = "files")]
5712pub use folder_closed::*;
5713#[cfg(any(feature = "files", feature = "development"))]
5714pub use folder_code::*;
5715#[cfg(feature = "files")]
5716pub use folder_cog::*;
5717#[cfg(any(feature = "files", feature = "development"))]
5718pub use folder_dot::*;
5719#[cfg(any(feature = "files", feature = "arrows"))]
5720pub use folder_down::*;
5721#[cfg(feature = "files")]
5722pub use folder_git::*;
5723#[cfg(feature = "files")]
5724pub use folder_git_2::*;
5725#[cfg(feature = "files")]
5726pub use folder_heart::*;
5727#[cfg(any(feature = "files", feature = "arrows"))]
5728pub use folder_input::*;
5729#[cfg(any(
5730    feature = "charts",
5731    feature = "development",
5732    feature = "design",
5733    feature = "files"
5734))]
5735pub use folder_kanban::*;
5736#[cfg(any(feature = "files", feature = "security"))]
5737pub use folder_key::*;
5738#[cfg(any(feature = "files", feature = "security"))]
5739pub use folder_lock::*;
5740#[cfg(feature = "files")]
5741pub use folder_minus::*;
5742#[cfg(feature = "files")]
5743pub use folder_open::*;
5744#[cfg(any(feature = "files", feature = "development"))]
5745pub use folder_open_dot::*;
5746#[cfg(any(feature = "files", feature = "arrows"))]
5747pub use folder_output::*;
5748#[cfg(feature = "files")]
5749pub use folder_pen::*;
5750#[cfg(feature = "files")]
5751pub use folder_plus::*;
5752#[cfg(any(feature = "files", feature = "development"))]
5753pub use folder_root::*;
5754#[cfg(feature = "files")]
5755pub use folder_search::*;
5756#[cfg(feature = "files")]
5757pub use folder_search_2::*;
5758#[cfg(feature = "files")]
5759pub use folder_symlink::*;
5760#[cfg(any(feature = "files", feature = "arrows"))]
5761pub use folder_sync::*;
5762#[cfg(feature = "files")]
5763pub use folder_tree::*;
5764#[cfg(any(feature = "files", feature = "arrows"))]
5765pub use folder_up::*;
5766#[cfg(feature = "files")]
5767pub use folder_x::*;
5768#[cfg(feature = "files")]
5769pub use folders::*;
5770#[cfg(feature = "navigation")]
5771pub use footprints::*;
5772#[cfg(feature = "transportation")]
5773pub use forklift::*;
5774#[cfg(feature = "mail")]
5775pub use forward::*;
5776#[cfg(any(feature = "design", feature = "photography"))]
5777pub use frame::*;
5778#[cfg(any(feature = "brands", feature = "design"))]
5779pub use framer::*;
5780#[cfg(any(feature = "emoji", feature = "account"))]
5781pub use frown::*;
5782#[cfg(any(feature = "transportation", feature = "navigation"))]
5783pub use fuel::*;
5784#[cfg(any(
5785    feature = "layout",
5786    feature = "multimedia",
5787    feature = "design",
5788    feature = "photography"
5789))]
5790pub use fullscreen::*;
5791#[cfg(feature = "layout")]
5792pub use funnel::*;
5793#[cfg(feature = "layout")]
5794pub use funnel_plus::*;
5795#[cfg(feature = "layout")]
5796pub use funnel_x::*;
5797#[cfg(any(
5798    feature = "layout",
5799    feature = "design",
5800    feature = "development",
5801    feature = "photography",
5802    feature = "multimedia"
5803))]
5804pub use gallery_horizontal::*;
5805#[cfg(any(
5806    feature = "layout",
5807    feature = "design",
5808    feature = "development",
5809    feature = "photography",
5810    feature = "multimedia",
5811    feature = "files"
5812))]
5813pub use gallery_horizontal_end::*;
5814#[cfg(any(
5815    feature = "layout",
5816    feature = "design",
5817    feature = "development",
5818    feature = "photography",
5819    feature = "multimedia"
5820))]
5821pub use gallery_thumbnails::*;
5822#[cfg(any(
5823    feature = "layout",
5824    feature = "design",
5825    feature = "development",
5826    feature = "photography",
5827    feature = "multimedia"
5828))]
5829pub use gallery_vertical::*;
5830#[cfg(any(
5831    feature = "layout",
5832    feature = "design",
5833    feature = "development",
5834    feature = "photography",
5835    feature = "multimedia",
5836    feature = "files"
5837))]
5838pub use gallery_vertical_end::*;
5839#[cfg(any(feature = "gaming", feature = "devices"))]
5840pub use gamepad::*;
5841#[cfg(any(feature = "gaming", feature = "devices"))]
5842pub use gamepad_2::*;
5843#[cfg(any(feature = "transportation", feature = "sports", feature = "science"))]
5844pub use gauge::*;
5845#[cfg(any(feature = "navigation", feature = "tools"))]
5846pub use gavel::*;
5847#[cfg(any(feature = "gaming", feature = "development", feature = "finance"))]
5848pub use gem::*;
5849#[cfg(feature = "finance")]
5850pub use georgian_lari::*;
5851#[cfg(feature = "gaming")]
5852pub use ghost::*;
5853#[cfg(any(feature = "gaming", feature = "account"))]
5854pub use gift::*;
5855#[cfg(feature = "development")]
5856pub use git_branch::*;
5857#[cfg(feature = "development")]
5858pub use git_branch_plus::*;
5859#[cfg(any(feature = "development", feature = "navigation"))]
5860pub use git_commit_horizontal::*;
5861#[cfg(any(feature = "development", feature = "navigation"))]
5862pub use git_commit_vertical::*;
5863#[cfg(feature = "development")]
5864pub use git_compare::*;
5865#[cfg(any(feature = "development", feature = "arrows"))]
5866pub use git_compare_arrows::*;
5867#[cfg(feature = "development")]
5868pub use git_fork::*;
5869#[cfg(feature = "development")]
5870pub use git_graph::*;
5871#[cfg(feature = "development")]
5872pub use git_merge::*;
5873#[cfg(feature = "development")]
5874pub use git_pull_request::*;
5875#[cfg(any(feature = "development", feature = "arrows"))]
5876pub use git_pull_request_arrow::*;
5877#[cfg(feature = "development")]
5878pub use git_pull_request_closed::*;
5879#[cfg(feature = "development")]
5880pub use git_pull_request_create::*;
5881#[cfg(any(feature = "development", feature = "arrows"))]
5882pub use git_pull_request_create_arrow::*;
5883#[cfg(feature = "development")]
5884pub use git_pull_request_draft::*;
5885#[cfg(any(feature = "brands", feature = "development"))]
5886pub use github::*;
5887#[cfg(any(feature = "brands", feature = "development"))]
5888pub use gitlab::*;
5889#[cfg(feature = "food-beverage")]
5890pub use glass_water::*;
5891#[cfg(feature = "accessibility")]
5892pub use glasses::*;
5893#[cfg(feature = "navigation")]
5894pub use globe::*;
5895#[cfg(any(feature = "security", feature = "development", feature = "devices"))]
5896pub use globe_lock::*;
5897#[cfg(feature = "gaming")]
5898pub use goal::*;
5899#[cfg(any(feature = "devices", feature = "gaming"))]
5900pub use gpu::*;
5901#[cfg(feature = "buildings")]
5902pub use graduation_cap::*;
5903#[cfg(feature = "food-beverage")]
5904pub use grape::*;
5905#[cfg(any(
5906    feature = "text",
5907    feature = "layout",
5908    feature = "design",
5909    feature = "math"
5910))]
5911pub use grid_2_x_2::*;
5912#[cfg(any(feature = "text", feature = "layout", feature = "math"))]
5913pub use grid_2_x_2_check::*;
5914#[cfg(any(feature = "text", feature = "layout", feature = "math"))]
5915pub use grid_2_x_2_plus::*;
5916#[cfg(any(feature = "text", feature = "layout", feature = "math"))]
5917pub use grid_2_x_2_x::*;
5918#[cfg(any(
5919    feature = "text",
5920    feature = "math",
5921    feature = "layout",
5922    feature = "design"
5923))]
5924pub use grid_3_x_2::*;
5925#[cfg(any(feature = "text", feature = "layout", feature = "design"))]
5926pub use grid_3_x_3::*;
5927#[cfg(feature = "layout")]
5928pub use grip::*;
5929#[cfg(feature = "layout")]
5930pub use grip_horizontal::*;
5931#[cfg(feature = "layout")]
5932pub use grip_vertical::*;
5933#[cfg(feature = "files")]
5934pub use group::*;
5935#[cfg(feature = "multimedia")]
5936pub use guitar::*;
5937#[cfg(feature = "food-beverage")]
5938pub use ham::*;
5939#[cfg(feature = "food-beverage")]
5940pub use hamburger::*;
5941#[cfg(any(feature = "tools", feature = "home"))]
5942pub use hammer::*;
5943#[cfg(any(feature = "cursors", feature = "accessibility"))]
5944pub use hand::*;
5945#[cfg(any(feature = "finance", feature = "account"))]
5946pub use hand_coins::*;
5947#[cfg(any(
5948    feature = "social",
5949    feature = "emoji",
5950    feature = "communication",
5951    feature = "sports"
5952))]
5953pub use hand_fist::*;
5954#[cfg(any(feature = "cursors", feature = "design", feature = "layout"))]
5955pub use hand_grab::*;
5956#[cfg(feature = "social")]
5957pub use hand_heart::*;
5958#[cfg(feature = "emoji")]
5959pub use hand_helping::*;
5960#[cfg(any(feature = "emoji", feature = "multimedia"))]
5961pub use hand_metal::*;
5962#[cfg(any(feature = "food-beverage", feature = "people"))]
5963pub use hand_platter::*;
5964#[cfg(any(feature = "shopping", feature = "transportation"))]
5965pub use handbag::*;
5966#[cfg(any(
5967    feature = "account",
5968    feature = "social",
5969    feature = "communication",
5970    feature = "finance",
5971    feature = "security"
5972))]
5973pub use handshake::*;
5974#[cfg(any(feature = "development", feature = "devices"))]
5975pub use hard_drive::*;
5976#[cfg(any(
5977    feature = "development",
5978    feature = "devices",
5979    feature = "arrows",
5980    feature = "files"
5981))]
5982pub use hard_drive_download::*;
5983#[cfg(any(
5984    feature = "development",
5985    feature = "devices",
5986    feature = "arrows",
5987    feature = "files"
5988))]
5989pub use hard_drive_upload::*;
5990#[cfg(feature = "tools")]
5991pub use hard_hat::*;
5992#[cfg(any(feature = "text", feature = "social"))]
5993pub use hash::*;
5994#[cfg(any(feature = "social", feature = "account", feature = "security"))]
5995pub use hat_glasses::*;
5996#[cfg(feature = "weather")]
5997pub use haze::*;
5998#[cfg(any(feature = "devices", feature = "multimedia", feature = "gaming"))]
5999pub use hdmi_port::*;
6000#[cfg(feature = "text")]
6001pub use heading::*;
6002#[cfg(feature = "text")]
6003pub use heading_1::*;
6004#[cfg(feature = "text")]
6005pub use heading_2::*;
6006#[cfg(feature = "text")]
6007pub use heading_3::*;
6008#[cfg(feature = "text")]
6009pub use heading_4::*;
6010#[cfg(feature = "text")]
6011pub use heading_5::*;
6012#[cfg(feature = "text")]
6013pub use heading_6::*;
6014#[cfg(any(
6015    feature = "multimedia",
6016    feature = "connectivity",
6017    feature = "communication",
6018    feature = "devices",
6019    feature = "gaming"
6020))]
6021pub use headphone_off::*;
6022#[cfg(any(
6023    feature = "multimedia",
6024    feature = "connectivity",
6025    feature = "devices",
6026    feature = "files",
6027    feature = "gaming"
6028))]
6029pub use headphones::*;
6030#[cfg(any(
6031    feature = "multimedia",
6032    feature = "connectivity",
6033    feature = "devices",
6034    feature = "files",
6035    feature = "gaming"
6036))]
6037pub use headset::*;
6038#[cfg(any(
6039    feature = "medical",
6040    feature = "social",
6041    feature = "multimedia",
6042    feature = "emoji",
6043    feature = "gaming",
6044    feature = "shapes"
6045))]
6046pub use heart::*;
6047#[cfg(feature = "emoji")]
6048pub use heart_crack::*;
6049#[cfg(any(feature = "emoji", feature = "account", feature = "security"))]
6050pub use heart_handshake::*;
6051#[cfg(any(
6052    feature = "medical",
6053    feature = "account",
6054    feature = "multimedia",
6055    feature = "gaming",
6056    feature = "social"
6057))]
6058pub use heart_minus::*;
6059#[cfg(any(feature = "social", feature = "multimedia"))]
6060pub use heart_off::*;
6061#[cfg(any(
6062    feature = "medical",
6063    feature = "account",
6064    feature = "multimedia",
6065    feature = "gaming",
6066    feature = "social"
6067))]
6068pub use heart_plus::*;
6069#[cfg(feature = "medical")]
6070pub use heart_pulse::*;
6071#[cfg(any(feature = "home", feature = "devices", feature = "travel"))]
6072pub use heater::*;
6073#[cfg(any(feature = "shapes", feature = "brands", feature = "development"))]
6074pub use hexagon::*;
6075#[cfg(any(feature = "text", feature = "design"))]
6076pub use highlighter::*;
6077#[cfg(any(feature = "arrows", feature = "time"))]
6078pub use history::*;
6079#[cfg(feature = "food-beverage")]
6080pub use hop::*;
6081#[cfg(feature = "food-beverage")]
6082pub use hop_off::*;
6083#[cfg(any(
6084    feature = "medical",
6085    feature = "buildings",
6086    feature = "navigation",
6087    feature = "travel"
6088))]
6089pub use hospital::*;
6090#[cfg(any(feature = "buildings", feature = "navigation", feature = "travel"))]
6091pub use hotel::*;
6092#[cfg(any(feature = "time", feature = "gaming"))]
6093pub use hourglass::*;
6094#[cfg(any(feature = "buildings", feature = "home"))]
6095pub use house::*;
6096#[cfg(any(feature = "home", feature = "buildings", feature = "medical"))]
6097pub use house_heart::*;
6098#[cfg(any(feature = "buildings", feature = "home", feature = "sustainability"))]
6099pub use house_plug::*;
6100#[cfg(any(feature = "buildings", feature = "medical"))]
6101pub use house_plus::*;
6102#[cfg(any(feature = "home", feature = "buildings", feature = "connectivity"))]
6103pub use house_wifi::*;
6104#[cfg(feature = "food-beverage")]
6105pub use ice_cream_bowl::*;
6106#[cfg(feature = "food-beverage")]
6107pub use ice_cream_cone::*;
6108#[cfg(any(feature = "security", feature = "account"))]
6109pub use id_card::*;
6110#[cfg(any(feature = "security", feature = "account"))]
6111pub use id_card_lanyard::*;
6112#[cfg(any(
6113    feature = "photography",
6114    feature = "text",
6115    feature = "multimedia",
6116    feature = "files"
6117))]
6118pub use image::*;
6119#[cfg(any(
6120    feature = "photography",
6121    feature = "text",
6122    feature = "multimedia",
6123    feature = "files"
6124))]
6125pub use image_down::*;
6126#[cfg(any(feature = "photography", feature = "multimedia", feature = "files"))]
6127pub use image_minus::*;
6128#[cfg(any(feature = "photography", feature = "multimedia", feature = "files"))]
6129pub use image_off::*;
6130#[cfg(any(
6131    feature = "photography",
6132    feature = "text",
6133    feature = "multimedia",
6134    feature = "files"
6135))]
6136pub use image_play::*;
6137#[cfg(any(feature = "photography", feature = "multimedia", feature = "files"))]
6138pub use image_plus::*;
6139#[cfg(any(
6140    feature = "photography",
6141    feature = "text",
6142    feature = "multimedia",
6143    feature = "files"
6144))]
6145pub use image_up::*;
6146#[cfg(any(feature = "photography", feature = "multimedia"))]
6147pub use image_upscale::*;
6148#[cfg(any(
6149    feature = "photography",
6150    feature = "text",
6151    feature = "multimedia",
6152    feature = "files"
6153))]
6154pub use images::*;
6155#[cfg(any(feature = "arrows", feature = "files"))]
6156pub use import::*;
6157#[cfg(any(feature = "account", feature = "mail"))]
6158pub use inbox::*;
6159#[cfg(feature = "finance")]
6160pub use indian_rupee::*;
6161#[cfg(feature = "multimedia")]
6162pub use infinity::*;
6163#[cfg(any(feature = "accessibility", feature = "notifications"))]
6164pub use info::*;
6165#[cfg(feature = "tools")]
6166pub use inspection_panel::*;
6167#[cfg(any(feature = "brands", feature = "social", feature = "photography"))]
6168pub use instagram::*;
6169#[cfg(feature = "text")]
6170pub use italic::*;
6171#[cfg(any(feature = "arrows", feature = "design"))]
6172pub use iteration_ccw::*;
6173#[cfg(any(feature = "arrows", feature = "design"))]
6174pub use iteration_cw::*;
6175#[cfg(feature = "finance")]
6176pub use japanese_yen::*;
6177#[cfg(any(feature = "gaming", feature = "devices"))]
6178pub use joystick::*;
6179#[cfg(any(feature = "charts", feature = "development", feature = "design"))]
6180pub use kanban::*;
6181#[cfg(feature = "transportation")]
6182pub use kayak::*;
6183#[cfg(any(feature = "security", feature = "account"))]
6184pub use key::*;
6185#[cfg(any(feature = "security", feature = "account"))]
6186pub use key_round::*;
6187#[cfg(any(feature = "security", feature = "account"))]
6188pub use key_square::*;
6189#[cfg(any(feature = "text", feature = "devices", feature = "development"))]
6190pub use keyboard::*;
6191#[cfg(any(feature = "multimedia", feature = "devices"))]
6192pub use keyboard_music::*;
6193#[cfg(any(feature = "devices", feature = "text", feature = "development"))]
6194pub use keyboard_off::*;
6195#[cfg(feature = "home")]
6196pub use lamp::*;
6197#[cfg(feature = "home")]
6198pub use lamp_ceiling::*;
6199#[cfg(feature = "home")]
6200pub use lamp_desk::*;
6201#[cfg(feature = "home")]
6202pub use lamp_floor::*;
6203#[cfg(feature = "home")]
6204pub use lamp_wall_down::*;
6205#[cfg(feature = "home")]
6206pub use lamp_wall_up::*;
6207#[cfg(any(
6208    feature = "design",
6209    feature = "tools",
6210    feature = "math",
6211    feature = "sports",
6212    feature = "gaming"
6213))]
6214pub use land_plot::*;
6215#[cfg(any(feature = "finance", feature = "navigation", feature = "buildings"))]
6216pub use landmark::*;
6217#[cfg(feature = "text")]
6218pub use languages::*;
6219#[cfg(feature = "devices")]
6220pub use laptop::*;
6221#[cfg(feature = "devices")]
6222pub use laptop_minimal::*;
6223#[cfg(any(feature = "devices", feature = "notifications"))]
6224pub use laptop_minimal_check::*;
6225#[cfg(any(feature = "design", feature = "cursors"))]
6226pub use lasso::*;
6227#[cfg(any(feature = "arrows", feature = "design", feature = "cursors"))]
6228pub use lasso_select::*;
6229#[cfg(feature = "emoji")]
6230pub use laugh::*;
6231#[cfg(any(feature = "design", feature = "layout"))]
6232pub use layers::*;
6233#[cfg(any(feature = "design", feature = "layout"))]
6234pub use layers_2::*;
6235#[cfg(any(feature = "design", feature = "layout"))]
6236pub use layout_dashboard::*;
6237#[cfg(any(feature = "design", feature = "layout"))]
6238pub use layout_grid::*;
6239#[cfg(any(
6240    feature = "design",
6241    feature = "layout",
6242    feature = "photography",
6243    feature = "text"
6244))]
6245pub use layout_list::*;
6246#[cfg(any(feature = "design", feature = "layout"))]
6247pub use layout_panel_left::*;
6248#[cfg(feature = "layout")]
6249pub use layout_panel_top::*;
6250#[cfg(feature = "layout")]
6251pub use layout_template::*;
6252#[cfg(any(feature = "nature", feature = "sustainability", feature = "seasons"))]
6253pub use leaf::*;
6254#[cfg(any(
6255    feature = "food-beverage",
6256    feature = "emoji",
6257    feature = "sustainability"
6258))]
6259pub use leafy_green::*;
6260#[cfg(any(feature = "communication", feature = "multimedia"))]
6261pub use lectern::*;
6262#[cfg(any(
6263    feature = "text",
6264    feature = "photography",
6265    feature = "multimedia",
6266    feature = "navigation",
6267    feature = "development"
6268))]
6269pub use library::*;
6270#[cfg(any(
6271    feature = "text",
6272    feature = "photography",
6273    feature = "multimedia",
6274    feature = "navigation",
6275    feature = "development"
6276))]
6277pub use library_big::*;
6278#[cfg(any(feature = "accessibility", feature = "medical"))]
6279pub use life_buoy::*;
6280#[cfg(feature = "text")]
6281pub use ligature::*;
6282#[cfg(feature = "photography")]
6283pub use lightbulb::*;
6284#[cfg(feature = "photography")]
6285pub use lightbulb_off::*;
6286#[cfg(any(feature = "shapes", feature = "math", feature = "design"))]
6287pub use line_squiggle::*;
6288#[cfg(any(feature = "text", feature = "account"))]
6289pub use link::*;
6290#[cfg(any(feature = "text", feature = "account"))]
6291pub use link_2::*;
6292#[cfg(feature = "text")]
6293pub use link_2_off::*;
6294#[cfg(any(feature = "social", feature = "brands"))]
6295pub use linkedin::*;
6296#[cfg(feature = "text")]
6297pub use list::*;
6298#[cfg(feature = "text")]
6299pub use list_check::*;
6300#[cfg(feature = "text")]
6301pub use list_checks::*;
6302#[cfg(any(feature = "text", feature = "arrows"))]
6303pub use list_chevrons_down_up::*;
6304#[cfg(any(feature = "text", feature = "arrows"))]
6305pub use list_chevrons_up_down::*;
6306#[cfg(feature = "text")]
6307pub use list_collapse::*;
6308#[cfg(any(feature = "multimedia", feature = "text"))]
6309pub use list_end::*;
6310#[cfg(feature = "text")]
6311pub use list_filter::*;
6312#[cfg(any(feature = "text", feature = "layout"))]
6313pub use list_filter_plus::*;
6314#[cfg(any(feature = "text", feature = "development"))]
6315pub use list_indent_decrease::*;
6316#[cfg(any(feature = "text", feature = "development"))]
6317pub use list_indent_increase::*;
6318#[cfg(any(feature = "multimedia", feature = "text"))]
6319pub use list_minus::*;
6320#[cfg(feature = "multimedia")]
6321pub use list_music::*;
6322#[cfg(feature = "text")]
6323pub use list_ordered::*;
6324#[cfg(any(feature = "multimedia", feature = "text"))]
6325pub use list_plus::*;
6326#[cfg(any(feature = "multimedia", feature = "text"))]
6327pub use list_restart::*;
6328#[cfg(any(feature = "multimedia", feature = "text"))]
6329pub use list_start::*;
6330#[cfg(feature = "text")]
6331pub use list_todo::*;
6332#[cfg(any(feature = "files", feature = "text", feature = "layout"))]
6333pub use list_tree::*;
6334#[cfg(feature = "multimedia")]
6335pub use list_video::*;
6336#[cfg(any(feature = "multimedia", feature = "text"))]
6337pub use list_x::*;
6338#[cfg(any(
6339    feature = "cursors",
6340    feature = "multimedia",
6341    feature = "layout",
6342    feature = "design"
6343))]
6344pub use loader::*;
6345#[cfg(any(feature = "cursors", feature = "multimedia", feature = "layout"))]
6346pub use loader_circle::*;
6347#[cfg(any(feature = "cursors", feature = "design"))]
6348pub use loader_pinwheel::*;
6349#[cfg(feature = "navigation")]
6350pub use locate::*;
6351#[cfg(feature = "navigation")]
6352pub use locate_fixed::*;
6353#[cfg(feature = "navigation")]
6354pub use locate_off::*;
6355#[cfg(feature = "security")]
6356pub use lock::*;
6357#[cfg(feature = "security")]
6358pub use lock_keyhole::*;
6359#[cfg(feature = "security")]
6360pub use lock_keyhole_open::*;
6361#[cfg(feature = "security")]
6362pub use lock_open::*;
6363#[cfg(any(feature = "arrows", feature = "account"))]
6364pub use log_in::*;
6365#[cfg(any(feature = "arrows", feature = "account"))]
6366pub use log_out::*;
6367#[cfg(feature = "text")]
6368pub use logs::*;
6369#[cfg(feature = "food-beverage")]
6370pub use lollipop::*;
6371#[cfg(any(feature = "travel", feature = "transportation"))]
6372pub use luggage::*;
6373#[cfg(feature = "design")]
6374pub use magnet::*;
6375#[cfg(any(feature = "text", feature = "account", feature = "mail"))]
6376pub use mail::*;
6377#[cfg(feature = "mail")]
6378pub use mail_check::*;
6379#[cfg(feature = "mail")]
6380pub use mail_minus::*;
6381#[cfg(feature = "mail")]
6382pub use mail_open::*;
6383#[cfg(feature = "mail")]
6384pub use mail_plus::*;
6385#[cfg(feature = "mail")]
6386pub use mail_question_mark::*;
6387#[cfg(feature = "mail")]
6388pub use mail_search::*;
6389#[cfg(feature = "mail")]
6390pub use mail_warning::*;
6391#[cfg(feature = "mail")]
6392pub use mail_x::*;
6393#[cfg(feature = "mail")]
6394pub use mailbox::*;
6395#[cfg(feature = "mail")]
6396pub use mails::*;
6397#[cfg(any(feature = "text", feature = "navigation"))]
6398pub use map::*;
6399#[cfg(any(feature = "navigation", feature = "travel"))]
6400pub use map_minus::*;
6401#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6402pub use map_pin::*;
6403#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6404pub use map_pin_check::*;
6405#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6406pub use map_pin_check_inside::*;
6407#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6408pub use map_pin_house::*;
6409#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6410pub use map_pin_minus::*;
6411#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6412pub use map_pin_minus_inside::*;
6413#[cfg(any(feature = "navigation", feature = "travel"))]
6414pub use map_pin_off::*;
6415#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6416pub use map_pin_pen::*;
6417#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6418pub use map_pin_plus::*;
6419#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6420pub use map_pin_plus_inside::*;
6421#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6422pub use map_pin_x::*;
6423#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6424pub use map_pin_x_inside::*;
6425#[cfg(any(feature = "navigation", feature = "travel", feature = "account"))]
6426pub use map_pinned::*;
6427#[cfg(feature = "navigation")]
6428pub use map_plus::*;
6429#[cfg(feature = "medical")]
6430pub use mars::*;
6431#[cfg(feature = "medical")]
6432pub use mars_stroke::*;
6433#[cfg(feature = "food-beverage")]
6434pub use martini::*;
6435#[cfg(any(feature = "layout", feature = "design"))]
6436pub use maximize::*;
6437#[cfg(any(feature = "arrows", feature = "layout", feature = "design"))]
6438pub use maximize_2::*;
6439#[cfg(any(feature = "sports", feature = "gaming"))]
6440pub use medal::*;
6441#[cfg(any(feature = "multimedia", feature = "notifications"))]
6442pub use megaphone::*;
6443#[cfg(any(feature = "multimedia", feature = "notifications"))]
6444pub use megaphone_off::*;
6445#[cfg(feature = "emoji")]
6446pub use meh::*;
6447#[cfg(any(feature = "devices", feature = "gaming"))]
6448pub use memory_stick::*;
6449#[cfg(any(feature = "layout", feature = "account"))]
6450pub use menu::*;
6451#[cfg(any(feature = "development", feature = "arrows"))]
6452pub use merge::*;
6453#[cfg(feature = "social")]
6454pub use message_circle::*;
6455#[cfg(any(feature = "development", feature = "social"))]
6456pub use message_circle_code::*;
6457#[cfg(feature = "social")]
6458pub use message_circle_dashed::*;
6459#[cfg(feature = "social")]
6460pub use message_circle_heart::*;
6461#[cfg(feature = "social")]
6462pub use message_circle_more::*;
6463#[cfg(feature = "social")]
6464pub use message_circle_off::*;
6465#[cfg(feature = "social")]
6466pub use message_circle_plus::*;
6467#[cfg(feature = "social")]
6468pub use message_circle_question_mark::*;
6469#[cfg(feature = "social")]
6470pub use message_circle_reply::*;
6471#[cfg(any(feature = "social", feature = "notifications"))]
6472pub use message_circle_warning::*;
6473#[cfg(any(feature = "account", feature = "social"))]
6474pub use message_circle_x::*;
6475#[cfg(feature = "social")]
6476pub use message_square::*;
6477#[cfg(any(feature = "development", feature = "social"))]
6478pub use message_square_code::*;
6479#[cfg(feature = "social")]
6480pub use message_square_dashed::*;
6481#[cfg(any(feature = "development", feature = "files", feature = "social"))]
6482pub use message_square_diff::*;
6483#[cfg(any(feature = "social", feature = "notifications"))]
6484pub use message_square_dot::*;
6485#[cfg(feature = "social")]
6486pub use message_square_heart::*;
6487#[cfg(feature = "social")]
6488pub use message_square_lock::*;
6489#[cfg(feature = "social")]
6490pub use message_square_more::*;
6491#[cfg(feature = "social")]
6492pub use message_square_off::*;
6493#[cfg(feature = "social")]
6494pub use message_square_plus::*;
6495#[cfg(any(feature = "social", feature = "text"))]
6496pub use message_square_quote::*;
6497#[cfg(feature = "social")]
6498pub use message_square_reply::*;
6499#[cfg(feature = "social")]
6500pub use message_square_share::*;
6501#[cfg(feature = "social")]
6502pub use message_square_text::*;
6503#[cfg(any(feature = "social", feature = "notifications"))]
6504pub use message_square_warning::*;
6505#[cfg(feature = "social")]
6506pub use message_square_x::*;
6507#[cfg(feature = "social")]
6508pub use messages_square::*;
6509#[cfg(any(
6510    feature = "devices",
6511    feature = "communication",
6512    feature = "connectivity",
6513    feature = "multimedia"
6514))]
6515pub use mic::*;
6516#[cfg(any(
6517    feature = "devices",
6518    feature = "communication",
6519    feature = "connectivity",
6520    feature = "multimedia"
6521))]
6522pub use mic_off::*;
6523#[cfg(any(feature = "devices", feature = "multimedia"))]
6524pub use mic_vocal::*;
6525#[cfg(feature = "devices")]
6526pub use microchip::*;
6527#[cfg(any(feature = "science", feature = "medical"))]
6528pub use microscope::*;
6529#[cfg(any(feature = "food-beverage", feature = "home"))]
6530pub use microwave::*;
6531#[cfg(any(
6532    feature = "arrows",
6533    feature = "navigation",
6534    feature = "development",
6535    feature = "gaming"
6536))]
6537pub use milestone::*;
6538#[cfg(feature = "food-beverage")]
6539pub use milk::*;
6540#[cfg(feature = "food-beverage")]
6541pub use milk_off::*;
6542#[cfg(any(feature = "layout", feature = "design"))]
6543pub use minimize::*;
6544#[cfg(any(feature = "arrows", feature = "layout", feature = "design"))]
6545pub use minimize_2::*;
6546#[cfg(any(
6547    feature = "math",
6548    feature = "development",
6549    feature = "text",
6550    feature = "tools"
6551))]
6552pub use minus::*;
6553#[cfg(any(feature = "connectivity", feature = "devices"))]
6554pub use monitor::*;
6555#[cfg(any(feature = "connectivity", feature = "devices"))]
6556pub use monitor_check::*;
6557#[cfg(any(feature = "connectivity", feature = "devices", feature = "development"))]
6558pub use monitor_cloud::*;
6559#[cfg(any(feature = "connectivity", feature = "devices"))]
6560pub use monitor_cog::*;
6561#[cfg(any(feature = "connectivity", feature = "devices"))]
6562pub use monitor_dot::*;
6563#[cfg(any(feature = "connectivity", feature = "devices"))]
6564pub use monitor_down::*;
6565#[cfg(any(feature = "connectivity", feature = "devices"))]
6566pub use monitor_off::*;
6567#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
6568pub use monitor_pause::*;
6569#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
6570pub use monitor_play::*;
6571#[cfg(any(feature = "connectivity", feature = "devices"))]
6572pub use monitor_smartphone::*;
6573#[cfg(any(feature = "connectivity", feature = "devices"))]
6574pub use monitor_speaker::*;
6575#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
6576pub use monitor_stop::*;
6577#[cfg(any(feature = "connectivity", feature = "devices"))]
6578pub use monitor_up::*;
6579#[cfg(any(feature = "connectivity", feature = "devices"))]
6580pub use monitor_x::*;
6581#[cfg(feature = "accessibility")]
6582pub use moon::*;
6583#[cfg(any(feature = "accessibility", feature = "weather"))]
6584pub use moon_star::*;
6585#[cfg(feature = "transportation")]
6586pub use motorbike::*;
6587#[cfg(any(feature = "nature", feature = "gaming"))]
6588pub use mountain::*;
6589#[cfg(feature = "nature")]
6590pub use mountain_snow::*;
6591#[cfg(feature = "devices")]
6592pub use mouse::*;
6593#[cfg(feature = "devices")]
6594pub use mouse_off::*;
6595#[cfg(any(feature = "arrows", feature = "cursors"))]
6596pub use mouse_pointer::*;
6597#[cfg(any(feature = "arrows", feature = "cursors"))]
6598pub use mouse_pointer_2::*;
6599#[cfg(any(feature = "arrows", feature = "cursors"))]
6600pub use mouse_pointer_ban::*;
6601#[cfg(any(feature = "arrows", feature = "cursors"))]
6602pub use mouse_pointer_click::*;
6603#[cfg(any(feature = "arrows", feature = "cursors"))]
6604pub use r#move::*;
6605#[cfg(feature = "design")]
6606pub use move_3_d::*;
6607#[cfg(any(feature = "arrows", feature = "cursors"))]
6608pub use move_diagonal::*;
6609#[cfg(any(feature = "arrows", feature = "cursors"))]
6610pub use move_diagonal_2::*;
6611#[cfg(feature = "arrows")]
6612pub use move_down::*;
6613#[cfg(feature = "arrows")]
6614pub use move_down_left::*;
6615#[cfg(feature = "arrows")]
6616pub use move_down_right::*;
6617#[cfg(any(feature = "arrows", feature = "cursors"))]
6618pub use move_horizontal::*;
6619#[cfg(feature = "arrows")]
6620pub use move_left::*;
6621#[cfg(feature = "arrows")]
6622pub use move_right::*;
6623#[cfg(feature = "arrows")]
6624pub use move_up::*;
6625#[cfg(feature = "arrows")]
6626pub use move_up_left::*;
6627#[cfg(feature = "arrows")]
6628pub use move_up_right::*;
6629#[cfg(any(feature = "arrows", feature = "cursors"))]
6630pub use move_vertical::*;
6631#[cfg(any(feature = "multimedia", feature = "files"))]
6632pub use music::*;
6633#[cfg(any(feature = "multimedia", feature = "files"))]
6634pub use music_2::*;
6635#[cfg(any(feature = "multimedia", feature = "files"))]
6636pub use music_3::*;
6637#[cfg(any(feature = "multimedia", feature = "files"))]
6638pub use music_4::*;
6639#[cfg(feature = "navigation")]
6640pub use navigation::*;
6641#[cfg(feature = "navigation")]
6642pub use navigation_2::*;
6643#[cfg(feature = "navigation")]
6644pub use navigation_2_off::*;
6645#[cfg(feature = "navigation")]
6646pub use navigation_off::*;
6647#[cfg(feature = "development")]
6648pub use network::*;
6649#[cfg(any(feature = "multimedia", feature = "communication"))]
6650pub use newspaper::*;
6651#[cfg(any(feature = "communication", feature = "finance", feature = "devices"))]
6652pub use nfc::*;
6653#[cfg(feature = "medical")]
6654pub use non_binary::*;
6655#[cfg(any(
6656    feature = "text",
6657    feature = "communication",
6658    feature = "social",
6659    feature = "design"
6660))]
6661pub use notebook::*;
6662#[cfg(any(feature = "text", feature = "social"))]
6663pub use notebook_pen::*;
6664#[cfg(any(feature = "account", feature = "communication", feature = "social"))]
6665pub use notebook_tabs::*;
6666#[cfg(any(feature = "text", feature = "social"))]
6667pub use notebook_text::*;
6668#[cfg(any(feature = "text", feature = "social"))]
6669pub use notepad_text::*;
6670#[cfg(any(feature = "text", feature = "social"))]
6671pub use notepad_text_dashed::*;
6672#[cfg(feature = "food-beverage")]
6673pub use nut::*;
6674#[cfg(feature = "food-beverage")]
6675pub use nut_off::*;
6676#[cfg(feature = "shapes")]
6677pub use octagon::*;
6678#[cfg(any(feature = "notifications", feature = "shapes"))]
6679pub use octagon_alert::*;
6680#[cfg(feature = "transportation")]
6681pub use octagon_minus::*;
6682#[cfg(any(feature = "multimedia", feature = "shapes"))]
6683pub use octagon_pause::*;
6684#[cfg(any(feature = "math", feature = "notifications"))]
6685pub use octagon_x::*;
6686#[cfg(any(
6687    feature = "math",
6688    feature = "development",
6689    feature = "text",
6690    feature = "science"
6691))]
6692pub use omega::*;
6693#[cfg(feature = "development")]
6694pub use option::*;
6695#[cfg(feature = "science")]
6696pub use orbit::*;
6697#[cfg(any(feature = "animals", feature = "design"))]
6698pub use origami::*;
6699#[cfg(any(feature = "files", feature = "development"))]
6700pub use package::*;
6701#[cfg(any(feature = "files", feature = "development"))]
6702pub use package_2::*;
6703#[cfg(feature = "development")]
6704pub use package_check::*;
6705#[cfg(feature = "development")]
6706pub use package_minus::*;
6707#[cfg(any(feature = "files", feature = "development"))]
6708pub use package_open::*;
6709#[cfg(feature = "development")]
6710pub use package_plus::*;
6711#[cfg(any(feature = "files", feature = "development"))]
6712pub use package_search::*;
6713#[cfg(feature = "development")]
6714pub use package_x::*;
6715#[cfg(any(feature = "design", feature = "tools"))]
6716pub use paint_bucket::*;
6717#[cfg(any(
6718    feature = "text",
6719    feature = "design",
6720    feature = "home",
6721    feature = "tools"
6722))]
6723pub use paint_roller::*;
6724#[cfg(any(
6725    feature = "text",
6726    feature = "design",
6727    feature = "photography",
6728    feature = "home",
6729    feature = "tools"
6730))]
6731pub use paintbrush::*;
6732#[cfg(any(
6733    feature = "text",
6734    feature = "design",
6735    feature = "photography",
6736    feature = "home",
6737    feature = "tools"
6738))]
6739pub use paintbrush_vertical::*;
6740#[cfg(any(feature = "text", feature = "design", feature = "photography"))]
6741pub use palette::*;
6742#[cfg(feature = "animals")]
6743pub use panda::*;
6744#[cfg(feature = "layout")]
6745pub use panel_bottom::*;
6746#[cfg(any(feature = "layout", feature = "arrows"))]
6747pub use panel_bottom_close::*;
6748#[cfg(feature = "layout")]
6749pub use panel_bottom_dashed::*;
6750#[cfg(any(feature = "layout", feature = "arrows"))]
6751pub use panel_bottom_open::*;
6752#[cfg(feature = "layout")]
6753pub use panel_left::*;
6754#[cfg(any(feature = "layout", feature = "arrows"))]
6755pub use panel_left_close::*;
6756#[cfg(feature = "layout")]
6757pub use panel_left_dashed::*;
6758#[cfg(any(feature = "layout", feature = "arrows"))]
6759pub use panel_left_open::*;
6760#[cfg(feature = "layout")]
6761pub use panel_left_right_dashed::*;
6762#[cfg(feature = "layout")]
6763pub use panel_right::*;
6764#[cfg(any(feature = "layout", feature = "arrows"))]
6765pub use panel_right_close::*;
6766#[cfg(feature = "layout")]
6767pub use panel_right_dashed::*;
6768#[cfg(any(feature = "layout", feature = "arrows"))]
6769pub use panel_right_open::*;
6770#[cfg(any(feature = "layout", feature = "design", feature = "development"))]
6771pub use panel_top::*;
6772#[cfg(feature = "layout")]
6773pub use panel_top_bottom_dashed::*;
6774#[cfg(any(feature = "layout", feature = "arrows"))]
6775pub use panel_top_close::*;
6776#[cfg(feature = "layout")]
6777pub use panel_top_dashed::*;
6778#[cfg(any(feature = "layout", feature = "arrows"))]
6779pub use panel_top_open::*;
6780#[cfg(feature = "layout")]
6781pub use panels_left_bottom::*;
6782#[cfg(feature = "layout")]
6783pub use panels_right_bottom::*;
6784#[cfg(any(feature = "layout", feature = "design", feature = "development"))]
6785pub use panels_top_left::*;
6786#[cfg(any(
6787    feature = "text",
6788    feature = "design",
6789    feature = "files",
6790    feature = "mail"
6791))]
6792pub use paperclip::*;
6793#[cfg(any(feature = "development", feature = "files", feature = "math"))]
6794pub use parentheses::*;
6795#[cfg(any(feature = "transportation", feature = "navigation"))]
6796pub use parking_meter::*;
6797#[cfg(feature = "emoji")]
6798pub use party_popper::*;
6799#[cfg(feature = "multimedia")]
6800pub use pause::*;
6801#[cfg(feature = "animals")]
6802pub use paw_print::*;
6803#[cfg(any(feature = "devices", feature = "gaming"))]
6804pub use pc_case::*;
6805#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
6806pub use pen::*;
6807#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
6808pub use pen_line::*;
6809#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
6810pub use pen_off::*;
6811#[cfg(any(feature = "text", feature = "design", feature = "cursors"))]
6812pub use pen_tool::*;
6813#[cfg(any(
6814    feature = "design",
6815    feature = "cursors",
6816    feature = "tools",
6817    feature = "text"
6818))]
6819pub use pencil::*;
6820#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
6821pub use pencil_line::*;
6822#[cfg(any(
6823    feature = "design",
6824    feature = "cursors",
6825    feature = "tools",
6826    feature = "text"
6827))]
6828pub use pencil_off::*;
6829#[cfg(any(
6830    feature = "tools",
6831    feature = "design",
6832    feature = "layout",
6833    feature = "text"
6834))]
6835pub use pencil_ruler::*;
6836#[cfg(feature = "shapes")]
6837pub use pentagon::*;
6838#[cfg(any(
6839    feature = "math",
6840    feature = "development",
6841    feature = "finance",
6842    feature = "shopping"
6843))]
6844pub use percent::*;
6845#[cfg(any(feature = "accessibility", feature = "people"))]
6846pub use person_standing::*;
6847#[cfg(feature = "finance")]
6848pub use philippine_peso::*;
6849#[cfg(any(
6850    feature = "text",
6851    feature = "connectivity",
6852    feature = "devices",
6853    feature = "communication"
6854))]
6855pub use phone::*;
6856#[cfg(any(
6857    feature = "connectivity",
6858    feature = "devices",
6859    feature = "communication"
6860))]
6861pub use phone_call::*;
6862#[cfg(any(
6863    feature = "arrows",
6864    feature = "connectivity",
6865    feature = "devices",
6866    feature = "communication"
6867))]
6868pub use phone_forwarded::*;
6869#[cfg(any(
6870    feature = "arrows",
6871    feature = "connectivity",
6872    feature = "devices",
6873    feature = "communication"
6874))]
6875pub use phone_incoming::*;
6876#[cfg(any(
6877    feature = "connectivity",
6878    feature = "devices",
6879    feature = "communication"
6880))]
6881pub use phone_missed::*;
6882#[cfg(any(
6883    feature = "connectivity",
6884    feature = "devices",
6885    feature = "communication"
6886))]
6887pub use phone_off::*;
6888#[cfg(any(
6889    feature = "arrows",
6890    feature = "connectivity",
6891    feature = "devices",
6892    feature = "communication"
6893))]
6894pub use phone_outgoing::*;
6895#[cfg(any(feature = "development", feature = "math"))]
6896pub use pi::*;
6897#[cfg(any(feature = "multimedia", feature = "devices"))]
6898pub use piano::*;
6899#[cfg(any(feature = "tools", feature = "gaming"))]
6900pub use pickaxe::*;
6901#[cfg(feature = "multimedia")]
6902pub use picture_in_picture::*;
6903#[cfg(feature = "multimedia")]
6904pub use picture_in_picture_2::*;
6905#[cfg(feature = "finance")]
6906pub use piggy_bank::*;
6907#[cfg(feature = "text")]
6908pub use pilcrow::*;
6909#[cfg(feature = "text")]
6910pub use pilcrow_left::*;
6911#[cfg(feature = "text")]
6912pub use pilcrow_right::*;
6913#[cfg(feature = "medical")]
6914pub use pill::*;
6915#[cfg(feature = "medical")]
6916pub use pill_bottle::*;
6917#[cfg(any(feature = "navigation", feature = "account"))]
6918pub use pin::*;
6919#[cfg(feature = "navigation")]
6920pub use pin_off::*;
6921#[cfg(any(feature = "text", feature = "design", feature = "science"))]
6922pub use pipette::*;
6923#[cfg(feature = "food-beverage")]
6924pub use pizza::*;
6925#[cfg(any(feature = "transportation", feature = "travel"))]
6926pub use plane::*;
6927#[cfg(any(feature = "transportation", feature = "travel"))]
6928pub use plane_landing::*;
6929#[cfg(any(feature = "transportation", feature = "travel"))]
6930pub use plane_takeoff::*;
6931#[cfg(any(feature = "arrows", feature = "multimedia"))]
6932pub use play::*;
6933#[cfg(any(feature = "devices", feature = "development"))]
6934pub use plug::*;
6935#[cfg(any(feature = "devices", feature = "development"))]
6936pub use plug_2::*;
6937#[cfg(feature = "devices")]
6938pub use plug_zap::*;
6939#[cfg(any(
6940    feature = "math",
6941    feature = "tools",
6942    feature = "development",
6943    feature = "text",
6944    feature = "cursors",
6945    feature = "gaming"
6946))]
6947pub use plus::*;
6948#[cfg(feature = "brands")]
6949pub use pocket::*;
6950#[cfg(feature = "tools")]
6951pub use pocket_knife::*;
6952#[cfg(any(feature = "multimedia", feature = "social"))]
6953pub use podcast::*;
6954#[cfg(feature = "cursors")]
6955pub use pointer::*;
6956#[cfg(feature = "cursors")]
6957pub use pointer_off::*;
6958#[cfg(any(feature = "food-beverage", feature = "multimedia"))]
6959pub use popcorn::*;
6960#[cfg(feature = "food-beverage")]
6961pub use popsicle::*;
6962#[cfg(feature = "finance")]
6963pub use pound_sterling::*;
6964#[cfg(feature = "connectivity")]
6965pub use power::*;
6966#[cfg(feature = "connectivity")]
6967pub use power_off::*;
6968#[cfg(any(
6969    feature = "multimedia",
6970    feature = "photography",
6971    feature = "devices",
6972    feature = "communication",
6973    feature = "design"
6974))]
6975pub use presentation::*;
6976#[cfg(feature = "devices")]
6977pub use printer::*;
6978#[cfg(feature = "devices")]
6979pub use printer_check::*;
6980#[cfg(any(
6981    feature = "multimedia",
6982    feature = "photography",
6983    feature = "devices",
6984    feature = "communication"
6985))]
6986pub use projector::*;
6987#[cfg(any(
6988    feature = "layout",
6989    feature = "design",
6990    feature = "photography",
6991    feature = "devices"
6992))]
6993pub use proportions::*;
6994#[cfg(any(feature = "development", feature = "gaming"))]
6995pub use puzzle::*;
6996#[cfg(any(feature = "shapes", feature = "math", feature = "travel"))]
6997pub use pyramid::*;
6998#[cfg(any(feature = "development", feature = "social"))]
6999pub use qr_code::*;
7000#[cfg(feature = "text")]
7001pub use quote::*;
7002#[cfg(feature = "animals")]
7003pub use rabbit::*;
7004#[cfg(any(
7005    feature = "navigation",
7006    feature = "security",
7007    feature = "communication"
7008))]
7009pub use radar::*;
7010#[cfg(feature = "science")]
7011pub use radiation::*;
7012#[cfg(any(feature = "development", feature = "math"))]
7013pub use radical::*;
7014#[cfg(any(feature = "devices", feature = "multimedia", feature = "social"))]
7015pub use radio::*;
7016#[cfg(feature = "devices")]
7017pub use radio_receiver::*;
7018#[cfg(any(feature = "devices", feature = "multimedia", feature = "social"))]
7019pub use radio_tower::*;
7020#[cfg(any(
7021    feature = "shapes",
7022    feature = "math",
7023    feature = "design",
7024    feature = "tools"
7025))]
7026pub use radius::*;
7027#[cfg(any(feature = "transportation", feature = "navigation"))]
7028pub use rail_symbol::*;
7029#[cfg(feature = "weather")]
7030pub use rainbow::*;
7031#[cfg(feature = "animals")]
7032pub use rat::*;
7033#[cfg(any(feature = "layout", feature = "design", feature = "photography"))]
7034pub use ratio::*;
7035#[cfg(any(feature = "finance", feature = "travel"))]
7036pub use receipt::*;
7037#[cfg(any(feature = "finance", feature = "travel"))]
7038pub use receipt_cent::*;
7039#[cfg(any(feature = "finance", feature = "travel"))]
7040pub use receipt_euro::*;
7041#[cfg(any(feature = "finance", feature = "travel"))]
7042pub use receipt_indian_rupee::*;
7043#[cfg(any(feature = "finance", feature = "travel"))]
7044pub use receipt_japanese_yen::*;
7045#[cfg(any(feature = "finance", feature = "travel"))]
7046pub use receipt_pound_sterling::*;
7047#[cfg(any(feature = "finance", feature = "travel"))]
7048pub use receipt_russian_ruble::*;
7049#[cfg(any(feature = "finance", feature = "travel"))]
7050pub use receipt_swiss_franc::*;
7051#[cfg(any(feature = "finance", feature = "travel"))]
7052pub use receipt_text::*;
7053#[cfg(any(feature = "finance", feature = "travel"))]
7054pub use receipt_turkish_lira::*;
7055#[cfg(any(feature = "development", feature = "text"))]
7056pub use rectangle_circle::*;
7057#[cfg(any(feature = "text", feature = "development"))]
7058pub use rectangle_ellipsis::*;
7059#[cfg(any(
7060    feature = "devices",
7061    feature = "gaming",
7062    feature = "multimedia",
7063    feature = "connectivity"
7064))]
7065pub use rectangle_goggles::*;
7066#[cfg(any(feature = "shapes", feature = "design"))]
7067pub use rectangle_horizontal::*;
7068#[cfg(any(feature = "shapes", feature = "design"))]
7069pub use rectangle_vertical::*;
7070#[cfg(feature = "sustainability")]
7071pub use recycle::*;
7072#[cfg(any(feature = "text", feature = "arrows"))]
7073pub use redo::*;
7074#[cfg(any(feature = "text", feature = "arrows"))]
7075pub use redo_2::*;
7076#[cfg(any(feature = "text", feature = "arrows"))]
7077pub use redo_dot::*;
7078#[cfg(feature = "arrows")]
7079pub use refresh_ccw::*;
7080#[cfg(any(feature = "arrows", feature = "development"))]
7081pub use refresh_ccw_dot::*;
7082#[cfg(feature = "arrows")]
7083pub use refresh_cw::*;
7084#[cfg(feature = "arrows")]
7085pub use refresh_cw_off::*;
7086#[cfg(any(feature = "food-beverage", feature = "home"))]
7087pub use refrigerator::*;
7088#[cfg(any(feature = "text", feature = "development"))]
7089pub use regex::*;
7090#[cfg(feature = "text")]
7091pub use remove_formatting::*;
7092#[cfg(any(feature = "arrows", feature = "multimedia"))]
7093pub use repeat::*;
7094#[cfg(feature = "multimedia")]
7095pub use repeat_1::*;
7096#[cfg(any(feature = "arrows", feature = "social", feature = "multimedia"))]
7097pub use repeat_2::*;
7098#[cfg(feature = "text")]
7099pub use replace::*;
7100#[cfg(feature = "text")]
7101pub use replace_all::*;
7102#[cfg(feature = "mail")]
7103pub use reply::*;
7104#[cfg(feature = "mail")]
7105pub use reply_all::*;
7106#[cfg(any(feature = "arrows", feature = "multimedia"))]
7107pub use rewind::*;
7108#[cfg(any(feature = "social", feature = "medical", feature = "emoji"))]
7109pub use ribbon::*;
7110#[cfg(any(feature = "gaming", feature = "development"))]
7111pub use rocket::*;
7112#[cfg(feature = "home")]
7113pub use rocking_chair::*;
7114#[cfg(feature = "navigation")]
7115pub use roller_coaster::*;
7116#[cfg(any(
7117    feature = "nature",
7118    feature = "seasons",
7119    feature = "sustainability",
7120    feature = "home",
7121    feature = "social"
7122))]
7123pub use rose::*;
7124#[cfg(feature = "design")]
7125pub use rotate_3_d::*;
7126#[cfg(any(feature = "arrows", feature = "design", feature = "photography"))]
7127pub use rotate_ccw::*;
7128#[cfg(any(feature = "security", feature = "account"))]
7129pub use rotate_ccw_key::*;
7130#[cfg(any(
7131    feature = "layout",
7132    feature = "design",
7133    feature = "photography",
7134    feature = "tools",
7135    feature = "arrows"
7136))]
7137pub use rotate_ccw_square::*;
7138#[cfg(any(feature = "arrows", feature = "design", feature = "photography"))]
7139pub use rotate_cw::*;
7140#[cfg(any(
7141    feature = "layout",
7142    feature = "design",
7143    feature = "photography",
7144    feature = "tools",
7145    feature = "arrows"
7146))]
7147pub use rotate_cw_square::*;
7148#[cfg(feature = "navigation")]
7149pub use route::*;
7150#[cfg(feature = "navigation")]
7151pub use route_off::*;
7152#[cfg(any(
7153    feature = "development",
7154    feature = "devices",
7155    feature = "connectivity",
7156    feature = "home"
7157))]
7158pub use router::*;
7159#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
7160pub use rows_2::*;
7161#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
7162pub use rows_3::*;
7163#[cfg(any(feature = "layout", feature = "design", feature = "text"))]
7164pub use rows_4::*;
7165#[cfg(any(feature = "development", feature = "social"))]
7166pub use rss::*;
7167#[cfg(any(feature = "tools", feature = "design", feature = "layout"))]
7168pub use ruler::*;
7169#[cfg(any(feature = "tools", feature = "design", feature = "layout"))]
7170pub use ruler_dimension_line::*;
7171#[cfg(feature = "finance")]
7172pub use russian_ruble::*;
7173#[cfg(any(feature = "transportation", feature = "travel"))]
7174pub use sailboat::*;
7175#[cfg(any(feature = "food-beverage", feature = "emoji"))]
7176pub use salad::*;
7177#[cfg(feature = "food-beverage")]
7178pub use sandwich::*;
7179#[cfg(any(feature = "connectivity", feature = "science"))]
7180pub use satellite::*;
7181#[cfg(any(feature = "connectivity", feature = "devices", feature = "multimedia"))]
7182pub use satellite_dish::*;
7183#[cfg(feature = "finance")]
7184pub use saudi_riyal::*;
7185#[cfg(any(feature = "text", feature = "files"))]
7186pub use save::*;
7187#[cfg(any(feature = "text", feature = "files"))]
7188pub use save_all::*;
7189#[cfg(any(feature = "text", feature = "files"))]
7190pub use save_off::*;
7191#[cfg(feature = "navigation")]
7192pub use scale::*;
7193#[cfg(feature = "design")]
7194pub use scale_3_d::*;
7195#[cfg(feature = "design")]
7196pub use scaling::*;
7197#[cfg(any(
7198    feature = "devices",
7199    feature = "shopping",
7200    feature = "security",
7201    feature = "social",
7202    feature = "gaming"
7203))]
7204pub use scan::*;
7205#[cfg(any(feature = "shopping", feature = "devices"))]
7206pub use scan_barcode::*;
7207#[cfg(any(
7208    feature = "photography",
7209    feature = "multimedia",
7210    feature = "accessibility",
7211    feature = "security",
7212    feature = "devices",
7213    feature = "account"
7214))]
7215pub use scan_eye::*;
7216#[cfg(any(
7217    feature = "account",
7218    feature = "security",
7219    feature = "devices",
7220    feature = "social"
7221))]
7222pub use scan_face::*;
7223#[cfg(feature = "medical")]
7224pub use scan_heart::*;
7225#[cfg(any(feature = "devices", feature = "shopping"))]
7226pub use scan_line::*;
7227#[cfg(any(
7228    feature = "account",
7229    feature = "shopping",
7230    feature = "devices",
7231    feature = "security"
7232))]
7233pub use scan_qr_code::*;
7234#[cfg(any(
7235    feature = "photography",
7236    feature = "multimedia",
7237    feature = "accessibility"
7238))]
7239pub use scan_search::*;
7240#[cfg(any(feature = "text", feature = "devices"))]
7241pub use scan_text::*;
7242#[cfg(any(feature = "buildings", feature = "navigation"))]
7243pub use school::*;
7244#[cfg(any(feature = "text", feature = "design", feature = "tools"))]
7245pub use scissors::*;
7246#[cfg(any(feature = "design", feature = "tools"))]
7247pub use scissors_line_dashed::*;
7248#[cfg(any(
7249    feature = "connectivity",
7250    feature = "devices",
7251    feature = "communication"
7252))]
7253pub use screen_share::*;
7254#[cfg(any(
7255    feature = "connectivity",
7256    feature = "devices",
7257    feature = "communication"
7258))]
7259pub use screen_share_off::*;
7260#[cfg(any(feature = "gaming", feature = "development", feature = "text"))]
7261pub use scroll::*;
7262#[cfg(any(feature = "gaming", feature = "development", feature = "text"))]
7263pub use scroll_text::*;
7264#[cfg(any(feature = "text", feature = "social"))]
7265pub use search::*;
7266#[cfg(any(feature = "text", feature = "social"))]
7267pub use search_check::*;
7268#[cfg(any(feature = "text", feature = "social", feature = "development"))]
7269pub use search_code::*;
7270#[cfg(any(feature = "text", feature = "social"))]
7271pub use search_slash::*;
7272#[cfg(any(feature = "text", feature = "social"))]
7273pub use search_x::*;
7274#[cfg(feature = "text")]
7275pub use section::*;
7276#[cfg(any(feature = "mail", feature = "communication", feature = "connectivity"))]
7277pub use send::*;
7278#[cfg(any(feature = "mail", feature = "communication", feature = "connectivity"))]
7279pub use send_horizontal::*;
7280#[cfg(any(feature = "design", feature = "layout"))]
7281pub use send_to_back::*;
7282#[cfg(any(feature = "text", feature = "arrows", feature = "layout"))]
7283pub use separator_horizontal::*;
7284#[cfg(any(feature = "text", feature = "arrows", feature = "layout"))]
7285pub use separator_vertical::*;
7286#[cfg(any(feature = "development", feature = "devices"))]
7287pub use server::*;
7288#[cfg(any(feature = "development", feature = "devices"))]
7289pub use server_cog::*;
7290#[cfg(any(feature = "development", feature = "devices"))]
7291pub use server_crash::*;
7292#[cfg(any(feature = "development", feature = "devices"))]
7293pub use server_off::*;
7294#[cfg(feature = "account")]
7295pub use settings::*;
7296#[cfg(feature = "account")]
7297pub use settings_2::*;
7298#[cfg(any(feature = "shapes", feature = "gaming"))]
7299pub use shapes::*;
7300#[cfg(any(feature = "account", feature = "social"))]
7301pub use share::*;
7302#[cfg(any(feature = "account", feature = "social"))]
7303pub use share_2::*;
7304#[cfg(any(feature = "text", feature = "files"))]
7305pub use sheet::*;
7306#[cfg(any(
7307    feature = "animals",
7308    feature = "development",
7309    feature = "nature",
7310    feature = "science",
7311    feature = "travel",
7312    feature = "food-beverage",
7313    feature = "home"
7314))]
7315pub use shell::*;
7316#[cfg(any(
7317    feature = "account",
7318    feature = "security",
7319    feature = "development",
7320    feature = "gaming",
7321    feature = "shapes"
7322))]
7323pub use shield::*;
7324#[cfg(any(
7325    feature = "account",
7326    feature = "security",
7327    feature = "development",
7328    feature = "notifications",
7329    feature = "gaming"
7330))]
7331pub use shield_alert::*;
7332#[cfg(any(
7333    feature = "account",
7334    feature = "security",
7335    feature = "development",
7336    feature = "gaming"
7337))]
7338pub use shield_ban::*;
7339#[cfg(any(
7340    feature = "account",
7341    feature = "security",
7342    feature = "development",
7343    feature = "gaming"
7344))]
7345pub use shield_check::*;
7346#[cfg(any(
7347    feature = "account",
7348    feature = "security",
7349    feature = "development",
7350    feature = "gaming"
7351))]
7352pub use shield_ellipsis::*;
7353#[cfg(any(
7354    feature = "account",
7355    feature = "security",
7356    feature = "development",
7357    feature = "gaming"
7358))]
7359pub use shield_half::*;
7360#[cfg(any(
7361    feature = "account",
7362    feature = "security",
7363    feature = "development",
7364    feature = "gaming"
7365))]
7366pub use shield_minus::*;
7367#[cfg(any(
7368    feature = "account",
7369    feature = "security",
7370    feature = "development",
7371    feature = "gaming"
7372))]
7373pub use shield_off::*;
7374#[cfg(any(
7375    feature = "account",
7376    feature = "security",
7377    feature = "development",
7378    feature = "gaming",
7379    feature = "medical"
7380))]
7381pub use shield_plus::*;
7382#[cfg(any(
7383    feature = "account",
7384    feature = "security",
7385    feature = "development",
7386    feature = "gaming"
7387))]
7388pub use shield_question_mark::*;
7389#[cfg(any(feature = "account", feature = "security", feature = "development"))]
7390pub use shield_user::*;
7391#[cfg(any(
7392    feature = "account",
7393    feature = "security",
7394    feature = "development",
7395    feature = "gaming"
7396))]
7397pub use shield_x::*;
7398#[cfg(any(feature = "transportation", feature = "navigation", feature = "travel"))]
7399pub use ship::*;
7400#[cfg(any(feature = "transportation", feature = "navigation", feature = "travel"))]
7401pub use ship_wheel::*;
7402#[cfg(feature = "shopping")]
7403pub use shirt::*;
7404#[cfg(feature = "shopping")]
7405pub use shopping_bag::*;
7406#[cfg(feature = "shopping")]
7407pub use shopping_basket::*;
7408#[cfg(feature = "shopping")]
7409pub use shopping_cart::*;
7410#[cfg(any(feature = "nature", feature = "tools", feature = "gaming"))]
7411pub use shovel::*;
7412#[cfg(any(feature = "home", feature = "travel"))]
7413pub use shower_head::*;
7414#[cfg(any(feature = "mail", feature = "files"))]
7415pub use shredder::*;
7416#[cfg(feature = "animals")]
7417pub use shrimp::*;
7418#[cfg(any(feature = "layout", feature = "arrows"))]
7419pub use shrink::*;
7420#[cfg(feature = "nature")]
7421pub use shrub::*;
7422#[cfg(any(feature = "multimedia", feature = "arrows"))]
7423pub use shuffle::*;
7424#[cfg(any(feature = "text", feature = "math", feature = "science"))]
7425pub use sigma::*;
7426#[cfg(feature = "connectivity")]
7427pub use signal::*;
7428#[cfg(feature = "connectivity")]
7429pub use signal_high::*;
7430#[cfg(feature = "connectivity")]
7431pub use signal_low::*;
7432#[cfg(feature = "connectivity")]
7433pub use signal_medium::*;
7434#[cfg(feature = "connectivity")]
7435pub use signal_zero::*;
7436#[cfg(feature = "text")]
7437pub use signature::*;
7438#[cfg(any(
7439    feature = "arrows",
7440    feature = "navigation",
7441    feature = "development",
7442    feature = "gaming"
7443))]
7444pub use signpost::*;
7445#[cfg(any(
7446    feature = "arrows",
7447    feature = "navigation",
7448    feature = "development",
7449    feature = "gaming"
7450))]
7451pub use signpost_big::*;
7452#[cfg(feature = "medical")]
7453pub use siren::*;
7454#[cfg(any(feature = "multimedia", feature = "arrows"))]
7455pub use skip_back::*;
7456#[cfg(any(feature = "multimedia", feature = "arrows"))]
7457pub use skip_forward::*;
7458#[cfg(feature = "gaming")]
7459pub use skull::*;
7460#[cfg(any(
7461    feature = "account",
7462    feature = "social",
7463    feature = "brands",
7464    feature = "development"
7465))]
7466pub use slack::*;
7467#[cfg(any(feature = "development", feature = "math"))]
7468pub use slash::*;
7469#[cfg(feature = "design")]
7470pub use slice::*;
7471#[cfg(feature = "account")]
7472pub use sliders_horizontal::*;
7473#[cfg(feature = "account")]
7474pub use sliders_vertical::*;
7475#[cfg(any(feature = "connectivity", feature = "devices"))]
7476pub use smartphone::*;
7477#[cfg(any(feature = "connectivity", feature = "devices"))]
7478pub use smartphone_charging::*;
7479#[cfg(any(feature = "communication", feature = "finance", feature = "devices"))]
7480pub use smartphone_nfc::*;
7481#[cfg(any(feature = "emoji", feature = "account"))]
7482pub use smile::*;
7483#[cfg(any(
7484    feature = "emoji",
7485    feature = "social",
7486    feature = "notifications",
7487    feature = "communication"
7488))]
7489pub use smile_plus::*;
7490#[cfg(any(feature = "animals", feature = "food-beverage"))]
7491pub use snail::*;
7492#[cfg(any(feature = "weather", feature = "seasons"))]
7493pub use snowflake::*;
7494#[cfg(any(feature = "home", feature = "travel"))]
7495pub use soap_dispenser_droplet::*;
7496#[cfg(feature = "home")]
7497pub use sofa::*;
7498#[cfg(feature = "food-beverage")]
7499pub use soup::*;
7500#[cfg(feature = "text")]
7501pub use space::*;
7502#[cfg(any(feature = "shapes", feature = "gaming"))]
7503pub use spade::*;
7504#[cfg(feature = "shapes")]
7505pub use sparkle::*;
7506#[cfg(any(
7507    feature = "cursors",
7508    feature = "multimedia",
7509    feature = "gaming",
7510    feature = "weather"
7511))]
7512pub use sparkles::*;
7513#[cfg(any(feature = "multimedia", feature = "devices"))]
7514pub use speaker::*;
7515#[cfg(any(feature = "accessibility", feature = "communication"))]
7516pub use speech::*;
7517#[cfg(any(feature = "text", feature = "development"))]
7518pub use spell_check::*;
7519#[cfg(any(feature = "text", feature = "development"))]
7520pub use spell_check_2::*;
7521#[cfg(feature = "design")]
7522pub use spline::*;
7523#[cfg(any(
7524    feature = "arrows",
7525    feature = "cursors",
7526    feature = "design",
7527    feature = "tools"
7528))]
7529pub use spline_pointer::*;
7530#[cfg(any(feature = "development", feature = "arrows"))]
7531pub use split::*;
7532#[cfg(any(feature = "communication", feature = "tools", feature = "social"))]
7533pub use spool::*;
7534#[cfg(any(
7535    feature = "devices",
7536    feature = "photography",
7537    feature = "multimedia",
7538    feature = "communication"
7539))]
7540pub use spotlight::*;
7541#[cfg(any(feature = "design", feature = "tools"))]
7542pub use spray_can::*;
7543#[cfg(any(feature = "nature", feature = "gaming", feature = "sustainability"))]
7544pub use sprout::*;
7545#[cfg(any(feature = "shapes", feature = "multimedia"))]
7546pub use square::*;
7547#[cfg(any(
7548    feature = "medical",
7549    feature = "social",
7550    feature = "science",
7551    feature = "multimedia"
7552))]
7553pub use square_activity::*;
7554#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
7555pub use square_arrow_down::*;
7556#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
7557pub use square_arrow_down_left::*;
7558#[cfg(any(feature = "arrows", feature = "navigation", feature = "gaming"))]
7559pub use square_arrow_down_right::*;
7560#[cfg(any(feature = "arrows", feature = "navigation"))]
7561pub use square_arrow_left::*;
7562#[cfg(any(feature = "arrows", feature = "navigation"))]
7563pub use square_arrow_out_down_left::*;
7564#[cfg(any(feature = "arrows", feature = "navigation"))]
7565pub use square_arrow_out_down_right::*;
7566#[cfg(any(feature = "arrows", feature = "navigation"))]
7567pub use square_arrow_out_up_left::*;
7568#[cfg(any(feature = "arrows", feature = "navigation", feature = "social"))]
7569pub use square_arrow_out_up_right::*;
7570#[cfg(any(feature = "arrows", feature = "navigation"))]
7571pub use square_arrow_right::*;
7572#[cfg(any(feature = "arrows", feature = "navigation"))]
7573pub use square_arrow_up::*;
7574#[cfg(any(feature = "arrows", feature = "navigation"))]
7575pub use square_arrow_up_left::*;
7576#[cfg(any(feature = "arrows", feature = "navigation", feature = "social"))]
7577pub use square_arrow_up_right::*;
7578#[cfg(any(
7579    feature = "text",
7580    feature = "security",
7581    feature = "math",
7582    feature = "development"
7583))]
7584pub use square_asterisk::*;
7585#[cfg(any(
7586    feature = "text",
7587    feature = "design",
7588    feature = "tools",
7589    feature = "files",
7590    feature = "development"
7591))]
7592pub use square_bottom_dashed_scissors::*;
7593#[cfg(any(
7594    feature = "charts",
7595    feature = "time",
7596    feature = "development",
7597    feature = "design"
7598))]
7599pub use square_chart_gantt::*;
7600#[cfg(feature = "notifications")]
7601pub use square_check::*;
7602#[cfg(feature = "notifications")]
7603pub use square_check_big::*;
7604#[cfg(any(feature = "arrows", feature = "navigation"))]
7605pub use square_chevron_down::*;
7606#[cfg(any(feature = "arrows", feature = "navigation"))]
7607pub use square_chevron_left::*;
7608#[cfg(any(feature = "arrows", feature = "navigation", feature = "development"))]
7609pub use square_chevron_right::*;
7610#[cfg(any(feature = "arrows", feature = "navigation", feature = "math"))]
7611pub use square_chevron_up::*;
7612#[cfg(any(feature = "text", feature = "development"))]
7613pub use square_code::*;
7614#[cfg(any(feature = "text", feature = "design"))]
7615pub use square_dashed::*;
7616#[cfg(any(feature = "development", feature = "files"))]
7617pub use square_dashed_bottom::*;
7618#[cfg(any(feature = "development", feature = "files"))]
7619pub use square_dashed_bottom_code::*;
7620#[cfg(any(feature = "charts", feature = "development", feature = "design"))]
7621pub use square_dashed_kanban::*;
7622#[cfg(any(
7623    feature = "arrows",
7624    feature = "cursors",
7625    feature = "development",
7626    feature = "tools"
7627))]
7628pub use square_dashed_mouse_pointer::*;
7629#[cfg(any(feature = "design", feature = "development", feature = "layout"))]
7630pub use square_dashed_top_solid::*;
7631#[cfg(feature = "math")]
7632pub use square_divide::*;
7633#[cfg(feature = "development")]
7634pub use square_dot::*;
7635#[cfg(feature = "math")]
7636pub use square_equal::*;
7637#[cfg(any(feature = "development", feature = "math"))]
7638pub use square_function::*;
7639#[cfg(any(feature = "charts", feature = "development", feature = "design"))]
7640pub use square_kanban::*;
7641#[cfg(any(
7642    feature = "text",
7643    feature = "photography",
7644    feature = "multimedia",
7645    feature = "navigation",
7646    feature = "development"
7647))]
7648pub use square_library::*;
7649#[cfg(any(feature = "transportation", feature = "navigation"))]
7650pub use square_m::*;
7651#[cfg(feature = "layout")]
7652pub use square_menu::*;
7653#[cfg(any(
7654    feature = "math",
7655    feature = "development",
7656    feature = "text",
7657    feature = "tools",
7658    feature = "devices"
7659))]
7660pub use square_minus::*;
7661#[cfg(any(
7662    feature = "arrows",
7663    feature = "cursors",
7664    feature = "development",
7665    feature = "tools"
7666))]
7667pub use square_mouse_pointer::*;
7668#[cfg(any(feature = "transportation", feature = "navigation"))]
7669pub use square_parking::*;
7670#[cfg(any(feature = "transportation", feature = "navigation"))]
7671pub use square_parking_off::*;
7672#[cfg(feature = "multimedia")]
7673pub use square_pause::*;
7674#[cfg(feature = "text")]
7675pub use square_pen::*;
7676#[cfg(any(
7677    feature = "social",
7678    feature = "finance",
7679    feature = "shopping",
7680    feature = "math"
7681))]
7682pub use square_percent::*;
7683#[cfg(any(feature = "development", feature = "math"))]
7684pub use square_pi::*;
7685#[cfg(feature = "text")]
7686pub use square_pilcrow::*;
7687#[cfg(any(feature = "arrows", feature = "multimedia"))]
7688pub use square_play::*;
7689#[cfg(any(
7690    feature = "math",
7691    feature = "tools",
7692    feature = "development",
7693    feature = "text"
7694))]
7695pub use square_plus::*;
7696#[cfg(feature = "connectivity")]
7697pub use square_power::*;
7698#[cfg(any(feature = "development", feature = "math"))]
7699pub use square_radical::*;
7700#[cfg(any(feature = "design", feature = "development", feature = "layout"))]
7701pub use square_round_corner::*;
7702#[cfg(any(
7703    feature = "text",
7704    feature = "design",
7705    feature = "tools",
7706    feature = "files",
7707    feature = "development"
7708))]
7709pub use square_scissors::*;
7710#[cfg(any(feature = "text", feature = "math"))]
7711pub use square_sigma::*;
7712#[cfg(any(feature = "development", feature = "math"))]
7713pub use square_slash::*;
7714#[cfg(feature = "layout")]
7715pub use square_split_horizontal::*;
7716#[cfg(feature = "layout")]
7717pub use square_split_vertical::*;
7718#[cfg(feature = "layout")]
7719pub use square_square::*;
7720#[cfg(any(feature = "text", feature = "files", feature = "development"))]
7721pub use square_stack::*;
7722#[cfg(any(feature = "sports", feature = "gaming"))]
7723pub use square_star::*;
7724#[cfg(feature = "multimedia")]
7725pub use square_stop::*;
7726#[cfg(feature = "development")]
7727pub use square_terminal::*;
7728#[cfg(feature = "account")]
7729pub use square_user::*;
7730#[cfg(feature = "account")]
7731pub use square_user_round::*;
7732#[cfg(any(feature = "math", feature = "notifications"))]
7733pub use square_x::*;
7734#[cfg(feature = "design")]
7735pub use squares_exclude::*;
7736#[cfg(feature = "design")]
7737pub use squares_intersect::*;
7738#[cfg(feature = "design")]
7739pub use squares_subtract::*;
7740#[cfg(feature = "design")]
7741pub use squares_unite::*;
7742#[cfg(feature = "shapes")]
7743pub use squircle::*;
7744#[cfg(any(feature = "development", feature = "shapes", feature = "design"))]
7745pub use squircle_dashed::*;
7746#[cfg(feature = "animals")]
7747pub use squirrel::*;
7748#[cfg(any(feature = "design", feature = "cursors", feature = "tools"))]
7749pub use stamp::*;
7750#[cfg(any(
7751    feature = "account",
7752    feature = "social",
7753    feature = "shapes",
7754    feature = "multimedia",
7755    feature = "weather",
7756    feature = "emoji",
7757    feature = "gaming"
7758))]
7759pub use star::*;
7760#[cfg(any(feature = "social", feature = "multimedia"))]
7761pub use star_half::*;
7762#[cfg(any(feature = "multimedia", feature = "social"))]
7763pub use star_off::*;
7764#[cfg(any(feature = "multimedia", feature = "arrows"))]
7765pub use step_back::*;
7766#[cfg(any(feature = "multimedia", feature = "arrows"))]
7767pub use step_forward::*;
7768#[cfg(any(feature = "science", feature = "medical"))]
7769pub use stethoscope::*;
7770#[cfg(feature = "social")]
7771pub use sticker::*;
7772#[cfg(any(feature = "text", feature = "social"))]
7773pub use sticky_note::*;
7774#[cfg(any(feature = "buildings", feature = "navigation", feature = "shopping"))]
7775pub use store::*;
7776#[cfg(feature = "layout")]
7777pub use stretch_horizontal::*;
7778#[cfg(feature = "layout")]
7779pub use stretch_vertical::*;
7780#[cfg(feature = "text")]
7781pub use strikethrough::*;
7782#[cfg(feature = "text")]
7783pub use subscript::*;
7784#[cfg(any(
7785    feature = "accessibility",
7786    feature = "weather",
7787    feature = "seasons",
7788    feature = "sustainability"
7789))]
7790pub use sun::*;
7791#[cfg(any(feature = "accessibility", feature = "weather"))]
7792pub use sun_dim::*;
7793#[cfg(any(feature = "accessibility", feature = "weather"))]
7794pub use sun_medium::*;
7795#[cfg(feature = "accessibility")]
7796pub use sun_moon::*;
7797#[cfg(feature = "weather")]
7798pub use sun_snow::*;
7799#[cfg(any(feature = "arrows", feature = "weather", feature = "time"))]
7800pub use sunrise::*;
7801#[cfg(any(feature = "arrows", feature = "weather"))]
7802pub use sunset::*;
7803#[cfg(feature = "text")]
7804pub use superscript::*;
7805#[cfg(any(feature = "design", feature = "home", feature = "photography"))]
7806pub use swatch_book::*;
7807#[cfg(feature = "finance")]
7808pub use swiss_franc::*;
7809#[cfg(any(feature = "communication", feature = "devices"))]
7810pub use switch_camera::*;
7811#[cfg(any(feature = "gaming", feature = "tools"))]
7812pub use sword::*;
7813#[cfg(any(feature = "gaming", feature = "tools"))]
7814pub use swords::*;
7815#[cfg(any(feature = "science", feature = "medical"))]
7816pub use syringe::*;
7817#[cfg(any(feature = "text", feature = "files"))]
7818pub use table::*;
7819#[cfg(any(feature = "text", feature = "files"))]
7820pub use table_2::*;
7821#[cfg(any(feature = "text", feature = "files"))]
7822pub use table_cells_merge::*;
7823#[cfg(any(feature = "text", feature = "files"))]
7824pub use table_cells_split::*;
7825#[cfg(any(feature = "text", feature = "files"))]
7826pub use table_columns_split::*;
7827#[cfg(feature = "text")]
7828pub use table_of_contents::*;
7829#[cfg(any(feature = "text", feature = "development", feature = "files"))]
7830pub use table_properties::*;
7831#[cfg(any(feature = "text", feature = "files"))]
7832pub use table_rows_split::*;
7833#[cfg(feature = "devices")]
7834pub use tablet::*;
7835#[cfg(any(
7836    feature = "devices",
7837    feature = "design",
7838    feature = "development",
7839    feature = "tools"
7840))]
7841pub use tablet_smartphone::*;
7842#[cfg(feature = "medical")]
7843pub use tablets::*;
7844#[cfg(feature = "account")]
7845pub use tag::*;
7846#[cfg(feature = "account")]
7847pub use tags::*;
7848#[cfg(any(feature = "math", feature = "gaming"))]
7849pub use tally_1::*;
7850#[cfg(any(feature = "math", feature = "gaming"))]
7851pub use tally_2::*;
7852#[cfg(any(feature = "math", feature = "gaming"))]
7853pub use tally_3::*;
7854#[cfg(any(feature = "math", feature = "gaming"))]
7855pub use tally_4::*;
7856#[cfg(any(feature = "math", feature = "gaming"))]
7857pub use tally_5::*;
7858#[cfg(any(
7859    feature = "shapes",
7860    feature = "math",
7861    feature = "design",
7862    feature = "tools"
7863))]
7864pub use tangent::*;
7865#[cfg(any(feature = "brands", feature = "gaming"))]
7866pub use target::*;
7867#[cfg(any(feature = "science", feature = "development", feature = "tools"))]
7868pub use telescope::*;
7869#[cfg(any(feature = "travel", feature = "nature", feature = "sustainability"))]
7870pub use tent::*;
7871#[cfg(any(feature = "travel", feature = "nature"))]
7872pub use tent_tree::*;
7873#[cfg(feature = "development")]
7874pub use terminal::*;
7875#[cfg(feature = "science")]
7876pub use test_tube::*;
7877#[cfg(feature = "science")]
7878pub use test_tube_diagonal::*;
7879#[cfg(feature = "science")]
7880pub use test_tubes::*;
7881#[cfg(feature = "text")]
7882pub use text_align_center::*;
7883#[cfg(feature = "text")]
7884pub use text_align_end::*;
7885#[cfg(feature = "text")]
7886pub use text_align_justify::*;
7887#[cfg(feature = "text")]
7888pub use text_align_start::*;
7889#[cfg(any(feature = "text", feature = "cursors"))]
7890pub use text_cursor::*;
7891#[cfg(any(feature = "text", feature = "layout"))]
7892pub use text_cursor_input::*;
7893#[cfg(feature = "text")]
7894pub use text_initial::*;
7895#[cfg(feature = "text")]
7896pub use text_quote::*;
7897#[cfg(feature = "text")]
7898pub use text_search::*;
7899#[cfg(any(feature = "text", feature = "cursors"))]
7900pub use text_select::*;
7901#[cfg(any(feature = "text", feature = "arrows"))]
7902pub use text_wrap::*;
7903#[cfg(any(feature = "buildings", feature = "social"))]
7904pub use theater::*;
7905#[cfg(feature = "weather")]
7906pub use thermometer::*;
7907#[cfg(feature = "weather")]
7908pub use thermometer_snowflake::*;
7909#[cfg(feature = "weather")]
7910pub use thermometer_sun::*;
7911#[cfg(any(feature = "account", feature = "social", feature = "emoji"))]
7912pub use thumbs_down::*;
7913#[cfg(any(feature = "account", feature = "social", feature = "emoji"))]
7914pub use thumbs_up::*;
7915#[cfg(any(feature = "account", feature = "transportation"))]
7916pub use ticket::*;
7917#[cfg(feature = "transportation")]
7918pub use ticket_check::*;
7919#[cfg(feature = "transportation")]
7920pub use ticket_minus::*;
7921#[cfg(any(feature = "transportation", feature = "shopping"))]
7922pub use ticket_percent::*;
7923#[cfg(feature = "transportation")]
7924pub use ticket_plus::*;
7925#[cfg(feature = "transportation")]
7926pub use ticket_slash::*;
7927#[cfg(feature = "transportation")]
7928pub use ticket_x::*;
7929#[cfg(any(feature = "travel", feature = "account", feature = "transportation"))]
7930pub use tickets::*;
7931#[cfg(any(feature = "transportation", feature = "travel"))]
7932pub use tickets_plane::*;
7933#[cfg(feature = "time")]
7934pub use timer::*;
7935#[cfg(feature = "time")]
7936pub use timer_off::*;
7937#[cfg(feature = "time")]
7938pub use timer_reset::*;
7939#[cfg(any(feature = "layout", feature = "account", feature = "development"))]
7940pub use toggle_left::*;
7941#[cfg(any(feature = "layout", feature = "account", feature = "development"))]
7942pub use toggle_right::*;
7943#[cfg(any(feature = "devices", feature = "home"))]
7944pub use toilet::*;
7945#[cfg(any(feature = "tools", feature = "development", feature = "home"))]
7946pub use tool_case::*;
7947#[cfg(feature = "weather")]
7948pub use tornado::*;
7949#[cfg(any(
7950    feature = "shapes",
7951    feature = "design",
7952    feature = "tools",
7953    feature = "food-beverage"
7954))]
7955pub use torus::*;
7956#[cfg(feature = "devices")]
7957pub use touchpad::*;
7958#[cfg(feature = "devices")]
7959pub use touchpad_off::*;
7960#[cfg(any(feature = "travel", feature = "transportation"))]
7961pub use tower_control::*;
7962#[cfg(any(feature = "gaming", feature = "development"))]
7963pub use toy_brick::*;
7964#[cfg(any(
7965    feature = "transportation",
7966    feature = "sustainability",
7967    feature = "food-beverage"
7968))]
7969pub use tractor::*;
7970#[cfg(feature = "transportation")]
7971pub use traffic_cone::*;
7972#[cfg(feature = "transportation")]
7973pub use train_front::*;
7974#[cfg(any(feature = "transportation", feature = "navigation"))]
7975pub use train_front_tunnel::*;
7976#[cfg(any(feature = "transportation", feature = "navigation"))]
7977pub use train_track::*;
7978#[cfg(feature = "transportation")]
7979pub use tram_front::*;
7980#[cfg(any(feature = "medical", feature = "accessibility"))]
7981pub use transgender::*;
7982#[cfg(any(feature = "files", feature = "mail"))]
7983pub use trash::*;
7984#[cfg(any(feature = "files", feature = "mail"))]
7985pub use trash_2::*;
7986#[cfg(any(feature = "nature", feature = "sustainability"))]
7987pub use tree_deciduous::*;
7988#[cfg(any(feature = "nature", feature = "sustainability"))]
7989pub use tree_palm::*;
7990#[cfg(any(feature = "nature", feature = "sustainability"))]
7991pub use tree_pine::*;
7992#[cfg(any(feature = "nature", feature = "sustainability"))]
7993pub use trees::*;
7994#[cfg(any(feature = "account", feature = "brands", feature = "development"))]
7995pub use trello::*;
7996#[cfg(any(feature = "charts", feature = "arrows"))]
7997pub use trending_down::*;
7998#[cfg(any(feature = "charts", feature = "arrows"))]
7999pub use trending_up::*;
8000#[cfg(any(feature = "charts", feature = "arrows"))]
8001pub use trending_up_down::*;
8002#[cfg(feature = "shapes")]
8003pub use triangle::*;
8004#[cfg(any(feature = "notifications", feature = "shapes", feature = "development"))]
8005pub use triangle_alert::*;
8006#[cfg(feature = "shapes")]
8007pub use triangle_dashed::*;
8008#[cfg(any(feature = "shapes", feature = "math"))]
8009pub use triangle_right::*;
8010#[cfg(any(feature = "sports", feature = "gaming"))]
8011pub use trophy::*;
8012#[cfg(feature = "transportation")]
8013pub use truck::*;
8014#[cfg(feature = "transportation")]
8015pub use truck_electric::*;
8016#[cfg(feature = "finance")]
8017pub use turkish_lira::*;
8018#[cfg(any(feature = "multimedia", feature = "home"))]
8019pub use turntable::*;
8020#[cfg(feature = "animals")]
8021pub use turtle::*;
8022#[cfg(any(feature = "devices", feature = "multimedia", feature = "communication"))]
8023pub use tv::*;
8024#[cfg(any(feature = "devices", feature = "multimedia"))]
8025pub use tv_minimal::*;
8026#[cfg(any(feature = "devices", feature = "multimedia"))]
8027pub use tv_minimal_play::*;
8028#[cfg(any(
8029    feature = "brands",
8030    feature = "social",
8031    feature = "account",
8032    feature = "gaming"
8033))]
8034pub use twitch::*;
8035#[cfg(any(feature = "brands", feature = "social", feature = "account"))]
8036pub use twitter::*;
8037#[cfg(feature = "text")]
8038pub use r#type::*;
8039#[cfg(feature = "text")]
8040pub use type_outline::*;
8041#[cfg(feature = "weather")]
8042pub use umbrella::*;
8043#[cfg(feature = "weather")]
8044pub use umbrella_off::*;
8045#[cfg(feature = "text")]
8046pub use underline::*;
8047#[cfg(any(feature = "text", feature = "arrows"))]
8048pub use undo::*;
8049#[cfg(any(feature = "text", feature = "arrows"))]
8050pub use undo_2::*;
8051#[cfg(any(feature = "text", feature = "arrows"))]
8052pub use undo_dot::*;
8053#[cfg(any(feature = "arrows", feature = "layout"))]
8054pub use unfold_horizontal::*;
8055#[cfg(any(feature = "arrows", feature = "layout"))]
8056pub use unfold_vertical::*;
8057#[cfg(any(feature = "shapes", feature = "files"))]
8058pub use ungroup::*;
8059#[cfg(any(feature = "buildings", feature = "navigation"))]
8060pub use university::*;
8061#[cfg(feature = "text")]
8062pub use unlink::*;
8063#[cfg(feature = "text")]
8064pub use unlink_2::*;
8065#[cfg(any(feature = "devices", feature = "development"))]
8066pub use unplug::*;
8067#[cfg(any(feature = "arrows", feature = "files"))]
8068pub use upload::*;
8069#[cfg(any(feature = "devices", feature = "multimedia", feature = "home"))]
8070pub use usb::*;
8071#[cfg(feature = "account")]
8072pub use user::*;
8073#[cfg(feature = "account")]
8074pub use user_check::*;
8075#[cfg(feature = "account")]
8076pub use user_cog::*;
8077#[cfg(any(feature = "account", feature = "security"))]
8078pub use user_lock::*;
8079#[cfg(feature = "account")]
8080pub use user_minus::*;
8081#[cfg(feature = "account")]
8082pub use user_pen::*;
8083#[cfg(feature = "account")]
8084pub use user_plus::*;
8085#[cfg(feature = "account")]
8086pub use user_round::*;
8087#[cfg(feature = "account")]
8088pub use user_round_check::*;
8089#[cfg(feature = "account")]
8090pub use user_round_cog::*;
8091#[cfg(feature = "account")]
8092pub use user_round_minus::*;
8093#[cfg(feature = "account")]
8094pub use user_round_pen::*;
8095#[cfg(feature = "account")]
8096pub use user_round_plus::*;
8097#[cfg(any(feature = "account", feature = "social"))]
8098pub use user_round_search::*;
8099#[cfg(feature = "account")]
8100pub use user_round_x::*;
8101#[cfg(any(feature = "account", feature = "social"))]
8102pub use user_search::*;
8103#[cfg(feature = "account")]
8104pub use user_star::*;
8105#[cfg(feature = "account")]
8106pub use user_x::*;
8107#[cfg(feature = "account")]
8108pub use users::*;
8109#[cfg(feature = "account")]
8110pub use users_round::*;
8111#[cfg(any(feature = "food-beverage", feature = "travel", feature = "navigation"))]
8112pub use utensils::*;
8113#[cfg(any(feature = "food-beverage", feature = "travel", feature = "navigation"))]
8114pub use utensils_crossed::*;
8115#[cfg(any(feature = "buildings", feature = "home", feature = "sustainability"))]
8116pub use utility_pole::*;
8117#[cfg(any(feature = "development", feature = "math"))]
8118pub use variable::*;
8119#[cfg(any(feature = "security", feature = "travel", feature = "home"))]
8120pub use vault::*;
8121#[cfg(any(
8122    feature = "shapes",
8123    feature = "math",
8124    feature = "design",
8125    feature = "tools"
8126))]
8127pub use vector_square::*;
8128#[cfg(any(feature = "food-beverage", feature = "sustainability"))]
8129pub use vegan::*;
8130#[cfg(any(feature = "account", feature = "gaming"))]
8131pub use venetian_mask::*;
8132#[cfg(feature = "medical")]
8133pub use venus::*;
8134#[cfg(feature = "medical")]
8135pub use venus_and_mars::*;
8136#[cfg(any(
8137    feature = "devices",
8138    feature = "connectivity",
8139    feature = "account",
8140    feature = "notifications"
8141))]
8142pub use vibrate::*;
8143#[cfg(any(feature = "devices", feature = "connectivity", feature = "account"))]
8144pub use vibrate_off::*;
8145#[cfg(any(
8146    feature = "devices",
8147    feature = "communication",
8148    feature = "connectivity",
8149    feature = "photography"
8150))]
8151pub use video::*;
8152#[cfg(any(
8153    feature = "devices",
8154    feature = "communication",
8155    feature = "connectivity",
8156    feature = "photography"
8157))]
8158pub use video_off::*;
8159#[cfg(any(
8160    feature = "devices",
8161    feature = "communication",
8162    feature = "connectivity",
8163    feature = "photography",
8164    feature = "files"
8165))]
8166pub use videotape::*;
8167#[cfg(any(feature = "design", feature = "photography"))]
8168pub use view::*;
8169#[cfg(any(feature = "connectivity", feature = "devices", feature = "social"))]
8170pub use voicemail::*;
8171#[cfg(any(feature = "sports", feature = "gaming", feature = "travel"))]
8172pub use volleyball::*;
8173#[cfg(any(
8174    feature = "connectivity",
8175    feature = "communication",
8176    feature = "multimedia"
8177))]
8178pub use volume::*;
8179#[cfg(any(
8180    feature = "connectivity",
8181    feature = "communication",
8182    feature = "multimedia"
8183))]
8184pub use volume_1::*;
8185#[cfg(any(
8186    feature = "connectivity",
8187    feature = "communication",
8188    feature = "multimedia"
8189))]
8190pub use volume_2::*;
8191#[cfg(any(
8192    feature = "connectivity",
8193    feature = "communication",
8194    feature = "multimedia"
8195))]
8196pub use volume_off::*;
8197#[cfg(any(
8198    feature = "connectivity",
8199    feature = "communication",
8200    feature = "multimedia"
8201))]
8202pub use volume_x::*;
8203#[cfg(feature = "social")]
8204pub use vote::*;
8205#[cfg(any(feature = "account", feature = "finance"))]
8206pub use wallet::*;
8207#[cfg(any(feature = "account", feature = "finance"))]
8208pub use wallet_cards::*;
8209#[cfg(any(feature = "account", feature = "finance"))]
8210pub use wallet_minimal::*;
8211#[cfg(any(feature = "account", feature = "devices"))]
8212pub use wallpaper::*;
8213#[cfg(any(
8214    feature = "design",
8215    feature = "gaming",
8216    feature = "cursors",
8217    feature = "photography"
8218))]
8219pub use wand::*;
8220#[cfg(any(
8221    feature = "design",
8222    feature = "gaming",
8223    feature = "cursors",
8224    feature = "photography"
8225))]
8226pub use wand_sparkles::*;
8227#[cfg(any(feature = "buildings", feature = "navigation"))]
8228pub use warehouse::*;
8229#[cfg(any(feature = "home", feature = "devices", feature = "travel"))]
8230pub use washing_machine::*;
8231#[cfg(feature = "time")]
8232pub use watch::*;
8233#[cfg(any(
8234    feature = "weather",
8235    feature = "navigation",
8236    feature = "multimedia",
8237    feature = "sustainability"
8238))]
8239pub use waves::*;
8240#[cfg(any(feature = "sports", feature = "home"))]
8241pub use waves_ladder::*;
8242#[cfg(any(
8243    feature = "security",
8244    feature = "account",
8245    feature = "navigation",
8246    feature = "development",
8247    feature = "social"
8248))]
8249pub use waypoints::*;
8250#[cfg(any(
8251    feature = "connectivity",
8252    feature = "devices",
8253    feature = "communication"
8254))]
8255pub use webcam::*;
8256#[cfg(any(feature = "development", feature = "social", feature = "account"))]
8257pub use webhook::*;
8258#[cfg(any(feature = "development", feature = "social", feature = "account"))]
8259pub use webhook_off::*;
8260#[cfg(feature = "math")]
8261pub use weight::*;
8262#[cfg(feature = "food-beverage")]
8263pub use wheat::*;
8264#[cfg(feature = "food-beverage")]
8265pub use wheat_off::*;
8266#[cfg(feature = "text")]
8267pub use whole_word::*;
8268#[cfg(any(feature = "connectivity", feature = "devices"))]
8269pub use wifi::*;
8270#[cfg(any(feature = "connectivity", feature = "devices", feature = "files"))]
8271pub use wifi_cog::*;
8272#[cfg(any(feature = "connectivity", feature = "devices"))]
8273pub use wifi_high::*;
8274#[cfg(any(feature = "connectivity", feature = "devices"))]
8275pub use wifi_low::*;
8276#[cfg(any(feature = "connectivity", feature = "devices"))]
8277pub use wifi_off::*;
8278#[cfg(any(feature = "connectivity", feature = "devices"))]
8279pub use wifi_pen::*;
8280#[cfg(any(feature = "connectivity", feature = "devices"))]
8281pub use wifi_sync::*;
8282#[cfg(any(feature = "connectivity", feature = "devices"))]
8283pub use wifi_zero::*;
8284#[cfg(any(feature = "weather", feature = "sustainability"))]
8285pub use wind::*;
8286#[cfg(any(feature = "weather", feature = "sustainability"))]
8287pub use wind_arrow_down::*;
8288#[cfg(feature = "food-beverage")]
8289pub use wine::*;
8290#[cfg(feature = "food-beverage")]
8291pub use wine_off::*;
8292#[cfg(feature = "development")]
8293pub use workflow::*;
8294#[cfg(any(feature = "animals", feature = "security"))]
8295pub use worm::*;
8296#[cfg(any(feature = "account", feature = "development", feature = "tools"))]
8297pub use wrench::*;
8298#[cfg(any(feature = "notifications", feature = "math"))]
8299pub use x::*;
8300#[cfg(any(feature = "multimedia", feature = "social", feature = "brands"))]
8301pub use youtube::*;
8302#[cfg(any(
8303    feature = "connectivity",
8304    feature = "devices",
8305    feature = "photography",
8306    feature = "weather"
8307))]
8308pub use zap::*;
8309#[cfg(any(
8310    feature = "connectivity",
8311    feature = "devices",
8312    feature = "photography",
8313    feature = "weather"
8314))]
8315pub use zap_off::*;
8316#[cfg(any(
8317    feature = "accessibility",
8318    feature = "layout",
8319    feature = "design",
8320    feature = "text",
8321    feature = "photography"
8322))]
8323pub use zoom_in::*;
8324#[cfg(any(
8325    feature = "accessibility",
8326    feature = "layout",
8327    feature = "design",
8328    feature = "text",
8329    feature = "photography"
8330))]
8331pub use zoom_out::*;