This commit is contained in:
@@ -147,6 +147,7 @@ import {
|
||||
faLayerGroup,
|
||||
faLifeRing,
|
||||
faLink,
|
||||
faListAlt,
|
||||
faListOl,
|
||||
faListUl,
|
||||
faLock,
|
||||
@@ -333,6 +334,7 @@ library.add(
|
||||
faLayerGroup,
|
||||
faLifeRing,
|
||||
faLink,
|
||||
faListAlt,
|
||||
faListOl,
|
||||
faListUl,
|
||||
faLock,
|
||||
@@ -981,6 +983,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "link"]
|
||||
}
|
||||
},
|
||||
ayiListAlt: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "list-alt"]
|
||||
}
|
||||
},
|
||||
ayiListOl: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user