This commit is contained in:
@@ -35,9 +35,12 @@ import {
|
||||
faChevronDown,
|
||||
faChild,
|
||||
faClock,
|
||||
faClone,
|
||||
faCode,
|
||||
faCogs,
|
||||
faColumns,
|
||||
faCommentAlt,
|
||||
faCopy,
|
||||
faDiceD20,
|
||||
faDolly,
|
||||
faDollyFlatbed,
|
||||
@@ -45,6 +48,7 @@ import {
|
||||
faEdit,
|
||||
faEllipsisV,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
faEyeSlash,
|
||||
faFan,
|
||||
@@ -88,10 +92,13 @@ import {
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPlug,
|
||||
faPlus,
|
||||
faPlusCircle,
|
||||
faQuestionCircle,
|
||||
faQuoteLeft,
|
||||
faRobot,
|
||||
faRocket,
|
||||
faSave,
|
||||
faSearch,
|
||||
faSeedling,
|
||||
faServer,
|
||||
@@ -104,12 +111,15 @@ import {
|
||||
faStickyNote,
|
||||
faStore,
|
||||
faStrikethrough,
|
||||
faSync,
|
||||
faTable,
|
||||
faTachometerAlt,
|
||||
faTags,
|
||||
faThList,
|
||||
faTicketAlt,
|
||||
faToolbox,
|
||||
faTools,
|
||||
faTrashAlt,
|
||||
faUser,
|
||||
faUserCog,
|
||||
faUsers,
|
||||
@@ -142,9 +152,12 @@ library.add(
|
||||
faChevronDown,
|
||||
faChild,
|
||||
faClock,
|
||||
faClone,
|
||||
faCode,
|
||||
faCogs,
|
||||
faColumns,
|
||||
faCommentAlt,
|
||||
faCopy,
|
||||
faDiceD20,
|
||||
faDolly,
|
||||
faDollyFlatbed,
|
||||
@@ -152,6 +165,7 @@ library.add(
|
||||
faEdit,
|
||||
faEllipsisV,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
faEyeSlash,
|
||||
faFan,
|
||||
@@ -195,10 +209,13 @@ library.add(
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPlug,
|
||||
faPlus,
|
||||
faPlusCircle,
|
||||
faQuestionCircle,
|
||||
faQuoteLeft,
|
||||
faRobot,
|
||||
faRocket,
|
||||
faSave,
|
||||
faSearch,
|
||||
faSeedling,
|
||||
faServer,
|
||||
@@ -212,12 +229,15 @@ library.add(
|
||||
faStickyNote,
|
||||
faStore,
|
||||
faStrikethrough,
|
||||
faSync,
|
||||
faTable,
|
||||
faTachometerAlt,
|
||||
faTags,
|
||||
faThList,
|
||||
faTicketAlt,
|
||||
faToolbox,
|
||||
faTools,
|
||||
faTrashAlt,
|
||||
faUser,
|
||||
faUserCog,
|
||||
faUsers,
|
||||
@@ -340,6 +360,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "clock"]
|
||||
}
|
||||
},
|
||||
ayiClone: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "clone"]
|
||||
}
|
||||
},
|
||||
ayiCode: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -358,6 +384,18 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "columns"]
|
||||
}
|
||||
},
|
||||
ayiCommentAlt: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "comment-alt"]
|
||||
}
|
||||
},
|
||||
ayiCopy: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "copy"]
|
||||
}
|
||||
},
|
||||
ayiCustomize: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -400,6 +438,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "exclamation-circle"]
|
||||
}
|
||||
},
|
||||
ayiExclamationTriangle: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "exclamation-triangle"]
|
||||
}
|
||||
},
|
||||
ayiEye: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -664,6 +708,18 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "plug"]
|
||||
}
|
||||
},
|
||||
ayiPlus: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "plus"]
|
||||
}
|
||||
},
|
||||
ayiPlusCircle: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "plus-circle"]
|
||||
}
|
||||
},
|
||||
ayiQuestionCircle: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -688,6 +744,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "rocket"]
|
||||
}
|
||||
},
|
||||
ayiSave: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "save"]
|
||||
}
|
||||
},
|
||||
ayiSearch: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -760,6 +822,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "strikethrough"]
|
||||
}
|
||||
},
|
||||
ayiSync: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "sync"]
|
||||
}
|
||||
},
|
||||
ayiTable: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -772,6 +840,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "tachometer-alt"]
|
||||
}
|
||||
},
|
||||
ayiTags: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "tags"]
|
||||
}
|
||||
},
|
||||
ayiThList: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -796,6 +870,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "tools"]
|
||||
}
|
||||
},
|
||||
ayiTrashAlt: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "trash-alt"]
|
||||
}
|
||||
},
|
||||
ayiUser: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user