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