mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-25 00:49:17 +09:00
[Client] Add missing icon
This commit is contained in:
parent
3c3ef9bba0
commit
aaaaf2681a
@ -138,6 +138,7 @@ import {
|
|||||||
faClock as farClock,
|
faClock as farClock,
|
||||||
faCalendarAlt as farCalendarAlt,
|
faCalendarAlt as farCalendarAlt,
|
||||||
faHdd as farHdd,
|
faHdd as farHdd,
|
||||||
|
faMoon as farMoon,
|
||||||
} from '@fortawesome/free-regular-svg-icons';
|
} from '@fortawesome/free-regular-svg-icons';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@ -258,6 +259,7 @@ library.add(
|
|||||||
farClock,
|
farClock,
|
||||||
farCalendarAlt,
|
farCalendarAlt,
|
||||||
farHdd,
|
farHdd,
|
||||||
|
farMoon,
|
||||||
|
|
||||||
fabTwitter,
|
fabTwitter,
|
||||||
fabGithub,
|
fabGithub,
|
||||||
|
Loading…
Reference in New Issue
Block a user