@@ -1137,7 +1137,7 @@ mod cross;
11371137mod crosshair;
11381138#[ cfg( feature = "gaming" ) ]
11391139mod crown;
1140- #[ cfg( any( feature = "shapes" , feature = "math" , feature = "buildings " ) ) ]
1140+ #[ cfg( any( feature = "shapes" , feature = "math" , feature = "food-beverage " ) ) ]
11411141mod cuboid;
11421142#[ cfg( feature = "food-beverage" ) ]
11431143mod cup_soda;
@@ -1505,6 +1505,8 @@ mod fish_off;
15051505mod fish_symbol;
15061506#[ cfg( any( feature = "sports" , feature = "travel" ) ) ]
15071507mod fishing_hook;
1508+ #[ cfg( any( feature = "sports" , feature = "travel" ) ) ]
1509+ mod fishing_rod;
15081510#[ cfg( any( feature = "account" , feature = "social" ) ) ]
15091511mod flag;
15101512#[ cfg( any( feature = "account" , feature = "social" ) ) ]
@@ -4247,6 +4249,32 @@ mod zap;
42474249 feature = "weather"
42484250) ) ]
42494251mod zap_off;
4252+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4253+ mod zodiac_aquarius;
4254+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4255+ mod zodiac_aries;
4256+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4257+ mod zodiac_cancer;
4258+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4259+ mod zodiac_capricorn;
4260+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4261+ mod zodiac_gemini;
4262+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4263+ mod zodiac_leo;
4264+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4265+ mod zodiac_libra;
4266+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4267+ mod zodiac_ophiuchus;
4268+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4269+ mod zodiac_pisces;
4270+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4271+ mod zodiac_sagittarius;
4272+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4273+ mod zodiac_scorpio;
4274+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4275+ mod zodiac_taurus;
4276+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
4277+ mod zodiac_virgo;
42504278#[ cfg( any(
42514279 feature = "accessibility" ,
42524280 feature = "layout" ,
@@ -5397,7 +5425,7 @@ pub use cross::*;
53975425pub use crosshair:: * ;
53985426#[ cfg( feature = "gaming" ) ]
53995427pub use crown:: * ;
5400- #[ cfg( any( feature = "shapes" , feature = "math" , feature = "buildings " ) ) ]
5428+ #[ cfg( any( feature = "shapes" , feature = "math" , feature = "food-beverage " ) ) ]
54015429pub use cuboid:: * ;
54025430#[ cfg( feature = "food-beverage" ) ]
54035431pub use cup_soda:: * ;
@@ -5765,6 +5793,8 @@ pub use fish_off::*;
57655793pub use fish_symbol:: * ;
57665794#[ cfg( any( feature = "sports" , feature = "travel" ) ) ]
57675795pub use fishing_hook:: * ;
5796+ #[ cfg( any( feature = "sports" , feature = "travel" ) ) ]
5797+ pub use fishing_rod:: * ;
57685798#[ cfg( any( feature = "account" , feature = "social" ) ) ]
57695799pub use flag:: * ;
57705800#[ cfg( any( feature = "account" , feature = "social" ) ) ]
@@ -8507,6 +8537,32 @@ pub use zap::*;
85078537 feature = "weather"
85088538) ) ]
85098539pub use zap_off:: * ;
8540+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8541+ pub use zodiac_aquarius:: * ;
8542+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8543+ pub use zodiac_aries:: * ;
8544+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8545+ pub use zodiac_cancer:: * ;
8546+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8547+ pub use zodiac_capricorn:: * ;
8548+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8549+ pub use zodiac_gemini:: * ;
8550+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8551+ pub use zodiac_leo:: * ;
8552+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8553+ pub use zodiac_libra:: * ;
8554+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8555+ pub use zodiac_ophiuchus:: * ;
8556+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8557+ pub use zodiac_pisces:: * ;
8558+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8559+ pub use zodiac_sagittarius:: * ;
8560+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8561+ pub use zodiac_scorpio:: * ;
8562+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8563+ pub use zodiac_taurus:: * ;
8564+ #[ cfg( any( feature = "social" , feature = "emoji" ) ) ]
8565+ pub use zodiac_virgo:: * ;
85108566#[ cfg( any(
85118567 feature = "accessibility" ,
85128568 feature = "layout" ,
0 commit comments