This commit is contained in:
@@ -138,6 +138,7 @@ import {
|
||||
faTags,
|
||||
faThList,
|
||||
faTicketAlt,
|
||||
faTimesCircle,
|
||||
faToolbox,
|
||||
faTools,
|
||||
faTrashAlt,
|
||||
@@ -278,6 +279,7 @@ library.add(
|
||||
faTags,
|
||||
faThList,
|
||||
faTicketAlt,
|
||||
faTimesCircle,
|
||||
faToolbox,
|
||||
faTools,
|
||||
faTrashAlt,
|
||||
@@ -911,31 +913,31 @@ const CUSTOM_ICONS = {
|
||||
ayiSort: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["far", "sort"]
|
||||
icon: ["fas", "sort"]
|
||||
}
|
||||
},
|
||||
ayiSortAmountDown: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["far", "sort-amount-down"]
|
||||
icon: ["fas", "sort-amount-down"]
|
||||
}
|
||||
},
|
||||
ayiSortAmountUp: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["far", "sort-amount-up"]
|
||||
icon: ["fas", "sort-amount-up"]
|
||||
}
|
||||
},
|
||||
ayiSplotch: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["far", "splotch"]
|
||||
icon: ["fas", "splotch"]
|
||||
}
|
||||
},
|
||||
ayiStamp: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["far", "stamp"]
|
||||
icon: ["fas", "stamp"]
|
||||
}
|
||||
},
|
||||
ayiSquare: {
|
||||
@@ -1084,6 +1086,12 @@ const CUSTOM_ICONS = {
|
||||
},
|
||||
//VUETIFY REQUIRED ONES
|
||||
//https://vuetifyjs.com/en/features/icons/#using-custom-icons
|
||||
clear: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "times-circle"]
|
||||
}
|
||||
},
|
||||
dropdown: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user