[Client] Add missing icon
This commit is contained in:
parent
88a2c7715a
commit
dc9a19b9c7
|
@ -117,6 +117,7 @@ import {
|
||||||
faStickyNote,
|
faStickyNote,
|
||||||
faUserPlus,
|
faUserPlus,
|
||||||
faExternalLinkSquareAlt,
|
faExternalLinkSquareAlt,
|
||||||
|
faSync,
|
||||||
} from '@fortawesome/free-solid-svg-icons';
|
} from '@fortawesome/free-solid-svg-icons';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -237,6 +238,7 @@ library.add(
|
||||||
faStickyNote,
|
faStickyNote,
|
||||||
faUserPlus,
|
faUserPlus,
|
||||||
faExternalLinkSquareAlt,
|
faExternalLinkSquareAlt,
|
||||||
|
faSync,
|
||||||
|
|
||||||
farBell,
|
farBell,
|
||||||
farEnvelope,
|
farEnvelope,
|
||||||
|
|
Loading…
Reference in New Issue