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