16 lines
		
	
	
	
		
			157 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			157 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   lib,
 | |
|   pkgs,
 | |
|   ...
 | |
| }: let
 | |
|   inherit (lib) concatStrings;
 | |
| 
 | |
|   mkIcon = {
 | |
|     svg,
 | |
|     colors, {},
 | |
|     height ? 24,
 | |
|     width ? 24
 | |
|   }: let
 | |
|     
 | |
|   in 
 | |
|   in
 |