mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	
		
			
	
	
		
			31 lines
		
	
	
		
			447 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			31 lines
		
	
	
		
			447 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | const icons = { | ||
|  |   primary: "mdi-silverware-variant", | ||
|  | 
 | ||
|  |   // Crud
 | ||
|  |   create: "mdi-plus", | ||
|  |   delete: "mdi-delete", | ||
|  |   save: "mdi-content-save", | ||
|  |   edit: "mdi-square-edit-outline", | ||
|  | 
 | ||
|  |   // Organization
 | ||
|  |   tags: "mdi-tag-multiple-outline", | ||
|  | 
 | ||
|  |   // Admin
 | ||
|  |   user: "mdi-account", | ||
|  |   admin: "mdi-admin", | ||
|  |   group: "mdi-account-group", | ||
|  | }; | ||
|  | 
 | ||
|  | export const globals = { | ||
|  |   icons, | ||
|  | }; | ||
|  | 
 | ||
|  | /* | ||
|  | 
 | ||
|  | import { globals } from "@/utils/globals" | ||
|  | globals: globals, | ||
|  | 
 | ||
|  | {{ globals.icons. }} | ||
|  | 
 | ||
|  | */ |