This commit is contained in:
2020-10-06 14:31:40 +00:00
parent a0f3f1e45d
commit 12f9f6aec2
2 changed files with 27 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ import {
faCheckSquare,
faChevronDown,
faChild,
faCode,
faCogs,
faColumns,
faDiceD20,
@@ -44,6 +45,7 @@ import {
faEye,
faEyeSlash,
faFan,
faFeather,
faFile,
faFileAlt,
faFileArchive,
@@ -95,6 +97,7 @@ import {
faSignOutAlt,
faSitemap,
faSlidersH,
faSquareFull,
faStickyNote,
faStore,
faStrikethrough,
@@ -135,6 +138,7 @@ library.add(
faCheckSquare,
faChevronDown,
faChild,
faCode,
faCogs,
faColumns,
faDiceD20,
@@ -146,6 +150,7 @@ library.add(
faEye,
faEyeSlash,
faFan,
faFeather,
faFile,
faFileAlt,
faFileArchive,
@@ -197,6 +202,7 @@ library.add(
faSignOutAlt,
faSitemap,
faSlidersH,
faSquareFull,
faStickyNote,
faStore,
faStrikethrough,
@@ -322,6 +328,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "child"]
}
},
ayiCode: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "code"]
}
},
ayiCogs: {
component: FontAwesomeIcon,
props: {
@@ -394,6 +406,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "fan"]
}
},
ayiFeather: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "feather"]
}
},
ayiFile: {
component: FontAwesomeIcon,
props: {
@@ -694,6 +712,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "sitemap"]
}
},
ayiSquareFull: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "square-full"]
}
},
ayiStickyNote: {
component: FontAwesomeIcon,
props: {