mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-13 16:13:21 +01:00
add missing play-circle icon
This commit is contained in:
parent
d770bab1b0
commit
4001c075d4
1 changed files with 4 additions and 2 deletions
|
@ -8,14 +8,16 @@ import {
|
|||
faFile,
|
||||
faMusic,
|
||||
faImage,
|
||||
faVideo
|
||||
faVideo,
|
||||
faPlayCircle
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faFile,
|
||||
faMusic,
|
||||
faImage,
|
||||
faVideo
|
||||
faVideo,
|
||||
faPlayCircle
|
||||
)
|
||||
|
||||
const Attachment = {
|
||||
|
|
Loading…
Reference in a new issue