[Client] Add missing icons
This commit is contained in:
parent
402efb8c50
commit
6ddd2389dc
|
@ -133,6 +133,11 @@ import {
|
||||||
faHdd as farHdd,
|
faHdd as farHdd,
|
||||||
} from '@fortawesome/free-regular-svg-icons';
|
} from '@fortawesome/free-regular-svg-icons';
|
||||||
|
|
||||||
|
import {
|
||||||
|
faTwitter as fabTwitter,
|
||||||
|
faGithub as fabGithub,
|
||||||
|
} from '@fortawesome/free-brands-svg-icons';
|
||||||
|
|
||||||
library.add(
|
library.add(
|
||||||
faRetweet,
|
faRetweet,
|
||||||
faPlus,
|
faPlus,
|
||||||
|
@ -237,6 +242,9 @@ library.add(
|
||||||
farClock,
|
farClock,
|
||||||
farCalendarAlt,
|
farCalendarAlt,
|
||||||
farHdd,
|
farHdd,
|
||||||
|
|
||||||
|
fabTwitter,
|
||||||
|
fabGithub
|
||||||
);
|
);
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue