6 changed files with 64 additions and 7 deletions
			
			
		@ -1,10 +1,10 @@ | 
				
			|||
import { library } from "@fortawesome/fontawesome-svg-core" | 
				
			|||
import { faCog, faEdit, faPlus, faPause, faPlay, faTachometerAlt, faTrash, faList, faArrowAltCircleUp, faEye, faEyeSlash, faCheckCircle, faStream, faSave } from "@fortawesome/free-solid-svg-icons" | 
				
			|||
import { faCog, faEdit, faPlus, faPause, faPlay, faTachometerAlt, faTrash, faList, faArrowAltCircleUp, faEye, faEyeSlash, faCheckCircle, faStream, faSave, faExclamationCircle } from "@fortawesome/free-solid-svg-icons" | 
				
			|||
//import { fa } from '@fortawesome/free-regular-svg-icons'
 | 
				
			|||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome" | 
				
			|||
 | 
				
			|||
// Add Free Font Awesome Icons here
 | 
				
			|||
// https://fontawesome.com/v5.15/icons?d=gallery&p=2&s=solid&m=free
 | 
				
			|||
library.add(faCog, faEdit, faPlus, faPause, faPlay, faTachometerAlt, faTrash, faList, faArrowAltCircleUp, faEye, faEyeSlash, faCheckCircle, faStream, faSave); | 
				
			|||
library.add(faCog, faEdit, faPlus, faPause, faPlay, faTachometerAlt, faTrash, faList, faArrowAltCircleUp, faEye, faEyeSlash, faCheckCircle, faStream, faSave, faExclamationCircle); | 
				
			|||
 | 
				
			|||
export { FontAwesomeIcon } | 
				
			|||
 | 
				
			|||
					Loading…
					
					
				
		Reference in new issue