@@ -2466,6 +2466,8 @@ mod mountain_snow;
24662466#[ cfg( feature = "devices" ) ]
24672467mod mouse;
24682468#[ cfg( feature = "devices" ) ]
2469+ mod mouse_left;
2470+ #[ cfg( feature = "devices" ) ]
24692471mod mouse_off;
24702472#[ cfg( any( feature = "arrows" , feature = "cursors" ) ) ]
24712473mod mouse_pointer;
@@ -2477,6 +2479,8 @@ mod mouse_pointer_2_off;
24772479mod mouse_pointer_ban;
24782480#[ cfg( any( feature = "arrows" , feature = "cursors" ) ) ]
24792481mod mouse_pointer_click;
2482+ #[ cfg( feature = "devices" ) ]
2483+ mod mouse_right;
24802484#[ cfg( any( feature = "arrows" , feature = "cursors" ) ) ]
24812485mod r#move;
24822486#[ cfg( feature = "design" ) ]
@@ -4207,6 +4211,8 @@ mod worm;
42074211mod wrench;
42084212#[ cfg( any( feature = "notifications" , feature = "math" ) ) ]
42094213mod x;
4214+ #[ cfg( any( feature = "notifications" , feature = "math" ) ) ]
4215+ mod x_line_top;
42104216#[ cfg( any( feature = "multimedia" , feature = "social" , feature = "brands" ) ) ]
42114217mod youtube;
42124218#[ cfg( any(
@@ -6702,6 +6708,8 @@ pub use mountain_snow::*;
67026708#[ cfg( feature = "devices" ) ]
67036709pub use mouse:: * ;
67046710#[ cfg( feature = "devices" ) ]
6711+ pub use mouse_left:: * ;
6712+ #[ cfg( feature = "devices" ) ]
67056713pub use mouse_off:: * ;
67066714#[ cfg( any( feature = "arrows" , feature = "cursors" ) ) ]
67076715pub use mouse_pointer:: * ;
@@ -6713,6 +6721,8 @@ pub use mouse_pointer_2_off::*;
67136721pub use mouse_pointer_ban:: * ;
67146722#[ cfg( any( feature = "arrows" , feature = "cursors" ) ) ]
67156723pub use mouse_pointer_click:: * ;
6724+ #[ cfg( feature = "devices" ) ]
6725+ pub use mouse_right:: * ;
67166726#[ cfg( any( feature = "arrows" , feature = "cursors" ) ) ]
67176727pub use r#move:: * ;
67186728#[ cfg( feature = "design" ) ]
@@ -8443,6 +8453,8 @@ pub use worm::*;
84438453pub use wrench:: * ;
84448454#[ cfg( any( feature = "notifications" , feature = "math" ) ) ]
84458455pub use x:: * ;
8456+ #[ cfg( any( feature = "notifications" , feature = "math" ) ) ]
8457+ pub use x_line_top:: * ;
84468458#[ cfg( any( feature = "multimedia" , feature = "social" , feature = "brands" ) ) ]
84478459pub use youtube:: * ;
84488460#[ cfg( any(
0 commit comments