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,
|
||||
} from '@fortawesome/free-regular-svg-icons';
|
||||
|
||||
import {
|
||||
faTwitter as fabTwitter,
|
||||
faGithub as fabGithub,
|
||||
} from '@fortawesome/free-brands-svg-icons';
|
||||
|
||||
library.add(
|
||||
faRetweet,
|
||||
faPlus,
|
||||
@ -237,6 +242,9 @@ library.add(
|
||||
farClock,
|
||||
farCalendarAlt,
|
||||
farHdd,
|
||||
|
||||
fabTwitter,
|
||||
fabGithub
|
||||
);
|
||||
//#endregion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user