diff options
author | pacien | 2020-05-18 20:05:32 +0200 |
---|---|---|
committer | Notkea | 2020-05-22 01:02:18 +0200 |
commit | 185b84fbed180e4d2da7d4cc2ee91a3481f47406 (patch) | |
tree | 259e14dca6ef5f43493fd47b0e36f95b52e26e96 /viewer/src/plugins/fontawesome-icons.ts | |
parent | e9e46a3b3392ab435f7414729592b2b5af4071b6 (diff) | |
download | ldgallery-185b84fbed180e4d2da7d4cc2ee91a3481f47406.tar.gz |
viewer: add icon for pdf files
Diffstat (limited to 'viewer/src/plugins/fontawesome-icons.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome-icons.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/plugins/fontawesome-icons.ts b/viewer/src/plugins/fontawesome-icons.ts index b5df176..ffe3709 100644 --- a/viewer/src/plugins/fontawesome-icons.ts +++ b/viewer/src/plugins/fontawesome-icons.ts | |||
@@ -32,5 +32,6 @@ export { | |||
32 | faAngleDoubleLeft, | 32 | faAngleDoubleLeft, |
33 | faFile, | 33 | faFile, |
34 | faFileAlt, | 34 | faFileAlt, |
35 | faFilePdf, | ||
35 | faFileDownload, | 36 | faFileDownload, |
36 | } from "@fortawesome/free-solid-svg-icons"; | 37 | } from "@fortawesome/free-solid-svg-icons"; |