mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
[Client] Add missing icons
This commit is contained in:
parent
7d1554538a
commit
a8bdd71601
@ -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
Block a user