| 
									
										
										
										
											2024-11-21 05:52:52 +08:00
										 |  |  | // specific icon class definition
 | 
					
						
							|  |  |  | // -------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-13 23:59:16 +08:00
										 |  |  | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | 
					
						
							|  |  |  | readers do not read off random characters that represent icons */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-11-21 05:52:52 +08:00
										 |  |  | @each $name, $icon in $fa-icons { | 
					
						
							|  |  |  |   .#{$fa-css-prefix}-#{$name} { | 
					
						
							|  |  |  |     #{$fa-icon-property}: unquote("\"#{ $icon }\""); | 
					
						
							|  |  |  |     #{$fa-duotone-icon-property}: unquote("\"#{$icon}#{$icon}\""); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |