diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-19 14:19:03 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-19 14:19:03 +0200 |
| commit | 4001c075d4921082adcc9485adee14442e81600e (patch) | |
| tree | 9af72e7691c765d0809df7b20abd3ae07845d484 /src/components/attachment/attachment.js | |
| parent | d770bab1b0e5d543547c59d86aef533f77ceafe2 (diff) | |
add missing play-circle icon
Diffstat (limited to 'src/components/attachment/attachment.js')
| -rw-r--r-- | src/components/attachment/attachment.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index e23fcb1b..3877b67f 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -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 = { |
