This commit is contained in:
2022-02-28 20:30:31 +00:00
parent cbf971db77
commit fc385a53e7
4 changed files with 401 additions and 2 deletions

View File

@@ -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: {